<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pat="http://www.wipo.int/standards/XMLSchema/Patent/0" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/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="../Basic/imageRenditionCategory-V0-8.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/imageStatusCategory-V0-1.xsd"/>
		<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ImageResolutionQuantity-V0-1.xsd"/>
	<xsd:include schemaLocation="../Basic/imageContentCategory-V0-8.xsd"/>
	<xsd:include schemaLocation="../Basic/imageWrappingStyleCategory-V0-7.xsd"/>
	<xsd:include schemaLocation="../Basic/orientationCategory-V0-3.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/ALTText-V0-3.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ImageFileName-V0-1.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ImageFormat-V0-8.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/HeightMeasure-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/WidthMeasure-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/CaptionText-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ColourModeCategory-V0-5.xsd"/>
	<xsd:element name="PatentImage" type="pat:PatentImageType">
		<xsd:annotation>
			<xsd:documentation>Image used in patent data</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	
	<xsd:element name="ImageOrientationCategory" type="pat:OrientationCategoryType">
		<xsd:annotation>
			<xsd:documentation>Orientation of the image </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="PatentImageType">
		<xsd:sequence>
			<xsd:element ref="com:ImageFormat"/>
			<xsd:element ref="com:ImageFileName"/>
			<xsd:element ref="com:ALTText" minOccurs="0"/>
			<xsd:element ref="com:ImageResolutionQuantity" minOccurs="0"/>
			<xsd:element ref="pat:ImageOrientationCategory" minOccurs="0"/>
			<xsd:element ref="com:HeightMeasure"/>
			<xsd:element ref="com:WidthMeasure"/>
			<xsd:element ref="com:ColourModeCategory" minOccurs="0"/>
			<xsd:element ref="com:CaptionText" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
		<xsd:attribute ref="pat:imageContentCategory"/>
		<xsd:attribute ref="com:imageStatusCategory"/>
		<xsd:attribute ref="pat:imageWrappingStyleCategory"/>
		<xsd:attribute ref="pat:imageRenditionCategory"/>
	</xsd:complexType>
</xsd:schema>
