Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ZeroToOneType
Annotations
The ZeroToOneType is a double value in range [0..1].
Diagram
Diagram
Type restriction of xs:double
Facets
maxInclusive 1
minInclusive 0
Used by
Source
<xs:simpleType name="ZeroToOneType">
  <xs:annotation>
    <xs:documentation>The ZeroToOneType is a double value in range [0..1].</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd