<xsd:simpleType name="WeeklyRollConventionEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of a weekly roll day.</xsd:documentation>
</xsd:annotation>
<xsd:union memberTypes="DayOfWeekEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="TBILL">
<xsd:annotation>
<xsd:documentation source="http://www.publicdebt.treas.gov" xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|