| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| abbr | Text | optional | |||||
| align | restriction of xs:NMTOKEN | optional | |||||
| axis | CDATA | optional | |||||
| char | Character | optional | |||||
| charoff | Length | optional | |||||
| class | xs:string | optional | |||||
| colspan | Number | 1 | optional | ||||
| dir | restriction of xs:NMTOKEN | optional | |||||
| headers | xs:IDREFS | optional | |||||
| id | xs:ID | optional | |||||
| lang | LanguageCode | optional | |||||
| onclick | Script | optional | |||||
| ondblclick | Script | optional | |||||
| onkeydown | Script | optional | |||||
| onkeypress | Script | optional | |||||
| onkeyup | Script | optional | |||||
| onmousedown | Script | optional | |||||
| onmousemove | Script | optional | |||||
| onmouseout | Script | optional | |||||
| onmouseover | Script | optional | |||||
| onmouseup | Script | optional | |||||
| rowspan | Number | 1 | optional | ||||
| scope | restriction of xs:NMTOKEN | optional | |||||
| style | CDATA | optional | |||||
| title | xs:string | optional | |||||
| valign | restriction of xs:NMTOKEN | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
| xml:space | restriction of xs:NCName | preserve | optional |
| Complex Type | xhtml.td.type |
<xs:attributeGroup name="xhtml.td.attlist"> <xs:attributeGroup ref="xhtml.Common.attrib"/> <xs:attribute name="abbr" type="xh11d:Text"/> <xs:attribute name="axis" type="xh11d:CDATA"/> <xs:attribute name="headers" type="xs:IDREFS"/> <xs:attributeGroup ref="xhtml.scope.attrib"/> <xs:attribute name="rowspan" type="xh11d:Number" default="1"/> <xs:attribute name="colspan" type="xh11d:Number" default="1"/> <xs:attributeGroup ref="xhtml.CellHAlign.attrib"/> <xs:attributeGroup ref="xhtml.CellVAlign.attrib"/> </xs:attributeGroup> |