<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>
<xsd:element name="type" type="CoalProductType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of coal product to be delivered by reference to a pre-defined specification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coalProductSpecifications" type="CoalProductSpecifications" minOccurs="0">
<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" maxOccurs="unbounded" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The 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: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>
|