XML Schema Documentation

Simple Type: NonNegativeDecimal

[Table of contents]

Super-types: xsd:decimal < NonNegativeDecimal (by restriction)
Sub-types: None
Name NonNegativeDecimal
Used by (from the same schema document) Complex Type NonNegativeMoney
Content
  • Base XSD Type: decimal
  • value >= 0
Documentation A type defining a number specified as non negative decimal greater than 0 inclusive.
Diagram
Schema Component Representation
<xsd:simpleType name="NonNegativeDecimal">
<xsd:restriction base=" xsd:decimal ">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>