complexType "InstrumentTradeQuantity"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
quantity (in instrumentTradeDetails)
Known Usage Locations
Annotation
A structure describing the amount of an instrument that was traded.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="InstrumentTradeQuantity">
<xsd:choice>
<xsd:element name="number" type="xsd:decimal"/>
<xsd:element name="nominal" type="Money"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
nominal
Type:
Money, complex content
The monetary value of the security (eg. fixed income security) that was traded).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="nominal" type="Money"/>

number
Type:
xsd:decimal, predefined, simple content
The (absolute) number of units of the underlying instrument that were traded.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="number" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.