Heads up! These docs are for STIX 1.1.1, which is not the latest version (1.2). View the latest!

DateWithPrecisionTypeCybOX Common Schema

This type is used as a replacement for the standard xs:date type but allows for the representation of the precision of the date. If the precision is given, consumers must ignore the portions of this field that is more precise than the given precision. Producers should zero-out (fill with zeros) digits in the date that are required by the xs:date datatype but are beyond the specified precision.

In order to avoid ambiguity, it is strongly suggested that all dates include a specification of the timezone if it is known.


Fields

Field Name Type Description
@precisionoptional DatePrecisionEnum

The precision of the associated date. If omitted, the default is "day", meaning the full field value.