Definition Type: ComplexType
Name: DepAppInfo_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_AcctLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreatedDt in schema ifx170_corelib_xsd Drilldown into OverdraftFunding in schema ifx170_corelib_xsd Drilldown into CardType in schema ifx170_corelib_xsd Drilldown into BankAcctInfo in schema ifx170_acctlib_xsd Drilldown into DepAppAcctId in schema ifx170_acctlib_xsd Drilldown into DepApplicant in schema ifx170_corelib_xsdXSD Diagram of DepAppInfo_Type in schema ifx170_acctlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="DepAppInfo_Type">
    <xsd:sequence>
        <xsd:element ref="DepApplicant" maxOccurs="unbounded" />
        <xsd:element ref="DepAppAcctId" />
        <xsd:element ref="BankAcctInfo" />
        <xsd:element ref="CardType" minOccurs="0" />
        <xsd:element ref="OverdraftFunding" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CreatedDt" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepApplicant ifx:DepApplicant (1) unbounded
DepAppAcctId ifx:DepAppAcctId (1) (1)
BankAcctInfo ifx:BankAcctInfo (1) (1)
CardType ifx:CardType 0 (1)
OverdraftFunding ifx:OverdraftFunding 0 unbounded
CreatedDt ifx:CreatedDt 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:DepAppInfo