complexType  TableBodyType 
diagram
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typeextension of tbl:tbody
childrencom:Row
used by
element com:TableBody
attributes
Name  Type Use Default Fixed annotation
tbl:valign xsd:token        
source<xsd:complexType  name="TableBodyType">
<xsd:complexContent>
<xsd:extension  base="tbl:tbody">
<xsd:choice>
<xsd:element  ref="com:Row"  maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>