<?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="../Aggregate/PageImage-V0-4.xsd"/>
	<xsd:include schemaLocation="../Aggregate/DocumentURI-V0-2.xsd"/>
	<xsd:include schemaLocation="PatentImage-V0-10.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/id-V0-5.xsd"/>
	<xsd:element name="Drawings" type="pat:DrawingsType">
		<xsd:annotation>
			<xsd:documentation>Drawing is the part of an patent application which illustrates the invention and which is required when it is necessary for the understanding of the invention.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Figure" type="pat:FigureType">
		<xsd:annotation>
			<xsd:documentation>Figure which is necessary for the understanding of the invention</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FigureNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Figure number for the image</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="DrawingsType">
		<xsd:choice>
			<xsd:element ref="pat:PageImage" maxOccurs="unbounded"/>
			<xsd:element ref="pat:DocumentURI" maxOccurs="unbounded"/>
			<xsd:element ref="pat:Figure" maxOccurs="unbounded"/>
		</xsd:choice>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
	<xsd:complexType name="FigureType">
		<xsd:sequence>
			<xsd:element ref="pat:FigureNumber"/>
			<xsd:element ref="pat:PatentImage"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
</xsd:schema>
