complexType "InstrumentTradeQuantity"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-doc-5-13.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.