<?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/0" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Trademark/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.4">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-17
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/DateType-V0-1.xsd"/>
<xsd:element name="BasicRegistration" type="tmk:BasicRegistrationType">
<xsd:annotation>
<xsd:documentation>Data on the basic registration in the office of origin </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BasicRegistrationNumber" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Number of the basic registration in the Office of Origin</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BasicRegistrationDate" type="com:DateType">
<xsd:annotation>
<xsd:documentation>Date of the basic registration in the Office of Origin</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="BasicRegistrationType">
<xsd:sequence>
<xsd:element ref="tmk:BasicRegistrationNumber"/>
<xsd:element ref="tmk:BasicRegistrationDate"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
