complexType IPOASISTableType
diagram
version V2_1
namespace https://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 ref="com:tableNumber" use="required"/>
<xsd:attribute ref="com:tableStyle"/>
<xsd:attribute ref="com:pageWide"/>
<xsd:attribute ref="com:orientationCategory"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>