XML Schema Documentation

Complex Type: CoalProductSpecifications

[Table of contents]

Super-types: None
Sub-types: None
Name CoalProductSpecifications
Used by (from the same schema document) Complex Type CoalProduct
Abstract no
Documentation The different options for specifying the quality attributes of the coal to be delivered.
XML Instance Representation
<...>
Start Choice [1]
<standardQuality> CoalStandardQuality </standardQuality> [1]
<standardQualitySchedule> CoalStandardQualitySchedule </standardQualitySchedule> [1]
End Choice
</...>
Diagram
type_CoalStandardQuality type_CoalStandardQualitySchedule
Schema Component Representation
<xsd:complexType name="CoalProductSpecifications">
<xsd:choice>
<xsd:element name="standardQuality" type=" CoalStandardQuality "/>
<xsd:element name="standardQualitySchedule" type=" CoalStandardQualitySchedule "/>
</xsd:choice>
</xsd:complexType>