XML Schema Documentation

Complex Type: GasDelivery

[Table of contents]

Super-types: None
Sub-types: None
Name GasDelivery
Used by (from the same schema document) Complex Type GasPhysicalLeg
Abstract no
Documentation The specification of the gas to be delivered.
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
<deliveryType> DeliveryTypeEnum </deliveryType> [1]

'Indicates whether the buyer and seller are contractually obliged to consume and supply the specified quantities of the commodity.'

Start Sequence [0..1]
<buyerHub> CommodityHub </buyerHub> [1]

'The hub code of the gas buyer.'

<sellerHub> CommodityHub </sellerHub> [1]

'The hub code of the has seller.'

End Sequence
</...>
Diagram
group_CommodityDeliveryPoints.model
Schema Component Representation
<xsd:complexType name="GasDelivery">
<xsd:sequence>
<xsd:group ref=" CommodityDeliveryPoints.model "/>
<xsd:element name="deliveryType" type=" DeliveryTypeEnum "/>
<xsd:sequence minOccurs="0">
<xsd:element name="buyerHub" type=" CommodityHub "/>
<xsd:element name="sellerHub" type=" CommodityHub "/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>