From 684e01bb190c7d0b95347b732aeb3cdeda4740d7 Mon Sep 17 00:00:00 2001 From: abranson Date: Tue, 18 Oct 2011 17:00:33 +0200 Subject: Module support --- resources/boot/OD/CompositeActivityDef.xml | 186 ---------------------------- resources/boot/OD/CompositeActivityDef.xsd | 186 ++++++++++++++++++++++++++++ resources/boot/OD/CristalModule.xsd | 149 ---------------------- resources/boot/OD/ElementaryActivityDef.xml | 29 ----- resources/boot/OD/ElementaryActivityDef.xsd | 29 +++++ resources/boot/OD/Module.xsd | 141 +++++++++++++++++++++ resources/boot/OD/New.xml | 3 - resources/boot/OD/NewAgent.xml | 20 --- resources/boot/OD/NewAgent.xsd | 20 +++ resources/boot/OD/NewItem.xml | 73 ----------- resources/boot/OD/NewItem.xsd | 73 +++++++++++ resources/boot/OD/NewLocalObjectDef.xml | 20 --- resources/boot/OD/PredefinedStepOutcome.xml | 13 -- resources/boot/OD/PredefinedStepOutcome.xsd | 13 ++ resources/boot/OD/PropertyDescription.xml | 36 ------ resources/boot/OD/PropertyDescription.xsd | 36 ++++++ resources/boot/OD/Schema.xml | 4 - resources/boot/OD/Schema.xsd | 4 + resources/boot/OD/Script.xml | 38 ------ resources/boot/OD/Script.xsd | 38 ++++++ 20 files changed, 540 insertions(+), 571 deletions(-) delete mode 100755 resources/boot/OD/CompositeActivityDef.xml create mode 100644 resources/boot/OD/CompositeActivityDef.xsd delete mode 100644 resources/boot/OD/CristalModule.xsd delete mode 100755 resources/boot/OD/ElementaryActivityDef.xml create mode 100644 resources/boot/OD/ElementaryActivityDef.xsd create mode 100644 resources/boot/OD/Module.xsd delete mode 100755 resources/boot/OD/New.xml delete mode 100755 resources/boot/OD/NewAgent.xml create mode 100644 resources/boot/OD/NewAgent.xsd delete mode 100755 resources/boot/OD/NewItem.xml create mode 100644 resources/boot/OD/NewItem.xsd delete mode 100755 resources/boot/OD/NewLocalObjectDef.xml delete mode 100755 resources/boot/OD/PredefinedStepOutcome.xml create mode 100644 resources/boot/OD/PredefinedStepOutcome.xsd delete mode 100755 resources/boot/OD/PropertyDescription.xml create mode 100644 resources/boot/OD/PropertyDescription.xsd delete mode 100755 resources/boot/OD/Schema.xml create mode 100644 resources/boot/OD/Schema.xsd delete mode 100755 resources/boot/OD/Script.xml create mode 100644 resources/boot/OD/Script.xsd (limited to 'resources/boot/OD') diff --git a/resources/boot/OD/CompositeActivityDef.xml b/resources/boot/OD/CompositeActivityDef.xml deleted file mode 100755 index e840734..0000000 --- a/resources/boot/OD/CompositeActivityDef.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/boot/OD/CompositeActivityDef.xsd b/resources/boot/OD/CompositeActivityDef.xsd new file mode 100644 index 0000000..e840734 --- /dev/null +++ b/resources/boot/OD/CompositeActivityDef.xsd @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/CristalModule.xsd b/resources/boot/OD/CristalModule.xsd deleted file mode 100644 index 348ab8b..0000000 --- a/resources/boot/OD/CristalModule.xsd +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Module Metadata - - - - - - - - - - - - - Configuration parameters to add to the Cristal VM on launch. May target either client or server processes. - - - - - - - - - - - - - - - - - - - - - - - Items to import into or verify within the Cristal server upon launch. - - - - - - - - - - - - - - - A composite activity outcome. - - - - - - - - - - - - Elementary activities - - - - - - - - - - - - Elementary activities - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Prefix for module components - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/boot/OD/ElementaryActivityDef.xml b/resources/boot/OD/ElementaryActivityDef.xml deleted file mode 100755 index ea637e4..0000000 --- a/resources/boot/OD/ElementaryActivityDef.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/boot/OD/ElementaryActivityDef.xsd b/resources/boot/OD/ElementaryActivityDef.xsd new file mode 100644 index 0000000..ea637e4 --- /dev/null +++ b/resources/boot/OD/ElementaryActivityDef.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/Module.xsd b/resources/boot/OD/Module.xsd new file mode 100644 index 0000000..78d34d7 --- /dev/null +++ b/resources/boot/OD/Module.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + Configuration parameters to add to the Cristal VM on launch. May target either client or server processes. + + + + + + + + + + + + + + + + + + + + + + + + Items to import into or verify within the Cristal server upon launch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prefix for module components + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/New.xml b/resources/boot/OD/New.xml deleted file mode 100755 index 91755c8..0000000 --- a/resources/boot/OD/New.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/resources/boot/OD/NewAgent.xml b/resources/boot/OD/NewAgent.xml deleted file mode 100755 index 773f4fc..0000000 --- a/resources/boot/OD/NewAgent.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Complete Structure for new agent - - - - - - The initial roles that this Agent will hold - - - - - - - - diff --git a/resources/boot/OD/NewAgent.xsd b/resources/boot/OD/NewAgent.xsd new file mode 100644 index 0000000..773f4fc --- /dev/null +++ b/resources/boot/OD/NewAgent.xsd @@ -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 deleted file mode 100755 index bcd5298..0000000 --- a/resources/boot/OD/NewItem.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - 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/NewItem.xsd b/resources/boot/OD/NewItem.xsd new file mode 100644 index 0000000..bcd5298 --- /dev/null +++ b/resources/boot/OD/NewItem.xsd @@ -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 deleted file mode 100755 index 0186872..0000000 --- a/resources/boot/OD/NewLocalObjectDef.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - 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 deleted file mode 100755 index bc0ac52..0000000 --- a/resources/boot/OD/PredefinedStepOutcome.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - General holder for predefined step outcomes we can't be bothered to define a proper schema for - - - - - - - - diff --git a/resources/boot/OD/PredefinedStepOutcome.xsd b/resources/boot/OD/PredefinedStepOutcome.xsd new file mode 100644 index 0000000..bc0ac52 --- /dev/null +++ b/resources/boot/OD/PredefinedStepOutcome.xsd @@ -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 deleted file mode 100755 index 886092a..0000000 --- a/resources/boot/OD/PropertyDescription.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 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/PropertyDescription.xsd b/resources/boot/OD/PropertyDescription.xsd new file mode 100644 index 0000000..886092a --- /dev/null +++ b/resources/boot/OD/PropertyDescription.xsd @@ -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 deleted file mode 100755 index fed1949..0000000 --- a/resources/boot/OD/Schema.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/resources/boot/OD/Schema.xsd b/resources/boot/OD/Schema.xsd new file mode 100644 index 0000000..fed1949 --- /dev/null +++ b/resources/boot/OD/Schema.xsd @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/boot/OD/Script.xml b/resources/boot/OD/Script.xml deleted file mode 100755 index 5726aca..0000000 --- a/resources/boot/OD/Script.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/boot/OD/Script.xsd b/resources/boot/OD/Script.xsd new file mode 100644 index 0000000..5726aca --- /dev/null +++ b/resources/boot/OD/Script.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3