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 |
|
attributes |
|
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> |