Definition Type: ComplexType
Name: ServiceAdd
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractServiceAction
Containing Schema: OFX_Signup.xsd
Abstract
Documentation:
The OFX element "SVCADD" is of type "ServiceAdd"
Collapse XSD Schema Diagram:
Drilldown into PRESACCTTO in schema ofx_signup_xsd Drilldown into INVACCTTO in schema ofx_signup_xsd Drilldown into CCACCTTO in schema ofx_signup_xsd Drilldown into BANKACCTTO in schema ofx_signup_xsd Drilldown into AbstractServiceAction in schema ofx_signup_xsdXSD Diagram of ServiceAdd in schema ofx_signup_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceAdd">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "SVCADD" is of type "ServiceAdd"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractServiceAction">
            <xsd:sequence>
                <xsd:choice>
                    <xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
                    <xsd:element name="CCACCTTO" type="ofx:CreditCardAccount" />
                    <xsd:element name="INVACCTTO" type="ofx:InvestmentAccount" />
                    <xsd:element name="PRESACCTTO" type="ofx:PresentmentAccount" />
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BANKACCTTO ofx:BANKACCTTO (1) (1)
CCACCTTO ofx:CCACCTTO (1) (1)
INVACCTTO ofx:INVACCTTO (1) (1)
PRESACCTTO ofx:PRESACCTTO (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SVCADD, ofx:SVCADD