<xsd:complexType name="InstrumentTradeQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing the amount of an instrument that was traded.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="number" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The (absolute) number of units of the underlying instrument that were traded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nominal" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The monetary value of the security (eg. fixed income security) that was traded).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|