<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> |