simpleType Scope
namespace http://www.w3.org/1999/xhtml
type restriction of xs:token
used by
attributes th/@scope td/@scope
facets
Kind Value annotation 
enumeration row 
enumeration col 
enumeration rowgroup 
enumeration colgroup 
annotation
documentation

      Scope is simpler than headers attribute for common tables
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy