simpleType "DayTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.

Known Direct Subtypes (1):
CommodityDayTypeEnum
All Direct / Indirect Based Elements (2):
dayType (defined in Offset complexType), dayType (defined in PricingDays.model group)
Known Usage Locations
Annotation
A day type classification used in counting the number of days between two dates.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  DayTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.
XML Source (w/o annotations (7); see within schema source)
<xsd:simpleType name="DayTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Business"/>
<xsd:enumeration value="Calendar"/>
<xsd:enumeration value="CommodityBusiness"/>
<xsd:enumeration value="CurrencyBusiness"/>
<xsd:enumeration value="ExchangeBusiness"/>
<xsd:enumeration value="ScheduledTradingDay"/>
</xsd:restriction>
</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.