Definition Type: SimpleType
Name: ConditionEnum
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Defines a condition when an event applies.
Collapse XSD Schema Diagram:
XSD Diagram of ConditionEnum in schema fpml-enum-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="ConditionEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines a condition when an event applies.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="AtOrAbove">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be greater than or equal to the specified trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AtOrBelow">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be less than or equal to the specified trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Above">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be greater than the specified trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Below">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be less than the specified trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AtOrAbove
Enumeration AtOrBelow
Enumeration Above
Enumeration Below
Collapse Derivation Tree:
Collapse References:
nsD:condition, nsD:condition, nsD:condition, nsD:condition