Definition Type: SimpleType
Name: QuantifierEnum
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Logical quantification {All, Any}
Collapse XSD Schema Diagram:
XSD Diagram of QuantifierEnum in schema fpml-enum-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="QuantifierEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Logical quantification {All, Any}</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="All">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The condition in the scope of the quantifier is true of every member of the domain i.e. every one of the elements in scope.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Any">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The condition in the scope of the quantifier is true of at least one member of the domain i.e. one or more of the elements in scope.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration All
Enumeration Any
Collapse Derivation Tree:
Collapse References:
nsB:condition, nsB:condition