Definition Type: SimpleType
Name: NonNegativeDecimal
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Documentation:
A type defining a number specified as non negative decimal greater than 0 inclusive.
Collapse XSD Schema Diagram:
XSD Diagram of NonNegativeDecimal in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="NonNegativeDecimal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a number specified as non negative decimal greater than 0 inclusive.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
        <xsd:minInclusive value="0" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
nsA:amount, nsA:amount, nsA:breakFeeRate, nsA:calorificValue, nsA:constituentWeight, nsA:declaredCashDividendPercentage, nsA:declaredCashEquivalentDividendPercentage, nsA:fundedAmount, nsA:global, nsA:global, nsA:initialValue, nsA:long, nsA:lowerBarrier, nsA:marketPrice, nsA:maximumNumberOfOptions, nsA:maximumNumberOfOptions, nsA:minimumNumberOfOptions, nsA:numberOfIndexUnits, nsA:numberOfOptions, nsA:numberOfOptions, nsA:numberOfUnits, nsA:percentageOfNotional, nsA:price, nsA:quantity, nsA:rate, nsA:short, nsA:spotPrice, nsA:spotPrice, nsA:spotRate, nsA:stepValue, nsA:taxRate, nsA:unfundedAmount, nsA:upperBarrier, nsA:varianceStrikePrice, nsA:volatilityStrikePrice, nsA:volatilityStrikePricensA:weight,