XML Schema Documentation

Model Group: CommodityDeliveryPoints.model

[Table of contents]

Name CommodityDeliveryPoints.model
Used by (from the same schema document) Complex Type GasDelivery
Documentation A Delivery Point, applicable to physically settled commodity transactions.
XML Instance Representation
Start Choice [1]
<deliveryPoint> GasDeliveryPoint </deliveryPoint> [1]

'The physical or virtual point at which the commodity will be delivered.'

<entryPoint> CommodityDeliveryPoint </entryPoint> [1]

'The physical or virtual point at which the commodity enters a transportation system.'

<withdrawalPoint> CommodityDeliveryPoint </withdrawalPoint> [1]

'The physical or virtual point at which the commodity is withdrawn from a transportation system.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="CommodityDeliveryPoints.model">
<xsd:choice>
<xsd:element name="deliveryPoint" type=" GasDeliveryPoint "/>
<xsd:sequence>
<xsd:element name="entryPoint" type=" CommodityDeliveryPoint "/>
<xsd:element name="withdrawalPoint" type=" CommodityDeliveryPoint "/>
</xsd:sequence>
</xsd:choice>
</xsd:group>