<?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:dgn="http://www.wipo.int/standards/XMLSchema/Design/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Design/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.8">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="../Basic/ViewKindCategory-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/FigurativeElementClassificationType-V0-4.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/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/ColourModeCategory-V0-5.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:element name="View" type="dgn:ViewType">
		<xsd:annotation>
			<xsd:documentation>Data regarding a view of the design </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ViewCategory" type="com:FigurativeElementClassificationType">
		<xsd:annotation>
			<xsd:documentation>List of figurative elements to which the design view belongs </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="ViewType">
		<xsd:sequence>
			<xsd:element ref="com:ImageFileName" minOccurs="0"/>
			<xsd:element ref="com:ImageFormat" minOccurs="0"/>
			<xsd:element ref="com:CaptionText" minOccurs="0"/>
			<xsd:element ref="com:ImageColourIndicator" minOccurs="0"/>
			<xsd:element ref="dgn:ViewKindCategory" minOccurs="0"/>
			<xsd:element ref="com:HeightMeasure"/>
			<xsd:element ref="com:WidthMeasure"/>
			<xsd:element ref="dgn:ViewCategory" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
