<?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="Staff" type="com:StaffType">
<xsd:annotation>
<xsd:documentation>Staff</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StaffIdentifier" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Unambiguous reference to staff </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StaffName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Staff name </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OfficialTitleText" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Official title of the staff </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="StaffType">
<xsd:sequence>
<xsd:element ref="com:OfficialTitleText" minOccurs="0"/>
<xsd:choice maxOccurs="2">
<xsd:element ref="com:StaffIdentifier"/>
<xsd:element ref="com:StaffName"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
