ZVON > References > SOAP Reference

Go to standard

negativeInteger

Standard excerpt:

negativeInteger is derived from nonPositiveInteger by fixing the value of maxInclusive to be -1. This results in the standard mathematical concept of the negative integers. The value space of negativeInteger is the infinite set {...,-2,-1}. The base type of negativeInteger is nonPositiveInteger.


Examples:

<SOAP-ENC:negativeInteger>-444</SOAP-ENC:negativeInteger>
<foo xsi:type="SOAP-ENC:negativeInteger">-444</foo>
<SOAP-ENC:negativeInteger>-1</SOAP-ENC:negativeInteger>
<foo xsi:type="SOAP-ENC:negativeInteger">-1</foo>