<xsd:complexType name="ExerciseNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party referenced has allocated the trade identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exerciseNoticePartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party referenced is the party to which notice of exercise should be given by the buyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="businessCenter" type="BusinessCenter" />
</xsd:sequence>
</xsd:complexType>
|