<xsd:group name="CommodityUSCoalDelivery.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Items specific to the definition of the delivery of a US Coal Product.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quantityVariationAdjustment" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, indicates that QVA is applicable. If false, indicates that QVA is inapplicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transportationEquipment" type="CoalTransportationEquipment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The transportation equipment with which the Coal Product will be delivered and received.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="risk" type="CommodityDeliveryRisk" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies how the risk associated with the delivery is assigned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|