XML Schema Documentation

Complex Type: PositivePayment

[Table of contents]

Super-types: PaymentBase < PositivePayment (by extension)
Sub-types: None
Name PositivePayment
Abstract no
Documentation A complex type to specify positive 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> PositiveMoney </paymentAmount> [1]

'Positive payment amount.'

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