<xsd:complexType name="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining an FpML trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeHeader" type="TradeHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information on the trade which is not product specific, e.g. trade date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="product" />
<xsd:element name="barrierDeterminationAgent" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party referenced is specified in the related Confirmation as Barrier Determination Agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|