complexType  IPOASISTableType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of tbl:OASISTableType 
children   com:TableTitle com:TableGroup 
used by
element     com:IPOASISTable 
attributes
Name   Type   Use   Default   Fixed   annotation
tbl:frame    xsd:token                
tbl:colsep    xsd:boolean                
tbl:rowsep    xsd:boolean                
com:id    xsd:ID                
com:tableNumber    xsd:string   required            
com:tableStyle    xsd:token                
com:pageWide    xsd:decimal                
com:orientationCategory    com:OrientationCategoryType                
source <xsd:complexType  name="IPOASISTableType">
<xsd:complexContent>
<xsd:extension  base="tbl:OASISTableType">
<xsd:sequence>
<xsd:element  ref="com:TableTitle"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:TableGroup"  maxOccurs="unbounded">
</xsd:element>
</xsd:sequence> <xsd:attribute  ref="com:id">
</xsd:attribute> <xsd:attribute  ref="com:tableNumber"  use="required">
</xsd:attribute> <xsd:attribute  ref="com:tableStyle">
</xsd:attribute> <xsd:attribute  ref="com:pageWide">
</xsd:attribute> <xsd:attribute  ref="com:orientationCategory">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>