
http://www.fpml.org/spec/2007/wd-fpml-5-0-2007-08-10
http://www.fpml.org/spec/2007/wd-fpml-5-0-2007-08-10
http://www.fpml.org/spec/2007/wd-fpml-4-3-2007-07-05/
http://www.fpml.org/spec/errata/wd-fpml-5-0-2007-08-10-errata.html
Document built: Fri 08/24/2007 10:58:56.68
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.

Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
trade(one or any number of occurrences; of the type Trade)
party(one or any number of occurrences; of the type Party)
<xsd:complexType name="AcceptQuote">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
trade(one or any number of occurrences; of the type Trade)
party(one or any number of occurrences; of the type Party)
<xsd:complexType name="QuoteAcceptanceConfirmed">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
<xsd:complexType name="QuoteAlreadyExpired">
<xsd:complexContent>
<xsd:extension base="ResponseMessage"/>
</xsd:complexContent>
</xsd:complexType>

Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
product(one or any number of occurrences; of the type Product)
party(one or any number of occurrences; of the type Party)
<xsd:complexType name="QuoteUpdated">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
product(one or any number of occurrences; of the type Product)
party(zero or any number of occurrences; of the type Party)
<xsd:complexType name="RequestQuote">
<xsd:complexContent>
<xsd:extension base="RequestMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
product(one or any number of occurrences; of the type Product)
party(one or any number of occurrences; of the type Party)
<xsd:complexType name="RequestQuoteResponse">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

acceptQuote(exactly one occurrence; of the type AcceptQuote)
<xsd:element name="acceptQuote" type="AcceptQuote"/>

quoteAcceptanceConfirmed(exactly one occurrence; of the type QuoteAcceptanceConfirmed)
<xsd:element name="quoteAcceptanceConfirmed" type="QuoteAcceptanceConfirmed"/>

quoteAlreadyExpired(exactly one occurrence; of the type QuoteAlreadyExpired)
<xsd:element name="quoteAlreadyExpired" type="QuoteAlreadyExpired"/>

quoteUpdated(exactly one occurrence; of the type QuoteUpdated)
<xsd:element name="quoteUpdated" type="QuoteUpdated"/>

requestQuote(exactly one occurrence; of the type RequestQuote)
<xsd:element name="requestQuote" type="RequestQuote"/>

requestQuoteResponse(exactly one occurrence; of the type RequestQuoteResponse)
<xsd:element name="requestQuoteResponse" type="RequestQuoteResponse"/>
<xsd:schema ecore:nsPrefix="fpml" ecore:package="org.fpml" ecore:documentRoot="FpML" targetNamespace="http://www.fpml.org/FpML-5-0/pretrade" version="$Revision: 898 $" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xsd:include schemaLocation="fpml-msg-5-0.xsd"/>
<xsd:complexType name="AcceptQuote">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="QuoteAcceptanceConfirmed">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="QuoteAlreadyExpired">
<xsd:complexContent>
<xsd:extension base="ResponseMessage"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="QuoteUpdated">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="RequestQuote">
<xsd:complexContent>
<xsd:extension base="RequestMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="RequestQuoteResponse">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded"/>
<xsd:element name="party" type="Party" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation xml:lang="en">
Pre-trade messages.
</xsd:documentation>
</xsd:annotation>
<xsd:element name="acceptQuote" type="AcceptQuote"/>
<xsd:element name="quoteAcceptanceConfirmed" type="QuoteAcceptanceConfirmed"/>
<xsd:element name="quoteAlreadyExpired" type="QuoteAlreadyExpired"/>
<xsd:element name="quoteUpdated" type="QuoteUpdated"/>
<xsd:element name="requestQuote" type="RequestQuote"/>
<xsd:element name="requestQuoteResponse" type="RequestQuoteResponse"/>
</xsd:schema>