complexType "CashflowNotional"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
amount (defined in CashflowNotional complexType),
currency (defined in CashflowNotional complexType),
units (defined in CashflowNotional complexType)
All Direct / Indirect Based Elements (2):
notional (defined in GenericProduct complexType),
Known Usage Locations
Annotation
The notional/principal value/quantity/volume used to compute the cashflow.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CashflowNotional">
<xsd:sequence>
<xsd:choice>
<xsd:element name="currency" type="Currency"/>
<xsd:element name="units" type="NormalizedString"/>
</xsd:choice>
<xsd:element name="amount" type="xsd:decimal"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
amount
Type:
xsd:decimal, predefined, simple content
The quantity of notional (in currency or other units).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="xsd:decimal"/>

currency
Type:
Currency, simple content
The currency in which an amount is denominated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

units
Type:
NormalizedString, simple content
The units in which an amount (not monetary) is denominated.
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="units" type="NormalizedString"/>

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.