<?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" xmlns:dgn="http://www.wipo.int/standards/XMLSchema/Design/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Design/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:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/EntitlementNationalityCode-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/Contact-V0-4.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/EntitlementEstablishment-V0-7.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Aggregate/EntitlementDomiciled-V0-7.xsd"/>
	<xsd:element name="Entitlement" type="dgn:EntitlementType">
		<xsd:annotation>
			<xsd:documentation>Information on the nationality, establishement, or domicile of a party </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HabitualResidence" type="dgn:HabitualResidenceType">
		<xsd:annotation>
			<xsd:documentation>Data on the Habitual residence of the applicant, transferee or holder </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HabitualResidenceCode" type="com:NationalityCodeType">
		<xsd:annotation>
			<xsd:documentation>Country code of the habitual residence of the applicant, transferee or holder </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="EntitlementType">
		<xsd:choice maxOccurs="4">
			<xsd:element ref="com:EntitlementNationalityCode"/>
			<xsd:element ref="dgn:HabitualResidence"/>
			<xsd:element ref="com:EntitlementEstablishment"/>
			<xsd:element ref="com:EntitlementDomiciled"/>
		</xsd:choice>
	</xsd:complexType>
	<xsd:complexType name="HabitualResidenceType">
		<xsd:choice maxOccurs="2">
			<xsd:element ref="dgn:HabitualResidenceCode"/>
			<xsd:element ref="com:Contact"/>
		</xsd:choice>
	</xsd:complexType>
</xsd:schema>
