From 5b319ea21f9014a1a2e7d4a8aba3c0bf957f00b1 Mon Sep 17 00:00:00 2001 From: Rieks Date: Fri, 18 Aug 2023 09:57:06 +0200 Subject: [PATCH] clarified 'scopetag' in mrg specs Signed-off-by: Rieks --- docs/spec-files/21-mrg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec-files/21-mrg.md b/docs/spec-files/21-mrg.md index 71fccbfea0..37a848378d 100644 --- a/docs/spec-files/21-mrg.md +++ b/docs/spec-files/21-mrg.md @@ -109,7 +109,7 @@ An [MRG entry](@) has a few fields that are always present, because the [MRGT](@ | Field | Value(s) that are assigned to the fields | | -------------- | :---------- | -| `scopetag` | [Scopetag](@) that [identifies](@) the [scope](@) from within which the contents of the [MRG entry](@) is [curated](@), and obtained. The [`scopes` section](#mrg-scopes) in the [MRG](@) SHOULD contain a mapping between the `scopetag` and its associated [scope directory](@).| +| `scopetag` | [Scopetag](@) that [identifies](@) the [scope](@) from within which the contents of the [MRG entry](@) is obtained. This is either [scope](@) from within which the [MRG](@) has been generated, or the [scope](@) from which the [MRG entry](@) was imported. In the latter case, the [`scopes` section](#mrg-scopes) in the [MRG](@) MUST contain a mapping between the `scopetag` and its associated [scope directory](@). | | `vsntag` | [Versiontag](@) that [identifies](@) the version of the [terminology](@) from which the contents of the [MRG entry](@) is obtained. If the contents of the [MRG entry](@) was constructed from a [curated text](@), its value equals the value of the `vsntag` field in the [`terminology`-section](#mrg-terminology) of the [MRG](@) that this [MRG entry](@) is a part of. As a result, `scopetag`:`versiontag` [identifies](@) the [terminology](@) from which this [MRG entry](@) has originated.
Must satisfy regex `[a-z0-9_-.]+`. | | `locator` | path, relative to `scopedir`/`curatedir`/, where `scopedir` can be obtained from the `scopes` section of the [MRG](@), and `curatedir` can be obtained from the [SAF](@) that lives in this `scopedir`, where the [curated text](@) lives from which the contents of the [MRG entry](@) was constructed. | | `navurl` | path, relative to the URL as specified in the `website` field in the [`scope` section](/docs/spec-files/saf#terminology) of the [SAF](@) (that lives in the `scopedir` as specified in the `scopes` section of the [MRG](@)), where the rendered version of the [curated text](@) is located. |