complexType "DeliveryNearby"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
deliveryNearbyMultiplier, deliveryNearbyType
All Direct / Indirect Based Elements (1):
deliveryNearby
Known Usage Locations
Annotation
A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DeliveryNearby">
<xsd:sequence>
<xsd:element name="deliveryNearbyMultiplier" type="xsd:positiveInteger"/>
<xsd:element name="deliveryNearbyType" type="DeliveryNearbyTypeEnum"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
deliveryNearbyMultiplier
Type:
xsd:positiveInteger, predefined, simple content
A time multiplier, e.g. 1, 2 or 3 etc. used in defining Delivery Nearby date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deliveryNearbyMultiplier" type="xsd:positiveInteger"/>

deliveryNearbyType
Type:
DeliveryNearbyTypeEnum, simple content
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).
Simple Content
enumeration of xsd:token
Enumeration:
"CalculationPeriod"
 - 
Describes the contract to be the contract that pertains to the month-year of the calculation period. If used, the nearby count is expected to be 0.
"NearbyMonth"
 - 
The Delivery Date of the underlying Commodity shall be the month of expiration of the futures contract.
"NearbyWeek"
 - 
The Delivery Date of the underlying Commodity shall be the Week of expiration of the futures contract.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deliveryNearbyType" type="DeliveryNearbyTypeEnum"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.