<xsd:simpleType name="ST_LangCode"> <xsd:annotation> <xsd:documentation>Two Digit Hexadecimal Language Code</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:hexBinary"> <xsd:length value="2" fixed="true" /> </xsd:restriction> </xsd:simpleType>