<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>
|