<xsd:complexType name="OilPipelineDelivery">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical delivery conditions specific to an oil product delivered by pipeline.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pipelineName" type="CommodityPipeline" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of pipeline by which the oil product will be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="withdrawalPoint" type="CommodityDeliveryPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The location at which the transfer of the title to the commodity takes place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="entryPoint" type="CommodityDeliveryPoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The point at which the oil product will enter the pipeline.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliverableByBarge" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Whether or not the delivery can go to barge. For trades documented under the ISDA Master Agreement and Oil Annex, this should always be set to 'false'.</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. For trades documented under the ISDA Master Agreement and Oil Annex, this presence of this element indicates that the provisions of clause (b)(i) of the ISDA Oil Annex are being varied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cycle" type="CommodityPipelineCycle" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The cycle(s) during which the oil product will be transported in the pipeline.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|