Definition Type: ComplexType
Name: Status
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "STATUS" is of type "Status"
Collapse XSD Schema Diagram:
Drilldown into MESSAGE in schema ofx_common_xsd Drilldown into SEVERITY in schema ofx_common_xsd Drilldown into CODE in schema ofx_common_xsdXSD Diagram of Status in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Status">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STATUS" is of type "Status"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CODE" type="ofx:ErrorType" />
        <xsd:element name="SEVERITY" type="ofx:SeverityEnum" />
        <xsd:element name="MESSAGE" type="ofx:MessageType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CODE ofx:CODE (1) (1)
SEVERITY ofx:SEVERITY (1) (1)
MESSAGE ofx:MESSAGE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STATUS, ofx:STATUS, ofx:STATUS, ofx:STATUS, ofx:STATUS