XML Schema Documentation

Complex Type: PartyRole

[Table of contents]

Super-types: None
Sub-types: None
Name PartyRole
Used by (from the same schema document) Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide , Complex Type TradeSide
Abstract no
Documentation A generic party role type. This can be extended to provide specialization of roles.
XML Instance Representation
<...>
Start Choice [1]

'The party fulfilling this role can be identified either directly, or indirectly via the account used to fulfil this role.'


<party> PartyReference </party> [1]

'A reference to the party fulfilling this role.'

<account> AccountReference </account> [1]

'A reference to the account fulfilling this role.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyRole">
<xsd:choice>
<xsd:element name="party" type=" PartyReference "/>
<xsd:element name="account" type=" AccountReference "/>
</xsd:choice>
</xsd:complexType>