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

ValidTimeTypeIndicator Schema

A basic representation of a temporal window when the thing (e.g., indicator) is valid.


Fields

Field Name Type Description
Start_Time0..1 DateTimeWithPrecisionType

If not present, the valid time position of the indicator does not have a lower bound (i.e., temporal window is only bounded by the end-time).

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

End_Time0..1 DateTimeWithPrecisionType

If not present, the valid time position of the indicator does not have an upper bound (i.e., temporal window is only bounded by the start-time).

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