XML Schema Documentation

Complex Type: ElectricityDelivery

[Table of contents]

Super-types: None
Sub-types: None
Name ElectricityDelivery
Used by (from the same schema document) Complex Type ElectricityPhysicalLeg
Abstract no
Documentation The physical delivery conditions for electricity.
XML Instance Representation
<...>
Start Choice [1]
<deliveryPoint> ElectricityDeliveryPoint </deliveryPoint> [1]

'The point at which delivery of the electricity will occur.'

<deliveryType> [0..1]

'Indicates the under what conditions the Parties\' delivery obligations apply.'


Start Choice [1]
<firm> ElectricityDeliveryFirm </firm> [1]

'Indicates under what condtitions the Parties\' delivery obligations apply.'

<nonFirm> xsd:boolean </nonFirm> [1]

'If present and set to true, indicates that delivery or receipt of the electricity may be interrupted for any reason or for no reason, without liability on the part of either Party. This element should never have a value of false.'

<systemFirm> ElectricityDeliverySystemFirm </systemFirm> [1]

'Indicates that the electricity is intended to be supplied from the owned or controlled generation or pre-existing purchased power assets of the system specified.'

<unitFirm> ElectricityDeliveryUnitFirm </unitFirm> [1]

'Indicates that the electricity is intended to be supplied from a generation asset which can optionally be specified.'

End Choice
</deliveryType>
<transmissionContingency> ElectricityTransmissionContingency </transmissionContingency> [0..1]

'Indicates that the performance of the buyer or seller shall be excused (under the conditions specified) if transmission of the elctricity is unavailable or interrupted.'

<deliveryZone> CommodityDeliveryPoint </deliveryZone> [1]

'The zone covering potential delivery points for the electricity.'

<electingPartyReference> PartyReference </electingPartyReference> [0..1]

'Indicates the party able to decide which delivery point within the deliveryPoint is used for delivery. For EEI transactions, this should reference the seller of the electricity.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityDelivery">
<xsd:choice>
<xsd:sequence>
<xsd:element name="deliveryPoint" type=" ElectricityDeliveryPoint "/>
<xsd:element name="deliveryType" minOccurs="0">
<xsd:complexType>
<xsd:choice>
<xsd:element name="firm" type=" ElectricityDeliveryFirm "/>
<xsd:element name="nonFirm" type=" xsd:boolean "/>
<xsd:element name="systemFirm" type=" ElectricityDeliverySystemFirm "/>
<xsd:element name="unitFirm" type=" ElectricityDeliveryUnitFirm "/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="transmissionContingency" type=" ElectricityTransmissionContingency " minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="deliveryZone" type=" CommodityDeliveryPoint "/>
<xsd:element name="electingPartyReference" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>