Primitive types are the basic building blocks of an XML Schema. The following table describes the most common primitive types used in the Agent XML Schema.
Name |
Description |
|
Boolean type. Legal values for boolean are |
|
A signed 32-bit integer. |
|
A signed 64-bit integer |
|
A 64-bit floating point. |
|
A string. Note that unlike char arrays in C, XML strings are NOT null-terminated. |
|
Base64-encoded binary data. |