<xsd:complexType name="DeliveryNearby">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="deliveryNearbyMultiplier" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">A time multiplier, e.g. 1, 2 or 3 etc. used in defining Delivery Nearby date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryNearbyType" type="DeliveryNearbyTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a type of the delivery nearby qualifier, expect to be used in conjunction with a delivery nearby multiplier, e.g. 1NearByMonth, 1NearbyWeek, etc. If 'CalculationPeriod' is used, the delivery nearby multiplier is expected to be '0'. To represent 'Spot', the value of the delivery nearby type should be 'NearbyMonth' and the delivery period multiplier should be set to '0' (zero).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|