<?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:tmk="http://www.wipo.int/standards/XMLSchema/Trademark/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Trademark/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="GoodsServices-V0-7.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/LocalizedTextType-V0-2.xsd"/>
	<xsd:element name="UseRight" type="tmk:UseRightType">
		<xsd:annotation>
			<xsd:documentation>Data relating a use right on the mark</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UseRightIndicator" type="xsd:boolean">
		<xsd:annotation>
			<xsd:documentation>Indication that evidence is submitted of the applicant's right to use certain elements of the mark </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UseRightText" type="com:LocalizedTextType">
		<xsd:annotation>
			<xsd:documentation>Text regarding evidence submitted to the use right indicator</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UseRightGoodsServices" type="tmk:GoodsServicesType">
		<xsd:annotation>
			<xsd:documentation>Claims of use right only for certain goods and services</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="UseRightType">
		<xsd:sequence>
			<xsd:element ref="tmk:UseRightIndicator"/>
			<xsd:element ref="tmk:UseRightText" minOccurs="0"/>
			<xsd:element ref="tmk:UseRightGoodsServices" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
