complexType ReimbursementFeeType
diagram
version 0.6
namespace https://www.wipo.int/standards/XMLSchema/Common/0
children com:FeeIdentifier com:FeeReference com:FeeAmount com:CommentText
used by
element com:ReimbursementFee
source <xsd:complexType name="ReimbursementFeeType">
<xsd:sequence>
<xsd:element ref="com:FeeIdentifier" minOccurs="0">
</xsd:element>
<xsd:element ref="com:FeeReference" minOccurs="0">
</xsd:element>
<xsd:element ref="com:FeeAmount">
</xsd:element>
<xsd:element ref="com:CommentText" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>