XML Schema Documentation

Simple Type: CorrelationValue

[Table of contents]

Super-types: xsd:decimal < CorrelationValue (by restriction)
Sub-types: None
Name CorrelationValue
Content
  • Base XSD Type: decimal
  • -1 <= value <= 1
Documentation A type defining a number specified as a decimal between -1 and 1 inclusive.
Diagram
Schema Component Representation
<xsd:simpleType name="CorrelationValue">
<xsd:restriction base=" xsd:decimal ">
<xsd:minInclusive value="-1"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>