http://www.endeca.com/endeca-server/types/1/0
The nonNegativeInt Simple Type
Simple Type nonNegativeInt
nonNegativeInt is derived from int type. There are several restrictions on the value. The range of the value is [0..2147483647]. The number of fractional digits is less than or equals to 0.
 Collapse XML
-<simpleType  name="nonNegativeInt">
-<restriction  base="int">
<minInclusive  value="0" />
</restriction>
</simpleType>

 Collapse Uses
 Collapse Type (1)
int 
 
 Collapse Used-By
Generated by WSDLdoc ©