<xsd:complexType name="GasDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the gas to be delivered.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="CommodityDeliveryPoints.model" />
<xsd:element name="deliveryType" type="DeliveryTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the buyer and seller are contractually obliged to consume and supply the specified quantities of the commodity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interconnectionPoint" type="InterconnectionPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the border(s) or border point(s) of a transportation contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence minOccurs="0">
<xsd:element name="buyerHub" type="CommodityHub">
<xsd:annotation>
<xsd:documentation xml:lang="en">The hub code of the gas buyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sellerHub" type="CommodityHub">
<xsd:annotation>
<xsd:documentation xml:lang="en">The hub code of the has seller.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|