diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml index f2db139..cc2d478 100644 --- a/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml +++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml @@ -28,6 +28,15 @@ Properties + + startIndex (required). Non-negative integer. The index of the first character of the substring + according to the number of Unicode code points. The first character of the string has index + 0. This property may be implicit if using in-line markup. + + + endIndex (required). Non-negative integer. The index of the last character after the substring + according to the number of Unicode code points. This property may be implicit if using in-line markup + lemma optional (zero or one) and unique. Non-empty string. The lemmatized form of the diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml index 4712f3c..7b35e8f 100644 --- a/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml +++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml @@ -25,7 +25,20 @@ exampleTranslation - + + + Properties + + startIndex (required). Non-negative integer. The index of the first character of the substring + according to the number of Unicode code points. The first character of the string has index + 0. This property may be implicit if using in-line markup. + + + endIndex (required). Non-negative integer. The index of the last character after the substring + according to the number of Unicode code points. This property may be implicit if using in-line markup + + + XML diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml index 9b9fd34..14db258 100644 --- a/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml +++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml @@ -23,7 +23,20 @@ headwordTranslation - + + + Properties + + startIndex (required). Non-negative integer. The index of the first character of the substring + according to the number of Unicode code points. The first character of the string has index + 0. This property may be implicit if using in-line markup. + + + endIndex (required). Non-negative integer. The index of the last character after the substring + according to the number of Unicode code points. This property may be implicit if using in-line markup + + + XML diff --git a/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml b/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml index 6d97245..585e080 100644 --- a/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml +++ b/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml @@ -72,7 +72,7 @@ "labelTypeTags": [...], "partOfSpeechTags": [...], "sourceIdentityTags": [...] - "transcriptionSchemeTag": [...] + "transcriptionSchemeTags": [...] }