simpleType "CommodityDayTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
("Business" | "Calendar" | "CommodityBusiness" | "CurrencyBusiness" | "ExchangeBusiness" | "ScheduledTradingDay") | ("GasFlow" | "NearbyContractDay")
All Direct / Indirect Based Elements (1):
dayType (defined in Days.model group)
Known Usage Locations
Annotation
A day type classification used in counting the number of days between two dates for a commodity transaction.
Type Definition Detail
Type Derivation Tree
union of (DayTypeEnum | restriction of Token)
  CommodityDayTypeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of Token
    Facets:
    enumeration:
    "GasFlow"
     - 
    When calculating the number of days between two dates the count includes only gas flow days (dates on which gas is delivered).
    "NearbyContractDay"
     - 
    The days that are starting from the end of the prior nearby futures/option contract through the nearby futures/option contract as specified in the message. For example: If referring to the Z21 WTI contract, first day of this type will be 21-Oct-21 and the last day of this type will be 19-Nov-21.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="CommodityDayTypeEnum">
<xsd:union memberTypes="DayTypeEnum">
<xsd:simpleType>
<xsd:restriction base="Token">
<xsd:enumeration value="GasFlow"/>
<xsd:enumeration value="NearbyContractDay"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

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.