Definition Type: ComplexType
Name: AccountRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signup_Messages.xsd
Abstract
Documentation:
The OFX element "ACCTRQ" is of type "AccountRequest"
Collapse XSD Schema Diagram:
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 AccountRequest in schema ofx_signup_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AccountRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "ACCTRQ" is of type "AccountRequest"
      </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: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)
Collapse Derivation Tree:
Collapse References:
ofx:ACCTRQ