The following data types are used in the
:
...
Data Type
...
...
Identifier is a 128-bit unsigned generated using a standard algorithm. |
|
...
- UUIDs are represented as strings of hexadecimal characters split by - characters as points specified by the UUID standard.
| |
|
...
Integer
...
...
...
text of a specified length. | Specref |
---|
RefType | (data type) |
---|
t | Boolean |
---|
|
|
|
Specref |
---|
RefType | (data type) |
---|
t | Boolean |
---|
|
A Boolean value, represented as one of two possible |
|
Specref |
---|
RefType | (data type) |
---|
t | Integer |
---|
|
...
...
...
...
For
a time format down to day of the year is used, having an 8601 basic representation of YYYYMMDD . A date and time format expressed in line the basic representation specified in the ISO 8601 standard. - Where only date is required the format is YYYYMMDD (e.g. 20180125 refers to 25th January 2018)
- Where a time is also required the YYYYMMDDThhmmssZ (e.g. 20180125T123000Z refers to 12:30 UTC on 25th January 2018)
- The time should be expressed as
|
|
...
...
- UTC, as indicated by the trailing "Z".
|
|
...
Related Links