diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 17:26:10 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-04-04 17:26:10 +0200 |
| commit | 11e7a9aaed7c22ec93a791ea752e159b4b120e4e (patch) | |
| tree | 8d8870aeeca417c3989312214ccf99818d143d65 /src/main/resources/boot/OD | |
| parent | c672fa9d426beb92d9149ebc32c9cdf9bece7845 (diff) | |
Module XML now supports a workflowVer attribute for the Item element. If
not given, it assumed version 0, as per the previous behaviour. Fixes
#180
Diffstat (limited to 'src/main/resources/boot/OD')
| -rw-r--r-- | src/main/resources/boot/OD/Module.xsd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd index 882b374..d25352e 100644 --- a/src/main/resources/boot/OD/Module.xsd +++ b/src/main/resources/boot/OD/Module.xsd @@ -150,7 +150,9 @@ </xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="workflow" type="xs:string"
- use="optional" />
+ use="required" />
+ <xs:attribute name="workflowVer" type="xs:int"
+ use="optional" />
<xs:attribute name="initialPath" type="xs:string"
use="optional" />
</xs:complexType>
|
