ZVON > References > SOAP Reference

Go to standard

integer

Standard excerpt:

integer is derived from decimal by fixing the value of scale to be 0. This results in the standard mathematical concept of the integer numbers. The value space of integer is the infinite set {...,-2,-1,0,1,2,...}. The base type of integer is decimal.


Examples:

<SOAP-ENC:integer>12314</SOAP-ENC:integer>
<foo xsi:type="SOAP-ENC:integer">12314</foo>
<SOAP-ENC:integer>+34</SOAP-ENC:integer>
<foo xsi:type="SOAP-ENC:integer">+34</foo>
<SOAP-ENC:integer>0</SOAP-ENC:integer>
<foo xsi:type="SOAP-ENC:integer">0</foo>
<SOAP-ENC:integer>-5251632</SOAP-ENC:integer>
<foo xsi:type="SOAP-ENC:integer">-5251632</foo>