<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">
<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" type="ElectricityDeliveryType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the under what conditions the Parties' delivery obligations apply.</xsd:documentation>
</xsd:annotation>
</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:element name="interconnectionPoint" type="InterconnectionPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the border(s) or border point(s) of a transportation contract.</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">
<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>
|