XML Schema Documentation

Model Group: PayerReceiver.model

[Table of contents]

Name PayerReceiver.model
Used by (from the same schema document) Complex Type ExerciseFee , Complex Type ExerciseFeeSchedule , Complex Type GrossCashflow , Complex Type Payment , Complex Type PaymentBaseExtended , Complex Type SimplePayment
XML Instance Representation
<payerPartyReference> PartyReference </payerPartyReference> [0..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> [0..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.'

Diagram
Schema Component Representation
<xsd:group name="PayerReceiver.model">
<xsd:sequence>
<xsd:element name="payerPartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="payerAccountReference" type=" AccountReference " minOccurs="0"/>
<xsd:element name="receiverPartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="receiverAccountReference" type=" AccountReference " minOccurs="0"/>
</xsd:sequence>
</xsd:group>