Definition Type: SimpleType
Name: DayOfWeekEnum
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-enum-5-10.xsd
Documentation:
A day of the seven-day week. - For use with pre-trade Credit Limit Check messages.
Collapse XSD Schema Diagram:
XSD Diagram of DayOfWeekEnum in schema fpml-enum-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="DayOfWeekEnum">
    <xsd:annotation>
        <xsd:documentation>A day of the seven-day week. - For use with pre-trade Credit Limit Check messages.</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