-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from mjakubicek/master
NVH serialization
- Loading branch information
Showing
38 changed files
with
1,299 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_collocateMarker"> | ||
<title>Node: <literal>collocateMarker</literal></title> | ||
<para>Implements the <olink targetptr="annotation_collocateMarker">collocateMarker</olink> object type from the Annotation module. | ||
Contains the text which it marks up and optional child nodes.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><glossterm>Required</glossterm>, implements the <literal>text</literal> property.</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>id</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>lemma</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_label">label</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
35 changes: 35 additions & 0 deletions
35
dmlex-v1.0/specification/serializations/NVH/nodes/definition.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_definition"> | ||
<title>Node: <literal>definition</literal></title> | ||
<para>Implements the <olink targetptr="core_definition">definition</olink> object type.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><glossterm>Required</glossterm>, implements the <literal>text</literal> property.</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>definitionType</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes if implementing the Annotation Module</title> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_headwordMarker">headwordMarker</olink></literal> node <glossterm>optional</glossterm> (zero or more)</para> | ||
<para><literal><olink targetptr="nvh_collocateMarker">collocateMarker</olink></literal> node <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
29 changes: 29 additions & 0 deletions
29
dmlex-v1.0/specification/serializations/NVH/nodes/definitionTypeTag.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_definitionTypeTag"> | ||
<title>Node: <literal>definitionTypeTag</literal></title> | ||
<para>Implements the <olink targetptr="values_definitionTypeTag">definitionTypeTag</olink> object type from the Controlled Values Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>tag</literal> <glossterm>required</glossterm></para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>description</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_sameAs">sameAs</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
</section> |
58 changes: 58 additions & 0 deletions
58
dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_entry"> | ||
<title>Node: <literal>entry</literal></title> | ||
<para>Implements the <olink targetptr="core_entry">entry</olink> object type.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>headword</literal> <glossterm>required</glossterm> </para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>id</literal> <glossterm>required</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>homographNumber</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_partOfSpeech">partOfSpeech</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_label">label</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_pronunciation">pronunciation</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_inflectedForm">inflectedForm</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_sense">sense</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes if implementing the Annotation Module</title> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_placeholderMarker">placeholderMarker</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes if implementing the Etymology Module</title> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_etymology">etymology</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
</section> |
27 changes: 27 additions & 0 deletions
27
dmlex-v1.0/specification/serializations/NVH/nodes/etymology.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_etymology"> | ||
<title>Node: <literal>etymology</literal></title> | ||
<para>Implements the <olink targetptr="etymology_etymology">etymology</olink> object type from the Etymology Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>description</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_etymon">etymon</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
32 changes: 32 additions & 0 deletions
32
dmlex-v1.0/specification/serializations/NVH/nodes/etymon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_etymon"> | ||
<title>Node: <literal>etymon</literal></title> | ||
<para>Implements the <olink targetptr="etymology_etymon">etymon</olink> object type from the Etymology Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>when</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>type</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>note</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="nvh_etymonUnit">etymonUnit</olink></literal> <glossterm>required</glossterm> (one or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>translation</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
27 changes: 27 additions & 0 deletions
27
dmlex-v1.0/specification/serializations/NVH/nodes/etymonLanguage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_etymonLanguage"> | ||
<title>Node: <literal>etymonLanguage</literal></title> | ||
<para>Implements the <olink targetptr="etymology_etymonLanguage">etymonLanguage</olink> object type from the Etymology Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>langCode</literal> <glossterm>required</glossterm></para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>displayName</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
27 changes: 27 additions & 0 deletions
27
dmlex-v1.0/specification/serializations/NVH/nodes/etymonType.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_etymonType"> | ||
<title>Node: <literal>etymonType</literal></title> | ||
<para>Implements the <olink targetptr="etymology_etymonType">etymonType</olink> object type from the Etymology Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>type</literal> <glossterm>required</glossterm></para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>description</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
36 changes: 36 additions & 0 deletions
36
dmlex-v1.0/specification/serializations/NVH/nodes/etymonUnit.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | ||
"http://www.docbook.org/xml/4.5/docbookx.dtd" [ | ||
<!ENTITY % xinclude SYSTEM "../../../docbook/xinclude.mod" > | ||
%xinclude; | ||
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" > | ||
]> | ||
<section id="nvh_etymonUnit"> | ||
<title>Node: <literal>etymonUnit</literal></title> | ||
<para>Implements the <olink targetptr="etymology_etymonUnit">etymonUnit</olink> object type from the Etymology Module.</para> | ||
|
||
<itemizedlist> | ||
<title>Value</title> | ||
<listitem> | ||
<para><literal>text</literal> <glossterm>required</glossterm> </para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
<itemizedlist> | ||
<title>Child nodes</title> | ||
<listitem> | ||
<para><literal>language</literal> <glossterm>required</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>reconstructed</literal> <glossterm>optional</glossterm> (exactly one)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal><olink targetptr="etymology_partOfSpeech">partOfSpeech</olink></literal> <glossterm>optional</glossterm> (zero or more)</para> | ||
</listitem> | ||
<listitem> | ||
<para><literal>translation</literal> <glossterm>optional</glossterm> (zero or one)</para> | ||
</listitem> | ||
</itemizedlist> | ||
|
||
|
||
</section> |
Oops, something went wrong.