<xs:element name="tr">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="th" />
<xs:element ref="td" />
</xs:choice>
<xs:attributeGroup ref="attrs" />
<xs:attributeGroup ref="cellhalign" />
<xs:attributeGroup ref="cellvalign" />
</xs:complexType>
</xs:element>
|