<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">
<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:sequence>
</xsd:complexType>
|