XML Schema Documentation

Complex Type: CoalAttributeDecimal

[Table of contents]

Super-types: None
Sub-types: None
Name CoalAttributeDecimal
Used by (from the same schema document) Model Group CommodityCoalProperties.model , Model Group CommodityCoalProperties.model , Model Group CommodityCoalProperties.model , Model Group CommodityCoalProperties.model , Model Group CommodityCoalProperties.model , Model Group CommodityCoalReducingAtmosphere.model , Model Group CommodityCoalReducingAtmosphere.model , Model Group CommodityCoalReducingAtmosphere.model , Model Group CommodityCoalReducingAtmosphere.model
Abstract no
Documentation The different options for specifying the attributes of a coal quality measure as a decimal value.
XML Instance Representation
<...>
Start Choice [1]
<standardContent> xsd:decimal </standardContent> [1]

'The actual content of the quality characteristics of the Coal Product Shipment expected by the Buyer.'

<rejectionLimit> xsd:decimal </rejectionLimit> [0..1]

'The actual limits of the quality characteristics of the Coal Product above or below which the Buyer may reject a Shipment.'

<rejectionLimit> xsd:decimal </rejectionLimit> [1]

'The actual limits of the quality characteristics of the Coal Product above or below which the Buyer may reject a Shipment.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CoalAttributeDecimal">
<xsd:choice>
<xsd:sequence>
<xsd:element name="standardContent" type=" xsd:decimal "/>
<xsd:element name="rejectionLimit" type=" xsd:decimal " minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="rejectionLimit" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>