simpleType "PointValue"
Namespace:
Defined:
globally in fpml-fx-5-13.xsd; see XML source
Used:
Simple Content Model
xsd:decimal
Simple Content Restrictions:
Pattern:
1
Pattern:
0.0*1

All Direct / Indirect Based Elements (2):
pointValue (in exchangeRate defined in TradeUnderlyer2 complexType)
Known Usage Locations
Annotation
Constrains the forward point tick/pip factor to 1, 0.1, 0.01, 0.001, etc.
Type Definition Detail
Type Derivation Tree
xsd:decimal (restriction)
  PointValue
Derivation:
restriction of xsd:decimal
Facets:
pattern:
1
pattern:
0.0*1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="PointValue">
<xsd:restriction base="xsd:decimal">
<xsd:pattern value="1"/>
<xsd:pattern value="0.0*1"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.