<?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/1" 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:import namespace="http://www.wipo.int/standards/XMLSchema/Common/1" schemaLocation="../../../Common/1/Basic/DateType-V1-0.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>
