Definition Type: SimpleType
Name: WeeklyRollConventionEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of a weekly roll day.
Collapse XSD Schema Diagram:
XSD Diagram of WeeklyRollConventionEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="WeeklyRollConventionEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of a weekly roll day.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="MON">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Monday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="TUE">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Tuesday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="WED">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Wednesday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="THU">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Thursday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="FRI">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Friday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SAT">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Saturday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SUN">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Sunday</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration MON
Enumeration TUE
Enumeration WED
Enumeration THU
Enumeration FRI
Enumeration SAT
Enumeration SUN
Collapse Derivation Tree:
Collapse References:
fpml:dayOfWeek, fpml:weeklyRollConvention