Definition Type: ComplexType
Name: CounterpartyInfo_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib No Plus.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LoanAcctId in schema ifx170_corelib no plus_xsd Drilldown into CardAcctId in schema ifx170_corelib no plus_xsd Drilldown into DepAcctId in schema ifx170_corelib no plus_xsd Drilldown into RefInfo in schema ifx170_corelib no plus_xsd Drilldown into LegalName in schema ifx170_corelib no plus_xsdXSD Diagram of CounterpartyInfo_Type in schema ifx170_corelib no plus_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="CounterpartyInfo_Type">
    <xsd:sequence>
        <xsd:element ref="LegalName" minOccurs="0" />
        <xsd:element ref="RefInfo" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice minOccurs="0">
            <xsd:element ref="DepAcctId" />
            <xsd:element ref="CardAcctId" />
            <xsd:element ref="LoanAcctId" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LegalName ifx:LegalName 0 (1)
RefInfo ifx:RefInfo 0 unbounded
DepAcctId ifx:DepAcctId (1) (1)
CardAcctId ifx:CardAcctId (1) (1)
LoanAcctId ifx:LoanAcctId (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:CounterpartyInfo