Definition Type: ComplexType
Name: PartyAcctRelInfo_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PartyAcctLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OwnerPercent in schema ifx170_corelib_xsd Drilldown into PartyAcctRel in schema ifx170_partyacctlib_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 CustId in schema ifx170_corelib_xsdXSD Diagram of PartyAcctRelInfo_Type in schema ifx170_partyacctlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="PartyAcctRelInfo_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="DepAcctId" />
            <xsd:element ref="CardAcctId" />
            <xsd:element ref="LoanAcctId" />
        </xsd:choice>
        <xsd:element ref="PartyAcctRel" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OwnerPercent" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustId ifx:CustId 0 (1)
DepAcctId ifx:DepAcctId (1) (1)
CardAcctId ifx:CardAcctId (1) (1)
LoanAcctId ifx:LoanAcctId (1) (1)
PartyAcctRel ifx:PartyAcctRel 0 unbounded
OwnerPercent ifx:OwnerPercent 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:PartyAcctRelInfo