XML Schema Documentation

Complex Type: ElectricityDeliveryUnitFirm

[Table of contents]

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

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

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