<xsd:complexType name="ElectricityDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions for electricity.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="deliveryPoint" type="ElectricityDeliveryPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The point at which delivery of the electricity will occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the under what conditions the Parties' delivery obligations apply.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element name="firm" type="ElectricityDeliveryFirm" minOccurs="0">
<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" minOccurs="0">
<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" minOccurs="0">
<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" minOccurs="0">
<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>
</xsd:element>
<xsd:element name="transmissionContingency" type="ElectricityTransmissionContingency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">For EEI transactions, indicates that this transaction is for an "into" product.</xsd:documentation>
</xsd:annotation>
<xsd:element name="deliveryZone" type="CommodityDeliveryPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The zone covering potential delivery points for the electricity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="electingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|