<?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.10">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="ClaimText-V0-9.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/Basic/languageCode-V0-7.xsd"/>
	<xsd:element name="Claim" type="pat:ClaimType">
		<xsd:annotation>
			<xsd:documentation>Matter for which protection is sought </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ClaimNumber" type="xsd:string"/>
	<xsd:complexType name="ClaimType">
		<xsd:sequence>
			<xsd:element ref="pat:ClaimNumber"/>
			<xsd:element ref="pat:ClaimText" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
</xsd:schema>
