simpleType "CommodityDayTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.xsd; see XML source
Used:
Simple Content Model
("Business" | "Calendar" | "CommodityBusiness" | "CurrencyBusiness" | "ExchangeBusiness" | "ScheduledTradingDay") | "GasFlow"
All Direct / Indirect Based Elements (1):
dayType (defined in PricingDays.model group)
Known Usage Locations
Annotation
A day type classification used in counting the number of days between two dates for a commodity transaction.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (DayTypeEnum | restriction of xsd:token)
  CommodityDayTypeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd: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).
XML Source (w/o annotations (2); see within schema source)
<xsd:simpleType name="CommodityDayTypeEnum">
<xsd:union memberTypes="DayTypeEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="GasFlow"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

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