complexType  PaymentFeeType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
children   com:FeeIdentifier com:FeeReference com:BasicFeeAmount com:FeeUnitQuantity com:FeeUnitAmount com:CommentText 
used by
element     com:PaymentFee 
source <xsd:complexType  name="PaymentFeeType">
<xsd:sequence>
<xsd:element  ref="com:FeeIdentifier"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:FeeReference"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:BasicFeeAmount">
</xsd:element> <xsd:element  ref="com:FeeUnitQuantity"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:FeeUnitAmount"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:CommentText"  minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>