<?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:unlg="urn:un:unece:uncefact:codelist:standard:ISO:ISO2AlphaLanguageCode:20070618" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.5">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-17
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="../Basic/CommentText-V0-5.xsd"/>
<xsd:include schemaLocation="../Basic/DateType-V0-1.xsd"/>
<xsd:include schemaLocation="../Basic/ExtendedWIPOST3CodeType-V0-3.xsd"/>
<xsd:include schemaLocation="../Basic/ExtendedISOLanguageCodeType-V0-4.xsd"/>
<xsd:include schemaLocation="LoginInformation-V0-4.xsd"/>
<xsd:element name="TransactionHeader" type="com:TransactionHeaderType">
<xsd:annotation>
<xsd:documentation>Data concerning the entire transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SenderDetails" type="com:SenderDetailsType">
<xsd:annotation>
<xsd:documentation>Data from the requesting or sending office, concerning the entire transaction </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReceiverDetails" type="com:ReceiverDetailsType">
<xsd:annotation>
<xsd:documentation>Data from the recipient or receiving office, concerning the entire transaction. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReceiverDateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Date/Time stamp when the transaction was received</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestLanguageCode" type="com:ExtendedISOLanguageCodeType">
<xsd:annotation>
<xsd:documentation>Language code of the header data</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestIdentifier" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Sender's identifier for the request or transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestReceivingOfficeCode" type="com:ExtendedWIPOST3CodeType">
<xsd:annotation>
<xsd:documentation>Code of the office to which the request or transaction is sent</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestXSDVersion" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Name and version of the schema</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestFilename" type="xsd:string">
<xsd:annotation>
<xsd:documentation>File name of the entire transaction file</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestStatusCategory" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Status of the request or transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestProducer" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Name or code of the producer of the request or transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestProducerDate" type="com:DateType">
<xsd:annotation>
<xsd:documentation>Date when the request or transaction is produced</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestProducerDateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Date and time when the request or transaction is produced</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TransactionHeaderType">
<xsd:sequence>
<xsd:element ref="com:SenderDetails"/>
<xsd:element ref="com:ReceiverDetails" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReceiverDetailsType">
<xsd:sequence>
<xsd:element ref="com:ReceiverDateTime"/>
<xsd:element ref="com:CommentText" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SenderDetailsType">
<xsd:sequence>
<xsd:element ref="com:RequestIdentifier" minOccurs="0"/>
<xsd:element ref="com:RequestLanguageCode" minOccurs="0"/>
<xsd:element ref="com:RequestXSDVersion" minOccurs="0"/>
<xsd:element ref="com:RequestFilename" minOccurs="0"/>
<xsd:element ref="com:RequestStatusCategory" minOccurs="0"/>
<xsd:element ref="com:RequestProducer" minOccurs="0"/>
<xsd:element ref="com:RequestReceivingOfficeCode" minOccurs="0"/>
<xsd:element ref="com:LoginInformation" minOccurs="0"/>
<xsd:choice>
<xsd:element ref="com:RequestProducerDate"/>
<xsd:element ref="com:RequestProducerDateTime"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
