<xsd:complexType name="MetalDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions for the transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="deliveryLocation" type="CommodityDeliveryPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Delivery Point for a physically settled non-precious metal transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="risk" type="CommodityDeliveryRisk" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">"Risk of loss" may also be used, equivalently, on confirmation documents.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalQuantityTolerance" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The +/- percent tolerance in seller's option which applies to the total quantity delivered over all shipment periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="periodQuantityTolerance" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The +/- percentage quantity tolerance in seller's option which applied to each shipment period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="title" type="MetalTitleEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes how and when title to the commodity transfers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|