<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:dgn="http://www.wipo.int/standards/XMLSchema/ST96/Design" xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Design" elementFormDefault="qualified" attributeFormDefault="qualified" version="V10_0">
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/DesignatedCountryCode.xsd"/>
<xsd:include schemaLocation="DesignClaimTextBag.xsd"/>
<xsd:include schemaLocation="AffectedDesign.xsd"/>
	<xsd:complexType name="DesignClaimType">
		<xsd:sequence>
			<xsd:element ref="dgn:DesignClaimTextBag"/>
			<xsd:element ref="com:DesignatedCountryCode" minOccurs="0"/>
			<xsd:element ref="dgn:AffectedDesign" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
