<xsd:complexType name="CoalDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions for coal.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="deliveryPoint" type="CoalDeliveryPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">The point at which the Coal Product will be delivered and received.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryAtSource" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">The point at which the Coal Product as a reference to the Source of the Coal Product. This should be a reference to the source element within product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:group ref="CommodityUSCoalDelivery.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Additional delivery details for U.S. Coal transactions.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|