Value Spaces for BOM Native Types

The value space of the different BOM Native Types is shown in the following table.

Value Spaces for BOM Native Types
BOM Native Type Value Space
Boolean true, false
Date Year in range [-999,999,999 – 999,99,999]

Month in range [1 – 12]

Day in range [1 - 31] (dependent on month & year)

For example: "2011-12-31"

Date Time Timezone Date and Time fields according to Datetime type above, but timezone is mandatory

For example: "2011-12-31T23:59:59Z" or "2011-12-31T23:59:59+05:00"

Floating Point number Any decimal number that fits into 15 digits.
Fixed Point number Any decimal number that respects number length and decimal places defined in TIBCO Business Studio - BPM Edition.
Text Arbitrary length of long text string of Unicode characters

For example: Fred Blogs

Time Hour in range [0 – 24] (for value 24 minutes and seconds must be 0)

Minute in range [0 – 59]

Second in range [0 – 60] (NB 60 only allowed for a leap second)

For example: 12:34:56

URI Any valid URI. For example: http://www.tibco.com