From 609c9b81e80c7528558d19da40129922c2d0df0a Mon Sep 17 00:00:00 2001
From: "Brutzman, Don" <brutzman@nps.edu>
Date: Sat, 15 Feb 2020 08:14:21 -0800
Subject: [PATCH] should initial Goal for mission be explicitly defined, since
 they can be in any order?  Can there be more than one?

---
 schemas/AVCL.3.0.changes.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/schemas/AVCL.3.0.changes.txt b/schemas/AVCL.3.0.changes.txt
index 4a24915..493cd7c 100644
--- a/schemas/AVCL.3.0.changes.txt
+++ b/schemas/AVCL.3.0.changes.txt
@@ -20,6 +20,7 @@ Consider
 - additional Goal types
 - further definitions of constraints
 - further definitions of conditionals
+- should initial Goal for mission be explicitly defined, since they can be in any order?  Can there be more than one?
 
 Avoided
 - default exception not designated, possibly too prone to catastrophic mission error
@@ -28,6 +29,7 @@ Avoided
 
 Mission Execution Ontology (MEO) corresponding to AVCL Schema
 - hasNextOnViolate to hasNextOnException (matching AVCL nextOnException)
+- add isTerminal
 - confusing definition for hasNext, inconsistent with hasNextOnSuccess/Failure/Exception:
 
 ###  https://www.nps.edu/ontologies/MissionExecutionOntology#hasNext
-- 
GitLab