<?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" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.5">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-20
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="../Basic/LocalizedTextType-V0-2.xsd"/>
<xsd:element name="TransactionErrorBag" type="com:TransactionErrorBagType">
<xsd:annotation>
<xsd:documentation>Collection of transaction errors</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TransactionError" type="com:TransactionErrorType">
<xsd:annotation>
<xsd:documentation>Data regarding a transaction error</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TransactionErrorCode" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Code of transaction error</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TransactionErrorText" type="com:LocalizedTextType">
<xsd:annotation>
<xsd:documentation>Free text concerning the transaction error</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TransactionErrorBagType">
<xsd:sequence>
<xsd:element ref="com:TransactionError" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TransactionErrorType">
<xsd:choice maxOccurs="2">
<xsd:element ref="com:TransactionErrorCode"/>
<xsd:element ref="com:TransactionErrorText"/>
</xsd:choice>
</xsd:complexType>
</xsd:schema>
