complexType TableBodyType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of tbl:tbody
children com: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>