<xsd:group name="CommodityDeliveryPoints.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Delivery Point, applicable to physically settled commodity transactions.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="deliveryPoint" type="GasDeliveryPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical or virtual point at which the commodity will be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="entryPoint" type="CommodityDeliveryPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical or virtual point at which the commodity enters a transportation system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="withdrawalPoint" type="CommodityDeliveryPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical or virtual point at which the commodity is withdrawn from a transportation system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:group>
|