<xsd:complexType name="GasDeliveryPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Delivery Periods for a physically settled gas trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommodityDeliveryPeriods">
<xsd:sequence>
<xsd:element name="supplyStartTime" type="PrevailingTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time at which gas delivery should start on each day of the Delivery Period(s).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="supplyEndTime" type="PrevailingTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time at which gas delivery should end on each day of the Delivery Period(s).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|