Definition Type: SimpleType
Name: PointValue
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-10.xsd
Documentation:
Constrains the forward point tick/pip factor to 1, 0.1, 0.01, 0.001, etc.
Collapse XSD Schema Diagram:
XSD Diagram of PointValue in schema fpml-fx-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PointValue">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Constrains the forward point tick/pip factor to 1, 0.1, 0.01, 0.001, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
        <xsd:pattern value="1" />
        <xsd:pattern value="0.0*1" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern 1
Collapse Derivation Tree:
Collapse References:
nsE:pointValue, nsE:pointValue