Skip to content

Commit

Permalink
Merge pull request #63 from jmccrae/issue-58
Browse files Browse the repository at this point in the history
Issue 58
  • Loading branch information
DavidFatDavidF authored Dec 12, 2023
2 parents e9a526c + 26bebd4 commit b835357
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@

<itemizedlist>
<title>Properties</title>
<listitem>
<para><literal>startIndex</literal> (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.</para>
</listitem>
<listitem>
<para><literal>endIndex</literal> (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</para>
</listitem>
<listitem>
<para><literal>lemma</literal>
<glossterm>optional</glossterm> (zero or one) and <glossterm>unique</glossterm>. Non-empty string. The lemmatized form of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@
<para><literal><olink targetptr="annotation_exampleTranslation">exampleTranslation</olink></literal></para>
</listitem>
</itemizedlist>


<itemizedlist>
<title>Properties</title>
<listitem>
<para><literal>startIndex</literal> (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.</para>
</listitem>
<listitem>
<para><literal>endIndex</literal> (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</para>
</listitem>
</itemizedlist>

<example>
<title>XML</title>
<programlisting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,20 @@
<para><literal><olink targetptr="annotation_headwordTranslation">headwordTranslation</olink></literal></para>
</listitem>
</itemizedlist>


<itemizedlist>
<title>Properties</title>
<listitem>
<para><literal>startIndex</literal> (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.</para>
</listitem>
<listitem>
<para><literal>endIndex</literal> (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</para>
</listitem>
</itemizedlist>

<example>
<title>XML</title>
<programlisting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"labelTypeTags": [...],
"partOfSpeechTags": [...],
"sourceIdentityTags": [...]
"transcriptionSchemeTag": [...]
"transcriptionSchemeTags": [...]
}
</programlisting>
</example>
Expand Down

0 comments on commit b835357

Please sign in to comment.