From f2f4fee3a9d125ea4e7d9228315b6297b79fb5d7 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 31 Aug 2022 19:10:30 -0700
Subject: [PATCH] SpecialTask -> SpecialGoal for clarity

---
 schemas/AVCL.3.1.xsd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/schemas/AVCL.3.1.xsd b/schemas/AVCL.3.1.xsd
index c16ea4b..79731a1 100644
--- a/schemas/AVCL.3.1.xsd
+++ b/schemas/AVCL.3.1.xsd
@@ -662,9 +662,9 @@
 			<xsd:documentation>Perform supply or resupply task. TODO new goal type not considered by Davis ontology.</xsd:documentation>
 		</xsd:annotation>
 	</xsd:element>
-	<xsd:element name="SpecialTask">
+	<xsd:element name="SpecialGoal">
 		<xsd:annotation>
-			<xsd:documentation>Perform alternate task. TODO new goal type not considered by Davis ontology.</xsd:documentation>
+			<xsd:documentation>Perform an alternate task for which there is no special name. TODO consider creating a new goal type not considered by Davis ontology.</xsd:documentation>
 		</xsd:annotation>
 	</xsd:element>
 	<xsd:element name="SectorPattern" type="sectorPatternType"/>
@@ -3848,7 +3848,7 @@
 			<xsd:element ref="SampleEnvironment"/>
 			<xsd:element ref="Search"/>
 			<xsd:element ref="Supply"/>
-			<xsd:element ref="SpecialTask"/>
+			<xsd:element ref="SpecialGoal"/>
 		</xsd:choice>
 	</xsd:group>
 	<xsd:group name="InformMessage">
-- 
GitLab