XML Schema Documentation

Complex Type: ElectricityProduct

[Table of contents]

Super-types: None
Sub-types: None
Name ElectricityProduct
Used by (from the same schema document) Complex Type ElectricityPhysicalLeg
Abstract no
Documentation The specification of the electricity to be delivered.
XML Instance Representation
<...>
<type> ElectricityProductTypeEnum </type> [1]

'The type of electricity product to be delivered.'

<voltage> PositiveDecimal </voltage> [0..1]

'The voltage, expressed as a number of volts, of the electricity to be delivered.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityProduct">
<xsd:sequence>
<xsd:element name="type" type=" ElectricityProductTypeEnum "/>
<xsd:element name="voltage" type=" PositiveDecimal " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>