XML Schema Documentation

Complex Type: OnBehalfOf

[Table of contents]

Super-types: None
Sub-types: None
Name OnBehalfOf
Used by (from the same schema document) Model Group OnBehalfOf.model
Abstract no
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'The party for which the message reciever should work.'

<accountReference> AccountReference </accountReference> [0..*]

'Identifies the account(s) related to the party when they can be determined from the party alone, for example in a inter-book trade.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="OnBehalfOf">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
<xsd:element name="accountReference" type=" AccountReference " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>