Skip to content

Commit b835357

Browse files
Merge pull request #63 from jmccrae/issue-58
Issue 58
2 parents e9a526c + 26bebd4 commit b835357

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828

2929
<itemizedlist>
3030
<title>Properties</title>
31+
<listitem>
32+
<para><literal>startIndex</literal> (required). Non-negative integer. The index of the first character of the substring
33+
according to the number of Unicode code points. The first character of the string has index
34+
0. This property may be implicit if using in-line markup.</para>
35+
</listitem>
36+
<listitem>
37+
<para><literal>endIndex</literal> (required). Non-negative integer. The index of the last character after the substring
38+
according to the number of Unicode code points. This property may be implicit if using in-line markup</para>
39+
</listitem>
3140
<listitem>
3241
<para><literal>lemma</literal>
3342
<glossterm>optional</glossterm> (zero or one) and <glossterm>unique</glossterm>. Non-empty string. The lemmatized form of the

dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,20 @@
2525
<para><literal><olink targetptr="annotation_exampleTranslation">exampleTranslation</olink></literal></para>
2626
</listitem>
2727
</itemizedlist>
28-
28+
29+
<itemizedlist>
30+
<title>Properties</title>
31+
<listitem>
32+
<para><literal>startIndex</literal> (required). Non-negative integer. The index of the first character of the substring
33+
according to the number of Unicode code points. The first character of the string has index
34+
0. This property may be implicit if using in-line markup.</para>
35+
</listitem>
36+
<listitem>
37+
<para><literal>endIndex</literal> (required). Non-negative integer. The index of the last character after the substring
38+
according to the number of Unicode code points. This property may be implicit if using in-line markup</para>
39+
</listitem>
40+
</itemizedlist>
41+
2942
<example>
3043
<title>XML</title>
3144
<programlisting>

dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,20 @@
2323
<para><literal><olink targetptr="annotation_headwordTranslation">headwordTranslation</olink></literal></para>
2424
</listitem>
2525
</itemizedlist>
26-
26+
27+
<itemizedlist>
28+
<title>Properties</title>
29+
<listitem>
30+
<para><literal>startIndex</literal> (required). Non-negative integer. The index of the first character of the substring
31+
according to the number of Unicode code points. The first character of the string has index
32+
0. This property may be implicit if using in-line markup.</para>
33+
</listitem>
34+
<listitem>
35+
<para><literal>endIndex</literal> (required). Non-negative integer. The index of the last character after the substring
36+
according to the number of Unicode code points. This property may be implicit if using in-line markup</para>
37+
</listitem>
38+
</itemizedlist>
39+
2740
<example>
2841
<title>XML</title>
2942
<programlisting>

dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"labelTypeTags": [...],
7373
"partOfSpeechTags": [...],
7474
"sourceIdentityTags": [...]
75-
"transcriptionSchemeTag": [...]
75+
"transcriptionSchemeTags": [...]
7676
}
7777
</programlisting>
7878
</example>

0 commit comments

Comments
 (0)