<xsd:complexType name="CorrespondentInformation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the information to identify a correspondent bank that will make delivery of the funds on the paying bank's behalf in the country where the payment is to be made.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="RoutingIdentification.model" />
<xsd:element name="correspondentPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Link to the party acting as correspondent. This element can only appear within the correspondentInformation container element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|