complexType tgroup
diagram
version
namespace http://www.oasis-open.org/tables/exchange/1.0
children tbl:colspec tbl:thead
used by
element {http://www.oasis-open.org/tables/exchange/1.0}:tgroup
complexType com:TableGroupType
attributes
Name Type Use Default Fixed annotation
tbl:cols xsd:integer required
tbl:colsep xsd:boolean
tbl:rowsep xsd:boolean
tbl:align xsd:token
source <xsd:complexType name="tgroup">
<xsd:sequence>
<xsd:element ref="tbl:colspec" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="tbl:thead" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="cols" type="xsd:integer" use="required"/>
<xsd:attribute name="colsep" type="xsd:boolean"/>
<xsd:attribute name="rowsep" type="xsd:boolean"/>
<xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="justify">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>

attribute tgroup/@cols
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:integer
source <xsd:attribute name="cols" type="xsd:integer" use="required">
</xsd:attribute>

attribute tgroup/@colsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="colsep" type="xsd:boolean">
</xsd:attribute>

attribute tgroup/@rowsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="rowsep" type="xsd:boolean">
</xsd:attribute>

attribute tgroup/@align
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token
source <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left"/>
<xsd:enumeration value="right"/>
<xsd:enumeration value="center"/>
<xsd:enumeration value="justify"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>