XML Schema Documentation

Complex Type: SimplePayment

[Table of contents]

Super-types: PaymentBase < SimplePayment (by extension)
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
<...
id=" xsd:ID [0..1]">
<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
Schema Component Representation
<xsd:complexType name="SimplePayment">
<xsd:complexContent>
<xsd:extension base=" PaymentBase ">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:element name="paymentAmount" type=" Money "/>
<xsd:element name="paymentDate" type=" AdjustableOrRelativeAndAdjustedDate "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>