<?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.4">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-17
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:element name="LoginInformation" type="com:LoginInformationType">
<xsd:annotation>
<xsd:documentation>Login data of the producer of the request or transaction on the computing system of the receiving office</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Login" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Login of the requester on the receiving office system</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LoginEmail" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Email associated to the login of the requester on the receiving office system</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Password" type="xsd:anySimpleType">
<xsd:annotation>
<xsd:documentation>Password associated to the login of the requester on the receiving office system</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LoginInformationType">
<xsd:sequence>
<xsd:element ref="com:Login"/>
<xsd:element ref="com:LoginEmail" minOccurs="0"/>
<xsd:element ref="com:Password" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
