diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Patent |
children |
com:PartyIdentifier com:Contact com:PublicationContact com:ConfidentialIndicator pat:StateDesignation com:NationalityCode |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:sequenceNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Sequence number in a list or collection |
com:id |
|
xsd:ID |
|
|
|
|
|
|
|
documentation Unique identifier global to the entire document |
|
source |
<xsd:complexType name="InventorType"> <xsd:sequence>
|
<xsd:element ref="com:PartyIdentifier" minOccurs="0"> </xsd:element> |
|
<xsd:choice maxOccurs="2"> <xsd:element ref="com:Contact"/> <xsd:element ref="com:PublicationContact"/> </xsd:choice> |
|
<xsd:element ref="com:ConfidentialIndicator" minOccurs="0"> </xsd:element> |
|
<xsd:element ref="pat:StateDesignation" minOccurs="0"> </xsd:element> |
|
<xsd:element ref="com:NationalityCode" minOccurs="0"> </xsd:element> |
</xsd:sequence> <xsd:attribute ref="com:sequenceNumber"/> <xsd:attribute ref="com:id"/> </xsd:complexType> |