| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| dir | restriction of xs:NMTOKEN | optional |
| Attribute Group | xhtml.I18n.extra.attrib |
<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> |