Skip to content

Commit

Permalink
issue 54: soundFile
Browse files Browse the repository at this point in the history
  • Loading branch information
michmech committed Dec 19, 2023
1 parent b0419ac commit ef89e6f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dmlex-v1.0/specification/core/objectTypes/pronunciation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
<itemizedlist>
<listitem>
<para><literal>soundFile</literal>
<glossterm>optional</glossterm> (zero or one) and <glossterm>unique</glossterm>. A pointer to a file, such as a filename or a URI, containing a sound recording of the pronunciation</para>
<glossterm>optional</glossterm> (zero or one) and <glossterm>unique</glossterm>. An
<emphasis>Internationalized Resource Identifier</emphasis> (<link linkend="bib_rfc3987">IRI</link>)
pointing to a file which contains a sound recording of the pronunciation</para>
</listitem>
<listitem>
<para><literal><olink targetptr="core_transcription">transcription</olink></literal>
Expand All @@ -48,6 +50,14 @@
<glossterm>optional</glossterm> (zero or more).</para>
</listitem>
</itemizedlist>

<note>
<para>
The value of the <literal>soundFile</literal> property is an IRI.
This means, among other things, that it can be an internet URL or a relative file path,
and can contain non-ASCII characters.
</para>
</note>

<example>
<title>XML</title>
Expand Down
9 changes: 9 additions & 0 deletions dmlex-v1.0/specification/dmlex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,15 @@
<title/>
<bibliomixed id="bcp14">
<abbrev>BCP 14</abbrev> is a concatenation of [RFC 2119] and [RFC 8174] </bibliomixed>
<bibliomixed id="bib_rfc3987">
<abbrev>RFC 3987</abbrev>
Martin J. Dürst, Michel Suignard,
<title>Internationalized Resource Identifiers (IRIs)</title>,
<citetitle>
<ulink url="https://datatracker.ietf.org/doc/rfc3987/">https://datatracker.ietf.org/doc/rfc3987/</ulink>
</citetitle>
IETF (Internet Engineering Task Force) RFC 3987, January 2005.
</bibliomixed>
<bibliomixed id="rfc2119"><abbrev>RFC 2119</abbrev> S. Bradner, <title>Key words for use in
RFCs to Indicate Requirement Levels</title>, <citetitle>
<ulink url="https://www.ietf.org/rfc/rfc2119.txt"
Expand Down

0 comments on commit ef89e6f

Please sign in to comment.