This type dx:textType can be used to represent any text. In the element, content contains the multilingualism.
The tree structure of the type dx:textType has the following appearance:
<xs:complexType name="textType">
<xs:sequence>
<xs:element ref="dx:content" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="refId" type="xs:IDREFS"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:content (dx:stringWithLangType) |
[O] | The element is used to enter any text. The attribute "lang" is implemented for multilingualism via the data type. |
| Attribute (Attribute type) |
Use | Description |
|---|---|---|
| id (xs:ID) |
[O] | This standard dataType of XML is used to represent a unique ID. It is used to uniquely identify the object in the DX. The data type xs:ID is deliberately used here because it enables validation without any add-ons in various tools. |
| refId (xs:IDREFS) |
[O] | IDREF represents the IDREF attribute type from [XML 1.0 (Second Edition)]. The value space of IDREF is the set of all strings that match the NCName production in [Namespaces in XML]. The lexical space of IDREF is the set of strings that match the NCName production in [Namespaces in XML]. The base type of IDREF is NCName. |