simpleType "DeliveryNearbyTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
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.

All Direct / Indirect Based Elements (1):
deliveryNearbyType
Known Usage Locations
Annotation
The type of nearby qualifier, expect to be used in conjunction with a nearby count.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  DeliveryNearbyTypeEnum
Derivation:
restriction of xsd:token
Facets:
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.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="DeliveryNearbyTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationPeriod"/>
<xsd:enumeration value="NearbyMonth"/>
<xsd:enumeration value="NearbyWeek"/>
</xsd:restriction>
</xsd:simpleType>

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