XML Schema Documentation

Complex Type: ExerciseNotice

[Table of contents]

Super-types: None
Sub-types: None
Name ExerciseNotice
Used by (from the same schema document) Complex Type ManualExercise
Abstract no
Documentation A type defining to whom and where notice of execution should be given. The partyReference refers to one of the principal parties of the trade. If present the exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should be given.
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'The party referenced has allocated the trade identifier.'

<exerciseNoticePartyReference> PartyReference </exerciseNoticePartyReference> [0..1]

'The party referenced is the party to which notice of exercise should be given by the buyer.'

<businessCenter> BusinessCenter </businessCenter> [1]
</...>
Diagram
type_BusinessCenter
Schema Component Representation
<xsd:complexType name="ExerciseNotice">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
<xsd:element name="exerciseNoticePartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="businessCenter" type=" BusinessCenter "/>
</xsd:sequence>
</xsd:complexType>