stringlang

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
lang list of xs:language optional

Used By

Source

<xs:complexType name="stringlang">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="lang" use="optional">
        <xs:simpleType>
          <xs:list itemType="xs:language"/>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>