Definition Type: ComplexType
Name: GasProduct
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A type defining the characteristics of the gas being traded in a physically settled gas transaction.
Collapse XSD Schema Diagram:
Drilldown into quality in schema fpml-com-5-10_xsd1 Drilldown into calorificValue in schema fpml-com-5-10_xsd1 Drilldown into type in schema fpml-com-5-10_xsd1XSD Diagram of GasProduct in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GasProduct">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the characteristics of the gas being traded in a physically settled gas transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="GasProductTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of gas to be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="calorificValue" type="NonNegativeDecimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The calorific value of the gas to be delivered, specified in megajoules per cubic meter (MJ/m3).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="quality" type="GasQuality">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The quality of the gas to be delivered.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsD:type (1) (1)
calorificValue nsD:calorificValue (1) (1)
quality nsD:quality (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:gas