XML Schema Documentation

Complex Type: ElectricityDeliverySystemFirm

[Table of contents]

Super-types: None
Sub-types: None
Name ElectricityDeliverySystemFirm
Used by (from the same schema document) Complex Type ElectricityDelivery
Abstract no
Documentation The physical delivery obligation options specific to a system firm transaction.
XML Instance Representation
<...>
<applicable> xsd:boolean </applicable> [1]

'Indicates that the trade is for a System Firm product. Should always be set to \"true\".'

<system> CommodityDeliveryPoint </system> [0..1]
</...>
Diagram
type_CommodityDeliveryPoint
Schema Component Representation
<xsd:complexType name="ElectricityDeliverySystemFirm">
<xsd:sequence>
<xsd:element name="applicable" type=" xsd:boolean "/>
<xsd:element name="system" type=" CommodityDeliveryPoint " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>