xhtml.dir.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir restriction of xs:NMTOKEN optional

Used By

Attribute Group xhtml.I18n.extra.attrib

Source

<xs:attributeGroup name="xhtml.dir.attrib">
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>