<xsd:complexType name="MetalPhysicalLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled leg of a physically settled Metal transaction.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PhysicalForwardLeg">
<xsd:sequence>
<xsd:element name="metal" type="Metal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the Metal Product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryPeriods" type="CommodityDeliveryPeriods" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The period during which delivery/deliveries of Metal may be scheduled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryConditions" type="MetalDelivery" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery arrangements and requirements for a physically settled non-precious metal transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityFixedPhysicalQuantity.model" />
<xsd:element name="conversionFactor" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If the Notional Quantity is specified in a unit that does not match the unit in which the Commodity Reference Price is quoted, the scaling or conversion factor used to convert the Commodity Reference Price unit into the Notional Quantity unit should be stated here. If there is no conversion, this element is not intended to be used.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|