<?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.7">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="../Aggregate/DesignBasicRecord-V0-7.xsd"/>
	<xsd:include schemaLocation="../Aggregate/RecordTransfer-V0-7.xsd"/>
	<xsd:include schemaLocation="../Aggregate/RecordChangeNameAddress-V0-7.xsd"/>
	<xsd:include schemaLocation="../Aggregate/RecordLicence-V0-7.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/StaffBag-V0-4.xsd"/>
	<xsd:element name="DesignRecord" type="dgn:DesignRecordType">
		<xsd:annotation>
			<xsd:documentation>Data regarding a design record such as renewals, transfers of right, changes of name and address and licences </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="DesignRecordType">
		<xsd:sequence>
			<xsd:element ref="com:StaffBag" minOccurs="0"/>
			<xsd:choice>
				<xsd:element ref="dgn:DesignBasicRecord"/>
				<xsd:element ref="dgn:RecordTransfer"/>
				<xsd:element ref="dgn:RecordChangeNameAddress"/>
				<xsd:element ref="dgn:RecordLicence"/>
			</xsd:choice>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
