<?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/PaymentModeCategory-V0-1.xsd"/>
	<xsd:include schemaLocation="ReimbursementFee-V0-6.xsd"/>
	<xsd:include schemaLocation="../Basic/DateType-V0-1.xsd"/>
	<xsd:include schemaLocation="../Basic/ReimbursementStatusCategory-V0-2.xsd"/>
	<xsd:include schemaLocation="../Basic/CommentText-V0-5.xsd"/>
	<xsd:include schemaLocation="Contact-V0-4.xsd"/>
	<xsd:element name="Reimbursement" type="com:ReimbursementType">
		<xsd:annotation>
			<xsd:documentation>Data regarding a reimbursement</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReimbursementModeCategory" type="com:PaymentModeCategoryType">
		<xsd:annotation>
			<xsd:documentation>Category of mode of reimbursement</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReimbursementFeeBag" type="com:ReimbursementFeeBagType">
		<xsd:annotation>
			<xsd:documentation>Collection of the reimbursement fees</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReimbursementIdentifier" type="xsd:token">
		<xsd:annotation>
			<xsd:documentation>Identifier for the reimbursement</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReimbursementReference" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Free text reference in addition to the reimbursement identifier</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PayeeName" type="com:NameType">
		<xsd:annotation>
			<xsd:documentation>Name details of the payee of the reimbursement</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReimbursementDate" type="com:DateType">
		<xsd:annotation>
			<xsd:documentation>Date of reimbursement</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="ReimbursementType">
		<xsd:sequence>
			<xsd:element ref="com:ReimbursementIdentifier" minOccurs="0"/>
			<xsd:element ref="com:ReimbursementReference" minOccurs="0"/>
			<xsd:element ref="com:PayeeName" minOccurs="0"/>
			<xsd:element ref="com:ReimbursementStatusCategory" minOccurs="0"/>
			<xsd:element ref="com:CommentText" minOccurs="0"/>
			<xsd:element ref="com:ReimbursementDate" minOccurs="0"/>
			<xsd:element ref="com:ReimbursementModeCategory" minOccurs="0"/>
			<xsd:element ref="com:ReimbursementFeeBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ReimbursementFeeBagType">
		<xsd:sequence>
			<xsd:element ref="com:ReimbursementFee" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
