<?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="View-V0-8.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/ImageFileFormatCategory-V0-3.xsd"/>
	<xsd:element name="DesignRepresentationSheetBag" type="dgn:DesignRepresentationSheetBagType">
		<xsd:annotation>
			<xsd:documentation>Collection of the design's graphical representation sheets </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DesignRepresentationSheet" type="dgn:DesignRepresentationSheetType">
		<xsd:annotation>
			<xsd:documentation>Data regarding the representation sheet of the design </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ViewBag" type="dgn:ViewBagType">
		<xsd:annotation>
			<xsd:documentation>Collection of design views </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RepresentationSheetFilename" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>File name of the representation sheet </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="DesignRepresentationSheetBagType">
		<xsd:sequence>
			<xsd:element ref="dgn:DesignRepresentationSheet" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="DesignRepresentationSheetType">
		<xsd:sequence>
			<xsd:element ref="dgn:RepresentationSheetFilename" minOccurs="0"/>
			<xsd:element ref="com:ImageFileFormatCategory" minOccurs="0"/>
			<xsd:element ref="com:ImageColourIndicator" minOccurs="0"/>
			<xsd:element ref="dgn:ViewBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ViewBagType">
		<xsd:sequence>
			<xsd:element ref="dgn:View" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
