Skip to content

Commit

Permalink
Merge pull request #125 from jmccrae/issue-116
Browse files Browse the repository at this point in the history
Update uniqueness constraints in etymology module
  • Loading branch information
michmech authored Jun 2, 2024
2 parents b310afc + a5a5e7e commit fa62231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</listitem>
<listitem>
<para><literal><olink targetptr="etymology_etymon">etymon</olink></literal>
<glossterm>optional</glossterm> (zero or more).</para>
<glossterm>optional</glossterm> (zero or more) and <glossterm>unique</glossterm>.</para>
</listitem>
</itemizedlist>
</listitem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<title>Properties</title>
<listitem>
<para><literal>when</literal>
<glossterm>optional</glossterm> (zero or one) and <glossterm>unique</glossterm> (in
combination with other unique properties if present). Normalised string. Indicates
<glossterm>optional</glossterm> (zero or one). Normalised string. Indicates
the time period during which this etymological origin is valid. The value is an
open-text indication of the time period, in the language of the dictionary. </para>
</listitem>
Expand All @@ -43,7 +42,7 @@
</listitem>
<listitem>
<para><literal><olink targetptr="etymology_etymonUnit">etymonUnit</olink></literal>
<glossterm>required</glossterm> (one or more) and <glossterm>unique</glossterm> (in combination with other unique properties if present).</para>
<glossterm>required</glossterm> (one or more) and <glossterm>unique</glossterm>.</para>
</listitem>
<listitem>
<para><literal>translation</literal>
Expand Down

0 comments on commit fa62231

Please sign in to comment.