Definition Type: SimpleType
Name: DifferenceSeverityEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The ISDA defined value indicating the severity of a difference.
Collapse XSD Schema Diagram:
XSD Diagram of DifferenceSeverityEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="DifferenceSeverityEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The ISDA defined value indicating the severity of a difference.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Warning" />
        <xsd:enumeration value="Error" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Warning
Enumeration Error
Collapse Derivation Tree:
Collapse References:
fpml:differenceSeverity