Definition Type: ComplexType
Name: Status
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract False
Documentation:
The OFX element "STATUS" is of type "Status"
Collapse XSD Schema Diagram:
Drilldown into MESSAGE Drilldown into SEVERITY Drilldown into CODEXSD Diagram of Status
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
Collapse Comments:
blog comments powered by Disqus