Scope

Scope is simpler than headers attribute for common tables

Simple Type Information

Used By

Attributes td/@scope, th/@scope

Source

<xs:simpleType name="Scope">
  <xs:annotation>
    <xs:documentation>Scope is simpler than headers attribute for common tables</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="row"/>
    <xs:enumeration value="col"/>
    <xs:enumeration value="rowgroup"/>
    <xs:enumeration value="colgroup"/>
  </xs:restriction>
</xs:simpleType>