From be6537a68bcd69a38949b796cfc431b6126ede5b Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 11 Nov 2013 16:32:09 +0100 Subject: Vertex ID, Edge ID, width and height values were defined as bytes, Guy created more than 127 vertices in a workflow, so it's now an integer. --- .../resources/boot/OD/CompositeActivityDef.xsd | 46 +++++++++++----------- .../resources/boot/OD/ElementaryActivityDef.xsd | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd index acdcae4..e42c9dd 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 @@ - + -- cgit v1.2.3