QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
rowheader | restriction of xs:token | optional |
Elements | db:colspec, db:informaltable, db:table |
<xs:attributeGroup name="rowheader.attribute"> <xs:attribute name="rowheader"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="firstcol"/> <xs:enumeration value="headers"/> <xs:enumeration value="norowheader"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |