From 24314dc1699c7e73048fa24e33729f1aa1ec0e86 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 6 Jul 2012 11:00:24 +0200 Subject: Modules serialize with Castor. Just about to remove the parsing. CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel. --- src/main/resources/boot/OD/Agent.xsd | 20 ++++++ src/main/resources/boot/OD/Item.xsd | 105 ++++++++++++++++++++++++++++++++ src/main/resources/boot/OD/Module.xsd | 55 ++++++++++++----- src/main/resources/boot/OD/NewAgent.xsd | 20 ------ src/main/resources/boot/OD/NewItem.xsd | 73 ---------------------- 5 files changed, 165 insertions(+), 108 deletions(-) create mode 100644 src/main/resources/boot/OD/Agent.xsd create mode 100644 src/main/resources/boot/OD/Item.xsd delete mode 100644 src/main/resources/boot/OD/NewAgent.xsd delete mode 100644 src/main/resources/boot/OD/NewItem.xsd (limited to 'src/main/resources/boot/OD') diff --git a/src/main/resources/boot/OD/Agent.xsd b/src/main/resources/boot/OD/Agent.xsd new file mode 100644 index 0000000..5b9f3f4 --- /dev/null +++ b/src/main/resources/boot/OD/Agent.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/Item.xsd b/src/main/resources/boot/OD/Item.xsd new file mode 100644 index 0000000..5d5c1cf --- /dev/null +++ b/src/main/resources/boot/OD/Item.xsd @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A new collection with layout + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd index 10a0155..bd92ffc 100644 --- a/src/main/resources/boot/OD/Module.xsd +++ b/src/main/resources/boot/OD/Module.xsd @@ -47,7 +47,8 @@ Items to import into or verify within the - Cristal server upon launch. + Cristal server upon launch. + @@ -73,17 +74,7 @@ - - - - - - - - - + @@ -102,12 +93,23 @@ maxOccurs="unbounded"> - + + + + + + + + + + - + @@ -131,6 +134,7 @@ use="required" /> + @@ -158,6 +162,7 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/NewAgent.xsd b/src/main/resources/boot/OD/NewAgent.xsd deleted file mode 100644 index 773f4fc..0000000 --- a/src/main/resources/boot/OD/NewAgent.xsd +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - 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 deleted file mode 100644 index bcd5298..0000000 --- a/src/main/resources/boot/OD/NewItem.xsd +++ /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 - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3