<xsd:complexType name="IntermediaryInformation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the information to identify an intermediary through which payment will be made by the correspondent bank to the ultimate beneficiary of the funds.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="RoutingIdentification.model" />
<xsd:element name="intermediarySequenceNumber" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">A sequence number that gives the position of the current intermediary in the chain of payment intermediaries. The assumed domain value set is an ascending sequence of integers starting from 1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="intermediaryPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the party acting as intermediary.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|