<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">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of electricity product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED voltage - NonStandardFeature-->
</xsd:sequence>
</xsd:complexType>
|