attlist.META

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
content required
dir restriction of xs:token optional
http-equiv xs:NMTOKEN optional
lang optional
name xs:NMTOKEN optional
scheme optional

Used By

Element META

Source

<xs:attributeGroup name="attlist.META">
  <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="http-equiv" type="xs:NMTOKEN"/>
  <xs:attribute name="name" type="xs:NMTOKEN"/>
  <xs:attribute name="content" use="required"/>
  <xs:attribute name="scheme"/>
</xs:attributeGroup>