QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
align | restriction of xs:token | optional | ||||
char | Character | optional | ||||
charoff | Length | optional | ||||
class | optional | |||||
dir | restriction of xs:token | optional | ||||
id | xs:ID | optional | ||||
lang | XHTMLLanguageCode | optional | ||||
style | StyleSheet | optional | ||||
title | XHTMLText | optional | ||||
valign | restriction of xs:token | optional |
<xs:element name="tr"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element ref="th"/> <xs:element ref="td"/> </xs:choice> <xs:attributeGroup ref="tr.attlist"/> </xs:complexType> </xs:element> |