<xs:attributeGroup name="html.tablecell.attributes"> <xs:attribute name="abbr"/> <xs:attribute name="axis"/> <xs:attribute name="headers"/> <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> <xs:attribute name="rowspan" type="xs:nonNegativeInteger"/> <xs:attribute name="colspan" type="xs:nonNegativeInteger"/> </xs:attributeGroup> |