complexType OwnerType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:PartyIdentifier com:Contact com:PublicationContact
used by
element pat:Owner
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string
com:id xsd:ID
source <xsd:complexType name="OwnerType">
<xsd:sequence>
<xsd:element ref="com:PartyIdentifier" minOccurs="0">
</xsd:element> <xsd:choice maxOccurs="2">
<xsd:element ref="com:Contact">
</xsd:element> <xsd:element ref="com:PublicationContact">
</xsd:element>
</xsd:choice>
</xsd:sequence> <xsd:attribute ref="com:sequenceNumber">
</xsd:attribute> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>