simpleType "WeeklyRollConventionEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN") | "TBILL"
All Direct / Indirect Based Elements (1):
weeklyRollConvention
Known Usage Locations
Annotation
The specification of a weekly roll day.
Type Definition Detail
Type Derivation Tree
union of (DayOfWeekEnum | restriction of Token)
  WeeklyRollConventionEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of Token
    Facets:
    enumeration:
    "TBILL"
     - 
    13-week and 26-week U.S. Treasury Bill Auction Dates. Each Monday except for U.S. (New York) holidays when it will occur on a Tuesday.
XML Source (w/o annotations (2); see within schema source)
<xsd:simpleType name="WeeklyRollConventionEnum">
<xsd:union memberTypes="DayOfWeekEnum">
<xsd:simpleType>
<xsd:restriction base="Token">
<xsd:enumeration value="TBILL"/>
</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.