complexType "NonNegativeMoney"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definition of 1 element
Used:
at 74 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
amount (defined in NonNegativeMoney complexType),
currency (defined in MoneyBase complexType)
Known Direct Subtypes (4):
All Direct / Indirect Based Elements (78):
amount (defined in LoanAllocationSummary complexType),
amount (defined in LoanTradeSummary complexType),
amount (in transferFee defined in DealRules.model group),
notional (defined in EquityDerivativeBase complexType),
notional (defined in FxPerformanceSwap complexType),
notionalAmount (defined in ReturnSwapNotional complexType),
paymentAmount (defined in EquityPremium complexType),
paymentAmount (defined in LoanSimplePayment complexType),
paymentAmount (defined in NonNegativePayment complexType),
paymentAmount (defined in Payment complexType),
paymentAmount (defined in SimplePayment complexType),
price (defined in ObservedPrice complexType),
pricePerOption (defined in EquityPremium complexType),
unitPrice (defined in UnitContract.model group),
Known Usage Locations
Annotation
A type defining a non negative money amount.
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  NonNegativeMoney
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="NonNegativeMoney">
<xsd:complexContent>
<xsd:extension base="MoneyBase">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeDecimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
amount
Type:
NonNegativeDecimal, simple content
The non negative monetary quantity in currency units.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeDecimal"/>

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.