Index: trunk/doc/Definitions/PlannedMaintenance_PM.txt
===================================================================
--- trunk/doc/Definitions/PlannedMaintenance_PM.txt	(revision 127)
+++ 	(revision )
@@ -1,15 +1,0 @@
- Planned Maintenance or PM
-
- * A PM is simply a task where:
-  * Task type = "Planned Maintenance"
-  * As with any task a PM may have a recurring schedule, actions and entries etc.
-
-The following information can be automatically returned from the system.
-
- * PM frequency = Task.taskRecurringSchedule
- * PM KPI's:
-  * Total PM's = Task.findAllByTaskType("Planned Maintenance")
-  * Complete PM's = Total.findAllByTaskStatus("Complete")
-  * PM completetion rate = Complete/Total
-  * Missed PM's = Total - Complete
- * PM parent tasks = context{TaskRecShed.task.taskType("Planned Maintenance") and Date in range}
Index: trunk/doc/Definitions/PreventativeMaintenance_PM.txt
===================================================================
--- trunk/doc/Definitions/PreventativeMaintenance_PM.txt	(revision 131)
+++ trunk/doc/Definitions/PreventativeMaintenance_PM.txt	(revision 131)
@@ -0,0 +1,17 @@
+Preventative Maintenance or PM
+
+ * A PM is simply a task where:
+  * Task type = "Preventative Maintenance"
+  * As with any task a PM may have a recurring schedule, procedure and entries etc.
+
+The following information can be automatically returned from the system.
+
+ * PM frequency = Task.taskRecurringSchedule
+
+ * PM KPI's:
+  * Total PM's = Task.findAllByTaskType("Preventative Maintenance")
+  * Complete PM's = Total.findAllByTaskStatus("Complete")
+  * PM completetion rate = Complete/Total
+  * Missed PM's = Total - Complete
+
+ * Find all Recurring PM tasks = context{TaskRecShed.task.taskType("Preventative Maintenance") and Date in range}
Index: trunk/doc/Definitions/TaskActions.txt
===================================================================
--- trunk/doc/Definitions/TaskActions.txt	(revision 127)
+++ trunk/doc/Definitions/TaskActions.txt	(revision 131)
@@ -38,3 +38,8 @@
     Modification.person = userName                                      
     Modification.comment = comment  
-}                                                           
+}                     
+
+
+Required Services:
+TaskCopy
+TaskGenerateSubTask                                      
