<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/1" xmlns:pat="http://www.wipo.int/standards/XMLSchema/Patent/1" targetNamespace="http://www.wipo.int/standards/XMLSchema/Patent/1" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
<xsd:annotation>
		<xsd:documentation>
Last update: 2012-07-13
Contact Point: xml.standards@wipo.int
ReleaseNotesURL:
</xsd:documentation>
	</xsd:annotation>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Basic/languageCode-V1-0.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Basic/id-V1-0.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Aggregate/CitedOtherKindNPL-V1-0.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Aggregate/CitedBook-V1-0.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Aggregate/CitedConferenceProceedingsArticle-V1-0.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Aggregate/CitedJournalArticle-V1-0.xsd"/>
<xsd:element name="NPLCitation" type="pat:NPLCitationType">
<xsd:annotation>
<xsd:documentation>Citation of Non-Patent Literature (NPL)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NPLCitationText" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Free format of Non-Patent Literature (NPL) citation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="NPLCitationType">
<xsd:choice>
<xsd:element ref="pat:NPLCitationText"/>
<xsd:element ref="com:CitedBook"/>
<xsd:element ref="com:CitedJournalArticle"/>
<xsd:element ref="com:CitedConferenceProceedingsArticle"/>
<xsd:element ref="com:CitedOtherKindNPL"/>
</xsd:choice>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
<xsd:attribute ref="com:sequenceNumber"/>
</xsd:complexType>
</xsd:schema>
