Skip to content

Recommended Datatype Syntax

Ivan Kirillov edited this page Mar 18, 2014 · 2 revisions

CybOX, by design, has no restriction (and subsequently validation) on datatype syntax used in Objects. However, we recommend using the following syntax for certain datatypes when expressing them in CybOX Objects:

Datatype Syntax Example
HexBinary Hexadecimal value prepended with '0x'. 0xCCFF
DateTime ISO 8601-compatible. 2001-10-26T19:32:52Z
Date ISO 8601-compatible. 2001-10-26
Time ISO 8601-compatible. 21:32:52
Clone this wiki locally