<?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.7">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="../Basic/Identifier-V0-5.xsd"/>
	<xsd:include schemaLocation="../Basic/RepresentativeCategory-V0-3.xsd"/>
	<xsd:include schemaLocation="../Basic/NationalityCode-V0-4.xsd"/>
	<xsd:include schemaLocation="Version-V0-6.xsd"/>
	<xsd:include schemaLocation="../Basic/operationCategory-V0-3.xsd"/>
	<xsd:include schemaLocation="Contact-V0-4.xsd"/>
	<xsd:include schemaLocation="../Basic/CommentText-V0-5.xsd"/>
	<xsd:include schemaLocation="../Basic/sequenceNumber-V0-5.xsd"/>
	<xsd:include schemaLocation="../Basic/LegalEntityName-V0-1.xsd"/>
	<xsd:include schemaLocation="../Basic/IncorporationCountryCode-V0-2.xsd"/>
	<xsd:include schemaLocation="../Basic/IncorporationState-V0-1.xsd"/>
	<xsd:element name="Representative" type="com:RepresentativeType">
		<xsd:annotation>
			<xsd:documentation>Data regarding a representative </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RepresentativeIdentifier" type="com:IdentifierType">
		<xsd:annotation>
			<xsd:documentation>Identifier for representative</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="RepresentativeType">
		<xsd:sequence>
			<xsd:element ref="com:RepresentativeCategory" minOccurs="0"/>
			<xsd:element ref="com:NationalityCode" minOccurs="0"/>
			<xsd:element ref="com:LegalEntityName" minOccurs="0"/>
			<xsd:element ref="com:IncorporationCountryCode" minOccurs="0"/>
			<xsd:element ref="com:IncorporationState" minOccurs="0"/>
			<xsd:element ref="com:CommentText" minOccurs="0"/>
			<xsd:element ref="com:Version" minOccurs="0"/>
			<xsd:choice maxOccurs="unbounded">
				<xsd:element ref="com:RepresentativeIdentifier"/>
				<xsd:element ref="com:Contact"/>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attribute ref="com:operationCategory"/>
		<xsd:attribute ref="com:sequenceNumber"/>
	</xsd:complexType>
</xsd:schema>
