Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uniqueness constraints in etymology module #125

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading