Definition Type: ComplexType
Name: ElectricityProduct
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The specification of the electricity to be delivered.
Collapse XSD Schema Diagram:
Drilldown into voltage in schema fpml-com-5-10_xsd2 Drilldown into type in schema fpml-com-5-10_xsd2XSD Diagram of ElectricityProduct in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsE:type 0 (1)
voltage nsE:voltage 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:electricity