Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type DoublePositiveType
Annotations
The DoublePositiveType is a positive double type. The value must be greater than zero.
Diagram
Diagram
Type restriction of xs:double
Facets
minExclusive 0.0
Used by
Source
<xs:simpleType name="DoublePositiveType">
  <xs:annotation>
    <xs:documentation>The DoublePositiveType is a positive double type. The value must be greater than zero.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minExclusive value="0.0"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd