<xsd:complexType name="RoutingIdsAndExplicitDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that provides a combination of payment system identification codes with physical postal address details, for the purposes of identifying a party involved in the routing of a payment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="routingIds" type="RoutingIds" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A set of unique identifiers for a party, eachone identifying the party within a payment system. The assumption is that each party will not have more than one identifier within the same payment system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="RoutingExplicitDetails.model" />
</xsd:sequence>
</xsd:complexType>
|