<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:tmk="http://www.wipo.int/standards/XMLSchema/ST96/Trademark" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Trademark" elementFormDefault="qualified" attributeFormDefault="qualified" version="V10_0">
	<xsd:include schemaLocation="ViennaCategory.xsd"/>
	<xsd:include schemaLocation="ViennaDivision.xsd"/>
	<xsd:include schemaLocation="ViennaSection.xsd"/>
	<xsd:complexType name="ViennaClassificationType">
		<xsd:sequence>
			<xsd:element ref="tmk:ViennaCategory"/>
			<xsd:element ref="tmk:ViennaDivision" minOccurs="0"/>
			<xsd:element ref="tmk:ViennaSection" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
