scope

Attribute Information

Used By

Element db:entry

Source

<xs:attribute name="scope">
  <xs:simpleType>
    <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>
</xs:attribute>

Sample