From dda950984b41031d539b99a5f906e13acc4f4bd0 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Tue, 16 Jul 2024 16:42:19 -0400 Subject: [PATCH] improved start text for event/task --- .../incident-ef7/Incident Extension Suite.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc index 16c3ea8589c..757f94ac537 100644 --- a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc +++ b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc @@ -143,7 +143,7 @@ These values *SHOULD* be selected from the [stixtype]#<># objects. -Events can be grouped into sequences based on the *next_event_refs* property of the relevant [stixtype]#<># Event objects. Events that are the first in a sequence are not referenced by any *next_event_refs* property. +Events can be grouped into sequences based on the *next_event_refs* property of the relevant [stixtype]#<># objects. Events that are the first in a sequence are not referenced by the *next_event_refs* property of any other [stixtype]#<># object. |*impact_refs* (optional) |[stixtype]#{list_url}[list]# of type [stixtype]#{identifier_url}[identifier]# @@ -181,7 +181,7 @@ enumeration. |A list of tasks tied to this incident. It *MUST* contain references to one or more [stixtype]#<># objects. -Tasks can be grouped into sequences based on the *next_task_refs* property of the relevant [stixtype]#<># Event objects. Tasks that are the first in a sequence are not referenced by any *next_task_refs* property. +Tasks can be grouped into sequences based on the *next_task_refs* property of the relevant [stixtype]#<># objects. Tasks that are the first in a sequence are not referenced by the *next_task_refs* property of any other [stixtype]#<># object. |===