From 254ee6f47eebfc00462c10756a92066e82cc1a96 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 21 Jun 2011 15:46:02 +0200 Subject: Initial commit --- resources/boot/OD/CompositeActivityDef.xml | 186 ++++++++++++++++++++++++++++ resources/boot/OD/ElementaryActivityDef.xml | 29 +++++ resources/boot/OD/New.xml | 3 + resources/boot/OD/NewAgent.xml | 20 +++ resources/boot/OD/NewItem.xml | 73 +++++++++++ resources/boot/OD/NewLocalObjectDef.xml | 20 +++ resources/boot/OD/PredefinedStepOutcome.xml | 13 ++ resources/boot/OD/PropertyDescription.xml | 36 ++++++ resources/boot/OD/Schema.xml | 4 + resources/boot/OD/Script.xml | 38 ++++++ 10 files changed, 422 insertions(+) create mode 100755 resources/boot/OD/CompositeActivityDef.xml create mode 100755 resources/boot/OD/ElementaryActivityDef.xml create mode 100755 resources/boot/OD/New.xml create mode 100755 resources/boot/OD/NewAgent.xml create mode 100755 resources/boot/OD/NewItem.xml create mode 100755 resources/boot/OD/NewLocalObjectDef.xml create mode 100755 resources/boot/OD/PredefinedStepOutcome.xml create mode 100755 resources/boot/OD/PropertyDescription.xml create mode 100755 resources/boot/OD/Schema.xml create mode 100755 resources/boot/OD/Script.xml (limited to 'resources/boot/OD') diff --git a/resources/boot/OD/CompositeActivityDef.xml b/resources/boot/OD/CompositeActivityDef.xml new file mode 100755 index 0000000..e840734 --- /dev/null +++ b/resources/boot/OD/CompositeActivityDef.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/ElementaryActivityDef.xml b/resources/boot/OD/ElementaryActivityDef.xml new file mode 100755 index 0000000..ea637e4 --- /dev/null +++ b/resources/boot/OD/ElementaryActivityDef.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/New.xml b/resources/boot/OD/New.xml new file mode 100755 index 0000000..91755c8 --- /dev/null +++ b/resources/boot/OD/New.xml @@ -0,0 +1,3 @@ + + + diff --git a/resources/boot/OD/NewAgent.xml b/resources/boot/OD/NewAgent.xml new file mode 100755 index 0000000..773f4fc --- /dev/null +++ b/resources/boot/OD/NewAgent.xml @@ -0,0 +1,20 @@ + + + + + + Complete Structure for new agent + + + + + + The initial roles that this Agent will hold + + + + + + + + diff --git a/resources/boot/OD/NewItem.xml b/resources/boot/OD/NewItem.xml new file mode 100755 index 0000000..bcd5298 --- /dev/null +++ b/resources/boot/OD/NewItem.xml @@ -0,0 +1,73 @@ + + + + + + Complete Structure for new item + + + + + + New Properties for the item + + + + + + + + + A new collection with layout + + + + + + + + + The position and size of this member slot on the layout + + + + + + + + + + + + + + + + + + + + + + A new collection without layout + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/NewLocalObjectDef.xml b/resources/boot/OD/NewLocalObjectDef.xml new file mode 100755 index 0000000..0186872 --- /dev/null +++ b/resources/boot/OD/NewLocalObjectDef.xml @@ -0,0 +1,20 @@ + + + + + + + + + Please give a name for your new object. + + + + + If you want to store your object in a subfolder, give the subpath here. + + + + + + diff --git a/resources/boot/OD/PredefinedStepOutcome.xml b/resources/boot/OD/PredefinedStepOutcome.xml new file mode 100755 index 0000000..bc0ac52 --- /dev/null +++ b/resources/boot/OD/PredefinedStepOutcome.xml @@ -0,0 +1,13 @@ + + + + + General holder for predefined step outcomes we can't be bothered to define a proper schema for + + + + + + + + diff --git a/resources/boot/OD/PropertyDescription.xml b/resources/boot/OD/PropertyDescription.xml new file mode 100755 index 0000000..886092a --- /dev/null +++ b/resources/boot/OD/PropertyDescription.xml @@ -0,0 +1,36 @@ + + + + + Defines the properties that will exist in instances of this description when initially created. + + + + + + + + The name of the new property. + + + + + Whether this property is used to identify the class of this item. Properties flagged as 'true' here are used to check type when these items are assigned to collections. + + + + + The initial value of the property when it is created. + + + + + Whether or not the property can have its value changed once it has been created. + + + + + + + + diff --git a/resources/boot/OD/Schema.xml b/resources/boot/OD/Schema.xml new file mode 100755 index 0000000..fed1949 --- /dev/null +++ b/resources/boot/OD/Schema.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/boot/OD/Script.xml b/resources/boot/OD/Script.xml new file mode 100755 index 0000000..5726aca --- /dev/null +++ b/resources/boot/OD/Script.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3