QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
dir | restriction of xs:token | optional | ||||
lang | XHTMLLanguageCode | optional |
Attribute Groups | attrs, map.attlist |
<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> |