<xsd:complexType name="OnBehalfOf">
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party for which the message reciever should work.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accountReference" type="AccountReference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the account(s) related to the party when they cannot be determined from the party alone, for example in a inter-book trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|