XML Schema Documentation

Complex Type: FeaturePayment

[Table of contents]

Super-types: None
Sub-types: None
Name FeaturePayment
Used by (from the same schema document) Complex Type TriggerEvent
Abstract no
Documentation Payment made following trigger occurence.
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.'

Start Choice [1]
<levelPercentage> xsd:decimal </levelPercentage> [1]

'The trigger level percentage.'

<amount> NonNegativeDecimal </amount> [1]

'The monetary quantity in currency units.'

End Choice
<time> TimeTypeEnum </time> [0..1]

'The feature payment time.'

<currency> Currency </currency> [0..1]

'The currency in which an amount is denominated.'

<featurePaymentDate> AdjustableOrRelativeDate </featurePaymentDate> [0..1]

'The feature payment date.'

</...>
Diagram
group_PayerReceiver.model
Schema Component Representation
<xsd:complexType name="FeaturePayment">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
<xsd:choice>
<xsd:element name="levelPercentage" type=" xsd:decimal "/>
<xsd:element name="amount" type=" NonNegativeDecimal "/>
</xsd:choice>
<xsd:element name="time" type=" TimeTypeEnum " minOccurs="0"/>
<xsd:element name="currency" type=" Currency " minOccurs="0"/>
<xsd:element name="featurePaymentDate" type=" AdjustableOrRelativeDate " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>