XML Schema Documentation

Complex Type: CoalAttributePercentage

[Table of contents]

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

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

<rejectionLimit> RestrictedPercentage </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> RestrictedPercentage </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="CoalAttributePercentage">
<xsd:choice>
<xsd:sequence>
<xsd:element name="standardContent" type=" RestrictedPercentage "/>
<xsd:element name="rejectionLimit" type=" RestrictedPercentage " minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="rejectionLimit" type=" RestrictedPercentage "/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>