QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | xs:NMTOKENS | optional | ||||
columnalign | restriction of xs:string | center | optional | |||
columnspan | xs:positiveInteger | 1 | optional | |||
groupalign | xs:string | optional | ||||
id | xs:ID | optional | ||||
rowalign | restriction of xs:string | baseline | optional | |||
rowspan | xs:positiveInteger | 1 | optional | |||
style | xs:string | optional | ||||
xlink:href | anyURI | optional | ||||
xref | xs:IDREF | optional |
Complex Type | mtd.type |
<xs:attributeGroup name="mtd.attlist"> <xs:attributeGroup ref="Table-alignment.attrib"/> <xs:attribute name="columnspan" type="xs:positiveInteger" default="1"/> <xs:attribute name="rowspan" type="xs:positiveInteger" default="1"/> <xs:attributeGroup ref="Common.attrib"/> </xs:attributeGroup> |