tr

Element Information

Model

th | td
Children: td, th

Attributes

QName Type Fixed Default Use Inheritable Annotation
align alignType left optional

Source

<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>

Sample