<xs:element name="tr" maxOccurs="unbounded"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="th" type="tdType"/> <xs:element name="td" type="tdType"/> </xs:choice> <xs:attribute name="align" type="alignType" use="optional" default="left"/> </xs:complexType> </xs:element> |