XML Schema Documentation

Complex Type: ElectricityPhysicalDeliveryQuantity

[Table of contents]

Super-types: CommodityNotionalQuantity < ElectricityPhysicalDeliveryQuantity (by extension)
Sub-types: None
Name ElectricityPhysicalDeliveryQuantity
Used by (from the same schema document) Complex Type ElectricityPhysicalQuantity
Abstract no
Documentation A type defining the physical quantity of the electricity to be delivered.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<quantityUnit> QuantityUnit </quantityUnit> [1]

'Quantity Unit is the unit of measure applicable for the quantity on the Transaction.'

<quantityFrequency> CommodityQuantityFrequency </quantityFrequency> [1]

'The frequency at which the Notional Quantity is deemed to apply for purposes of calculating the Total Notional Quantity.'

<quantity> xsd:decimal </quantity> [1]

'Amount of commodity per quantity frequency.'

<settlementPeriodsReference> SettlementPeriodsReference </settlementPeriodsReference> [1..*]

'A pointer style reference to the range(s) of Settlement Periods to which this quantity applies.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityPhysicalDeliveryQuantity">
<xsd:complexContent>
<xsd:extension base=" CommodityNotionalQuantity ">
<xsd:sequence>
<xsd:element name="settlementPeriodsReference" type=" SettlementPeriodsReference " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>