ZVON > References > SOAP Reference

Go to standard

decimal

Standard excerpt:

decimal represents arbitrary precision decimal numbers. The value space of decimal consists of the values i * 10^n, where i and n are integers, with n being known as the scale of the value space. The order-relation on decimal is: x < y iff y - x is positive.


Examples:

<SOAP-ENC:decimal>123.23232313232133112434234523</SOAP-ENC:decimal>
<foo xsi:type="SOAP-ENC:decimal">123.23232313232133112434234523</foo>
<SOAP-ENC:decimal>+423.234342432</SOAP-ENC:decimal>
<foo xsi:type="SOAP-ENC:decimal">+423.234342432</foo>
<SOAP-ENC:decimal>-123.3231123332132132145689</SOAP-ENC:decimal>
<foo xsi:type="SOAP-ENC:decimal">-123.3231123332132132145689</foo>
<SOAP-ENC:decimal>0</SOAP-ENC:decimal>
<foo xsi:type="SOAP-ENC:decimal">0</foo>
<SOAP-ENC:decimal>15</SOAP-ENC:decimal>
<foo xsi:type="SOAP-ENC:decimal">15</foo>