<xsd:complexType name="Beneficiary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the beneficiary of the funds.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="RoutingIdentification.model" />
<xsd:element name="beneficiaryPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Link to the party acting as beneficiary. This element can only appear within the beneficiary container element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|