j:FinancialAccountInstitutionAssociationType
complexType FinancialAccountInstitutionAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a relationship between a financial account and the institution that manages it.
Diagram
XML Schema
<xs:complexType name="FinancialAccountInstitutionAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a financial account and the institution that manages it.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:FinancialAccount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:FinancialAccountInstitutionAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>