<?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.3">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2011-12-13
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:element name="RequestSoftware" type="com:RequestSoftwareType">
<xsd:annotation>
<xsd:documentation>Name and version of software used on the client side for the creation of the request</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestSoftwareName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Name of software used on the client side for creation of the request. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestSoftwareVersion" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Version of software used on the client side for creation of the request. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="RequestSoftwareType">
<xsd:sequence>
<xsd:element ref="com:RequestSoftwareName"/>
<xsd:element ref="com:RequestSoftwareVersion" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
