<?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" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.3">
<xsd:annotation>
		<xsd:documentation>
		Last update: 2011-12-13
		Contact Point: xml.standards@wipo.int
		ReleaseNotesURL: http://www.wipo.int/standards/XMLSchema/Common/0/ 	ReleaseNotes.txt
	</xsd:documentation>
	</xsd:annotation>
<xsd:element name="LimitationCategory" type="com:LimitationCategoryType">
<xsd:annotation>
<xsd:documentation>Indication whether the design protection is 'limited to' or 'removed from' the provided list of products</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="LimitationCategoryType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="List limited to">
				<xsd:annotation>
					<xsd:documentation>List limited to</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Remove from list">
				<xsd:annotation>
					<xsd:documentation>Remove from list</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
