From d43164830403245353080f5d6f838ed9f56d9a35 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 18 Nov 2013 09:48:03 +0100 Subject: 3.0-SNAPSHOT (Will be first open source version) New StateMachine desc IssueID #28 --- .../resources/boot/OD/CompositeActivityDef.xsd | 46 +++++++++--------- .../resources/boot/OD/ElementaryActivityDef.xsd | 2 +- src/main/resources/boot/OD/StateMachine.xsd | 54 ++++++++++++++++++++++ 3 files changed, 78 insertions(+), 24 deletions(-) create mode 100644 src/main/resources/boot/OD/StateMachine.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 index 0b94df1..2e041cd 100644 --- a/src/main/resources/boot/OD/CompositeActivityDef.xsd +++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd @@ -25,7 +25,7 @@ - + @@ -42,10 +42,10 @@ - + - - + + @@ -59,10 +59,10 @@ - + - - + + @@ -85,9 +85,9 @@ - - - + + + @@ -99,10 +99,10 @@ - + - - + + @@ -116,10 +116,10 @@ - + - - + + @@ -133,18 +133,18 @@ - + - - + + - - + + @@ -161,8 +161,8 @@ - - + + diff --git a/src/main/resources/boot/OD/ElementaryActivityDef.xsd b/src/main/resources/boot/OD/ElementaryActivityDef.xsd index 496ac90..ebe52a0 100644 --- a/src/main/resources/boot/OD/ElementaryActivityDef.xsd +++ b/src/main/resources/boot/OD/ElementaryActivityDef.xsd @@ -19,7 +19,7 @@ - + diff --git a/src/main/resources/boot/OD/StateMachine.xsd b/src/main/resources/boot/OD/StateMachine.xsd new file mode 100644 index 0000000..a7f8c04 --- /dev/null +++ b/src/main/resources/boot/OD/StateMachine.xsd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3