XML Schema Documentation

Simple Type: WeeklyRollConventionEnum

[Table of contents]

Super-types: None
Sub-types: None
Name WeeklyRollConventionEnum
Content
  • Union of following types:
    • DayOfWeekEnum
    • Locally defined type:
      • Base XSD Type: token
      • value comes from list: {'TBILL'}
Documentation The specification of a weekly roll day.
Diagram
Schema Component Representation
<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>