Definition Type: Group
Name: CommodityCoalProperties.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Documentation:
Items defining the physical attributes of the coal product.
Collapse XSD Schema Diagram:
Drilldown into ashFusionTemperature in schema fpml-com-5-10_xsd Drilldown into grindability in schema fpml-com-5-10_xsd Drilldown into finesPassingScreen in schema fpml-com-5-10_xsd Drilldown into topSize in schema fpml-com-5-10_xsd Drilldown into BTUperLB in schema fpml-com-5-10_xsdXSD Diagram of CommodityCoalProperties.model in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityCoalProperties.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Items defining the physical attributes of the coal product.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BTUperLB" type="CoalAttributeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of British Thermal Units per Pound of the coal product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="topSize" type="CoalAttributeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The smallest sieve opening that will result in less than 5% of a sample of the coal product remaining.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="finesPassingScreen" type="CoalAttributeDecimal" minOccurs="0" />
        <xsd:element name="grindability" type="CoalAttributeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Hardgrove Grindability Index value of the coal to be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ashFusionTemperature" type="CoalAttributeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The temperature at which the ash form of the coal product fuses completely in accordance with the ASTM International D1857 Standard Test Methodology.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BTUperLB nsA:BTUperLB 0 (1)
topSize nsA:topSize 0 (1)
finesPassingScreen nsA:finesPassingScreen 0 (1)
grindability nsA:grindability 0 (1)
ashFusionTemperature nsA:ashFusionTemperature 0 (1)