complexType IPOASISTableType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of tbl:OASISTableType
properties
base 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 documentation
Unique identifier global to the entire document
com:tableNumber xsd:string required documentation
Number of table
com:tableStyle xsd:token documentation
Style of table
com:pageWide xsd:decimal documentation
Wide of the page into which the table will be inserted
com:orientationCategory com:OrientationCategoryType documentation
Orientation of object (such as image, table, page)
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>