From b086f57f56bf0eb9dab9cf321a0f69aaaae84347 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 30 May 2012 08:37:45 +0200 Subject: Initial Maven Conversion --- .../resources/boot/OD/CompositeActivityDef.xsd | 186 +++++++++++++++++++++ .../resources/boot/OD/ElementaryActivityDef.xsd | 29 ++++ src/main/resources/boot/OD/Module.xsd | 142 ++++++++++++++++ src/main/resources/boot/OD/NewAgent.xsd | 20 +++ src/main/resources/boot/OD/NewItem.xsd | 73 ++++++++ .../resources/boot/OD/PredefinedStepOutcome.xsd | 13 ++ src/main/resources/boot/OD/PropertyDescription.xsd | 36 ++++ src/main/resources/boot/OD/Schema.xsd | 4 + src/main/resources/boot/OD/Script.xsd | 38 +++++ 9 files changed, 541 insertions(+) create mode 100644 src/main/resources/boot/OD/CompositeActivityDef.xsd create mode 100644 src/main/resources/boot/OD/ElementaryActivityDef.xsd create mode 100644 src/main/resources/boot/OD/Module.xsd create mode 100644 src/main/resources/boot/OD/NewAgent.xsd create mode 100644 src/main/resources/boot/OD/NewItem.xsd create mode 100644 src/main/resources/boot/OD/PredefinedStepOutcome.xsd create mode 100644 src/main/resources/boot/OD/PropertyDescription.xsd create mode 100644 src/main/resources/boot/OD/Schema.xsd create mode 100644 src/main/resources/boot/OD/Script.xsd (limited to 'src/main/resources/boot/OD') diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd new file mode 100644 index 0000000..e840734 --- /dev/null +++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/ElementaryActivityDef.xsd b/src/main/resources/boot/OD/ElementaryActivityDef.xsd new file mode 100644 index 0000000..ea637e4 --- /dev/null +++ b/src/main/resources/boot/OD/ElementaryActivityDef.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd new file mode 100644 index 0000000..6cd84e0 --- /dev/null +++ b/src/main/resources/boot/OD/Module.xsd @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + 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/src/main/resources/boot/OD/NewAgent.xsd b/src/main/resources/boot/OD/NewAgent.xsd new file mode 100644 index 0000000..773f4fc --- /dev/null +++ b/src/main/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/src/main/resources/boot/OD/NewItem.xsd b/src/main/resources/boot/OD/NewItem.xsd new file mode 100644 index 0000000..bcd5298 --- /dev/null +++ b/src/main/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/src/main/resources/boot/OD/PredefinedStepOutcome.xsd b/src/main/resources/boot/OD/PredefinedStepOutcome.xsd new file mode 100644 index 0000000..bc0ac52 --- /dev/null +++ b/src/main/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/src/main/resources/boot/OD/PropertyDescription.xsd b/src/main/resources/boot/OD/PropertyDescription.xsd new file mode 100644 index 0000000..886092a --- /dev/null +++ b/src/main/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/src/main/resources/boot/OD/Schema.xsd b/src/main/resources/boot/OD/Schema.xsd new file mode 100644 index 0000000..fed1949 --- /dev/null +++ b/src/main/resources/boot/OD/Schema.xsd @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/boot/OD/Script.xsd b/src/main/resources/boot/OD/Script.xsd new file mode 100644 index 0000000..5726aca --- /dev/null +++ b/src/main/resources/boot/OD/Script.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3