XML Schema Documentation

Complex Type: CoalDelivery

[Table of contents]

Super-types: None
Sub-types: None
Name CoalDelivery
Used by (from the same schema document) Complex Type CoalPhysicalLeg
Abstract no
Documentation The physical delivery conditions for coal.
XML Instance Representation
<...>
Start Choice [1]
<deliveryPoint> CoalDeliveryPoint </deliveryPoint> [1]

'The point at which the Coal Product will be delivered and received.'

<deliveryAtSource> xsd:boolean </deliveryAtSource> [1]

'The point at which the Coal Product as a reference to the Source of the Coal Product. This should be a reference to the source element within product.'

End Choice
Start Group: CommodityUSCoalDelivery.model [0..1]

'Additional delivery details for U.S. Coal transactions.'


<quantityVariationAdjustment> xsd:boolean </quantityVariationAdjustment> [1]

'If true, indicates that QVA is applicable. If false, indicates that QVA is inapplicable.'

<transportationEquipment> CoalTransportationEquipment </transportationEquipment> [0..1]

'The transportation equipment with which the Coal Product will be delivered and received.'

<risk> CommodityDeliveryRisk </risk> [0..1]

'Specifies how the risk associated with the delivery is assigned.'

End Group: CommodityUSCoalDelivery.model
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CoalDelivery">
<xsd:sequence>
<xsd:choice>
<xsd:element name="deliveryPoint" type=" CoalDeliveryPoint "/>
<xsd:element name="deliveryAtSource" type=" xsd:boolean "/>
</xsd:choice>
<xsd:group ref=" CommodityUSCoalDelivery.model " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>