XML Schema Documentation

Model Group: CommodityCoalComposition.model

[Table of contents]

Name CommodityCoalComposition.model
Used by (from the same schema document) Complex Type CoalStandardQuality
Documentation Items defining the chemical composition of the coal product.
XML Instance Representation
<moisture> CoalAttributePercentage </moisture> [0..1]

'The moisture content of the coal product.'

<ash> CoalAttributePercentage </ash> [0..1]

'The ash content of the coal product.'

<sulfur> CoalAttributePercentage </sulfur> [0..1]

'The sulfur/sulphur content of the coal product.'

<SO2> CoalAttributePercentage </SO2> [0..1]

'The sulfur/sulphur dioxide content of the coal product.'

<volatile> CoalAttributePercentage </volatile> [0..1]

'The volatile content of the coal product.'

Diagram
Schema Component Representation
<xsd:group name="CommodityCoalComposition.model">
<xsd:sequence>
<xsd:element name="moisture" type=" CoalAttributePercentage " minOccurs="0"/>
<xsd:element name="ash" type=" CoalAttributePercentage " minOccurs="0"/>
<xsd:element name="sulfur" type=" CoalAttributePercentage " minOccurs="0"/>
<xsd:element name="SO2" type=" CoalAttributePercentage " minOccurs="0"/>
<xsd:element name="volatile" type=" CoalAttributePercentage " minOccurs="0"/>
</xsd:sequence>
</xsd:group>