<xsd:complexType name="InstrumentTradePricing">
<xsd:annotation>
<xsd:documentation>A structure describing the price paid for the instrument.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quote" type="BasicQuotation" maxOccurs="unbounded" minOccurs="0" />
</xsd:sequence>
<!--
<xsd:choice>
<xsd:element name="price" type="NetAndGross" >
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of money paid per unit of the traded instrument. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="cleanPrice" type="NetAndGross" >
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of money paid per unit of the traded instrument, exclusive of accrued interest.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dirtyPrice" type="NetAndGross" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of money paid per unit of the traded instrument, inclusive of accrued interest.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="dirtyPrice" type="NetAndGross" >
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of money paid per unit of the traded instrument, inclusive of accrued interest.</xsd:documentation>
<xsd:appinfo>
<view:skip view="reporting"/>
<view:skip view="transparency"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:choice>
-->
</xsd:complexType>
|