
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| abbr | XHTMLText | optional | ||||
| align | restriction of xs:token | optional | ||||
| axis | optional | |||||
| char | Character | optional | ||||
| charoff | Length | optional | ||||
| class | optional | |||||
| colspan | XHTMLNumber | 1 | optional | |||
| dir | restriction of xs:token | optional | ||||
| headers | xs:IDREFS | optional | ||||
| id | xs:ID | optional | ||||
| lang | XHTMLLanguageCode | optional | ||||
| rowspan | XHTMLNumber | 1 | optional | |||
| scope | Scope | optional | ||||
| style | StyleSheet | optional | ||||
| title | XHTMLText | optional | ||||
| valign | restriction of xs:token | optional |
| Element | tr |
<xs:element name="td"> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="Flow"> <xs:attributeGroup ref="td.attlist"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |