http://www.fpml.org/spec/fpml-4-3-9-tr-1
http://www.fpml.org/spec/fpml-4-3-9-tr-1
http://www.fpml.org/spec/2007/lcwd-fpml-4-3-2007-10-30/
http://www.fpml.org/spec/fpml-4-3-9-tr-1/html/fpml-4-3-errata.html
Document built: Mon 01/14/2008 12:56:01.96
Copyright (c) 1999 - 2006 by INTERNATIONAL SWAPS AND DERIVATIVES ASSOCIATION, INC.
Financial Products Markup Language is subject to the FpML public license
A copy of this license is available at http://www.fpml.org/documents/license.html
The FpML specifications provided are without warranty of any kind, either expressed or implied, including, without limitation, warranties that FpML, or the FpML specifications are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the specifications is with you. Should any of the FpML specifications prove defective in any respect, you assume the cost of any necessary servicing or repair. Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall ISDA, any of its members, or any distributor of documents or software containing any of the FpML specifications, or any supplier of any of such parties, be liable to you or any other person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages.
A message generated when an Amendment is determined to be confirmed.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
amendment (exactly one occurrence; of the type Amendment)
party (one or more occurrences; of the type Party)
<xsd:complexType name="AmendmentConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when an Amendment is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="amendment" type="Amendment"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A message generated when an Increase is determined to be confirmed.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
increase (exactly one occurrence; of the type Increase)
party (one or more occurrences; of the type Party)
<xsd:complexType name="IncreaseConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when an Increase is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="increase" type="Increase"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
Inherited element(s): (This definition inherits the content defined by the type NovationNotificationMessage)
<xsd:complexType name="NovationAlleged"> <xsd:complexContent> <xsd:extension base="NovationNotificationMessage"/> </xsd:complexContent> </xsd:complexType>
Inherited element(s): (This definition inherits the content defined by the type NovationNotificationMessage)
<xsd:complexType name="NovationConfirmed"> <xsd:complexContent> <xsd:extension base="NovationNotificationMessage"/> </xsd:complexContent> </xsd:complexType>
A message for requesting that the contained amendment be put forward for matching and confirmation.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
amendment (exactly one occurrence; of the type Amendment)
party (one or more occurrences; of the type Party)
<xsd:complexType name="RequestAmendmentConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained amendment be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="amendment" type="Amendment"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A message for requesting that the contained increase be put forward for matching and confirmation.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
increase (exactly one occurrence; of the type Increase)
party (one or more occurrences; of the type Party)
<xsd:complexType name="RequestIncreaseConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained increase be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="increase" type="Increase"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
Inherited element(s): (This definition inherits the content defined by the type NovationRequestMessage)
<xsd:complexType name="RequestNovationConfirmation"> <xsd:complexContent> <xsd:extension base="NovationRequestMessage"/> </xsd:complexContent> </xsd:complexType>
A message for requesting that the contained termination be put forward for matching and confirmation.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
termination (exactly one occurrence; of the type Termination)
party (one or more occurrences; of the type Party)
<xsd:complexType name="RequestTerminationConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained termination be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="termination" type="Termination"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A message generated when a Termination is determined to be confirmed.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
termination (exactly one occurrence; of the type Termination)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TerminationConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when a Termination is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="termination" type="Termination"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<xsd:schema ecore:nsPrefix="fpml" ecore:package="org.fpml" ecore:documentRoot="FpML" targetNamespace="http://www.fpml.org/2007/FpML-4-3" version="$Revision: 2351 $" attributeFormDefault="unqualified" elementFormDefault="qualified"> <xsd:include schemaLocation="fpml-posttrade-4-3.xsd"/> <xsd:complexType name="AmendmentConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when an Amendment is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="amendment" type="Amendment"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="IncreaseConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when an Increase is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="increase" type="Increase"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="NovationAlleged"> <xsd:complexContent> <xsd:extension base="NovationNotificationMessage"/> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="NovationConfirmed"> <xsd:complexContent> <xsd:extension base="NovationNotificationMessage"/> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestAmendmentConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained amendment be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="amendment" type="Amendment"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestIncreaseConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained increase be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="increase" type="Increase"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestNovationConfirmation"> <xsd:complexContent> <xsd:extension base="NovationRequestMessage"/> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestTerminationConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message for requesting that the contained termination be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="termination" type="Termination"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TerminationConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A message generated when a Termination is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="termination" type="Termination"/> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> One party element for each of the principal parties and any other party that is referenced. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:schema>