attlist.BDO

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token required
id xs:ID optional
lang optional
style optional
title optional

Used By

Element BDO

Source

<xs:attributeGroup name="attlist.BDO">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="class"/>
  <xs:attribute name="style"/>
  <xs:attribute name="title"/>
  <xs:attribute name="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>