Definition Type: SimpleType
Name: Scope
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
Scope is simpler than headers attribute for common tables
Collapse XSD Schema Diagram:
XSD Diagram of Scope in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration row
Enumeration col
Enumeration rowgroup
Enumeration colgroup
Collapse Derivation Tree:
Collapse References:
nsA:scope, nsA:scope