Definition Type: SimpleType
Name: SeverityEnum
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Documentation:
The OFX element "SEVERITYENUM" is of type "SeverityEnum"
Collapse XSD Schema Diagram:
XSD Diagram of SeverityEnum in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="SeverityEnum">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SEVERITYENUM" is of type "SeverityEnum"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:whiteSpace value="collapse" />
        <xsd:enumeration value="INFO" />
        <xsd:enumeration value="WARN" />
        <xsd:enumeration value="ERROR" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration INFO
Enumeration WARN
Enumeration ERROR
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:SEVERITY