table

Complex Type Information

Model

Children: head, tgroup

Attributes

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

Used By

Source

<xs:complexType name="table">
  <xs:sequence>
    <xs:element name="head" type="head" minOccurs="0"/>
    <xs:element name="tgroup" type="tgroup" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="frame">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top"/>
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="topbot"/>
        <xs:enumeration value="all"/>
        <xs:enumeration value="sides"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="colsep" type="av.boolean"/>
  <xs:attribute name="rowsep" type="av.boolean"/>
  <xs:attribute name="pgwide" type="av.boolean"/>
</xs:complexType>