<xsd:complexType name="CoalProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the characteristics of the coal being traded in a physically settled gas transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="type" type="CoalProductType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of coal product to be delivered by reference to a pre-defined specification. For contracts under SCoTA terms this is the quality specification code (e.g. "DES ARA")</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coalProductSpecifications" type="CoalProductSpecifications">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of coal product to be delivered specified in full.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="source" type="CoalProductSource" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The SCoTA cargo origin, mining region, mine(s), mining complex(es), loadout(s) or river dock(s) or other point(s) of origin that Seller and Buyer agree are acceptable origins for the Coal Product. For International Coal transactions, this is the Origin of the Coal Product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sCoTASpecifications" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether type and source refer to globalCOAL SCoTA specifications.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityUSCoalProduct.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Additional product details for U.S. Coal transactions.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|