<xsd:complexType name="GasPhysicalLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled leg of a physically settled gas transaction.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:sequence>
<xsd:element name="deliveryPeriods" type="GasDeliveryPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Delivery or Supply Periods. Unless the quantity or price is to vary periodically during the trade or physical delivery occurs on a periodic basis, periodsSchedule should be used and set to 1T.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gas" type="GasProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the gas to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryConditions" type="GasDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions for the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryQuantity" type="GasPhysicalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the quantity. For Fixed trades where the quantity is known at the time of confirmation, a single quantity or a quantity per Delivery Period may be specified. For Variable trades minimum and maximum trades may be specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|