diff options
Diffstat (limited to 'src/main/resources/boot/OD')
| -rw-r--r-- | src/main/resources/boot/OD/StateMachine.xsd | 5 |
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>
+
|
