Definition Type: SimpleType
Name: PositiveDecimal
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-shared-5-10.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-5-10_xsd1 (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:
nsB:multipliernsB:multiplier, nsB:multiplier,