nc:NonNegativeDecimalSimpleType
simpleType NonNegativeDecimalSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a decimal value with a minimum value of 0.
Diagram
XML Schema
<xs:simpleType name="NonNegativeDecimalSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a decimal value with a minimum value of 0.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0">
<xs:annotation>
<xs:documentation>
The lowest value allowed (inclusive).</xs:documentation>
</xs:annotation>
</xs:minInclusive>
</xs:restriction>
</xs:simpleType>