XML Schema Documentation

Complex Type: ClassifiedPayment

[Table of contents]

Super-types: NonNegativePayment < ClassifiedPayment (by extension)
Sub-types: None
Name ClassifiedPayment
Abstract no
Documentation A classified non negative payment.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<payerPartyReference> PartyReference </payerPartyReference> [1]

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

<payerAccountReference> AccountReference </payerAccountReference> [0..1]

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

<receiverPartyReference> PartyReference </receiverPartyReference> [1]

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

<receiverAccountReference> AccountReference </receiverAccountReference> [0..1]

'A reference to the account 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.'

<paymentAmount> NonNegativeMoney </paymentAmount> [1]

'Non negative payment amount.'

<paymentType> PaymentType </paymentType> [0..*]

'Payment classification.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ClassifiedPayment">
<xsd:complexContent>
<xsd:extension base=" NonNegativePayment ">
<xsd:sequence>
<xsd:element name="paymentType" type=" PaymentType " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>