QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | optional | |||||
dir | restriction of xs:token | required | ||||
id | xs:ID | optional | ||||
lang | XHTMLLanguageCode | optional | ||||
style | StyleSheet | optional | ||||
title | XHTMLText | optional |
Element | bdo |
<xs:attributeGroup name="bdo.attlist"> <xs:attributeGroup ref="coreattrs"/> <xs:attribute name="lang" type="XHTMLLanguageCode"/> <!-- <xs:attribute ref="xml:lang"/> --> <xs:attribute name="dir" use="required"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ltr"/> <xs:enumeration value="rtl"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |