diff --git a/dmlex-v1.0/specification/core/objectTypes/definition.xml b/dmlex-v1.0/specification/core/objectTypes/definition.xml
index 27c9145..79d082d 100644
--- a/dmlex-v1.0/specification/core/objectTypes/definition.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/definition.xml
@@ -14,14 +14,14 @@
Represents one of possibly several definitions of a sense.
- Child of
+ Property of
sense
- Contents
+ Properties
text
required (exactly one). Non-empty string. A statement, in the same
diff --git a/dmlex-v1.0/specification/core/objectTypes/entry.xml b/dmlex-v1.0/specification/core/objectTypes/entry.xml
index e69c6f0..fc5dec7 100644
--- a/dmlex-v1.0/specification/core/objectTypes/entry.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/entry.xml
@@ -13,7 +13,7 @@
Represents a dictionary entry. An entry contains information about one headword.
- Child of
+ Property of
lexicographicResource
@@ -21,7 +21,7 @@
- Contents
+ Properties
id
optional (zero or one). An unique identifier of the entry. Entries
@@ -79,8 +79,8 @@
- DMLex allows only one headword per entry. Things like variant headwords do not exist in
- DMLex. However, the DMLex Linking Module does make it
+ DMLex allows only one headword per entry. Things such as variant headwords do not exist
+ in DMLex. However, the DMLex Linking Module does make it
possible to represent the existence of variants by treating them as separate headwords of
separate entries, and linking the entries using a type of link which will cause the entries to
be placed together when shown to human users. See for an example using
@@ -89,7 +89,7 @@
Entries in DMLex do not have an explicit listing order. An application can imply a listing
- order from a combination of the headword and the homograph number such that the headword is
+ order from a combination of the headword and the homograph number, such that the headword is
the primary sorting key and the homograph number (for entries that have one) is the secondary
sorting key.
diff --git a/dmlex-v1.0/specification/core/objectTypes/example.xml b/dmlex-v1.0/specification/core/objectTypes/example.xml
index a80cb98..796fe28 100644
--- a/dmlex-v1.0/specification/core/objectTypes/example.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/example.xml
@@ -15,14 +15,14 @@
used.
- Child of
+ Property of
sense
- Contents
+ Properties
text
required (exactly one). Non-empty string. The example itself.
diff --git a/dmlex-v1.0/specification/core/objectTypes/inflectedForm.xml b/dmlex-v1.0/specification/core/objectTypes/inflectedForm.xml
index 990be07..84c3f7c 100644
--- a/dmlex-v1.0/specification/core/objectTypes/inflectedForm.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/inflectedForm.xml
@@ -15,14 +15,14 @@
linkend="ex01"/>.
- Child of
+ Property of
entry
- Contents
+ Properties
tag
optional (zero or one). Non-empty string. An abbreviation, a code or
@@ -97,10 +97,11 @@
Comments
- The inflectedForm
object is intended to model the inflectional morphology of a headword. To model derivational morphology, for
- example feminine forms of maculine nouns, the recommended way to do that in DMLex is to
- create separate entries for the two words, and link them using the Linking Module.
+ The inflectedForm
object type is intended to model the inflectional morphology of a headword. To model derivational
+ morphology, for example feminine forms of maculine nouns, the recommended way to do that in
+ DMLex is to create separate entries for the two words, and link them using the Linking Module.
diff --git a/dmlex-v1.0/specification/core/objectTypes/label.xml b/dmlex-v1.0/specification/core/objectTypes/label.xml
index 59b8320..ee4bda0 100644
--- a/dmlex-v1.0/specification/core/objectTypes/label.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/label.xml
@@ -16,7 +16,7 @@
(singular-only).
- Child of
+ Property of
entry
@@ -35,7 +35,7 @@
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/core/objectTypes/lexicographicResource.xml b/dmlex-v1.0/specification/core/objectTypes/lexicographicResource.xml
index 3d60a59..b0d801b 100644
--- a/dmlex-v1.0/specification/core/objectTypes/lexicographicResource.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/lexicographicResource.xml
@@ -12,7 +12,7 @@
Represents a dictionary. A lexicographic resource is a dataset which can be used, viewed and
read by humans as a dictionary and – simultaneously – ingested, processed and understood by
- software agents as a machine-readable database.
+ software agents as a machine-readable dataset.
The correct name of this data type in
@@ -20,7 +20,7 @@
- Contents
+ Properties
title
optional (zero or one). Non-empty string. A human-readable title of
@@ -28,7 +28,7 @@
uri
- optional (zero or one). The URI of the lexicographic resource,
+ required (zero or one). The URI of the lexicographic resource,
identifying it on the Web.
@@ -50,26 +50,21 @@
language
identifies the language of headwords, definitions and examples in this
dictionary. DMLex is based on the assumption that all headwords in a lexicographic resource
are in the same language, and that definitions and examples, if any are included in the
- lexicographic resource, are in that language too. The language
child object of
+ lexicographic resource, are in that language too. The language
property of
lexicographicResource
informs potential users of the lexicographic resource
which language that is.
-
- The main role of a lexicographic resource is to contain entries (entry
- objects). The other object type that can optionally occur inside a
- lexicographicResource
, tag
, is for lists of look-up values such
- as part-of-speech labels.
-
Ideally, a lexicographic resouce should include at least one entry. However, DMLex
specifies that entry
is optional in lexicographicResouce
to allow
for the existence of lexicographic resources which are not yet complete.
- The lexicographicResource
data type does not contain fields for detailed metadata
- about the lexicographic resource, such as author, editor, publisher, copyright status or publication year.
- Describing these properties of lexicographic resources is outside the scope of DMLex. DMLex is a formalism
- for modelling the internal structure of a lexicographic resource, not its metadata.
+ The lexicographicResource
data type does not contain properties for
+ detailed metadata about the lexicographic resource, such as author, editor, publisher,
+ copyright status or publication year. Describing these properties of lexicographic resources
+ is outside the scope of DMLex. DMLex is a formalism for modelling the internal structure of
+ a lexicographic resource, not its metadata.
diff --git a/dmlex-v1.0/specification/core/objectTypes/partOfSpeech.xml b/dmlex-v1.0/specification/core/objectTypes/partOfSpeech.xml
index 229f866..ae238ee 100644
--- a/dmlex-v1.0/specification/core/objectTypes/partOfSpeech.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/partOfSpeech.xml
@@ -14,14 +14,14 @@
Represents a part-of-speech label.
- Child of
+ Property of
entry
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
@@ -45,7 +45,7 @@
The way to model other grammatical properties of the headword besides part of speech,
such as gender (of nouns) or aspect (of verbs) in DMLex is to combine them with the part of
- speech into a single part-of-speech label, for example noun-masc
and
+ speech into a single part-of-speech tag, for example noun-masc
and
noun-fem
, or v-perf
and v-imperf
.
diff --git a/dmlex-v1.0/specification/core/objectTypes/pronunciation.xml b/dmlex-v1.0/specification/core/objectTypes/pronunciation.xml
index 0c8f3c3..35ac427 100644
--- a/dmlex-v1.0/specification/core/objectTypes/pronunciation.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/pronunciation.xml
@@ -14,7 +14,7 @@
Represents the pronunciation of its parent. Examples: , , .
- Child of
+ Property of
entry
@@ -24,7 +24,7 @@
- Contents
+ Properties
At least one of:
diff --git a/dmlex-v1.0/specification/core/objectTypes/sense.xml b/dmlex-v1.0/specification/core/objectTypes/sense.xml
index 3dd260e..9fb8efc 100644
--- a/dmlex-v1.0/specification/core/objectTypes/sense.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/sense.xml
@@ -14,14 +14,14 @@
Represents one of possibly many meanings (or meaning potentials) of the headword.
- Child of
+ Property of
entry
- Contents
+ Properties
id
optional (zero or one). A unique identifier of the sense. Senses
@@ -57,13 +57,13 @@
Comments
- The contents of entry are, apart from
+ The properties of entry are, apart from
sense
, formal properties of the headword such as orthography, morphology,
syntax and pronunciation. A sense is a container for
statements about the headword's semantics. DMLex deliberately makes it impossible to include
- morphological information at sense level. It is impossible inm DMLex to model an entry where
+ morphological information at sense level. It is impossible in DMLex to model an entry where
each sense has slightly different morphological properties (eg. a noun has a weak plural in
- one sense and a strong plural in another). Such phenomena need to be treatedas two entries
+ one sense and a strong plural in another). Such phenomena need to be treated as two entries
(homographs) and can be linked using the Linking Module to make sure they are always shown
together to human users.
diff --git a/dmlex-v1.0/specification/core/objectTypes/transcription.xml b/dmlex-v1.0/specification/core/objectTypes/transcription.xml
index 21b4a20..8a870f0 100644
--- a/dmlex-v1.0/specification/core/objectTypes/transcription.xml
+++ b/dmlex-v1.0/specification/core/objectTypes/transcription.xml
@@ -14,14 +14,14 @@
Represents the transcription of a pronunciation in some notation such as IPA.
- Child of
+ Property of
pronunciation
- Contents
+ Properties
text
required (exactly one). Non-empty string. The actual
diff --git a/dmlex-v1.0/specification/dmlex.xml b/dmlex-v1.0/specification/dmlex.xml
index 4373aeb..3ff027d 100644
--- a/dmlex-v1.0/specification/dmlex.xml
+++ b/dmlex-v1.0/specification/dmlex.xml
@@ -28,7 +28,8 @@
>&latest-loc;/&name;.html
&latest-loc;/&name;.pdf
&latest-loc;/&name;.xml
- OASIS Lexicographic Infrastructure Data Model and API (LEXIDMA) TC
+ OASIS
+ Lexicographic Infrastructure Data Model and API (LEXIDMA) TC
Tomaž
@@ -217,8 +218,8 @@
Citation format
When referencing this specification the following citation format should be used:
DMLex-&version;
- Data Model for Lexicography Version &version;. Edited by Michal Měchura, David
- Filip and Simon Krek. &pubdate;. OASIS &standard;. Data Model for Lexicography Version &version;. Edited by Michal
+ Měchura, David Filip and Simon Krek. &pubdate;. OASIS &standard;. &this-loc;/&name;-&stage;.html. Latest
version: &latest-loc;/&name;.html.
-
+
DMLex Optional Modules
-
-
-
-
-
-
+
+
+
+
+
+
-
+
DMLEX Recommended Serializations
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
References
@@ -420,7 +498,8 @@
Languages,
http://tools.ietf.org/html/bcp47
IETF (Internet Engineering Task Force).
- RFC 3552 R. Escrola, B. Korver, Guidelines for Writing RFC Text on Security Considerations,
+ RFC 3552 R. Escrola, B. Korver, Guidelines
+ for Writing RFC Text on Security Considerations,
https://www.tools.ietf.org/rfc/rfc3552.txt
IETF (Internet Engineering Task Force) RFC 3552, July 2003.
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/definition.xml b/dmlex-v1.0/specification/modules/annotation/extensions/definition.xml
index f63a4a1..73cb524 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/definition.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/definition.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
headwordMarker
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/entry.xml b/dmlex-v1.0/specification/modules/annotation/extensions/entry.xml
index c8a145e..aeb0077 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/entry.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/entry.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
placeholderMarker
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/example.xml b/dmlex-v1.0/specification/modules/annotation/extensions/example.xml
index 577317e..bbeb4b2 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/example.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/example.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
headwordMarker
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/exampleTranslation.xml b/dmlex-v1.0/specification/modules/annotation/extensions/exampleTranslation.xml
index 7f6967f..e0f6a5a 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/exampleTranslation.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/exampleTranslation.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
headwordMarker
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/headwordTranslation.xml b/dmlex-v1.0/specification/modules/annotation/extensions/headwordTranslation.xml
index 3bd3289..e1b4ddf 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/headwordTranslation.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/headwordTranslation.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
placeholderMarker
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/annotation/extensions/label.xml b/dmlex-v1.0/specification/modules/annotation/extensions/label.xml
index 1f84c8d..fcd673a 100644
--- a/dmlex-v1.0/specification/modules/annotation/extensions/label.xml
+++ b/dmlex-v1.0/specification/modules/annotation/extensions/label.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
collocateMarker
diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml
index 900aae8..6d1488b 100644
--- a/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml
+++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/collocateMarker.xml
@@ -13,7 +13,7 @@
collocates or constituents. Example: .
- Child of
+ Property of
definition
@@ -27,7 +27,7 @@
- Contents
+ Properties
id
optional (zero or one). A unique identifier of the marker.
diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml
index 03e0fc1..5c3e226 100644
--- a/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml
+++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/headwordMarker.xml
@@ -14,7 +14,7 @@
formatting. Example: .
- Child of
+ Property of
definition
diff --git a/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml b/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml
index e058b5e..9b9fd34 100644
--- a/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml
+++ b/dmlex-v1.0/specification/modules/annotation/objectTypes/placeholderMarker.xml
@@ -15,7 +15,7 @@
linkend="ex20"/>.
- Child of
+ Property of
entry
diff --git a/dmlex-v1.0/specification/modules/etymology/extensions/entry.xml b/dmlex-v1.0/specification/modules/etymology/extensions/entry.xml
index d5e3553..dd8c783 100644
--- a/dmlex-v1.0/specification/modules/etymology/extensions/entry.xml
+++ b/dmlex-v1.0/specification/modules/etymology/extensions/entry.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
etymology
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/etymology/extensions/lexicographicResource.xml b/dmlex-v1.0/specification/modules/etymology/extensions/lexicographicResource.xml
index 33f0034..0dcee5f 100644
--- a/dmlex-v1.0/specification/modules/etymology/extensions/lexicographicResource.xml
+++ b/dmlex-v1.0/specification/modules/etymology/extensions/lexicographicResource.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
etymonLanguage
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/etymology/extensions/partOfSpeech.xml b/dmlex-v1.0/specification/modules/etymology/extensions/partOfSpeech.xml
index de9b96b..08718eb 100644
--- a/dmlex-v1.0/specification/modules/etymology/extensions/partOfSpeech.xml
+++ b/dmlex-v1.0/specification/modules/etymology/extensions/partOfSpeech.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
etymonUnit
diff --git a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymology.xml b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymology.xml
index da34b83..e279e8b 100644
--- a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymology.xml
+++ b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymology.xml
@@ -11,14 +11,14 @@
Represents a chain of historical derivations of a word.
- Child of
+ Property of
entry
- Contents
+ Properties
description
optional (zero or one). A plain-text form of the etymology, which may
diff --git a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymon.xml b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymon.xml
index d7df5ff..718c648 100644
--- a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymon.xml
+++ b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymon.xml
@@ -13,14 +13,14 @@
headword.
- Child of
+ Property of
etymology
- Contents
+ Properties
when
optional (zero or one). Indicates the time period during which this etymological origin is valid.
diff --git a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonLanguage.xml b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonLanguage.xml
index 15892ee..56a0f1d 100644
--- a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonLanguage.xml
+++ b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonLanguage.xml
@@ -13,7 +13,7 @@
etymonUnit objects.
- Child of
+ Property of
lexicographicResource
@@ -21,7 +21,7 @@
- Contents
+ Properties
langCode
required (exactly one). The IETF language code of the
diff --git a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonType.xml b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonType.xml
index b10cb86..5ea81d9 100644
--- a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonType.xml
+++ b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonType.xml
@@ -12,7 +12,7 @@
targetptr="etymology_etymon">etymon.
- Child of
+ Property of
lexicographicResource
@@ -20,7 +20,7 @@
- Contents
+ Properties
type
required (exactly one). Non-empty string.
diff --git a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonUnit.xml b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonUnit.xml
index 98f86ba..f4ebeb9 100644
--- a/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonUnit.xml
+++ b/dmlex-v1.0/specification/modules/etymology/objectTypes/etymonUnit.xml
@@ -13,14 +13,14 @@
another etymologically related form.
- Child of
+ Property of
etymon
- Contents
+ Properties
language
required (exactly one). An IETF tag. The tags can be
diff --git a/dmlex-v1.0/specification/modules/linking/extensions/lexicographicResource.xml b/dmlex-v1.0/specification/modules/linking/extensions/lexicographicResource.xml
index c77645e..339d037 100644
--- a/dmlex-v1.0/specification/modules/linking/extensions/lexicographicResource.xml
+++ b/dmlex-v1.0/specification/modules/linking/extensions/lexicographicResource.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
relation
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/linking/extensions/sameAs.xml b/dmlex-v1.0/specification/modules/linking/extensions/sameAs.xml
index f65a78e..2e8d148 100644
--- a/dmlex-v1.0/specification/modules/linking/extensions/sameAs.xml
+++ b/dmlex-v1.0/specification/modules/linking/extensions/sameAs.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
relationTypeTag
diff --git a/dmlex-v1.0/specification/modules/linking/objectTypes/member.xml b/dmlex-v1.0/specification/modules/linking/objectTypes/member.xml
index 930ca3c..afb5b68 100644
--- a/dmlex-v1.0/specification/modules/linking/objectTypes/member.xml
+++ b/dmlex-v1.0/specification/modules/linking/objectTypes/member.xml
@@ -12,14 +12,14 @@
relation.
- Child of
+ Property of
relation
- Contents
+ Properties
memberID
required (exactly one). The ID of an object, such as an entry or a
diff --git a/dmlex-v1.0/specification/modules/linking/objectTypes/memberType.xml b/dmlex-v1.0/specification/modules/linking/objectTypes/memberType.xml
index c220a9b..e8b850d 100644
--- a/dmlex-v1.0/specification/modules/linking/objectTypes/memberType.xml
+++ b/dmlex-v1.0/specification/modules/linking/objectTypes/memberType.xml
@@ -13,14 +13,14 @@
members having this role.
- Child of
+ Property of
relationType
- Contents
+ Properties
role
required (exactly one). String. If the value is empty, then members
diff --git a/dmlex-v1.0/specification/modules/linking/objectTypes/relation.xml b/dmlex-v1.0/specification/modules/linking/objectTypes/relation.xml
index f1a92f4..1a14c81 100644
--- a/dmlex-v1.0/specification/modules/linking/objectTypes/relation.xml
+++ b/dmlex-v1.0/specification/modules/linking/objectTypes/relation.xml
@@ -11,7 +11,7 @@
Represents the fact that a relation exists between two or more objects.
- Child of
+ Property of
lexicographicResource
@@ -19,7 +19,7 @@
- Contents
+ Properties
type
required (exactly one). Non-empty string. Specifies what type of
diff --git a/dmlex-v1.0/specification/modules/linking/objectTypes/relationType.xml b/dmlex-v1.0/specification/modules/linking/objectTypes/relationType.xml
index 6ec68a5..60f5cf2 100644
--- a/dmlex-v1.0/specification/modules/linking/objectTypes/relationType.xml
+++ b/dmlex-v1.0/specification/modules/linking/objectTypes/relationType.xml
@@ -12,7 +12,7 @@
targetptr="linking_relation">relation.
- Child of
+ Property of
lexicographicResource
@@ -20,7 +20,7 @@
- Contents
+ Properties
type
required (exactly one). Non-empty string.
diff --git a/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml b/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml
index 4ee153c..9459884 100644
--- a/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml
+++ b/dmlex-v1.0/specification/modules/values/extensions/lexicographicResource.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
definitionTypeTag
optional (zero or more)
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/definitionTypeTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/definitionTypeTag.xml
index e911f87..205abc4 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/definitionTypeTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/definitionTypeTag.xml
@@ -16,14 +16,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/inflectedFormTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/inflectedFormTag.xml
index 0530b65..f291d5a 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/inflectedFormTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/inflectedFormTag.xml
@@ -17,14 +17,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/labelTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/labelTag.xml
index 57ab8b5..0a1b9ac 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/labelTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/labelTag.xml
@@ -16,14 +16,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/labelTypeTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/labelTypeTag.xml
index a6cf0a2..b6f3dd5 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/labelTypeTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/labelTypeTag.xml
@@ -16,14 +16,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/partOfSpeechTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/partOfSpeechTag.xml
index 60d4ac8..f8c5d15 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/partOfSpeechTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/partOfSpeechTag.xml
@@ -17,14 +17,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/sameAs.xml b/dmlex-v1.0/specification/modules/values/objectTypes/sameAs.xml
index bfa1e09..c8c527f 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/sameAs.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/sameAs.xml
@@ -14,7 +14,7 @@
Represents the fact that the parent object is equivalent to an item available from an external authority. Example: .
- Child of
+ Property of
definitionTypeTag
@@ -33,7 +33,7 @@
- Contents
+ Properties
uri
required (exactly one). The URI of an item in an external inventory.
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/sourceIdentityTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/sourceIdentityTag.xml
index d6b014f..d902ee4 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/sourceIdentityTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/sourceIdentityTag.xml
@@ -16,14 +16,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). Non-empty string. An abbreviation, a code or
diff --git a/dmlex-v1.0/specification/modules/values/objectTypes/transcriptionSchemeTag.xml b/dmlex-v1.0/specification/modules/values/objectTypes/transcriptionSchemeTag.xml
index 0b780b6..f907923 100644
--- a/dmlex-v1.0/specification/modules/values/objectTypes/transcriptionSchemeTag.xml
+++ b/dmlex-v1.0/specification/modules/values/objectTypes/transcriptionSchemeTag.xml
@@ -16,14 +16,14 @@
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
tag
required (exactly one). An IETF language tag.
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/example.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/example.xml
index 9011a07..57183d9 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/example.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/example.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
exampleTranslation
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/inflectedForm.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/inflectedForm.xml
index 28d02f4..90a0402 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/inflectedForm.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/inflectedForm.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
headwordTranslation
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/label.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/label.xml
index 13d9de4..bd3795f 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/label.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/label.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
headwordTranslation
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/lexicographicResource.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/lexicographicResource.xml
index 6d08480..aba5e36 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/lexicographicResource.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/lexicographicResource.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
translationLanguage
required (one or more)
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/partOfSpeech.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/partOfSpeech.xml
index cdfabaf..8886f93 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/partOfSpeech.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/partOfSpeech.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
headwordTranslation
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/pronunciation.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/pronunciation.xml
index 7b90a0d..4f4a18f 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/pronunciation.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/pronunciation.xml
@@ -14,7 +14,7 @@
- Can additionally be a child of
+ Can additionally be a property of
headwordTranslation
diff --git a/dmlex-v1.0/specification/modules/xlingual/extensions/sense.xml b/dmlex-v1.0/specification/modules/xlingual/extensions/sense.xml
index d73154d..d1cba14 100644
--- a/dmlex-v1.0/specification/modules/xlingual/extensions/sense.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/extensions/sense.xml
@@ -14,7 +14,7 @@
- Additional contents
+ Additional properties
headwordExplanation
optional (zero, one or more)
diff --git a/dmlex-v1.0/specification/modules/xlingual/objectTypes/exampleTranslation.xml b/dmlex-v1.0/specification/modules/xlingual/objectTypes/exampleTranslation.xml
index 159e1f6..4ac8d22 100644
--- a/dmlex-v1.0/specification/modules/xlingual/objectTypes/exampleTranslation.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/objectTypes/exampleTranslation.xml
@@ -13,14 +13,14 @@
Represents the translation of an example.
- Child of
+ Property of
example
- Contents
+ Properties
text
required (exactly one). Non-empty string.
diff --git a/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordExplanation.xml b/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordExplanation.xml
index 9193956..029cc65 100644
--- a/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordExplanation.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordExplanation.xml
@@ -14,14 +14,14 @@
the meaning of the headword. Example: .
- Child of
+ Property of
sense
- Contents
+ Properties
text
required (exactly one). Non-empty string.
diff --git a/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordTranslation.xml b/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordTranslation.xml
index beb6251..455371b 100644
--- a/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordTranslation.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/objectTypes/headwordTranslation.xml
@@ -14,14 +14,14 @@
linkend="ex08"/>, .
- Child of
+ Property of
sense
- Contents
+ Properties
text
required (exactly one). Non-empty string.
diff --git a/dmlex-v1.0/specification/modules/xlingual/objectTypes/translationLanguage.xml b/dmlex-v1.0/specification/modules/xlingual/objectTypes/translationLanguage.xml
index 1db69e7..9836e7b 100644
--- a/dmlex-v1.0/specification/modules/xlingual/objectTypes/translationLanguage.xml
+++ b/dmlex-v1.0/specification/modules/xlingual/objectTypes/translationLanguage.xml
@@ -13,14 +13,14 @@
Represents one of the languages in which translations are given in this lexicographic
resource. Examples: , .
- Child of
+ Property of
lexicographicResource
- Contents
+ Properties
langCode
required (exactly one). The IETF language code of the
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/collocateMarker.xml b/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
similarity index 95%
rename from dmlex-v1.0/specification/serializations/JSON/classes/collocateMarker.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
index ef61c9b..a733e11 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
@@ -6,7 +6,7 @@
]>
- Class: collocateMarker
+ JSON object: collocateMarker
Implements the collocateMarker
object type from the Annotation Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/definition.xml b/dmlex-v1.0/specification/serializations/JSON/objects/definition.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/definition.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/definition.xml
index a23b01a..f2ba28c 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/definition.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/definition.xml
@@ -6,7 +6,7 @@
]>
- Class: definition
+ JSON object: definition
Implements the definition object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/definitionTypeTag.xml b/dmlex-v1.0/specification/serializations/JSON/objects/definitionTypeTag.xml
similarity index 94%
rename from dmlex-v1.0/specification/serializations/JSON/classes/definitionTypeTag.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/definitionTypeTag.xml
index eba6a0f..e1241a9 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/definitionTypeTag.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/definitionTypeTag.xml
@@ -6,7 +6,7 @@
]>
- Class: definitionTypeTag
+ JSON object: definitionTypeTag
Implements the definitionTypeTag
object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/entry.xml b/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
similarity index 98%
rename from dmlex-v1.0/specification/serializations/JSON/classes/entry.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
index e5d6ea5..175c29c 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/entry.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
@@ -6,7 +6,7 @@
]>
- Class: entry
+ JSON object: entry
Implements the entry object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/etymology.xml b/dmlex-v1.0/specification/serializations/JSON/objects/etymology.xml
similarity index 94%
rename from dmlex-v1.0/specification/serializations/JSON/classes/etymology.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/etymology.xml
index bfede57..c3cefdc 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/etymology.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/etymology.xml
@@ -6,7 +6,7 @@
]>
- Class: etymology
+ JSON object: etymology
Implements the etymology object type
from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/etymon.xml b/dmlex-v1.0/specification/serializations/JSON/objects/etymon.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/etymon.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/etymon.xml
index 513c2b1..c059034 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/etymon.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/etymon.xml
@@ -6,7 +6,7 @@
]>
- Class: etymon
+ JSON object: etymon
Implements the etymon object type
from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/etymonLanguage.xml b/dmlex-v1.0/specification/serializations/JSON/objects/etymonLanguage.xml
similarity index 93%
rename from dmlex-v1.0/specification/serializations/JSON/classes/etymonLanguage.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/etymonLanguage.xml
index debc609..4b3df78 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/etymonLanguage.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/etymonLanguage.xml
@@ -6,7 +6,7 @@
]>
- Class: etymonLanguage
+ JSON object: etymonLanguage
Implements the etymonLanguage object type
from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/etymonType.xml b/dmlex-v1.0/specification/serializations/JSON/objects/etymonType.xml
similarity index 94%
rename from dmlex-v1.0/specification/serializations/JSON/classes/etymonType.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/etymonType.xml
index 348f44b..8bcca2f 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/etymonType.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/etymonType.xml
@@ -6,7 +6,7 @@
]>
- Class: etymonType
+ JSON object: etymonType
Implements the etymonType object type
from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/etymonUnit.xml b/dmlex-v1.0/specification/serializations/JSON/objects/etymonUnit.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/etymonUnit.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/etymonUnit.xml
index 8181456..4d6a24f 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/etymonUnit.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/etymonUnit.xml
@@ -6,7 +6,7 @@
]>
- Class: etymonUnit
+ JSON object: etymonUnit
Implements the etymonUnit object type
from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/example.xml b/dmlex-v1.0/specification/serializations/JSON/objects/example.xml
similarity index 97%
rename from dmlex-v1.0/specification/serializations/JSON/classes/example.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/example.xml
index f0df314..9736c23 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/example.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/example.xml
@@ -6,7 +6,7 @@
]>
- Class: example
+ JSON object: example
Implements the example object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/exampleTranslation.xml b/dmlex-v1.0/specification/serializations/JSON/objects/exampleTranslation.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/exampleTranslation.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/exampleTranslation.xml
index 93274f2..f9c6e03 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/exampleTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/exampleTranslation.xml
@@ -6,7 +6,7 @@
]>
- Class: exampleTranslation
+ JSON object: exampleTranslation
Implements the exampleTranslation
object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/headwordExplanation.xml b/dmlex-v1.0/specification/serializations/JSON/objects/headwordExplanation.xml
similarity index 94%
rename from dmlex-v1.0/specification/serializations/JSON/classes/headwordExplanation.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/headwordExplanation.xml
index e0d61e5..bd75ab4 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/headwordExplanation.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/headwordExplanation.xml
@@ -6,7 +6,7 @@
]>
- Class: headwordExplanation
+ JSON object: headwordExplanation
Implements the headwordExplanation
object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/headwordMarker.xml b/dmlex-v1.0/specification/serializations/JSON/objects/headwordMarker.xml
similarity index 93%
rename from dmlex-v1.0/specification/serializations/JSON/classes/headwordMarker.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/headwordMarker.xml
index 4517ce0..4717ce1 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/headwordMarker.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/headwordMarker.xml
@@ -6,7 +6,7 @@
]>
- Class: headwordMarker
+ JSON object: headwordMarker
Implements the headwordMarker
object type from the Annotation Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/headwordTranslation.xml b/dmlex-v1.0/specification/serializations/JSON/objects/headwordTranslation.xml
similarity index 97%
rename from dmlex-v1.0/specification/serializations/JSON/classes/headwordTranslation.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/headwordTranslation.xml
index bf3061a..93ecb2f 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/headwordTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/headwordTranslation.xml
@@ -6,7 +6,7 @@
]>
- Class: headwordTranslation
+ JSON object: headwordTranslation
Implements the headwordTranslation
object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/inflectedForm.xml b/dmlex-v1.0/specification/serializations/JSON/objects/inflectedForm.xml
similarity index 95%
rename from dmlex-v1.0/specification/serializations/JSON/classes/inflectedForm.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/inflectedForm.xml
index 4b74765..83f92bf 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/inflectedForm.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/inflectedForm.xml
@@ -6,7 +6,7 @@
]>
"uri"
- optional, string
+ required, string
"language"
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/member.xml b/dmlex-v1.0/specification/serializations/JSON/objects/member.xml
similarity index 95%
rename from dmlex-v1.0/specification/serializations/JSON/classes/member.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/member.xml
index c6b7217..5107cc8 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/member.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/member.xml
@@ -6,7 +6,7 @@
]>
- Class: member
+ JSON object: member
Implements the member
object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/memberType.xml b/dmlex-v1.0/specification/serializations/JSON/objects/memberType.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/memberType.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/memberType.xml
index 664492f..ff1eeb9 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/memberType.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/memberType.xml
@@ -6,7 +6,7 @@
]>
- Class: memberType
+ JSON object: memberType
Implements the memberType
object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/partOfSpeechTag.xml b/dmlex-v1.0/specification/serializations/JSON/objects/partOfSpeechTag.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/partOfSpeechTag.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/partOfSpeechTag.xml
index 202ee58..785e7a6 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/partOfSpeechTag.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/partOfSpeechTag.xml
@@ -6,7 +6,7 @@
]>
- Class: partOfSpeechTag
+ JSON object: partOfSpeechTag
Implements the partOfSpeechTag
object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/placeholderMarker.xml b/dmlex-v1.0/specification/serializations/JSON/objects/placeholderMarker.xml
similarity index 93%
rename from dmlex-v1.0/specification/serializations/JSON/classes/placeholderMarker.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/placeholderMarker.xml
index 7a53d7e..c92f77f 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/placeholderMarker.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/placeholderMarker.xml
@@ -6,7 +6,7 @@
]>
- Class: placeholderMarker
+ JSON object: placeholderMarker
Implements the placeholderMarker
object type from the Annotation Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/pronunciation.xml b/dmlex-v1.0/specification/serializations/JSON/objects/pronunciation.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/pronunciation.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/pronunciation.xml
index 795f17c..12354ec 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/pronunciation.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/pronunciation.xml
@@ -6,7 +6,7 @@
]>
- Class: pronunciation
+ JSON object: pronunciation
Implements the pronunciation object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/relation.xml b/dmlex-v1.0/specification/serializations/JSON/objects/relation.xml
similarity index 95%
rename from dmlex-v1.0/specification/serializations/JSON/classes/relation.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/relation.xml
index 318e28d..54cd6ce 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/relation.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/relation.xml
@@ -6,7 +6,7 @@
]>
- Class: relation
+ JSON object: relation
Implements the relation
object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/relationType.xml b/dmlex-v1.0/specification/serializations/JSON/objects/relationType.xml
similarity index 96%
rename from dmlex-v1.0/specification/serializations/JSON/classes/relationType.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/relationType.xml
index a347d9a..3afbf74 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/relationType.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/relationType.xml
@@ -6,7 +6,7 @@
]>
- Class: relationType
+ JSON object: relationType
Implements the relationType
object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/sense.xml b/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
similarity index 97%
rename from dmlex-v1.0/specification/serializations/JSON/classes/sense.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
index e0137ec..af3f68b 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/sense.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
@@ -6,7 +6,7 @@
]>
- Class: sense
+ JSON object: sense
Implements the sense object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/sourceIdentityTag.xml b/dmlex-v1.0/specification/serializations/JSON/objects/sourceIdentityTag.xml
similarity index 94%
rename from dmlex-v1.0/specification/serializations/JSON/classes/sourceIdentityTag.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/sourceIdentityTag.xml
index d2a6e9e..b04e19c 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/sourceIdentityTag.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/sourceIdentityTag.xml
@@ -6,7 +6,7 @@
]>
- Class: sourceIdentityTag
+ JSON object: sourceIdentityTag
Implements the sourceIdentityTag
object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/transcription.xml b/dmlex-v1.0/specification/serializations/JSON/objects/transcription.xml
similarity index 93%
rename from dmlex-v1.0/specification/serializations/JSON/classes/transcription.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/transcription.xml
index 7e88798..a42c4aa 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/transcription.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/transcription.xml
@@ -6,7 +6,7 @@
]>
- Class: transcription
+ JSON object: transcription
Implements the transcription object type.
diff --git a/dmlex-v1.0/specification/serializations/JSON/classes/transcriptionSchemeTag.xml b/dmlex-v1.0/specification/serializations/JSON/objects/transcriptionSchemeTag.xml
similarity index 95%
rename from dmlex-v1.0/specification/serializations/JSON/classes/transcriptionSchemeTag.xml
rename to dmlex-v1.0/specification/serializations/JSON/objects/transcriptionSchemeTag.xml
index 82f4ed9..63464c4 100644
--- a/dmlex-v1.0/specification/serializations/JSON/classes/transcriptionSchemeTag.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/transcriptionSchemeTag.xml
@@ -6,7 +6,7 @@
]>
- DMLex JSON Serialization Classes
+ DMLex JSON serialization objects
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
index 0ff10b5..71bf1f2 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
@@ -6,7 +6,7 @@
]>
- Node: collocateMarker
+ NVH node: collocateMarker
Implements the collocateMarker object type from the Annotation module.
Contains the text which it marks up and optional child nodes.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/definition.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/definition.xml
index 4354752..ee3d664 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/definition.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/definition.xml
@@ -6,7 +6,7 @@
]>
- Node: definition
+ NVH node: definition
Implements the definition object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/definitionTypeTag.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/definitionTypeTag.xml
index 8ec36a3..fc27e45 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/definitionTypeTag.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/definitionTypeTag.xml
@@ -6,7 +6,7 @@
]>
- Node: definitionTypeTag
+ NVH node: definitionTypeTag
Implements the definitionTypeTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
index 9de9f2a..708be44 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
@@ -6,7 +6,7 @@
]>
- Node: entry
+ NVH node: entry
Implements the entry object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/etymology.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/etymology.xml
index c0d9821..5ebfeaf 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/etymology.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/etymology.xml
@@ -6,7 +6,7 @@
]>
- Node: etymology
+ NVH node: etymology
Implements the etymology object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/etymon.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/etymon.xml
index b05ed44..4c00c71 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/etymon.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/etymon.xml
@@ -6,7 +6,7 @@
]>
- Node: etymon
+ NVH node: etymon
Implements the etymon object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonLanguage.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonLanguage.xml
index 946efc5..317c1c7 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonLanguage.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonLanguage.xml
@@ -6,7 +6,7 @@
]>
- Node: etymonLanguage
+ NVH node: etymonLanguage
Implements the etymonLanguage object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonType.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonType.xml
index 76f2f83..25bac7c 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonType.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonType.xml
@@ -6,7 +6,7 @@
]>
- Node: etymonType
+ NVH node: etymonType
Implements the etymonType object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonUnit.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonUnit.xml
index 43e6fae..7f23aae 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/etymonUnit.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/etymonUnit.xml
@@ -6,7 +6,7 @@
]>
- Node: etymonUnit
+ NVH node: etymonUnit
Implements the etymonUnit object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/example.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/example.xml
index 16574a3..0561419 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/example.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/example.xml
@@ -6,7 +6,7 @@
]>
- Node: example
+ NVH node: example
Implements the example object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/exampleTranslation.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/exampleTranslation.xml
index ffaa163..ec84cee 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/exampleTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/exampleTranslation.xml
@@ -6,7 +6,7 @@
]>
- Node: exampleTranslation
+ NVH node: exampleTranslation
Implements the exampleTranslation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/forLanguage.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/forLanguage.xml
index e524190..d71ed7c 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/forLanguage.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/forLanguage.xml
@@ -6,7 +6,7 @@
]>
- Node: forLanguage
+ NVH node: forLanguage
Implements the forLanguage property of the
partOfSpeechTag,
inflectedFormTag,
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/forPartOfSpeech.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/forPartOfSpeech.xml
index fbd4ed8..0adb33c 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/forPartOfSpeech.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/forPartOfSpeech.xml
@@ -6,7 +6,7 @@
]>
- Node: forPartOfSpeech
+ NVH node: forPartOfSpeech
Implements the forPartOfSpeech property of the
inflectedFormTag
and and labelTag
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordExplanation.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordExplanation.xml
index 9f0a7fc..9db3a58 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordExplanation.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordExplanation.xml
@@ -6,7 +6,7 @@
]>
- Node: headwordExplanation
+ NVH node: headwordExplanation
Implements the headwordExplanation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordMarker.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordMarker.xml
index 177b718..4aa79b5 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordMarker.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordMarker.xml
@@ -6,7 +6,7 @@
]>
- Node: headwordMarker
+ NVH node: headwordMarker
Implements the headwordMarker object type from the Annotation module.
Contains the text which it marks up.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordTranslation.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordTranslation.xml
index c675134..5b1b8fe 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/headwordTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/headwordTranslation.xml
@@ -6,7 +6,7 @@
]>
- Node: headwordTranslation
+ NVH node: headwordTranslation
Implements the headwordTranslation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/inflectedForm.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/inflectedForm.xml
index 35222a5..3168fc8 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/inflectedForm.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/inflectedForm.xml
@@ -6,7 +6,7 @@
]>
- uri optional (exactly one)
+ uri required (exactly one)
language required (exactly one)
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/member.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/member.xml
index 7148e82..e3f724f 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/member.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/member.xml
@@ -6,7 +6,7 @@
]>
- Node: member
+ NVH node: member
Implements the member object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/memberType.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/memberType.xml
index 10a24ea..57d3bfc 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/memberType.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/memberType.xml
@@ -6,7 +6,7 @@
]>
- Node: memberType
+ NVH node: memberType
Implements the memberType object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeech.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeech.xml
index d94439e..4f279b4 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeech.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeech.xml
@@ -6,7 +6,7 @@
]>
- Node: partOfSpeech
+ NVH node: partOfSpeech
Implements the partOfSpeech object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeechTag.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeechTag.xml
index d6ad276..1b86484 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeechTag.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/partOfSpeechTag.xml
@@ -6,7 +6,7 @@
]>
- Node: partOfSpeechTag
+ NVH node: partOfSpeechTag
Implements the partOfSpeechTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/placeholderMarker.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/placeholderMarker.xml
index a7e4760..92eea87 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/placeholderMarker.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/placeholderMarker.xml
@@ -6,7 +6,7 @@
]>
- Node: placeholderMarker
+ NVH node: placeholderMarker
Implements the placeholderMarker object type from the Annotation module.
Contains the text which it marks up.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/pronunciation.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/pronunciation.xml
index a252289..1ce765e 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/pronunciation.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/pronunciation.xml
@@ -6,7 +6,7 @@
]>
- Node: pronunciation
+ NVH node: pronunciation
Implements the pronunciation object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/relation.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/relation.xml
index 48242a8..3759a4e 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/relation.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/relation.xml
@@ -6,7 +6,7 @@
]>
- Node: relation
+ NVH node: relation
Implements the relation object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/relationType.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/relationType.xml
index 39e7715..98ca240 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/relationType.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/relationType.xml
@@ -6,7 +6,7 @@
]>
- Node: relationType
+ NVH node: relationType
Implements the relationType object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/sameAs.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/sameAs.xml
index 907a1b3..fdbe06f 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/sameAs.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/sameAs.xml
@@ -6,7 +6,7 @@
]>
- Node: sameAs
+ NVH node: sameAs
Implements the sameAs object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
index aef991a..9bd84df 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
@@ -6,7 +6,7 @@
]>
- Node: sense
+ NVH node: sense
Implements the sense object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/sourceIdentityTag.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/sourceIdentityTag.xml
index 34064da..44dc885 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/sourceIdentityTag.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/sourceIdentityTag.xml
@@ -6,7 +6,7 @@
]>
- Node: sourceIdentityTag
+ NVH node: sourceIdentityTag
Implements the sourceIdentityTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/transcription.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/transcription.xml
index f1b1461..841d4b4 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/transcription.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/transcription.xml
@@ -6,7 +6,7 @@
]>
- Node: transcription
+ NVH node: transcription
Implements the transcription object type.
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/transcriptionSchemeTag.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/transcriptionSchemeTag.xml
index 62e05cb..0527984 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/transcriptionSchemeTag.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/transcriptionSchemeTag.xml
@@ -6,7 +6,7 @@
]>
-
-
-
+
+ DMLex relational database serialization tables
+
+
+
+
+
diff --git a/dmlex-v1.0/specification/serializations/RDB/tables/entries.xml b/dmlex-v1.0/specification/serializations/RDB/tables/entries.xml
index b09cc90..d6743bb 100644
--- a/dmlex-v1.0/specification/serializations/RDB/tables/entries.xml
+++ b/dmlex-v1.0/specification/serializations/RDB/tables/entries.xml
@@ -6,7 +6,7 @@
]>
- Table: entries
+ Database table: entries
Implements the entry data type.
Columns
diff --git a/dmlex-v1.0/specification/serializations/RDB/tables/lexicographicResources.xml b/dmlex-v1.0/specification/serializations/RDB/tables/lexicographicResources.xml
index a2d3874..9a23d65 100644
--- a/dmlex-v1.0/specification/serializations/RDB/tables/lexicographicResources.xml
+++ b/dmlex-v1.0/specification/serializations/RDB/tables/lexicographicResources.xml
@@ -6,7 +6,7 @@
]>
- Table: lexicographicResources
+ Database table: lexicographicResources
Implements the lexicographicResource
data type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml b/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
index c6241a1..0953eac 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
@@ -6,7 +6,7 @@
]>
- Element: <collocateMarker>
+ XML element: <collocateMarker>
Implements the collocateMarker object type from the Annotation module.
Contains the text which it marks up, optionally followed by one or more <label> elements.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/definition.xml b/dmlex-v1.0/specification/serializations/XML/elements/definition.xml
index f36130e..a119973 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/definition.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/definition.xml
@@ -6,7 +6,7 @@
]>
- Element: <definition>
+ XML element: <definition>
Implements the definition object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/definitionTypeTag.xml b/dmlex-v1.0/specification/serializations/XML/elements/definitionTypeTag.xml
index f27776a..35037cb 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/definitionTypeTag.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/definitionTypeTag.xml
@@ -6,7 +6,7 @@
]>
- Element: <definitionTypeTag>
+ XML element: <definitionTypeTag>
Implements the definitionTypeTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/entry.xml b/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
index 1a93aba..91aa65d 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
@@ -6,7 +6,7 @@
]>
- Element: <entry>
+ XML element: <entry>
Implements the entry object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/etymology.xml b/dmlex-v1.0/specification/serializations/XML/elements/etymology.xml
index 1a3509f..799257d 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/etymology.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/etymology.xml
@@ -6,7 +6,7 @@
]>
- Element: <etymology>
+ XML element: <etymology>
Implements the etymology object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/etymon.xml b/dmlex-v1.0/specification/serializations/XML/elements/etymon.xml
index 97ed9ec..edbf323 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/etymon.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/etymon.xml
@@ -6,7 +6,7 @@
]>
- Element: <etymon>
+ XML element: <etymon>
Implements the etymon object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/etymonLanguage.xml b/dmlex-v1.0/specification/serializations/XML/elements/etymonLanguage.xml
index 5ed5e73..425a9f1 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/etymonLanguage.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/etymonLanguage.xml
@@ -6,7 +6,7 @@
]>
- Element: <etymonLanguage>
+ XML element: <etymonLanguage>
Implements the etymonLanguage object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/etymonType.xml b/dmlex-v1.0/specification/serializations/XML/elements/etymonType.xml
index 3562898..e279fe3 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/etymonType.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/etymonType.xml
@@ -6,7 +6,7 @@
]>
- Element: <etymonType>
+ XML element: <etymonType>
Implements the etymonType object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/etymonUnit.xml b/dmlex-v1.0/specification/serializations/XML/elements/etymonUnit.xml
index 21a9f1b..3b06286 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/etymonUnit.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/etymonUnit.xml
@@ -6,7 +6,7 @@
]>
- Element: <etymonUnit>
+ XML element: <etymonUnit>
Implements the etymonUnit object type from the Etymology Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/example.xml b/dmlex-v1.0/specification/serializations/XML/elements/example.xml
index 0297f1c..26833ee 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/example.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/example.xml
@@ -6,7 +6,7 @@
]>
- Element: <example>
+ XML element: <example>
Implements the example object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/exampleTranslation.xml b/dmlex-v1.0/specification/serializations/XML/elements/exampleTranslation.xml
index 79f9b57..4f9e6c2 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/exampleTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/exampleTranslation.xml
@@ -6,7 +6,7 @@
]>
- Element: <exampleTranslation>
+ XML element: <exampleTranslation>
Implements the exampleTranslation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/forLanguage.xml b/dmlex-v1.0/specification/serializations/XML/elements/forLanguage.xml
index 05bcb01..395878f 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/forLanguage.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/forLanguage.xml
@@ -6,7 +6,7 @@
]>
- Element: <forLanguage>
+ XML element: <forLanguage>
Implements the forLanguage property of the
partOfSpeechTag,
inflectedFormTag,
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/forPartOfSpeech.xml b/dmlex-v1.0/specification/serializations/XML/elements/forPartOfSpeech.xml
index 76f3171..7aa1d8e 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/forPartOfSpeech.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/forPartOfSpeech.xml
@@ -6,7 +6,7 @@
]>
- Element: <forPartOfSpeech>
+ XML element: <forPartOfSpeech>
Implements the forPartOfSpeech property of the
inflectedFormTag
and and labelTag
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/headwordExplanation.xml b/dmlex-v1.0/specification/serializations/XML/elements/headwordExplanation.xml
index c173bd8..5a94e6e 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/headwordExplanation.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/headwordExplanation.xml
@@ -6,7 +6,7 @@
]>
- Element: <headwordExplanation>
+ XML element: <headwordExplanation>
Implements the headwordExplanation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/headwordMarker.xml b/dmlex-v1.0/specification/serializations/XML/elements/headwordMarker.xml
index 55444a4..ec912c8 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/headwordMarker.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/headwordMarker.xml
@@ -6,7 +6,7 @@
]>
- Element: <headwordMarker>
+ XML element: <headwordMarker>
Implements the headwordMarker object type from the Annotation module.
Contains the text which it marks up.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/headwordTranslation.xml b/dmlex-v1.0/specification/serializations/XML/elements/headwordTranslation.xml
index 301874c..c5449a8 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/headwordTranslation.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/headwordTranslation.xml
@@ -6,7 +6,7 @@
]>
- Element: <headwordTranslation>
+ XML element: <headwordTranslation>
Implements the headwordTranslation object type from the Crosslingual Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/inflectedForm.xml b/dmlex-v1.0/specification/serializations/XML/elements/inflectedForm.xml
index 4b3c465..a77bdbc 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/inflectedForm.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/inflectedForm.xml
@@ -6,7 +6,7 @@
]>
- @uri optional
+ @uri required
@language required
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/member.xml b/dmlex-v1.0/specification/serializations/XML/elements/member.xml
index d94b5ad..7b12f1e 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/member.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/member.xml
@@ -6,7 +6,7 @@
]>
- Element: <member>
+ XML element: <member>
Implements the member object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/memberType.xml b/dmlex-v1.0/specification/serializations/XML/elements/memberType.xml
index da9daf7..6ae487f 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/memberType.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/memberType.xml
@@ -6,7 +6,7 @@
]>
- Element: <memberType>
+ XML element: <memberType>
Implements the memberType object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeech.xml b/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeech.xml
index 4e2286c..4b619bf 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeech.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeech.xml
@@ -6,7 +6,7 @@
]>
- Element: <partOfSpeech>
+ XML element: <partOfSpeech>
Implements the partOfSpeech object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeechTag.xml b/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeechTag.xml
index 497876d..da4b428 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeechTag.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/partOfSpeechTag.xml
@@ -6,7 +6,7 @@
]>
- Element: <partOfSpeechTag>
+ XML element: <partOfSpeechTag>
Implements the partOfSpeechTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/placeholderMarker.xml b/dmlex-v1.0/specification/serializations/XML/elements/placeholderMarker.xml
index f263129..f60748a 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/placeholderMarker.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/placeholderMarker.xml
@@ -6,7 +6,7 @@
]>
- Element: <placeholderMarker>
+ XML element: <placeholderMarker>
Implements the placeholderMarker object type from the Annotation module.
Contains the text which it marks up.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/pronunciation.xml b/dmlex-v1.0/specification/serializations/XML/elements/pronunciation.xml
index 6dd1e4f..d5d641c 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/pronunciation.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/pronunciation.xml
@@ -6,7 +6,7 @@
]>
- Element: <pronunciation>
+ XML element: <pronunciation>
Implements the pronunciation object
type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/relation.xml b/dmlex-v1.0/specification/serializations/XML/elements/relation.xml
index 5ce56b5..be545ab 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/relation.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/relation.xml
@@ -6,7 +6,7 @@
]>
- Element: <relation>
+ XML element: <relation>
Implements the relation object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/relationType.xml b/dmlex-v1.0/specification/serializations/XML/elements/relationType.xml
index 9b85aa8..f4ca495 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/relationType.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/relationType.xml
@@ -6,7 +6,7 @@
]>
- Element: <relationType>
+ XML element: <relationType>
Implements the relationType object type from the Linking Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/sameAs.xml b/dmlex-v1.0/specification/serializations/XML/elements/sameAs.xml
index 862e232..3cb22e9 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/sameAs.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/sameAs.xml
@@ -6,7 +6,7 @@
]>
- Element: <sameAs>
+ XML element: <sameAs>
Implements the sameAs object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/sense.xml b/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
index daf88f3..68a0cac 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
@@ -6,7 +6,7 @@
]>
- Element: <sense>
+ XML element: <sense>
Implements the sense object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/sourceIdentityTag.xml b/dmlex-v1.0/specification/serializations/XML/elements/sourceIdentityTag.xml
index f415f4d..5e4b654 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/sourceIdentityTag.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/sourceIdentityTag.xml
@@ -6,7 +6,7 @@
]>
- Element: <sourceIdentityTag>
+ XML element: <sourceIdentityTag>
Implements the sourceIdentityTag object type from the Controlled Values Module.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/transcription.xml b/dmlex-v1.0/specification/serializations/XML/elements/transcription.xml
index 791a01d..2db0ad1 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/transcription.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/transcription.xml
@@ -6,7 +6,7 @@
]>
- Element: <transcription>
+ XML element: <transcription>
Implements the transcription object type.
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/transcriptionSchemeTag.xml b/dmlex-v1.0/specification/serializations/XML/elements/transcriptionSchemeTag.xml
index d2c82f9..14d1c31 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/transcriptionSchemeTag.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/transcriptionSchemeTag.xml
@@ -6,7 +6,7 @@
]>