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