summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
commit2827a4b2d5aea32dc3c26a80f47309a6b68ac34b (patch)
treefc5639f566cc0efa9081a18114ea9106a519e4d1 /src/main/resources/boot/OD
parent839ff8b7380e31c260fe50994d20a53b1ec0327f (diff)
Refactor modules
Support workflows on module resources
Diffstat (limited to 'src/main/resources/boot/OD')
-rw-r--r--src/main/resources/boot/OD/CompositeActivityDef.xsd1
-rw-r--r--src/main/resources/boot/OD/ElementaryActivityDef.xsd1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd
index e840734..b6dc373 100644
--- a/src/main/resources/boot/OD/CompositeActivityDef.xsd
+++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd
@@ -178,6 +178,7 @@
<xs:attribute name="String" type="xs:string" use="optional"/>
<xs:attribute name="Boolean" type="xs:boolean" use="optional"/>
<xs:attribute name="Integer" type="xs:int" use="optional"/>
+ <xs:attribute name="Float" type="xs:double" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
diff --git a/src/main/resources/boot/OD/ElementaryActivityDef.xsd b/src/main/resources/boot/OD/ElementaryActivityDef.xsd
index ea637e4..496ac90 100644
--- a/src/main/resources/boot/OD/ElementaryActivityDef.xsd
+++ b/src/main/resources/boot/OD/ElementaryActivityDef.xsd
@@ -12,6 +12,7 @@
<xs:attribute name="Boolean" type="xs:boolean" use="optional"/>
<xs:attribute name="String" type="xs:string" use="optional"/>
<xs:attribute name="Integer" type="xs:int" use="optional"/>
+ <xs:attribute name="Float" type="xs:double" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>