Index: /trunk/doc/Definitions/TaskTerms.txt
===================================================================
--- /trunk/doc/Definitions/TaskTerms.txt	(revision 75)
+++ /trunk/doc/Definitions/TaskTerms.txt	(revision 76)
@@ -39,22 +39,37 @@
 
     taskGroup
+                - Default = required so nothing.
                 - The taskGroup this task belongs to.
                 - Of Class TaskGroup.
 
     taskStatus
-                - Default = "Not Started"
+                - Default = "Not Started".
                 - The current status of this task.
                 - Of Class TaskStatus.
-                - One of "Not Started", "In Progress" or "Completed"
+                - One of "Not Started", "In Progress" or "Completed".
                 - Automagically set to "In Progress" on first "Work Done" entry.
                 - Automagically set to "Completed" by action button.
 
+    taskPriority
+                - Default = Normal.
+                - Of Class TaskPriority.
+                - One of Low, Normal, High, Immediate.
+                - Automagically set to High if Unscheduled Breakin?
+                - Automagically set to ?
+
+    taskType
+                - Default = required so nothing.
+                - Of Class TaskType.
+                - Automagically set to ?
+
+    parentTask
+                - Default = not always used so nothing.
+                - Indicates that this is a subTask and links back to the parentTask.
+                - Of Class Task.
+
     leadPerson  
                 - Default = current person.
-                - The primay contact.
+                - The primay contact person.
                 - Of Class Person.
-
-    assignedPersons
-                - A task may have many assingedPersons of Class Person.
 
     entries       
@@ -65,7 +80,11 @@
                 - A task may have many modifications of Class Modification.
 
-    subTask ?    
+    assignedPersons
+                - A task may have many assingedPersons of Class Person.
+                - estimatedHour and estimatedMinute.
+
+    subTasks    
                 - A task may have many subTasks of Class Task.
-                - Master/Slave/Parent/Child/FollowUp relationship still to sort out.
+                - The parentTask value must be set in the subTask.
 
 
@@ -74,11 +93,4 @@
 actualCompletionDate
 
-#Should these be calculated or set by manual action?
-TaskPriority
-    Low
-    Normal
-    High
-    Immediate
-
 TaskType
     Unscheduled Breakin - all work that was not scheduled, breakdowns/callouts.
@@ -86,9 +98,12 @@
     Project             - Capital expenditure upgrades or additions.
     Turnaround          - Shutdowns, rebuilds, non Cap-Ex upgrades or additions.
-    Production?         - ?
+    Production Run      - Planned production that is scheduled?
 
 TaskGroup
     ....                - custom used to groups tasks?
-    ....
+    Engineering Activites
+    Production Activites
+    New Projects
+    ....                - specific shut group or turnaround etc.
 
 #Calculate missed state? 
