<?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:element name="MarkTranscription" type="tmk:MarkTranscriptionType">
<xsd:annotation>
<xsd:documentation>Conversion of the mark name into another name following some transcription rules </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:attribute name="transcriptionCategory" type="tmk:TranscriptionCategoryType">
<xsd:annotation>
<xsd:documentation>Category of transcription applied to the term </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:complexType name="MarkTranscriptionType">
<xsd:simpleContent>
<xsd:extension base="xsd:token">
<xsd:attribute ref="tmk:transcriptionCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="TranscriptionCategoryType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="To uppercase">
				<xsd:annotation>
					<xsd:documentation>To uppercase</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="To lowercase">
				<xsd:annotation>
					<xsd:documentation>To lowercase</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="To phonetic code">
				<xsd:annotation>
					<xsd:documentation>To phonetic code</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
