Definition Type: ComplexType
Name: SvcAcctId_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_AcctLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PresAcctInfo in schema ifx170_corelib_xsd Drilldown into PresAcctId in schema ifx170_corelib_xsd Drilldown into LoanAcctId in schema ifx170_corelib_xsd Drilldown into CardAcctId in schema ifx170_corelib_xsd Drilldown into DepAcctId in schema ifx170_corelib_xsd Drilldown into CustSvcId in schema ifx170_corelib_xsdXSD Diagram of SvcAcctId_Type in schema ifx170_acctlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="SvcAcctId_Type">
    <xsd:sequence>
        <xsd:element ref="CustSvcId" />
        <xsd:choice>
            <xsd:element ref="DepAcctId" />
            <xsd:element ref="CardAcctId" />
            <xsd:element ref="LoanAcctId" />
            <xsd:sequence>
                <xsd:element ref="PresAcctId" />
                <xsd:element ref="PresAcctInfo" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustSvcId ifx:CustSvcId (1) (1)
DepAcctId ifx:DepAcctId (1) (1)
CardAcctId ifx:CardAcctId (1) (1)
LoanAcctId ifx:LoanAcctId (1) (1)
PresAcctId ifx:PresAcctId (1) (1)
PresAcctInfo ifx:PresAcctInfo (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:SvcAcctId