complexType  RowType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of tbl:row 
children   com: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>