complexType ReferenceCitationType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:PatentCitation com:NPLCitation pat:CitedPassageBag pat:DocumentRelevanceBag pat:PatentClassificationBag
used by
element pat:ReferenceCitation
attributes
Name Type Use Default Fixed annotation
pat:citedPhaseCategory pat:CitedPhaseCategoryType
pat:citingPartyCategory pat:CitingPartyCategoryType
source <xsd:complexType name="ReferenceCitationType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="com:PatentCitation"/>
<xsd:element ref="com:NPLCitation"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:element ref="pat:CitedPassageBag"/>
<xsd:sequence>
<xsd:element ref="pat:DocumentRelevanceBag">
</xsd:element>
<xsd:element ref="pat:CitedPassageBag" minOccurs="0">
</xsd:element>
<xsd:element ref="pat:PatentClassificationBag" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
<xsd:attribute ref="pat:citedPhaseCategory"/>
<xsd:attribute ref="pat:citingPartyCategory"/>
</xsd:complexType>