Previous page

Next page

Locate page in Contents

Print this page

Primitive Types

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

Boolean type. Legal values for boolean are true, false, 1 (which indicates true), and 0 (which indicates false).

int

A signed 32-bit integer.

long

A signed 64-bit integer

double

A 64-bit floating point.

string

A string. Note that unlike char arrays in C, XML strings are NOT null-terminated.

base64Binary

Base64-encoded binary data.

Please send us your feedback on this help page