Definition Type: SimpleType
Name: PositiveDecimal
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Documentation:
A type defining a number specified as positive decimal greater than 0 exclusive.
Collapse XSD Schema Diagram:
XSD Diagram of PositiveDecimal in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PositiveDecimal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a number specified as positive decimal greater than 0 exclusive.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
        <xsd:minExclusive value="0" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MinExclusive 0
Collapse Derivation Tree:
Collapse References:
fpml:fixedStrike, fpml:integralMultipleExercise, fpml:maximumNumberOfOptions, fpml:minimumNumberOfOptions, fpml:multiplier, fpml:multiplier, fpml:numberOfOptions, fpml:numberOfOptions, fpml:numberOfOptions, fpml:optionEntitlement, fpml:optionEntitlement, fpml:optionEntitlementfpml:unadjustedVarianceCap,