<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2011 rel. 2 (http://www.altova.com) by Gabor KARETKA (WIPO) -->
<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-02-06
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="../Basic/orientationCategory-V0-3.xsd"/>
	<xsd:include schemaLocation="../Basic/pageAttributeGroup-V0-2.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/ColourModeCategory-V0-5.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ImageFileFormatCategory-V0-3.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:element name="PageImage" type="pat:PageImageType">
		<xsd:annotation>
			<xsd:documentation>Page in image format. This is primarily to be used when data for the whole or major sections of an application are in image format.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:attribute name="fileLocationURI" type="xsd:anyURI">
		<xsd:annotation>
			<xsd:documentation>File location of included document or page</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="imageFormatCategory" type="com:ImageFileFormatCategoryType">
		<xsd:annotation>
			<xsd:documentation>Category of the image format</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:complexType name="PageImageType">
		<xsd:sequence>
			<xsd:element ref="com:HeightMeasure"/>
			<xsd:element ref="com:WidthMeasure"/>
			<xsd:element ref="com:ALTText" minOccurs="0"/>
			<xsd:element ref="com:ColourModeCategory" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attributeGroup ref="pat:pageAttributeGroup"/>
		<xsd:attribute ref="pat:fileLocationURI"/>
		<xsd:attribute ref="pat:imageFormatCategory"/>
		<xsd:attribute ref="pat:orientationCategory" default="Portrait"/>
	</xsd:complexType>
</xsd:schema>
