ST.96 XML Schema Version Updates Details

Patent

Unchanged Component

Patent/ReferenceCitationType.xsd

<xsd:schema targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Patent" elementFormDefault="qualified" attributeFormDefault="qualified" version="V9_0">
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/PatentCitation.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/NPLCitation.xsd"/>
<xsd:include schemaLocation="CitedPassageBag.xsd"/>
<xsd:include schemaLocation="DocumentRelevanceBag.xsd"/>
<xsd:include schemaLocation="PatentClassificationBag.xsd"/>
<xsd:include schemaLocation="citedPhaseCategory.xsd"/>
<xsd:include schemaLocation="citingPartyCategory.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/CommentText.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/id.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/sequenceNumber.xsd"/>
<xsd:complexType name="ReferenceCitationType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="com:PatentCitation"/>
<xsd:element ref="com:NPLCitation"/>
</xsd:choice>
<xsd:element ref="pat:DocumentRelevanceBag" minOccurs="0"/>
<xsd:element ref="pat:CitedPassageBag" minOccurs="0"/>
<xsd:element ref="pat:PatentClassificationBag" minOccurs="0"/>
<xsd:element ref="com:CommentText" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:sequenceNumber"/>
<xsd:attribute ref="pat:citedPhaseCategory"/>
<xsd:attribute ref="pat:citingPartyCategory"/>
</xsd:complexType>
</xsd:schema>