XML Schema Documentation

Complex Type: PaymentBaseExtended

[Table of contents]

Super-types: PaymentBase < PaymentBaseExtended (by extension)
Sub-types:
Name PaymentBaseExtended
Abstract yes
Documentation Base type for payments starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.
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.'

<paymentDate> AdjustableOrRelativeDate </paymentDate> [1]

'The payment date, which can be expressed as either an adjustable or relative date.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PaymentBaseExtended" abstract="true">
<xsd:complexContent>
<xsd:extension base=" PaymentBase ">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:element name="paymentDate" type=" AdjustableOrRelativeDate "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>