tgroup

Complex Type Information

Model

Children: colspec, tbody, thead

Attributes

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

Used By

Element table/tgroup

Source

<xs:complexType name="tgroup">
  <xs:sequence>
    <xs:element name="colspec" type="colspec" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="thead" type="thead" minOccurs="0"/>
    <xs:element name="tbody" type="tbody"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="cols" use="required" type="xs:NMTOKEN"/>
  <xs:attribute name="colsep" type="av.boolean"/>
  <xs:attribute name="rowsep" type="av.boolean"/>
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="justify"/>
        <xs:enumeration value="char"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>