simpleType "DayTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.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.
MinLength:
0

Known Direct Subtypes (1):
CommodityDayTypeEnum
All Direct / Indirect Based Elements (4):
dayType (defined in Days.model group),
dayType (defined in Offset complexType),
dayType (in fixingSchedule defined in FxPerformanceSwap complexType),
observationDayType
Known Usage Locations
Annotation
A day type classification used in counting the number of days between two dates.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      DayTypeEnum
Derivation:
restriction of 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="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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.