<xs:complexType name="LangStringType"><xs:annotation><xs:documentation>The datatype of language-tagged string values</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="language" type="xs:normalizedString" use="required"><xs:annotation><xs:documentation>The language used in the text</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="language" type="xs:normalizedString" use="required"><xs:annotation><xs:documentation>The language used in the text</xs:documentation></xs:annotation></xs:attribute>