Definition Type: SimpleType
Name: NonNegativeDecimal
Namespace: http://www.fpml.org/2009/FpML-4-6
Containing Schema: fpml-shared-4-6.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-4-6_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:
fpml:amount, fpml:amountfpml:calorificValue, fpml:declaredCashDividendPercentage, fpml:declaredCashEquivalentDividendPercentage, fpml:lowerBarrier, fpml:maximumNumberOfOptions, fpml:minimumNumberOfOptions, fpml:numberOfIndexUnits, fpml:numberOfOptions, fpml:numberOfOptions, fpml:quantity, fpml:spotPrice, fpml:spotPrice, fpml:upperBarrier, fpml:varianceStrikePrice, fpml:volatilityStrikePrice, fpml:weight,