<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: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="source" type="CoalProductSource" 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:sequence>
</xsd:complexType>
|