XML Schema Documentation

Simple Type: WeeklyRollConventionEnum

[Table of contents]

Super-types: xsd:token < WeeklyRollConventionEnum (by restriction)
Sub-types: None
Name WeeklyRollConventionEnum
Content
  • Base XSD Type: token
  • value comes from list: {'MON'|'TUE'|'WED'|'THU'|'FRI'|'SAT'|'SUN'|'TBILL'}
Documentation The specification of a weekly roll day.
Diagram
Schema Component Representation
<xsd:simpleType name="WeeklyRollConventionEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="MON"/>
<xsd:enumeration value="TUE"/>
<xsd:enumeration value="WED"/>
<xsd:enumeration value="THU"/>
<xsd:enumeration value="FRI"/>
<xsd:enumeration value="SAT"/>
<xsd:enumeration value="SUN"/>
<xsd:enumeration value="TBILL"/>
</xsd:restriction>
</xsd:simpleType>