complexType DeceasedInventorType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:PartyIdentifier com:Contact com:PublicationContact
used by
element pat:DeceasedInventor
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string
com:languageCode com:ExtendedISOLanguageCodeType
com:id xsd:ID
source <xsd:complexType name="DeceasedInventorType">
<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:languageCode">
</xsd:attribute> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>