<xsd:complexType name="ElectricityPhysicalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The quantity of gas to be delivered.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommodityPhysicalQuantityBase">
<xsd:sequence>
<xsd:choice>
<xsd:element name="physicalQuantity" type="ElectricityPhysicalDeliveryQuantity" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Quantity per Delivery Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="physicalQuantitySchedule" type="ElectricityPhysicalDeliveryQuantitySchedule" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction. Note that if the range of Settlement Periods also varies over the life of the transaction this element should not be used. Instead, physicalQuantity should be repeated for each range of Settlement Periods that apply at any point during the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="totalPhysicalQuantity" type="UnitQuantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Total Quantity of the commodity to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|