Definition Type: ComplexType
Name: AccountResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signup_Messages.xsd
Abstract
Documentation:
The OFX element "ACCTRS" is of type "AccountResponse"
Collapse XSD Schema Diagram:
Drilldown into SVCSTATUS in schema ofx_signup_messages_xsd Drilldown into SVC in schema ofx_signup_messages_xsd Drilldown into SVCDEL in schema ofx_signup_messages_xsd Drilldown into SVCCHG in schema ofx_signup_messages_xsd Drilldown into SVCADD in schema ofx_signup_messages_xsdXSD Diagram of AccountResponse in schema ofx_signup_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AccountResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "ACCTRS" is of type "AccountResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="SVCADD" type="ofx:ServiceAdd" />
            <xsd:element name="SVCCHG" type="ofx:ServiceChange" />
            <xsd:element name="SVCDEL" type="ofx:ServiceDelete" />
        </xsd:choice>
        <xsd:element name="SVC" type="ofx:ServiceEnum" />
        <xsd:element name="SVCSTATUS" type="ofx:ServiceStatusEnum" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SVCADD ofx:SVCADD (1) (1)
SVCCHG ofx:SVCCHG (1) (1)
SVCDEL ofx:SVCDEL (1) (1)
SVC ofx:SVC (1) (1)
SVCSTATUS ofx:SVCSTATUS (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:ACCTRS