summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/StateMachine.xsd
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-07-23 09:41:43 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-09-16 12:44:14 +0200
commite99ed30f6cae36c5f3fa03007d991e67894a01bb (patch)
tree5fdfe6aab9e31ebd8c282eb16d42c5e2f75b1217 /src/main/resources/boot/OD/StateMachine.xsd
parent0bb38e90ac6e88cb406facbc075983384a2e164f (diff)
More
Diffstat (limited to 'src/main/resources/boot/OD/StateMachine.xsd')
-rw-r--r--src/main/resources/boot/OD/StateMachine.xsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/boot/OD/StateMachine.xsd b/src/main/resources/boot/OD/StateMachine.xsd
index f21e39d..ceeaf22 100644
--- a/src/main/resources/boot/OD/StateMachine.xsd
+++ b/src/main/resources/boot/OD/StateMachine.xsd
@@ -7,7 +7,7 @@
<xs:complexType>
<xs:attribute name="id" type="xs:int" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
- <xs:attribute name="proceeds" type="xs:string"/>
+ <xs:attribute name="finished" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="Transition" maxOccurs="unbounded">
@@ -29,7 +29,7 @@
<xs:attribute name="id" type="xs:int" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="origin" type="xs:int" use="required"/>
- <xs:attribute name="terminus" type="xs:int" use="required"/>
+ <xs:attribute name="target" type="xs:int" use="required"/>
<xs:attribute name="enablingProperty" type="xs:string"/>
<xs:attribute name="roleOverride" type="xs:string"/>
<xs:attribute name="reservation">
@@ -49,3 +49,4 @@
</xs:element>
</xs:schema>
+