<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tmk="http://www.wipo.int/standards/XMLSchema/Trademark/1" targetNamespace="http://www.wipo.int/standards/XMLSchema/Trademark/1" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
<xsd:annotation>
		<xsd:documentation>
Last update: 2012-07-13
Contact Point: xml.standards@wipo.int
ReleaseNotesURL:
</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="Applicant-V1-0.xsd"/>
<xsd:element name="HolderBag" type="tmk:HolderBagType">
<xsd:annotation>
<xsd:documentation>Details of the previous and the new holder of the trade mark</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PreviousHolder" type="tmk:ApplicantType">
<xsd:annotation>
<xsd:documentation>Data regarding the previous holder of the trade mark</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NewHolder" type="tmk:ApplicantType">
<xsd:annotation>
<xsd:documentation>Data regarding the new holder of the trade mark</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="HolderBagType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="tmk:PreviousHolder" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="tmk:NewHolder" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
