| diagram |
 |
| version |
0.11 |
| namespace |
https://www.wipo.int/standards/XMLSchema/Patent/0 |
| type |
extension of tbl:TableType |
| children |
pat:TableTitle pat:TableGroup |
| used by |
|
| attributes |
|
| source |
<xsd:complexType name="IPOASISTableType"> <xsd:complexContent>
|
<xsd:extension base="tbl:TableType"> <xsd:sequence>
|
<xsd:element ref="pat:TableTitle"> </xsd:element> |
|
<xsd:element ref="pat:TableGroup" maxOccurs="unbounded"> </xsd:element> |
</xsd:sequence> <xsd:attribute ref="com:id"/> <xsd:attribute ref="pat:tableNumber" use="required"/> <xsd:attribute ref="pat:tableStyle" use="required"/> <xsd:attribute ref="pat:pageWide"/> <xsd:attribute ref="pat:orientationCategory"/> </xsd:extension> |
</xsd:complexContent> </xsd:complexType> |