<xsd:complexType name="OtherCreditorChargesType">
<xsd:sequence>
<xsd:element minOccurs="0" name="OtherChargesAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Identifies the amount of other charges.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OtherChargesPaidFor" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Describes the purpose of the other charges.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OtherChargesPaidTo" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Describs to whom the other charges are to be paid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|