XML Schema Documentation

Complex Type: NonNegativePayment

[Table of contents]

Super-types: PaymentBase < NonNegativePayment (by extension)
Sub-types: None
Name NonNegativePayment
Abstract no
Documentation A complex type to specify non negative payments.
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.'

<paymentAmount> NonNegativeMoney </paymentAmount> [1]

'Non negative payment amount.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="NonNegativePayment">
<xsd:complexContent>
<xsd:extension base=" PaymentBase ">
<xsd:sequence>
<xsd:element name="paymentAmount" type=" NonNegativeMoney "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>