<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" 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="V2_0">
<xsd:include schemaLocation = "LegalProceedingIdentifier.xsd" />
<xsd:include schemaLocation = "LegalProceedingFilingDate.xsd" />
<xsd:include schemaLocation = "ProceedingStatus.xsd" />
<xsd:include schemaLocation = "PlaintiffBag.xsd" />
<xsd:include schemaLocation = "DefendantBag.xsd" />
<xsd:include schemaLocation = "ProceedingEventBag.xsd" />
<xsd:include schemaLocation = "ProceedingDocumentBag.xsd" />
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation = "../Common/ProceedingLanguageCode.xsd" />
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation = "../Common/StaffBag.xsd" />
<xsd:include schemaLocation = "AssociatedProceedingBag.xsd" />
<xsd:complexType name="CancellationProceedingsType">
		<xsd:sequence>
<xsd:element ref="tmk:LegalProceedingIdentifier" minOccurs="0"/>
<xsd:element ref="tmk:LegalProceedingFilingDate" minOccurs="0"/>
<xsd:element ref="tmk:ProceedingStatus" minOccurs="0"/>
<xsd:element ref="tmk:PlaintiffBag"/>
<xsd:element ref="tmk:DefendantBag"/>
<xsd:element ref="tmk:ProceedingEventBag" minOccurs="0"/>
<xsd:element ref="tmk:ProceedingDocumentBag" minOccurs="0"/>
<xsd:element ref="com:ProceedingLanguageCode" minOccurs="0"/>
<xsd:element ref="com:StaffBag" minOccurs="0"/>
<xsd:element ref="tmk:AssociatedProceedingBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
