simpleType "CorrelationValue"
Namespace:
Defined:
Used:
Simple Content Model
xsd:decimal
Simple Content Restrictions:
MaxInclusive:
1
MinInclusive:
-1

All Direct / Indirect Based Elements (1):
correlationStrikePrice
Known Usage Locations
Annotation
A type defining a number specified as a decimal between -1 and 1 inclusive.
Type Definition Detail
Type Derivation Tree
xsd:decimal (restriction)
  CorrelationValue
Derivation:
restriction of xsd:decimal
Facets:
maxInclusive:
1
minInclusive:
-1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="CorrelationValue">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="-1"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.