<?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.3">
<xsd:annotation>
		<xsd:documentation>
		Last update: 2011-12-19
		Contact Point: xml.standards@wipo.int
		ReleaseNotesURL: http://www.wipo.int/standards/XMLSchema/Trademark/0/ 	ReleaseNotes.txt
	</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="OtherDate" type="tmk:OtherDateType">
<xsd:annotation>
<xsd:documentation>Any country specific date. An attribute defines the kind of event represented by that date</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:attribute name="otherDateCategory" type="tmk:OtherDateCategoryType">
<xsd:annotation>
<xsd:documentation>Category of event represented by that date</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:complexType name="OtherDateType">
<xsd:simpleContent>
<xsd:extension base="com:DateType">
<xsd:attribute ref="tmk:otherDateCategory" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="OtherDateCategoryType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="Certification agreement date">
				<xsd:annotation>
					<xsd:documentation>Certification agreement date</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
