Showing:

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