<xsd:complexType name="ElectricityDeliveryType">
<xsd:choice>
<xsd:element name="firm" type="ElectricityDeliveryFirm">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates under what condtitions the Parties' delivery obligations apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nonFirm" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="systemFirm" type="ElectricityDeliverySystemFirm">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unitFirm" type="ElectricityDeliveryUnitFirm">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that the electricity is intended to be supplied from a generation asset which can optionally be specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|