i18n

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir restriction of xs:token optional
lang XHTMLLanguageCode optional

Used By

Attribute Groups attrs, map.attlist

Source

<xs:attributeGroup name="i18n">
  <xs:attribute name="lang" type="XHTMLLanguageCode"/>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>