Definition Type: Group
Name: CommodityCoalComposition.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Documentation:
Items defining the chemical composition of the coal product.
Collapse XSD Schema Diagram:
Drilldown into volatile in schema fpml-com-5-10_xsd1 Drilldown into SO2 in schema fpml-com-5-10_xsd1 Drilldown into sulfur in schema fpml-com-5-10_xsd1 Drilldown into ash in schema fpml-com-5-10_xsd1 Drilldown into moisture in schema fpml-com-5-10_xsd1XSD Diagram of CommodityCoalComposition.model in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityCoalComposition.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Items defining the chemical composition of the coal product.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="moisture" type="CoalAttributePercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The moisture content of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ash" type="CoalAttributePercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ash content of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sulfur" type="CoalAttributePercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The sulfur/sulphur content of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SO2" type="CoalAttributePercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The sulfur/sulphur dioxide content of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="volatile" type="CoalAttributePercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The volatile content of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
moisture nsD:moisture 0 (1)
ash nsD:ash 0 (1)
sulfur nsD:sulfur 0 (1)
SO2 nsD:SO2 0 (1)
volatile nsD:volatile 0 (1)