<?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/PaymentStatusCategory-V0-4.xsd"/>
	<xsd:include schemaLocation="PaymentFee-V0-6.xsd"/>
	<xsd:include schemaLocation="Contact-V0-4.xsd"/>
	<xsd:include schemaLocation="../Basic/CommentText-V0-5.xsd"/>
	<xsd:include schemaLocation="../Basic/DateType-V0-1.xsd"/>
	<xsd:include schemaLocation="../Basic/PaymentModeCategory-V0-1.xsd"/>
	<xsd:element name="Payment" type="com:PaymentType">
		<xsd:annotation>
			<xsd:documentation>Data regarding a request for payment</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalFeePayableAmount" type="com:AmountType">
		<xsd:annotation>
			<xsd:documentation>The total value of the fee to be paid</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentFeeBag" type="com:PaymentFeeBagType">
		<xsd:annotation>
			<xsd:documentation>Specification of sub fees and amounts</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentIdentifier" type="xsd:token">
		<xsd:annotation>
			<xsd:documentation>Identifier for the payment</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentReference" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Free text reference in addition to the identifier</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PayerName" type="com:NameType">
		<xsd:annotation>
			<xsd:documentation>Name details of the payer</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentDate" type="com:DateType">
		<xsd:annotation>
			<xsd:documentation>Date of payment</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="PaymentType">
		<xsd:sequence>
			<xsd:element ref="com:PaymentIdentifier" minOccurs="0"/>
			<xsd:element ref="com:PaymentReference" minOccurs="0"/>
			<xsd:element ref="com:PaymentModeCategory"/>
			<xsd:element ref="com:PayerName" minOccurs="0"/>
			<xsd:element ref="com:PaymentStatusCategory" minOccurs="0"/>
			<xsd:element ref="com:CommentText" minOccurs="0"/>
			<xsd:element ref="com:PaymentDate" minOccurs="0"/>
			<xsd:element ref="com:PaymentFeeBag" minOccurs="0"/>
			<xsd:element ref="com:TotalFeePayableAmount"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="PaymentFeeBagType">
		<xsd:sequence>
			<xsd:element ref="com:PaymentFee" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
