xhtml.scope.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
scope restriction of xs:NMTOKEN optional

Used By

Source

<xs:attributeGroup name="xhtml.scope.attrib">
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="row"/>
        <xs:enumeration value="col"/>
        <xs:enumeration value="rowgroup"/>
        <xs:enumeration value="colgroup"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>