XML Schema Documentation

Complex Type: SimplePayment

[Table of contents]

Super-types: None
Sub-types: None
Name SimplePayment
Abstract no
Documentation A complex type to specified payments in a simpler fashion than the Payment type. This construct should be used from the version 4.3 onwards.
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.'

<paymentAmount> Money </paymentAmount> [1]
<paymentDate> AdjustableOrRelativeAndAdjustedDate </paymentDate> [1]

'The payment date. This date is subject to adjustment in accordance with any applicable business day convention.'

</...>
Diagram
group_PayerReceiver.model type_Money
Schema Component Representation
<xsd:complexType name="SimplePayment">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:element name="paymentAmount" type=" Money "/>
<xsd:element name="paymentDate" type=" AdjustableOrRelativeAndAdjustedDate "/>
</xsd:sequence>
</xsd:complexType>