XML Schema Documentation

Complex Type: DirectionalLeg

[Table of contents]

Super-types: Leg < DirectionalLeg (by extension)
Sub-types: None
Name DirectionalLeg
Abstract yes
Documentation An abstract base class for all leg types where a payer makes a stream of payments of greater than zero value to a receiver.
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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="DirectionalLeg" abstract="true">
<xsd:complexContent>
<xsd:extension base=" Leg ">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>