ZVON > References > SOAP Reference

Go to standard

nonNegativeInteger

Standard excerpt:

nonNegativeInteger is derived from integer by fixing the value of minInclusive to be 0. This results in is the standard mathematical concept of the non-negative integers. The value space of nonNegativeInteger is the infinite set {0,1,2,...}. The base type of nonNegativeInteger is integer.


Examples:

<SOAP-ENC:nonNegativeInteger>448941</SOAP-ENC:nonNegativeInteger>
<foo xsi:type="SOAP-ENC:nonNegativeInteger">448941</foo>
<SOAP-ENC:nonNegativeInteger>0</SOAP-ENC:nonNegativeInteger>
<foo xsi:type="SOAP-ENC:nonNegativeInteger">0</foo>