XML Schema Documentation

Complex Type: IndependentAmount

[Table of contents]

Super-types: None
Sub-types: None
Name IndependentAmount
Used by (from the same schema document) Complex Type Collateral
Abstract no
XML Instance Representation
<...>
<payerPartyReference> PartyOrAccountReference </payerPartyReference> [1]

'A reference to the party responsible for making the payments defined by this structure.'

<receiverPartyReference> PartyOrAccountReference </receiverPartyReference> [1]

'A reference to the party that receives the payments corresponding to this structure.'

<paymentDetail> PaymentDetail </paymentDetail> [1..*]

'A container element allowing a schedule of payments associated with the Independent Amount.'

</...>
Diagram
group_PayerReceiver.model
Schema Component Representation
<xsd:complexType name="IndependentAmount">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:element name="paymentDetail" type=" PaymentDetail " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>