row

Complex Type Information

Model

Children: entry

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
rowsep av.boolean optional
script xs:NMTOKEN optional
valign restriction of xs:token optional

Used By

Elements tbody/row, thead/row

Source

<xs:complexType name="row">
  <xs:sequence>
    <xs:element name="entry" type="entry" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="rowsep" type="av.boolean"/>
  <xs:attribute name="valign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="bottom"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>