<xsd:complexType name="TradeNotFound">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model of a response message generated when an operation as requested on a trade unknown to the service.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:choice>
<xsd:element name="tradeIdentifier" type="fpml:TradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">An instance of a unique trade identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="fpml:TradeOrTradeReference.model" />
</xsd:choice>
<xsd:element name="party" type="fpml:Party">
<xsd:annotation>
<xsd:documentation xml:lang="en">An entity having a role in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|