<?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/0" xmlns:pat="http://www.wipo.int/standards/XMLSchema/Patent/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Patent/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.4">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/languageCode-V0-7.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/id-V0-5.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/CitedOtherKindNPL-V0-5.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/CitedBook-V0-11.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/CitedConferenceProceedingsArticle-V0-11.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/CitedJournalArticle-V0-11.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>
