The type dx:languageCodeType specifies the abbreviation of the official language, identified by two lower case letters.
The tree structure of the type dx:languageCodeType has the following appearance:
<xs:simpleType name="languageCodeType">
<xs:restriction base="xs:string">
<xs:pattern value="[a-z]{2}"/>
</xs:restriction>
</xs:simpleType>