complexType "PositiveMoney"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definition of 1 element
Used:
at 12 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
amount (defined in PositiveMoney complexType),
currency (defined in MoneyBase complexType)
Known Direct Subtypes (1):
MoneyRef
All Direct / Indirect Based Elements (12):
changeInNotional,
featurePaymentAmount (defined in CommodityBarrier complexType),
featurePaymentAmount (in digital),
minimumExecutionAmount,
notionalAmount (defined in FxCashSettlement complexType),
notionalAmount (in fxFlexibleForward),
observedPrice,
payment (in payoff defined in FxTargetConstantPayoffRegion complexType),
principal (in termDeposit),
triggerPrice (defined in NoTouchUpperBarrierObservation complexType),
triggerPrice (defined in TriggerRateObservation complexType),
triggerPrice (in lowerBarrier in noTouch)
Known Usage Locations
Annotation
A type defining a positive money amount
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  PositiveMoney
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="PositiveMoney">
<xsd:complexContent>
<xsd:extension base="MoneyBase">
<xsd:sequence>
<xsd:element name="amount" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
amount
Type:
PositiveDecimal, simple content
The positive monetary quantity in currency units.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="PositiveDecimal"/>

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