XML Schema Documentation

Complex Type: CoalPhysicalLeg

[Table of contents]

Super-types: Leg < PhysicalLeg (by extension) < CoalPhysicalLeg (by extension)
Sub-types: None
Name CoalPhysicalLeg
Used by (from the same schema document) Complex Type CommoditySwap
Abstract no
Documentation Physically settled leg of a physically settled coal transaction.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<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.'

<deliveryPeriods> CommodityDeliveryPeriods </deliveryPeriods> [1]

'The period during which delivery/deliveries of Coal Products may be scheduled. Equivalent to Nomination Period(s) for US Coal.'

<coal> CoalProduct </coal> [1]

'The specification of the Coal Product to be delivered.'

<deliveryConditions> CoalDelivery </deliveryConditions> [1]

'The physical delivery conditions for the transaction.'

<deliveryQuantity> CommodityPhysicalQuantity </deliveryQuantity> [1]

'The different options for specifying the quantity.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CoalPhysicalLeg">
<xsd:complexContent>
<xsd:extension base=" PhysicalLeg ">
<xsd:sequence>
<xsd:element name="deliveryPeriods" type=" CommodityDeliveryPeriods "/>
<xsd:element name="coal" type=" CoalProduct "/>
<xsd:element name="deliveryConditions" type=" CoalDelivery "/>
<xsd:element name="deliveryQuantity" type=" CommodityPhysicalQuantity "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>