group "UnitContract.model"
Namespace:
Content:
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
Complex Content Model
numberOfUnits, unitPrice
Content Model Elements (2):
numberOfUnits, unitPrice
Known Usage Locations
Annotation
A group which has unit based trade elements (copied from FpML Extensions 2.2 - fpmlext-repo.xsd).
XML Source (w/o annotations (3); see within schema source)
<xsd:group name="UnitContract.model">
<xsd:sequence>
<xsd:element name="numberOfUnits" type="NonNegativeDecimal"/>
<xsd:element name="unitPrice" type="NonNegativeDecimal"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 2/2)
numberOfUnits
Type:
NonNegativeDecimal, simple content
The number of units (index or securities).
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="numberOfUnits" type="NonNegativeDecimal"/>

unitPrice
Type:
NonNegativeDecimal, simple content
The price of each unit.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="unitPrice" type="NonNegativeDecimal"/>

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.