<xsd:complexType name="ElectricityDeliverySystemFirm">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery obligation options specific to a system firm transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="applicable" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that the trade is for a System Firm product. Should always be set to "true".</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|