QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
scope | restriction of xs:NMTOKEN | optional |
Attribute Groups | xhtml.td.attlist, xhtml.th.attlist |
<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> |