<xsd:complexType name="OilPhysicalLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled leg of a physically settled oil product transaction.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:sequence>
<xsd:element name="deliveryPeriods" type="CommodityDeliveryPeriods" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Delivery or Supply Periods. Unless the quantity or price is to vary periodically during the trade or physical delivery occurs on a periodic basis, periodsSchedule should be used and set to 1T.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oil" type="OilProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the oil product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryConditions" type="OilDelivery" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions for the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryQuantity" type="CommodityPhysicalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|