ZVON > References > SOAP Reference

Go to standard

unsignedByte

Standard excerpt:

unsignedByte is derived from unsignedShort by fixing the value maxInclusive to be 255. The base type of unsignedByte is unsignedShort.


Examples:

<SOAP-ENC:unsignedByte>255</SOAP-ENC:unsignedByte>
<foo xsi:type="SOAP-ENC:unsignedByte">255</foo>
<SOAP-ENC:unsignedByte>0</SOAP-ENC:unsignedByte>
<foo xsi:type="SOAP-ENC:unsignedByte">0</foo>