diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-11-11 16:32:09 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-11-11 16:34:12 +0100 |
| commit | dc033399c98234b8b757288f47ead95c6019d925 (patch) | |
| tree | c1cac921d4452dc40b072c093ad68b3acde4d398 /src/main/resources/boot/OD/ElementaryActivityDef.xsd | |
| parent | c543e99e6b02a25c6dc745081f3915897420b225 (diff) | |
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.
Diffstat (limited to 'src/main/resources/boot/OD/ElementaryActivityDef.xsd')
| -rw-r--r-- | src/main/resources/boot/OD/ElementaryActivityDef.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </xs:complexType>
</xs:element>
</xs:sequence>
- <xs:attribute name="ID" type="xs:byte" use="required"/>
+ <xs:attribute name="ID" type="xs:integer" use="required"/>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Height" type="xs:integer" use="optional"/>
<xs:attribute name="Width" type="xs:integer" use="optional"/>
|
