File tree Expand file tree Collapse file tree 4 files changed +38
-3
lines changed
dmlex-v1.0/specification/modules Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<itemizedlist >
30
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 >
31
40
<listitem >
32
41
<para ><literal >lemma</literal >
33
42
<glossterm >optional</glossterm > (zero or one) and <glossterm >unique</glossterm >. Non-empty string. The lemmatized form of the
Original file line number Diff line number Diff line change 25
25
<para ><literal ><olink targetptr =" annotation_exampleTranslation" >exampleTranslation</olink ></literal ></para >
26
26
</listitem >
27
27
</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
+
29
42
<example >
30
43
<title >XML</title >
31
44
<programlisting >
Original file line number Diff line number Diff line change 23
23
<para ><literal ><olink targetptr =" annotation_headwordTranslation" >headwordTranslation</olink ></literal ></para >
24
24
</listitem >
25
25
</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
+
27
40
<example >
28
41
<title >XML</title >
29
42
<programlisting >
Original file line number Diff line number Diff line change 72
72
"labelTypeTags": [...],
73
73
"partOfSpeechTags": [...],
74
74
"sourceIdentityTags": [...]
75
- "transcriptionSchemeTag ": [...]
75
+ "transcriptionSchemeTags ": [...]
76
76
}
77
77
</programlisting >
78
78
</example >
You can’t perform that action at this time.
0 commit comments