<xsd:complexType name="ElectricityProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the electricity to be delivered.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="ElectricityProductTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of electricity product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="voltage" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The voltage, expressed as a number of volts, of the electricity to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|