XML Schema Documentation

Complex Type: ElectricityDeliveryType

[Table of contents]

Super-types: None
Sub-types: None
Name ElectricityDeliveryType
Used by (from the same schema document) Complex Type ElectricityDelivery
Abstract no
XML Instance Representation
<...>
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
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityDeliveryType">
<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>