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