attlist.HEAD

Attribute Group Information

Attributes

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

Used By

Element HEAD

Source

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