complexType  TableGroupType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of tbl:tgroup 
children   tbl:colspec tbl:thead com:TableBody 
used by
element     com:TableGroup 
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="TableGroupType">
<xsd:complexContent>
<xsd:extension  base="tbl:tgroup">
<xsd:sequence>
<xsd:element  ref="com:TableBody"  maxOccurs="unbounded">
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>