Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type PositiveDecimalType
Annotations
The PositiveDecimalType is an xs:decimal that is positive.
Diagram
Diagram
Type restriction of xs:decimal
Facets
minExclusive 0
Used by
Source
<xs:simpleType name="PositiveDecimalType">
  <xs:annotation>
    <xs:documentation>The PositiveDecimalType is an xs:decimal that is positive.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd