complexType SuccessorRightsType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:SuccessorRightsText pat:SuccessorCategory
used by
element pat:SuccessorRights
attributes
Name Type Use Default Fixed annotation
pat:applicantSequenceNumberReference xsd:string
com:id xsd:ID documentation
Unique identifier global to the entire document
com:idref xsd:IDREF documentation
It is a reference to single identifier that is defined using the xsd:ID datatype in the current document
source <xsd:complexType name="SuccessorRightsType">
<xsd:sequence>
<xsd:element ref="pat:SuccessorRightsText" minOccurs="0">
</xsd:element>
<xsd:element ref="pat:SuccessorCategory">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="pat:applicantSequenceNumberReference"/>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:idref"/>
</xsd:complexType>