Skip to content

Commit

Permalink
improved wording on IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubicek committed Jun 12, 2024
1 parent 29dda20 commit 46abf92
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<title>Members if implementing the Linking Module</title>
<listitem>
<para><literal>"id"</literal>
<glossterm>optional</glossterm>, string. Collocate markers that have an ID can appear as members of relations.</para>
<glossterm>optional</glossterm>, string. Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<title>Members if implementing the Linking Module</title>
<listitem>
<para><literal>"id"</literal>
<glossterm>optional</glossterm>, string. Entries that have an ID can be members of relations.</para>
<glossterm>optional</glossterm>, string. Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<listitem>
<para><literal>"id"</literal>
<glossterm>optional</glossterm>, string.
Senses that have an ID can be members of relations.
Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.
</para>
</listitem>
</itemizedlist>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<itemizedlist>
<title>Child nodes if implementing the Linking Module</title>
<listitem>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Collocate markers that have an ID can appear as members of relations.</para>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<itemizedlist>
<title>Child nodes if implementing the Linking Module</title>
<listitem>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Entries that have an ID can be members of relations.</para>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<itemizedlist>
<title>Child nodes if implementing the Linking Module</title>
<listitem>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Senses that have an ID can be members of relations.</para>
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one). Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<itemizedlist>
<title>Attributes if implementing the Linking Module</title>
<listitem>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Collocate markers that have an ID can appear as members of relations.</para>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<itemizedlist>
<title>Attributes if implementing the Linking Module</title>
<listitem>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Entries that have an ID can be members of relations.</para>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<itemizedlist>
<title>Attributes if implementing the Linking Module</title>
<listitem>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Senses that have an ID can be members of relations.</para>
<para><literal>@id</literal> <glossterm>optional</glossterm>. Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in <xref linkend="frag_iri"/>.</para>
</listitem>
</itemizedlist>

Expand Down

0 comments on commit 46abf92

Please sign in to comment.