XML Schema Documentation

Complex Type: ClassifiedPayment

[Table of contents]

Super-types: SimplePayment < ClassifiedPayment (by extension)
Sub-types: None
Name ClassifiedPayment
Abstract no
Documentation A Classified Simple Payment.
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.'

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

'Classification of this Payment.'

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