simpleType "WeeklyRollConventionEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.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.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (DayOfWeekEnum | restriction of xsd:token)
  WeeklyRollConventionEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd: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="xsd:token">
<xsd:enumeration value="TBILL"/>
</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.