<?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/NationalityCode-V0-4.xsd"/>
	<xsd:include schemaLocation="Contact-V0-4.xsd"/>
	<xsd:element name="EntitlementDomiciled" type="com:EntitlementDomiciledType">
		<xsd:annotation>
			<xsd:documentation>Information on the domicile of an applicant, transferee, or holder</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EntitlementDomiciledCode" type="com:NationalityCodeType">
		<xsd:annotation>
			<xsd:documentation>Two letter country code indicating the domicile of an applicant, transferee, or holder </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="EntitlementDomiciledType">
		<xsd:choice maxOccurs="unbounded">
			<xsd:element ref="com:EntitlementDomiciledCode"/>
			<xsd:element ref="com:Contact"/>
		</xsd:choice>
	</xsd:complexType>
</xsd:schema>
