A string with an additional attribute for the national language.
The tree structure of the type dx:stringWithLangType has the following appearance:
<xs:complexType name="stringWithLangType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="lang" type="dx:languageCodeType"/>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
See the list of abbreviations here
| Attribute (Attribute type) |
Use | Description |
|---|---|---|
| dx:lang (dx:languageCodeType) |
[O] | The abbreviation of the official language shall be entered in this element. Basis is the ISO 639-1 for the language identifier with two lower case letters [1] [2] |
| dx:baseAttributeGroup | [O] | An attribute group called "baseAttributeGroup" is referenced here. This attribute group contains a set of attributes that are commonly used in elements of the DX. An attribute group is a reusable collection of attributes. |