<?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.6">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-06
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="../Basic/FeeAmount-V0-2.xsd"/>
<xsd:include schemaLocation="../Basic/CommentText-V0-5.xsd"/>
<xsd:element name="PaymentFee" type="com:PaymentFeeType">
<xsd:annotation>
<xsd:documentation>Specification of one sub fee and amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FeeUnitQuantity" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>Quantity or factor the basic amount is multiplied by</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FeeUnitAmount" type="com:AmountType">
<xsd:annotation>
<xsd:documentation>Unit amount as the outcome of the "Fee Amount" multiplied by the "fee Quantity" </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FeeIdentifier" type="xsd:token">
<xsd:annotation>
<xsd:documentation>Identifier for a fee</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FeeReference" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Free text reference to the fee</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="PaymentFeeType">
<xsd:sequence>
<xsd:element ref="com:FeeIdentifier" minOccurs="0"/>
<xsd:element ref="com:FeeReference" minOccurs="0"/>
<xsd:element ref="com:FeeAmount"/>
<xsd:element ref="com:FeeUnitQuantity" minOccurs="0"/>
<xsd:element ref="com:FeeUnitAmount" minOccurs="0"/>
<xsd:element ref="com:CommentText" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
