The JournalEntryType is optional and provides journal notes for information discovered during the handling of the Incident.
Field Name | Type | Description |
---|---|---|
@authoroptional | string |
Specifies the author of the JournalEntry note. |
@timeoptional | dateTime |
Specifies the date and time that the JournalEntry note was written. In order to avoid ambiguity, it is strongly suggest that all timestamps include a specification of the timezone if it is known. |
@time_precisionoptional | DateTimePrecisionEnum |
Represents the precision of the associated time value. If omitted, the default is "second", meaning the timestamp is precise to the full field value. Digits in the timestamp that are required by the xs:dateTime datatype but are beyond the specified precision should be zeroed out. |