LangString

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
language xs:language optional

Used By

Source

<xs:complexType name="LangString">
  <xs:simpleContent>
    <xs:extension base="CharacterString">
      <xs:attribute name="language" type="xs:language"/>
      <xs:attributeGroup ref="ex:customAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>