attlist.HTML

Attribute Group Information

Attributes

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

Used By

Element HTML

Source

<xs:attributeGroup name="attlist.HTML">
  <xs:attribute name="lang"/>
  <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>