complexType TableBodyType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
type extension of tbl:tbody
children pat:Row
used by
element pat:TableBody
attributes
Name Type Use Default Fixed annotation
tbl:valign xsd:string
source <xsd:complexType name="TableBodyType">
<xsd:complexContent>
<xsd:extension base="tbl:tbody">
<xsd:choice>
<xsd:element ref="pat:Row" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>