XML Schema Documentation

Complex Type: PaymentBase

[Table of contents]

Super-types: None
Sub-types:
Name PaymentBase
Abstract yes
Documentation An abstract base class for payment types.
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.'

<paymentDate> AdjustableOrRelativeDate </paymentDate> [1]

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

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