[418412] Correct xmi:id references from Pivot.oclas
diff --git a/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLMetaModel.xtend b/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLMetaModel.xtend
index 109c5bf..fb32f89 100644
--- a/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLMetaModel.xtend
+++ b/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLMetaModel.xtend
@@ -41,7 +41,6 @@
 import org.eclipse.ocl.examples.pivot.model.OCLstdlib
 import org.eclipse.ocl.examples.pivot.utilities.ASSaver
 import org.eclipse.ocl.examples.pivot.utilities.PivotUtil
-import org.eclipse.ocl.examples.pivot.utilities.AS2XMIid
 
 public class GenerateOCLMetaModel extends GenerateOCLCommonXtend
 {
@@ -405,10 +404,10 @@
 			}
 			var EObject pivotModel = asResource.getContents().get(0);
 			var ASSaver saver = new ASSaver(asResource);
-			var Package orphanage = saver.localizeSpecializations();
-			if ((orphanage != null) && (pivotModel instanceof Root)) {
-				(pivotModel as Root).getNestedPackage().add(orphanage);
-			}
+			/*var Package orphanage =*/ saver.localizeSpecializations();
+//			if ((orphanage != null) && (pivotModel instanceof Root)) {
+//				(pivotModel as Root).getNestedPackage().add(orphanage);
+//			}
 			var String fileName = outputFolder + "/" + javaClassName + ".java";
 			log.info("Generating '" + fileName + "'");
 			var String metaModel = generateMetamodel(pivotModel as Root);
@@ -418,10 +417,10 @@
 			var String saveFile = "/" + projectName + "/" + modelFile.replace("model", "model-gen").replace("ecore", "oclas");
 			var URI saveURI = URI.createPlatformResourceURI(saveFile, true);
 			log.info("Loading '" + saveURI + "'");
-			var AS2XMIid as2id = AS2XMIid.load(saveURI);
+//			var AS2XMIid as2id = AS2XMIid.load(saveURI);
 			log.info("Saving '" + saveURI + "'");
 			asResource.setURI(saveURI);
-	    	as2id.assignIds(asResource.getResourceSet());
+//	    	as2id.assignIds(asResource.getResourceSet());
 			asResource.save(null);
 		} catch (RuntimeException e) {
 			throw e;
diff --git a/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLstdlib.xtend b/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLstdlib.xtend
index e18967e..f18ec08 100644
--- a/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLstdlib.xtend
+++ b/examples/org.eclipse.ocl.examples.build/src/org/eclipse/ocl/examples/build/xtend/GenerateOCLstdlib.xtend
@@ -26,13 +26,11 @@
 import org.eclipse.ocl.examples.domain.utilities.DomainUtil
 import org.eclipse.ocl.examples.pivot.DataType
 import org.eclipse.ocl.examples.pivot.Library
-import org.eclipse.ocl.examples.pivot.Package
 import org.eclipse.ocl.examples.pivot.Root
 import org.eclipse.ocl.examples.pivot.resource.ASResource
 import org.eclipse.ocl.examples.xtext.base.utilities.BaseCSResource
 import org.eclipse.ocl.examples.pivot.utilities.ASSaver
 import org.eclipse.ocl.examples.pivot.utilities.PivotUtil
-import org.eclipse.ocl.examples.pivot.utilities.AS2XMIid
 
 public class GenerateOCLstdlib extends GenerateOCLCommonXtend
 {
@@ -375,10 +373,7 @@
 			}
 			var EObject pivotModel = asResource.getContents().get(0);
 			var ASSaver saver = new ASSaver(asResource);
-			var Package orphanage = saver.localizeSpecializations();
-			if ((orphanage != null) && (pivotModel instanceof Root)) {
-				(pivotModel as Root).getNestedPackage().add(orphanage);
-			}
+			saver.localizeSpecializations();
 			var String fileName = folder + "/" + javaClassName + ".java";
 			log.info("Generating '" + fileName + "'");
 			var String metaModel = generateMetamodel(pivotModel as Root);
@@ -388,10 +383,8 @@
 			var String saveFile = "/" + projectName + "/" + modelFile.replace("model", "model-gen").replace("oclstdlib", "oclas");
 			var URI saveURI = URI.createPlatformResourceURI(saveFile, true);
 			log.info("Loading '" + saveURI + "'");
-			var AS2XMIid as2id = AS2XMIid.load(saveURI);
 			log.info("Saving '" + saveURI + "'");
 			asResource.setURI(saveURI);
-	    	as2id.assignIds(asResource.getResourceSet());
 			asResource.save(null);
 		} catch (RuntimeException e) {
 			throw e;
diff --git a/examples/org.eclipse.ocl.examples.library/model-gen/OCL-2.5.oclas b/examples/org.eclipse.ocl.examples.library/model-gen/OCL-2.5.oclas
index e64d249..6c1807a 100644
--- a/examples/org.eclipse.ocl.examples.library/model-gen/OCL-2.5.oclas
+++ b/examples/org.eclipse.ocl.examples.library/model-gen/OCL-2.5.oclas
@@ -17,7 +17,7 @@
         <value>The primitive types defined in the OCL standard library are UnlimitedNatural, Integer, Real, String, and Boolean. They are all instances of the metaclass Primitive from the UML core package.</value>

       </ownedDetail>

     </ownedAnnotation>

-    <ownedType xsi:type="pivot:BagType" xmi:id="Bag" name="Bag" superClass="#_L6ZkIDN5EeOcm8N4Cpt6Tg"

+    <ownedType xsi:type="pivot:BagType" xmi:id="Bag" name="Bag" superClass="#_5xYs4zWbEeOPc97Zf4cqhQ"

         elementType="#T.ocl..BagT">

       <ownedComment body="A bag is a collection with duplicates allowed. That is, one object can be an element of a bag many times.&#xA;There is no ordering defined on the elements in a bag.&#xA;Bag is itself an instance of the metatype BagType.&#xA;"/>

       <ownedAnnotation name="http://www.omg.org/ocl">

@@ -33,13 +33,13 @@
         </ownedParameter>

       </ownedTemplateSignature>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Bag.closure..T" name="closure"

-          type="#_L6ZkITN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.ClosureIteration">

+          type="#_5xYs5DWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.ClosureIteration">

         <ownedComment body="The closure of applying body transitively to every distinct element of the source collection.&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Bag.closure..T" name="lambda" type="#_L6ZkIjN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Bag.closure..T" name="lambda" type="#_5xYs5TWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.closure..T" name="i" type="#T.ocl..BagT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Bag.collect..T" name="collect"

-          type="#_L6ZkIzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

+          type="#_5xYs5jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

         <ownedTemplateSignature xmi:id="s.i.ocl.Bag.collect..T" parameter="#t.ocl.Bag..collectV">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Bag..collectV"

               parameteredElement="#T.ocl.Bag..collectV">

@@ -48,7 +48,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Bag.collect..T" name="lambda" isRequired="false"

-            type="#_L6ZkJDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs5zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.collect..T" name="i" isRequired="false"

             type="#T.ocl..BagT"/>

       </ownedOperation>

@@ -63,28 +63,28 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Bag.collectNested..T" name="lambda" isRequired="false"

-            type="#_L6ZkJTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs6DWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.collectNested..T" name="i" isRequired="false"

             type="#T.ocl..BagT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Bag.reject..T" name="reject"

           type="#Bag" implementationClass="org.eclipse.ocl.examples.library.iterator.RejectIteration">

         <ownedComment body="The sub-bag of the source bag for which body is oclText[false].&#xA;&#xA;oclCode[self->reject(iterator | body) = self->select(iterator | not body)].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Bag.reject..T" name="lambda" type="#_L6ZkJjN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Bag.reject..T" name="lambda" type="#_5xYs6TWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.reject..T" name="i" isRequired="false"

             type="#T.ocl..BagT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Bag.select..T" name="select"

           type="#Bag" implementationClass="org.eclipse.ocl.examples.library.iterator.SelectIteration">

         <ownedComment body="The sub-bag of the source bag for which body is oclText[true].&#xA;&#xA;oclCode[self->select(iterator | body) =&#xA;self->iterate(iterator; result : Bag(T) = Bag{} |&#xA;if body then result->including(iterator)&#xA;else result&#xA;endif)]&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Bag.select..T" name="lambda" type="#_L6ZkJjN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Bag.select..T" name="lambda" type="#_5xYs6TWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.select..T" name="i" isRequired="false"

             type="#T.ocl..BagT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Bag.sortedBy..T" name="sortedBy"

-          type="#_L6ZkJzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

+          type="#_5xYs6jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the Sequence containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c then a &lt; c).&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Bag.sortedBy..T" name="lambda" type="#_L6ZkKDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Bag.sortedBy..T" name="lambda" type="#_5xYs6zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Bag.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..BagT"/>

       </ownedOperation>

@@ -110,9 +110,9 @@
           type="#Bag" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingAllOperation">

         <ownedComment body="The bag containing all elements of oclText[self] apart from all occurrences of all objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Bag.excludingAll..$$.Collection" name="objects"

-            type="#_L6ZkKTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7DWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Bag.flatten" name="flatten" type="#_L6ZkKjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Bag.flatten" name="flatten" type="#_5xYs7TWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionFlattenOperation">

         <ownedComment body="Redefines the Collection operation. If the element type is not a collection type, this results in the same bag as oclText[self].&#xA;If the element type is a collection type, the result is the bag containing all the elements of all the recursively flattened elements of oclText[self].&#xA;"/>

         <ownedTemplateSignature xmi:id="s.o.ocl.Bag.flatten" parameter="#t.ocl.Bag..flattenT2">

@@ -133,10 +133,10 @@
           type="#Bag" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIncludingAllOperation">

         <ownedComment body="The bag containing all elements of oclText[self] and objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Bag.includingAll..$$.Collection" name="objects"

-            type="#_L6ZkIDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs4zWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Bag.selectByKind..$$.Metaclass" name="selectByKind"

-          type="#_L6ZkKzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

+          type="#_5xYs7jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Bag.selectByKind..$$.Metaclass" parameter="#t.ocl.Bag..selectByKindTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Bag..selectByKindTT"

               parameteredElement="#T.ocl.Bag..selectByKindTT">

@@ -145,10 +145,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Bag.selectByKind..$$.Metaclass" name="type"

-            type="#_L6ZkLDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7zWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Bag.selectByType..$$.Metaclass" name="selectByType"

-          type="#_L6ZkLTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

+          type="#_5xYs8DWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Bag.selectByType..$$.Metaclass" parameter="#t.ocl.Bag..selectByTypeTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Bag..selectByTypeTT"

               parameteredElement="#T.ocl.Bag..selectByTypeTT">

@@ -157,7 +157,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Bag.selectByType..$$.Metaclass" name="type"

-            type="#_L6ZkLjN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs8TWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

     </ownedType>

     <ownedType xsi:type="pivot:PrimitiveType" xmi:id="Boolean" name="Boolean" superClass="#T.ocl.OclAny">

@@ -182,7 +182,7 @@
             type="#OclSelf"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Boolean.allInstances" isStatic="true" name="allInstances"

-          type="#_L6ZkLzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.logical.BooleanAllInstancesOperation">

+          type="#_5xYs8jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.logical.BooleanAllInstancesOperation">

         <ownedComment body="Returns oclText[Set{false, true}]."/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Boolean.and..ocl.Boolean" name="and" isRequired="false"

@@ -205,35 +205,35 @@
           <language>OCL</language>

           <bodyExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

             <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYDN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswDWbEeOPc97Zf4cqhQ"/>

             </condition>

             <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYDN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswDWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

                 </condition>

                 <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                   <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                       referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

                     <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

                   </condition>

                   <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                     <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                         referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYDN5EeOcm8N4Cpt6Tg"/>

+                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswDWbEeOPc97Zf4cqhQ"/>

                       <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                           type="#T.ocl.OclVoid"/>

                     </condition>

                     <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                       <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                           referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

                         <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                             type="#T.ocl.OclVoid"/>

                       </condition>

@@ -248,29 +248,29 @@
                   <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                       booleanSymbol="false"/>

                 </elseExpression>

-                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

               </elseExpression>

               <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

             </elseExpression>

             <thenExpression xsi:type="pivot:IfExp" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                     referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYTN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswTWbEeOPc97Zf4cqhQ"/>

                   <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

                 </condition>

-                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYDN5EeOcm8N4Cpt6Tg"/>

+                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswDWbEeOPc97Zf4cqhQ"/>

                 <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                     booleanSymbol="false"/>

               </elseExpression>

-              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYDN5EeOcm8N4Cpt6Tg"/>

+              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswDWbEeOPc97Zf4cqhQ"/>

             </thenExpression>

           </bodyExpression>

-          <contextVariable xmi:id="_L6SPYDN5EeOcm8N4Cpt6Tg" name="self" type="#Boolean"/>

-          <parameterVariable xmi:id="_L6SPYTN5EeOcm8N4Cpt6Tg" name="b" type="#Boolean"

+          <contextVariable xmi:id="_5xYswDWbEeOPc97Zf4cqhQ" name="self" type="#Boolean"/>

+          <parameterVariable xmi:id="_5xYswTWbEeOPc97Zf4cqhQ" name="b" type="#Boolean"

               representedParameter="#p0o.ocl.Boolean.and..ocl.Boolean"/>

         </bodyExpression>

         <ownedParameter xmi:id="p0o.ocl.Boolean.and..ocl.Boolean" name="b" isRequired="false"

@@ -296,42 +296,42 @@
           <language>OCL</language>

           <bodyExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

             <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYjN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswjWbEeOPc97Zf4cqhQ"/>

             </condition>

             <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYjN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswjWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

                 </condition>

                 <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                   <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                       referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

                     <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

                   </condition>

                   <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                     <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                         referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYjN5EeOcm8N4Cpt6Tg"/>

+                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswjWbEeOPc97Zf4cqhQ"/>

                       <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                           type="#T.ocl.OclVoid"/>

                     </condition>

                     <elseExpression xsi:type="pivot:IfExp" type="#Boolean">

                       <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                           referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

                         <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                             type="#T.ocl.OclVoid"/>

                       </condition>

                       <elseExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                           booleanSymbol="false"/>

                       <thenExpression xsi:type="pivot:VariableExp" type="#Boolean"

-                          referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                          referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

                     </elseExpression>

                     <thenExpression xsi:type="pivot:NullLiteralExp" isRequired="false"

                         type="#T.ocl.OclVoid"/>

@@ -339,29 +339,29 @@
                   <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                       booleanSymbol="true"/>

                 </elseExpression>

-                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

               </elseExpression>

               <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

             </elseExpression>

             <thenExpression xsi:type="pivot:IfExp" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                     referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cDN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswzWbEeOPc97Zf4cqhQ"/>

                   <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

                 </condition>

-                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYjN5EeOcm8N4Cpt6Tg"/>

+                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswjWbEeOPc97Zf4cqhQ"/>

                 <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                     booleanSymbol="true"/>

               </elseExpression>

-              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6SPYjN5EeOcm8N4Cpt6Tg"/>

+              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYswjWbEeOPc97Zf4cqhQ"/>

             </thenExpression>

           </bodyExpression>

-          <contextVariable xmi:id="_L6SPYjN5EeOcm8N4Cpt6Tg" name="self" type="#Boolean"/>

-          <parameterVariable xmi:id="_L6S2cDN5EeOcm8N4Cpt6Tg" name="b" type="#Boolean"

+          <contextVariable xmi:id="_5xYswjWbEeOPc97Zf4cqhQ" name="self" type="#Boolean"/>

+          <parameterVariable xmi:id="_5xYswzWbEeOPc97Zf4cqhQ" name="b" type="#Boolean"

               representedParameter="#p0o.ocl.Boolean.implies..ocl.Boolean"/>

         </bodyExpression>

         <ownedParameter xmi:id="p0o.ocl.Boolean.implies..ocl.Boolean" name="b" isRequired="false"

@@ -379,24 +379,24 @@
           <language>OCL</language>

           <bodyExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

             <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cTN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxDWbEeOPc97Zf4cqhQ"/>

             </condition>

             <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxDWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

               </condition>

               <elseExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxDWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="false"/>

               </elseExpression>

               <thenExpression xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

             </elseExpression>

-            <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cTN5EeOcm8N4Cpt6Tg"/>

+            <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxDWbEeOPc97Zf4cqhQ"/>

           </bodyExpression>

-          <contextVariable xmi:id="_L6S2cTN5EeOcm8N4Cpt6Tg" name="self" type="#Boolean"/>

+          <contextVariable xmi:id="_5xYsxDWbEeOPc97Zf4cqhQ" name="self" type="#Boolean"/>

         </bodyExpression>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Boolean.or..ocl.Boolean" name="or" isRequired="false"

@@ -419,35 +419,35 @@
           <language>OCL</language>

           <bodyExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

             <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cjN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxTWbEeOPc97Zf4cqhQ"/>

             </condition>

             <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cjN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxTWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

                 </condition>

                 <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                   <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                       referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                    <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

                     <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

                   </condition>

                   <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                     <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                         referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cjN5EeOcm8N4Cpt6Tg"/>

+                      <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxTWbEeOPc97Zf4cqhQ"/>

                       <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                           type="#T.ocl.OclVoid"/>

                     </condition>

                     <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

                       <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                           referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                        <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

                         <argument xsi:type="pivot:NullLiteralExp" isRequired="false"

                             type="#T.ocl.OclVoid"/>

                       </condition>

@@ -462,29 +462,29 @@
                   <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                       booleanSymbol="true"/>

                 </elseExpression>

-                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

               </elseExpression>

               <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

             </elseExpression>

             <thenExpression xsi:type="pivot:IfExp" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsInvalid">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

               </condition>

               <elseExpression xsi:type="pivot:IfExp" type="#Boolean">

                 <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                     referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2czN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxjWbEeOPc97Zf4cqhQ"/>

                   <argument xsi:type="pivot:BooleanLiteralExp" type="#Boolean" booleanSymbol="true"/>

                 </condition>

-                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cjN5EeOcm8N4Cpt6Tg"/>

+                <elseExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxTWbEeOPc97Zf4cqhQ"/>

                 <thenExpression xsi:type="pivot:BooleanLiteralExp" type="#Boolean"

                     booleanSymbol="true"/>

               </elseExpression>

-              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6S2cjN5EeOcm8N4Cpt6Tg"/>

+              <thenExpression xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxTWbEeOPc97Zf4cqhQ"/>

             </thenExpression>

           </bodyExpression>

-          <contextVariable xmi:id="_L6S2cjN5EeOcm8N4Cpt6Tg" name="self" type="#Boolean"/>

-          <parameterVariable xmi:id="_L6S2czN5EeOcm8N4Cpt6Tg" name="b" type="#Boolean"

+          <contextVariable xmi:id="_5xYsxTWbEeOPc97Zf4cqhQ" name="self" type="#Boolean"/>

+          <parameterVariable xmi:id="_5xYsxjWbEeOPc97Zf4cqhQ" name="b" type="#Boolean"

               representedParameter="#p0o.ocl.Boolean.or..ocl.Boolean"/>

         </bodyExpression>

         <ownedParameter xmi:id="p0o.ocl.Boolean.or..ocl.Boolean" name="b" isRequired="false"

@@ -507,26 +507,26 @@
           <bodyExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

             <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6TdgDN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxzWbEeOPc97Zf4cqhQ"/>

               <argument xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

             </condition>

             <elseExpression xsi:type="pivot:IfExp" isRequired="false" type="#Boolean">

               <condition xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6TdgTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsyDWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

               </condition>

               <elseExpression xsi:type="pivot:OperationCallExp" name="&lt;>" type="#Boolean"

                   referredOperation="#o.ocl.Boolean.%60%%62%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6TdgDN5EeOcm8N4Cpt6Tg"/>

-                <argument xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6TdgTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsxzWbEeOPc97Zf4cqhQ"/>

+                <argument xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsyDWbEeOPc97Zf4cqhQ"/>

               </elseExpression>

               <thenExpression xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

             </elseExpression>

             <thenExpression xsi:type="pivot:NullLiteralExp" isRequired="false" type="#T.ocl.OclVoid"/>

           </bodyExpression>

-          <contextVariable xmi:id="_L6TdgDN5EeOcm8N4Cpt6Tg" name="self" type="#Boolean"/>

-          <parameterVariable xmi:id="_L6TdgTN5EeOcm8N4Cpt6Tg" name="b" type="#Boolean"

+          <contextVariable xmi:id="_5xYsxzWbEeOPc97Zf4cqhQ" name="self" type="#Boolean"/>

+          <parameterVariable xmi:id="_5xYsyDWbEeOPc97Zf4cqhQ" name="b" type="#Boolean"

               representedParameter="#p0o.ocl.Boolean.xor..ocl.Boolean"/>

         </bodyExpression>

         <ownedParameter xmi:id="p0o.ocl.Boolean.xor..ocl.Boolean" name="b" isRequired="false"

@@ -565,12 +565,12 @@
           name="any" isRequired="false" type="#T.ocl..CollectionT" implementationClass="org.eclipse.ocl.examples.library.iterator.AnyIteration"

           isInvalidating="true">

         <ownedComment body="Returns any element in the source collection for which body evaluates to oclText[true].&#xA;If there is more than one element for which body is oclText[true], one of them is returned.&#xA;There must be at least one element fulfilling body, otherwise the result of this IteratorExp is oclText[null].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Collection.any..T" name="lambda" type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Collection.any..T" name="lambda" type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.any..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Collection.collect..T"

-          name="collect" type="#_L6ZkMTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

+          name="collect" type="#_5xYs9DWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

         <ownedComment body="The Collection of elements that results from applying body to every member of the source set.&#xA;The result is flattened. Notice that this is based on collectNested, which can be of different type depending on the type of source.&#xA;collectNested is defined individually for each subclass of CollectionType.&#xA;"/>

         <ownedTemplateSignature xmi:id="s.i.ocl.Collection.collect..T" parameter="#t.ocl.Collection..collectV">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Collection..collectV"

@@ -580,7 +580,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Collection.collect..T" name="lambda" isRequired="false"

-            type="#_L6aLMDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs9TWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.collect..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -595,7 +595,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Collection.collectNested..T" name="lambda"

-            isRequired="false" type="#_L6aLMTN5EeOcm8N4Cpt6Tg"/>

+            isRequired="false" type="#_5xYs9jWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.collectNested..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -604,7 +604,7 @@
           isValidating="true">

         <ownedComment body="Results in oclText[true] if body evaluates to oclText[true] for at least one element in the source collection.&#xA;"/>

         <ownedParameter xmi:id="p0i.ocl.Collection.exists..T" name="lambda" isRequired="false"

-            type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.exists..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -612,7 +612,7 @@
           name="exists" isRequired="false" type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.iterator.ExistsIteration"

           isValidating="true">

         <ownedParameter xmi:id="p0i.ocl.Collection.exists..T..T" name="lambda" isRequired="false"

-            type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.exists..T..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

         <ownedIterator xmi:id="i1i.ocl.Collection.exists..T..T" name="j" isRequired="false"

@@ -623,7 +623,7 @@
           isValidating="true">

         <ownedComment body="Results in oclText[true] if the body expression evaluates to oclText[true] for each element in the source collection; otherwise, result is oclText[false].&#xA;"/>

         <ownedParameter xmi:id="p0i.ocl.Collection.forAll..T" name="lambda" isRequired="false"

-            type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.forAll..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -631,7 +631,7 @@
           name="forAll" isRequired="false" type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.iterator.ForAllIteration"

           isValidating="true">

         <ownedParameter xmi:id="p0i.ocl.Collection.forAll..T..T" name="lambda" isRequired="false"

-            type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.forAll..T..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

         <ownedIterator xmi:id="i1i.ocl.Collection.forAll..T..T" name="j" isRequired="false"

@@ -641,7 +641,7 @@
           name="isUnique" type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.iterator.IsUniqueIteration">

         <ownedComment body="Results in oclText[true] if body evaluates to a different value for each element in the source collection; otherwise, result is oclText[false].&#xA;"/>

         <ownedParameter xmi:id="p0i.ocl.Collection.isUnique..T" name="lambda" isRequired="false"

-            type="#_L6aLMjN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs9zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.isUnique..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -656,7 +656,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Collection.iterate..T" name="lambda" isRequired="false"

-            type="#_L6aLMzN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs-DWbEeOPc97Zf4cqhQ"/>

         <ownedAccumulator xmi:id="a0i.ocl.Collection.iterate..T" name="acc" isRequired="false"

             type="#T.ocl.Collection..iterateTacc"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.iterate..T" name="i" isRequired="false"

@@ -665,28 +665,28 @@
       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Collection.one..T"

           name="one" type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.iterator.OneIteration">

         <ownedComment body="Results in oclText[true] if there is exactly one element in the source collection for which body is oclText[true].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Collection.one..T" name="lambda" type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Collection.one..T" name="lambda" type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.one..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Collection.reject..T"

           name="reject" type="#Collection" implementationClass="org.eclipse.ocl.examples.library.iterator.RejectIteration">

         <ownedComment body="The sub-collection of the source collection for which body is oclText[false].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Collection.reject..T" name="lambda" type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Collection.reject..T" name="lambda" type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.reject..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Collection.select..T"

           name="select" type="#Collection" implementationClass="org.eclipse.ocl.examples.library.iterator.SelectIteration">

         <ownedComment body="The sub-collection of the source collection for which body is oclText[true].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Collection.select..T" name="lambda" type="#_L6ZkMDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Collection.select..T" name="lambda" type="#_5xYs8zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.select..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Collection.sortedBy..T"

-          name="sortedBy" type="#_L6aLNDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

+          name="sortedBy" type="#_5xYs-TWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the Collection containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c then a &lt; c).&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Collection.sortedBy..T" name="lambda" type="#_L6aLMjN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Collection.sortedBy..T" name="lambda" type="#_5xYs9zWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Collection.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..CollectionT"/>

       </ownedOperation>

@@ -704,19 +704,19 @@
         <ownedParameter xmi:id="p0o.ocl.Collection.%60%%62%..ocl.OclSelf" name="object2"

             type="#OclSelf"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Collection.asBag" name="asBag" type="#_L6aLNTN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Collection.asBag" name="asBag" type="#_5xYs-jWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionAsBagOperation">

         <ownedComment body="The Bag that contains all the elements from oclText[self].&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Collection.asOrderedSet" name="asOrderedSet" type="#_L6aLNjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Collection.asOrderedSet" name="asOrderedSet" type="#_5xYs-zWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionAsOrderedSetOperation">

         <ownedComment body="An OrderedSet that contains all the elements from oclText[self], with duplicates removed,&#xA;in an order dependent on the particular concrete collection type.&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Collection.asSequence" name="asSequence" type="#_L6aLNDN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Collection.asSequence" name="asSequence" type="#_5xYs-TWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionAsSequenceOperation">

         <ownedComment body="A Sequence that contains all the elements from oclText[self], in an order dependent on the particular concrete collection type.&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Collection.asSet" name="asSet" type="#_L6aLNzN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Collection.asSet" name="asSet" type="#_5xYs_DWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionAsSetOperation">

         <ownedComment body="The Set containing all the elements from oclText[self], with duplicates removed.&#xA;"/>

       </ownedOperation>

@@ -744,7 +744,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Collection.excludesAll..$$.Collection" name="c2"

-            type="#_L6aLODN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs_TWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.excluding..ocl.OclAny" name="excluding"

           type="#Collection" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingOperation">

@@ -756,9 +756,9 @@
           type="#Collection" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingAllOperation">

         <ownedComment body="The collection containing all elements of oclText[self] apart from all occurrences of all objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Collection.excludingAll..$$.Collection" name="objects"

-            type="#_L6ZkKTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7DWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Collection.flatten" name="flatten" type="#_L6aLOTN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Collection.flatten" name="flatten" type="#_5xYs_jWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionFlattenOperation">

         <ownedComment body="If the element type is not a collection type, this results in the same collection as oclText[self].&#xA;If the element type is a collection type, the result is a collection containing all the elements of all the recursively flattened elements of oclText[self].&#xA;"/>

         <ownedTemplateSignature xmi:id="s.o.ocl.Collection.flatten" parameter="#t.ocl.Collection..flattenT2">

@@ -787,7 +787,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Collection.includesAll..$$.Collection" name="c2"

-            type="#_L6aLOjN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs_zWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.including..T" name="including" type="#Collection"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIncludingOperation">

@@ -802,16 +802,16 @@
             type="#Collection"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.intersection..ocl.Collection" name="intersection"

-          type="#_L6aLNTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

+          type="#_5xYs-jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

         <ownedComment body="The intersection of oclText[self] and bag; the bag of all elements that are in both oclText[self] and c.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Collection.intersection..ocl.Collection" name="c"

             type="#Collection"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.intersection..$$.UniqueCollection"

-          name="intersection" type="#_L6aLNzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

+          name="intersection" type="#_5xYs_DWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

         <ownedComment body="The intersection of oclText[self] and a unique collection; the set of all elements that are in both oclText[self] and u.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Collection.intersection..$$.UniqueCollection"

-            name="u" type="#_L6aLOzN5EeOcm8N4Cpt6Tg"/>

+            name="u" type="#_5xYtADWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.isEmpty" name="isEmpty" type="#Boolean"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIsEmptyOperation">

@@ -830,7 +830,7 @@
         <ownedComment body="Is oclText[self] not the empty collection?&#xA;&#xA;oclText[null->notEmpty()] returns oclText[false] in virtue of the implicit casting from oclText[null] to oclText[Bag{}].&#xA;"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.product..$$.Collection" name="product"

-          type="#_L6aLPDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionProductOperation">

+          type="#_5xYtATWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionProductOperation">

         <ownedComment body="The cartesian product operation of oclText[self] and c2.&#xA;"/>

         <ownedTemplateSignature xmi:id="s.o.ocl.Collection.product..$$.Collection"

             parameter="#t.ocl.Collection..productT2">

@@ -841,10 +841,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Collection.product..$$.Collection" name="c2"

-            type="#_L6aLPTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtAjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.selectByKind..$$.Metaclass" name="selectByKind"

-          type="#_L6aLPjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

+          type="#_5xYtAzWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Collection.selectByKind..$$.Metaclass"

             parameter="#t.ocl.Collection..selectByKindTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Collection..selectByKindTT"

@@ -854,10 +854,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Collection.selectByKind..$$.Metaclass" name="type"

-            type="#_L6aLPzN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtBDWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.selectByType..$$.Metaclass" name="selectByType"

-          type="#_L6aLQDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

+          type="#_5xYtBTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Collection.selectByType..$$.Metaclass"

             parameter="#t.ocl.Collection..selectByTypeTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Collection..selectByTypeTT"

@@ -867,7 +867,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Collection.selectByType..$$.Metaclass" name="type"

-            type="#_L6aLQTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtBjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.size" name="size" type="#Integer" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSizeOperation">

         <ownedComment body="The number of elements in the collection oclText[self].&#xA;"/>

@@ -877,7 +877,7 @@
         <ownedComment body="The addition of all elements in oclText[self].&#xA;Elements must be of an oclText[OclSummable] type to provide the zero() and sum() operations.&#xA;The e[sum] operation must be both associative: a.sum(b).sum(c) = a.sum(b.sum(c)), and commutative: a.sum(b) = b.sum(a).&#xA;UnlimitedNatural, Integer and Real fulfill this condition.&#xA;&#xA;If the e[sum] operation is not both associative and commutative, the e[sum] expression is not well-formed,&#xA;which may result in unpredictable results during evaluation.&#xA;If an implementation is able to detect a lack of associativity or commutativity,&#xA;the implementation may bypass the evaluation and return an oclText[invalid] result.&#xA;"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Collection.union..ocl.Collection" name="union"

-          type="#_L6aLNTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionUnionOperation">

+          type="#_5xYs-jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionUnionOperation">

         <ownedComment body="The bag consisting of all elements in oclText[self] and all elements in c.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Collection.union..ocl.Collection" name="c"

             type="#Collection"/>

@@ -892,11 +892,11 @@
         </ownedDetail>

       </ownedAnnotation>

       <ownedAttribute xmi:id="p.ocl.Enumeration.allLiterals" isStatic="true" name="allLiterals"

-          type="#_L6aLQjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.enumeration.EnumerationOwnedLiteralProperty">

+          type="#_5xYtBzWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.enumeration.EnumerationOwnedLiteralProperty">

         <ownedComment body="Evaluates to the literals of the enumeration.&#xA;"/>

       </ownedAttribute>

       <ownedOperation xmi:id="o.ocl.Enumeration.allInstances" isStatic="true" name="allInstances"

-          type="#_L6ZkLzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.enumeration.EnumerationAllInstancesOperation">

+          type="#_5xYs8jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.enumeration.EnumerationAllInstancesOperation">

         <ownedComment body="Return a set of all enumeration values of oclText[self]."/>

       </ownedOperation>

     </ownedType>

@@ -1015,17 +1015,17 @@
             <language>OCL</language>

             <bodyExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6UrojN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYsyzWbEeOPc97Zf4cqhQ"/>

               <argument xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                   referredOperation="#o.ocl.OclAny.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6UroDN5EeOcm8N4Cpt6Tg"/>

-                <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6UroTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYsyTWbEeOPc97Zf4cqhQ"/>

+                <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYsyjWbEeOPc97Zf4cqhQ"/>

               </argument>

             </bodyExpression>

-            <contextVariable xmi:id="_L6UroDN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <parameterVariable xmi:id="_L6UroTN5EeOcm8N4Cpt6Tg" name="object2" type="#T.ocl.OclAny"

+            <contextVariable xmi:id="_5xYsyTWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <parameterVariable xmi:id="_5xYsyjWbEeOPc97Zf4cqhQ" name="object2" type="#T.ocl.OclAny"

                 representedParameter="#p0o.ocl.OclAny.%61%..ocl.OclSelf"/>

-            <resultVariable xmi:id="_L6UrojN5EeOcm8N4Cpt6Tg" name="result" type="#Boolean"/>

+            <resultVariable xmi:id="_5xYsyzWbEeOPc97Zf4cqhQ" name="result" type="#Boolean"/>

           </specification>

         </postcondition>

       </ownedOperation>

@@ -1041,24 +1041,24 @@
             <language>OCL</language>

             <bodyExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6UrpTN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYszjWbEeOPc97Zf4cqhQ"/>

               <argument xsi:type="pivot:OperationCallExp" name="not" isRequired="false"

                   type="#Boolean" referredOperation="#o.ocl.Boolean.not">

                 <source xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                     referredOperation="#o.ocl.OclAny.%61%..ocl.OclSelf">

-                  <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6UrozN5EeOcm8N4Cpt6Tg"/>

-                  <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6UrpDN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYszDWbEeOPc97Zf4cqhQ"/>

+                  <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYszTWbEeOPc97Zf4cqhQ"/>

                 </source>

               </argument>

             </bodyExpression>

-            <contextVariable xmi:id="_L6UrozN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <parameterVariable xmi:id="_L6UrpDN5EeOcm8N4Cpt6Tg" name="object2" type="#T.ocl.OclAny"

+            <contextVariable xmi:id="_5xYszDWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <parameterVariable xmi:id="_5xYszTWbEeOPc97Zf4cqhQ" name="object2" type="#T.ocl.OclAny"

                 representedParameter="#p0o.ocl.OclAny.%60%%62%..ocl.OclSelf"/>

-            <resultVariable xmi:id="_L6UrpTN5EeOcm8N4Cpt6Tg" name="result" type="#Boolean"/>

+            <resultVariable xmi:id="_5xYszjWbEeOPc97Zf4cqhQ" name="result" type="#Boolean"/>

           </specification>

         </postcondition>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.OclAny.oclAsSet" name="oclAsSet" type="#_L6ZkLzN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OclAny.oclAsSet" name="oclAsSet" type="#_5xYs8jWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclAsSetOperation">

         <ownedComment body="Returns a Set with oclText[self] as the sole content, unless oclText[self] is oclText[null] in which case returns an empty set,"/>

       </ownedOperation>

@@ -1073,7 +1073,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclAny.oclAsType..$$.Metaclass" name="type"

-            type="#_L6cncDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtCDWbEeOPc97Zf4cqhQ"/>

         <postcondition name="IsSelf">

           <specification xsi:type="pivot:ExpressionInOCL" type="#Boolean">

             <body>result = self</body>

@@ -1081,13 +1081,13 @@
             <bodyExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.OclAny.%61%..ocl.OclSelf">

               <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny..oclAsTypeTT"

-                  referredVariable="#_L6VSsjN5EeOcm8N4Cpt6Tg"/>

-              <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6VSsDN5EeOcm8N4Cpt6Tg"/>

+                  referredVariable="#_5xYs0TWbEeOPc97Zf4cqhQ"/>

+              <argument xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYszzWbEeOPc97Zf4cqhQ"/>

             </bodyExpression>

-            <contextVariable xmi:id="_L6VSsDN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <parameterVariable xmi:id="_L6VSsTN5EeOcm8N4Cpt6Tg" name="type" type="#_L6cncDN5EeOcm8N4Cpt6Tg"

+            <contextVariable xmi:id="_5xYszzWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <parameterVariable xmi:id="_5xYs0DWbEeOPc97Zf4cqhQ" name="type" type="#_5xYtCDWbEeOPc97Zf4cqhQ"

                 representedParameter="#p0o.ocl.OclAny.oclAsType..$$.Metaclass"/>

-            <resultVariable xmi:id="_L6VSsjN5EeOcm8N4Cpt6Tg" name="result" type="#T.ocl.OclAny..oclAsTypeTT"/>

+            <resultVariable xmi:id="_5xYs0TWbEeOPc97Zf4cqhQ" name="result" type="#T.ocl.OclAny..oclAsTypeTT"/>

           </specification>

         </postcondition>

         <postcondition name="IsType">

@@ -1096,14 +1096,14 @@
             <language>OCL</language>

             <bodyExpression xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsKindOf..$$.Metaclass">

               <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny..oclAsTypeTT"

-                  referredVariable="#_L6VStTN5EeOcm8N4Cpt6Tg"/>

-              <argument xsi:type="pivot:VariableExp" type="#_L6cncDN5EeOcm8N4Cpt6Tg"

-                  referredVariable="#_L6VStDN5EeOcm8N4Cpt6Tg"/>

+                  referredVariable="#_5xYs1DWbEeOPc97Zf4cqhQ"/>

+              <argument xsi:type="pivot:VariableExp" type="#_5xYtCDWbEeOPc97Zf4cqhQ"

+                  referredVariable="#_5xYs0zWbEeOPc97Zf4cqhQ"/>

             </bodyExpression>

-            <contextVariable xmi:id="_L6VSszN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <parameterVariable xmi:id="_L6VStDN5EeOcm8N4Cpt6Tg" name="type" type="#_L6cncDN5EeOcm8N4Cpt6Tg"

+            <contextVariable xmi:id="_5xYs0jWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <parameterVariable xmi:id="_5xYs0zWbEeOPc97Zf4cqhQ" name="type" type="#_5xYtCDWbEeOPc97Zf4cqhQ"

                 representedParameter="#p0o.ocl.OclAny.oclAsType..$$.Metaclass"/>

-            <resultVariable xmi:id="_L6VStTN5EeOcm8N4Cpt6Tg" name="result" type="#T.ocl.OclAny..oclAsTypeTT"/>

+            <resultVariable xmi:id="_5xYs1DWbEeOPc97Zf4cqhQ" name="result" type="#T.ocl.OclAny..oclAsTypeTT"/>

           </specification>

         </postcondition>

       </ownedOperation>

@@ -1123,15 +1123,15 @@
             <language>OCL</language>

             <bodyExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6VStzN5EeOcm8N4Cpt6Tg"/>

+              <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYs1jWbEeOPc97Zf4cqhQ"/>

               <argument xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsTypeOf..$$.Metaclass">

-                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6VStjN5EeOcm8N4Cpt6Tg"/>

-                <argument xsi:type="pivot:TypeExp" type="#_L6cncTN5EeOcm8N4Cpt6Tg"

+                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYs1TWbEeOPc97Zf4cqhQ"/>

+                <argument xsi:type="pivot:TypeExp" type="#_5xYtCTWbEeOPc97Zf4cqhQ"

                     referredType="#T.ocl.OclInvalid"/>

               </argument>

             </bodyExpression>

-            <contextVariable xmi:id="_L6VStjN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <resultVariable xmi:id="_L6VStzN5EeOcm8N4Cpt6Tg" name="result" type="#Boolean"/>

+            <contextVariable xmi:id="_5xYs1TWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <resultVariable xmi:id="_5xYs1jWbEeOPc97Zf4cqhQ" name="result" type="#Boolean"/>

           </specification>

         </postcondition>

       </ownedOperation>

@@ -1147,7 +1147,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclAny.oclIsKindOf..$$.Metaclass" name="type"

-            type="#_L6cncjN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtCjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclAny.oclIsNew" name="oclIsNew" type="#Boolean"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyUnsupportedOperation">

@@ -1165,7 +1165,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclAny.oclIsTypeOf..$$.Metaclass" name="type"

-            type="#_L6cnczN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtCzWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclAny.oclIsUndefined" name="oclIsUndefined" type="#Boolean"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclIsUndefinedOperation"

@@ -1178,21 +1178,21 @@
             <bodyExpression xsi:type="pivot:OperationCallExp" name="or" isRequired="false"

                 type="#Boolean" referredOperation="#o.ocl.Boolean.or..ocl.Boolean">

               <source xsi:type="pivot:OperationCallExp" name="=" type="#Boolean" referredOperation="#o.ocl.Boolean.%61%..ocl.OclSelf">

-                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_L6VSuTN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#Boolean" referredVariable="#_5xYs2DWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsTypeOf..$$.Metaclass">

-                  <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6VSuDN5EeOcm8N4Cpt6Tg"/>

-                  <argument xsi:type="pivot:TypeExp" type="#_L6cndDN5EeOcm8N4Cpt6Tg"

+                  <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYs1zWbEeOPc97Zf4cqhQ"/>

+                  <argument xsi:type="pivot:TypeExp" type="#_5xYtDDWbEeOPc97Zf4cqhQ"

                       referredType="#T.ocl.OclVoid"/>

                 </argument>

               </source>

               <argument xsi:type="pivot:OperationCallExp" type="#Boolean" referredOperation="#o.ocl.OclAny.oclIsTypeOf..$$.Metaclass">

-                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_L6VSuDN5EeOcm8N4Cpt6Tg"/>

-                <argument xsi:type="pivot:TypeExp" type="#_L6cncTN5EeOcm8N4Cpt6Tg"

+                <source xsi:type="pivot:VariableExp" type="#T.ocl.OclAny" referredVariable="#_5xYs1zWbEeOPc97Zf4cqhQ"/>

+                <argument xsi:type="pivot:TypeExp" type="#_5xYtCTWbEeOPc97Zf4cqhQ"

                     referredType="#T.ocl.OclInvalid"/>

               </argument>

             </bodyExpression>

-            <contextVariable xmi:id="_L6VSuDN5EeOcm8N4Cpt6Tg" name="self" type="#T.ocl.OclAny"/>

-            <resultVariable xmi:id="_L6VSuTN5EeOcm8N4Cpt6Tg" name="result" type="#Boolean"/>

+            <contextVariable xmi:id="_5xYs1zWbEeOPc97Zf4cqhQ" name="self" type="#T.ocl.OclAny"/>

+            <resultVariable xmi:id="_5xYs2DWbEeOPc97Zf4cqhQ" name="result" type="#Boolean"/>

           </specification>

         </postcondition>

       </ownedOperation>

@@ -1205,7 +1205,7 @@
         <ownedParameter xmi:id="p0o.ocl.OclAny.oclLog..ocl.String" name="message"

             type="#String"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.OclAny.oclType" name="oclType" type="#_L6cndTN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OclAny.oclType" name="oclType" type="#_5xYtDTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclTypeOperation">

         <ownedComment body="Evaluates to the type of which oclText[self] is an instance.&#xA;"/>

       </ownedOperation>

@@ -1266,14 +1266,14 @@
         </ownedDetail>

       </ownedAnnotation>

       <ownedOperation xmi:id="o.ocl.OclElement.allInstances" isStatic="true" name="allInstances"

-          type="#_L6ZkLzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.classifier.ClassifierAllInstancesOperation">

+          type="#_5xYs8jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.classifier.ClassifierAllInstancesOperation">

         <ownedComment body="Return a set of all instances of the type and derived types of self."/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclElement.oclContainer" name="oclContainer" isRequired="false"

           type="#T.ocl.OclElement" implementationClass="org.eclipse.ocl.examples.library.classifier.ClassifierOclContainerOperation">

         <ownedComment body="Returns the object for which self is a composed content or null if there is no such object."/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.OclElement.oclContents" name="oclContents" type="#_L6cndjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OclElement.oclContents" name="oclContents" type="#_5xYtDjWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.classifier.ClassifierOclContentsOperation">

         <ownedComment body="Returns the composed contents of self."/>

       </ownedOperation>

@@ -1287,7 +1287,7 @@
         </ownedDetail>

       </ownedAnnotation>

       <ownedOperation xmi:id="o.ocl.OclInvalid.allInstances" isStatic="true" name="allInstances"

-          type="#_L6ZkLzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.oclinvalid.OclInvalidAllInstancesOperation">

+          type="#_5xYs8jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.oclinvalid.OclInvalidAllInstancesOperation">

         <ownedComment body="Returns oclText[invalid]."/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclInvalid.%61%..ocl.OclSelf" name="=" type="#Boolean"

@@ -1322,7 +1322,7 @@
         <ownedParameter xmi:id="p0o.ocl.OclInvalid.or..ocl.Boolean" name="b" isRequired="false"

             type="#Boolean"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.OclInvalid.oclAsSet" name="oclAsSet" type="#_L6ZkLzN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OclInvalid.oclAsSet" name="oclAsSet" type="#_5xYs8jWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclAsSetOperation"/>

       <ownedOperation xmi:id="o.ocl.OclInvalid.oclAsType..$$.Metaclass" name="oclAsType"

           type="#T.ocl.OclInvalid..oclAsTypeTT" implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclAsTypeOperation">

@@ -1335,7 +1335,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclInvalid.oclAsType..$$.Metaclass" name="type"

-            type="#_L6ecoDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtDzWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclInvalid.oclIsInvalid" name="oclIsInvalid" type="#Boolean"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclIsInvalidOperation"

@@ -1351,7 +1351,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclInvalid.oclIsKindOf..$$.Metaclass" name="type"

-            type="#_L6ecoTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtEDWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclInvalid.oclIsTypeOf..$$.Metaclass" name="oclIsTypeOf"

           type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclIsTypeOfOperation">

@@ -1364,12 +1364,12 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OclInvalid.oclIsTypeOf..$$.Metaclass" name="type"

-            type="#_L6ecojN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtETWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclInvalid.oclIsUndefined" name="oclIsUndefined"

           type="#Boolean" implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclIsUndefinedOperation"

           isValidating="true"/>

-      <ownedOperation xmi:id="o.ocl.OclInvalid.oclType" name="oclType" type="#_L6cndTN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OclInvalid.oclType" name="oclType" type="#_5xYtDTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyOclTypeOperation"/>

       <ownedOperation xmi:id="o.ocl.OclInvalid.toString" name="toString" type="#String"

           implementationClass="org.eclipse.ocl.examples.library.oclany.OclAnyToStringOperation">

@@ -1483,7 +1483,7 @@
         </ownedDetail>

       </ownedAnnotation>

       <ownedOperation xmi:id="o.ocl.OclVoid.allInstances" isStatic="true" name="allInstances"

-          type="#_L6ZkLzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.oclvoid.OclVoidAllInstancesOperation">

+          type="#_5xYs8jWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.oclvoid.OclVoidAllInstancesOperation">

         <ownedComment body="Returns oclText[Set{null}]."/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OclVoid.%61%..ocl.OclSelf" name="=" type="#Boolean"

@@ -1529,7 +1529,7 @@
       </ownedOperation>

     </ownedType>

     <ownedType xsi:type="pivot:OrderedSetType" xmi:id="OrderedSet" name="OrderedSet"

-        superClass="#_L6ecozN5EeOcm8N4Cpt6Tg #_L6ecpDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..OrderedSetT">

+        superClass="#_5xYtEjWbEeOPc97Zf4cqhQ #_5xYtEzWbEeOPc97Zf4cqhQ" elementType="#T.ocl..OrderedSetT">

       <ownedComment body="The OrderedSet is a Set, the elements of which are ordered.&#xA;It contains no duplicates. OrderedSet is itself an instance of the metatype OrderedSetType.&#xA;An OrderedSet is not a subtype of Set, neither a subtype of Sequence.&#xA;The common supertype of Sets and OrderedSets is Collection.&#xA;"/>

       <ownedAnnotation name="http://www.omg.org/ocl">

         <ownedDetail name="ClassGroup">

@@ -1546,21 +1546,21 @@
       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.OrderedSet.reject..T"

           name="reject" type="#OrderedSet" implementationClass="org.eclipse.ocl.examples.library.iterator.RejectIteration">

         <ownedComment body="The ordered set of the source ordered set for which body is oclText[false].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.OrderedSet.reject..T" name="lambda" type="#_L6ecpTN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.OrderedSet.reject..T" name="lambda" type="#_5xYtFDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.OrderedSet.reject..T" name="i" isRequired="false"

             type="#T.ocl..OrderedSetT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.OrderedSet.select..T"

           name="select" type="#OrderedSet" implementationClass="org.eclipse.ocl.examples.library.iterator.SelectIteration">

         <ownedComment body="The ordered set of the source ordered set for which body is oclText[true]&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.OrderedSet.select..T" name="lambda" type="#_L6ecpTN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.OrderedSet.select..T" name="lambda" type="#_5xYtFDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.OrderedSet.select..T" name="i" isRequired="false"

             type="#T.ocl..OrderedSetT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.OrderedSet.sortedBy..T"

           name="sortedBy" type="#OrderedSet" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the ordered set containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c, then a &lt; c).&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.OrderedSet.sortedBy..T" name="lambda" type="#_L6ecpjN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.OrderedSet.sortedBy..T" name="lambda" type="#_5xYtFTWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.OrderedSet.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..OrderedSetT"/>

       </ownedOperation>

@@ -1581,7 +1581,7 @@
           precedence="#Z.ADDITIVE">

         <ownedComment body="The elements of oclText[self], which are not in s.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.OrderedSet.%45%..$$.UniqueCollection" name="s"

-            type="#_L6ecpzN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtFjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OrderedSet.append..T" name="append" type="#OrderedSet"

           implementationClass="org.eclipse.ocl.examples.library.collection.OrderedCollectionAppendOperation">

@@ -1605,9 +1605,9 @@
           type="#OrderedSet" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingAllOperation">

         <ownedComment body="The ordered set containing all elements of oclText[self] apart from all occurrences of all objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.OrderedSet.excludingAll..$$.Collection" name="objects"

-            type="#_L6ZkKTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7DWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.OrderedSet.flatten" name="flatten" type="#_L6fDsDN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.OrderedSet.flatten" name="flatten" type="#_5xYtFzWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionFlattenOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.OrderedSet.flatten" parameter="#t.ocl.OrderedSet..flattenT2">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.OrderedSet..flattenT2"

@@ -1644,21 +1644,21 @@
             <bodyExpression xsi:type="pivot:OperationCallExp" name="=" type="#Boolean"

                 referredOperation="#o.ocl.Real.%61%..ocl.OclSelf">

               <source xsi:type="pivot:OperationCallExp" type="#Integer" referredOperation="#o.ocl.Collection.size">

-                <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg0jN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs2zWbEeOPc97Zf4cqhQ"/>

               </source>

               <argument xsi:type="pivot:OperationCallExp" name="+" type="#Integer"

                   referredOperation="#o.ocl.Integer.%43%..ocl.OclSelf">

                 <source xsi:type="pivot:OperationCallExp" type="#Integer" referredOperation="#o.ocl.Collection.size">

-                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg0DN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs2TWbEeOPc97Zf4cqhQ"/>

                 </source>

                 <argument xsi:type="pivot:UnlimitedNaturalLiteralExp" type="#UnlimitedNatural"

                     unlimitedNaturalSymbol="1"/>

               </argument>

             </bodyExpression>

-            <contextVariable xmi:id="_L6Wg0DN5EeOcm8N4Cpt6Tg" name="self" type="#OrderedSet"/>

-            <parameterVariable xmi:id="_L6Wg0TN5EeOcm8N4Cpt6Tg" name="object" type="#T.ocl..OrderedSetT"

+            <contextVariable xmi:id="_5xYs2TWbEeOPc97Zf4cqhQ" name="self" type="#OrderedSet"/>

+            <parameterVariable xmi:id="_5xYs2jWbEeOPc97Zf4cqhQ" name="object" type="#T.ocl..OrderedSetT"

                 representedParameter="#p0o.ocl.OrderedSet.prepend..T"/>

-            <resultVariable xmi:id="_L6Wg0jN5EeOcm8N4Cpt6Tg" name="result" type="#OrderedSet"/>

+            <resultVariable xmi:id="_5xYs2zWbEeOPc97Zf4cqhQ" name="result" type="#OrderedSet"/>

           </specification>

         </postcondition>

         <postcondition name="IsAtStart">

@@ -1669,16 +1669,16 @@
                 referredOperation="#o.ocl.OclAny.%61%..ocl.OclSelf">

               <source xsi:type="pivot:OperationCallExp" isRequired="false" type="#T.ocl..OrderedSetT"

                   referredOperation="#o.ocl.Sequence.at..ocl.Integer">

-                <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg1TN5EeOcm8N4Cpt6Tg"/>

+                <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs3jWbEeOPc97Zf4cqhQ"/>

                 <argument xsi:type="pivot:UnlimitedNaturalLiteralExp" type="#UnlimitedNatural"

                     unlimitedNaturalSymbol="1"/>

               </source>

-              <argument xsi:type="pivot:VariableExp" type="#T.ocl..OrderedSetT" referredVariable="#_L6Wg1DN5EeOcm8N4Cpt6Tg"/>

+              <argument xsi:type="pivot:VariableExp" type="#T.ocl..OrderedSetT" referredVariable="#_5xYs3TWbEeOPc97Zf4cqhQ"/>

             </bodyExpression>

-            <contextVariable xmi:id="_L6Wg0zN5EeOcm8N4Cpt6Tg" name="self" type="#OrderedSet"/>

-            <parameterVariable xmi:id="_L6Wg1DN5EeOcm8N4Cpt6Tg" name="object" type="#T.ocl..OrderedSetT"

+            <contextVariable xmi:id="_5xYs3DWbEeOPc97Zf4cqhQ" name="self" type="#OrderedSet"/>

+            <parameterVariable xmi:id="_5xYs3TWbEeOPc97Zf4cqhQ" name="object" type="#T.ocl..OrderedSetT"

                 representedParameter="#p0o.ocl.OrderedSet.prepend..T"/>

-            <resultVariable xmi:id="_L6Wg1TN5EeOcm8N4Cpt6Tg" name="result" type="#OrderedSet"/>

+            <resultVariable xmi:id="_5xYs3jWbEeOPc97Zf4cqhQ" name="result" type="#OrderedSet"/>

           </specification>

         </postcondition>

         <postcondition name="IsShiftedAlong">

@@ -1687,42 +1687,42 @@
             <language>OCL</language>

             <bodyExpression xsi:type="pivot:IteratorExp" isRequired="false" type="#Boolean"

                 referredIteration="#i.ocl.Collection.forAll..T">

-              <source xsi:type="pivot:CollectionLiteralExp" type="#_L6fDsTN5EeOcm8N4Cpt6Tg"

+              <source xsi:type="pivot:CollectionLiteralExp" type="#_5xYtGDWbEeOPc97Zf4cqhQ"

                   kind="Sequence">

                 <part xsi:type="pivot:CollectionRange" type="#Integer">

                   <first xsi:type="pivot:UnlimitedNaturalLiteralExp" type="#UnlimitedNatural"

                       unlimitedNaturalSymbol="1"/>

                   <last xsi:type="pivot:OperationCallExp" type="#Integer" referredOperation="#o.ocl.Collection.size">

-                    <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg1zN5EeOcm8N4Cpt6Tg"/>

+                    <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs4DWbEeOPc97Zf4cqhQ"/>

                   </last>

                 </part>

               </source>

               <body xsi:type="pivot:OperationCallExp" name="=" type="#Boolean" referredOperation="#o.ocl.OclAny.%61%..ocl.OclSelf">

                 <source xsi:type="pivot:OperationCallExp" isRequired="false" type="#T.ocl..OrderedSetT"

                     referredOperation="#o.ocl.Sequence.at..ocl.Integer">

-                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg1zN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs4DWbEeOPc97Zf4cqhQ"/>

                   <argument xsi:type="pivot:VariableExp" isRequired="false" type="#Integer"

-                      referredVariable="#_L6Wg1jN5EeOcm8N4Cpt6Tg"/>

+                      referredVariable="#_5xYs3zWbEeOPc97Zf4cqhQ"/>

                 </source>

                 <argument xsi:type="pivot:OperationCallExp" isRequired="false" type="#T.ocl..OrderedSetT"

                     referredOperation="#o.ocl.Sequence.at..ocl.Integer">

-                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_L6Wg2TN5EeOcm8N4Cpt6Tg"/>

+                  <source xsi:type="pivot:VariableExp" type="#OrderedSet" referredVariable="#_5xYs4jWbEeOPc97Zf4cqhQ"/>

                   <argument xsi:type="pivot:OperationCallExp" name="+" type="#Integer"

                       referredOperation="#o.ocl.Integer.%43%..ocl.OclSelf">

                     <source xsi:type="pivot:VariableExp" isRequired="false" type="#Integer"

-                        referredVariable="#_L6Wg1jN5EeOcm8N4Cpt6Tg"/>

+                        referredVariable="#_5xYs3zWbEeOPc97Zf4cqhQ"/>

                     <argument xsi:type="pivot:UnlimitedNaturalLiteralExp" type="#UnlimitedNatural"

                         unlimitedNaturalSymbol="1"/>

                   </argument>

                 </argument>

               </body>

-              <iterator xmi:id="_L6Wg1jN5EeOcm8N4Cpt6Tg" name="index" isRequired="false"

+              <iterator xmi:id="_5xYs3zWbEeOPc97Zf4cqhQ" name="index" isRequired="false"

                   type="#Integer" representedParameter="#i0i.ocl.Collection.forAll..T"/>

             </bodyExpression>

-            <contextVariable xmi:id="_L6Wg1zN5EeOcm8N4Cpt6Tg" name="self" type="#OrderedSet"/>

-            <parameterVariable xmi:id="_L6Wg2DN5EeOcm8N4Cpt6Tg" name="object" type="#T.ocl..OrderedSetT"

+            <contextVariable xmi:id="_5xYs4DWbEeOPc97Zf4cqhQ" name="self" type="#OrderedSet"/>

+            <parameterVariable xmi:id="_5xYs4TWbEeOPc97Zf4cqhQ" name="object" type="#T.ocl..OrderedSetT"

                 representedParameter="#p0o.ocl.OrderedSet.prepend..T"/>

-            <resultVariable xmi:id="_L6Wg2TN5EeOcm8N4Cpt6Tg" name="result" type="#OrderedSet"/>

+            <resultVariable xmi:id="_5xYs4jWbEeOPc97Zf4cqhQ" name="result" type="#OrderedSet"/>

           </specification>

         </postcondition>

       </ownedOperation>

@@ -1737,7 +1737,7 @@
         <ownedComment body="The ordered set of elements with same elements but with the opposite order.&#xA;"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OrderedSet.selectByKind..$$.Metaclass" name="selectByKind"

-          type="#_L6fDsjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

+          type="#_5xYtGTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.OrderedSet.selectByKind..$$.Metaclass"

             parameter="#t.ocl.OrderedSet..selectByKindTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.OrderedSet..selectByKindTT"

@@ -1747,10 +1747,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OrderedSet.selectByKind..$$.Metaclass" name="type"

-            type="#_L6fDszN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtGjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OrderedSet.selectByType..$$.Metaclass" name="selectByType"

-          type="#_L6fDtDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

+          type="#_5xYtGzWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.OrderedSet.selectByType..$$.Metaclass"

             parameter="#t.ocl.OrderedSet..selectByTypeTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.OrderedSet..selectByTypeTT"

@@ -1760,7 +1760,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.OrderedSet.selectByType..$$.Metaclass" name="type"

-            type="#_L6fDtTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtHDWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.OrderedSet.subOrderedSet..ocl.Integer..ocl.Integer"

           name="subOrderedSet" type="#OrderedSet" implementationClass="org.eclipse.ocl.examples.library.collection.OrderedSetSubOrderedSetOperation"

@@ -1873,7 +1873,7 @@
         <ownedComment body="Converts oclText[self] to a string value.&#xA;"/>

       </ownedOperation>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="Sequence" name="Sequence" superClass="#_L6fDtjN5EeOcm8N4Cpt6Tg"

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="Sequence" name="Sequence" superClass="#_5xYtHTWbEeOPc97Zf4cqhQ"

         elementType="#T.ocl..SequenceT">

       <ownedComment body="A sequence is a collection where the elements are ordered.&#xA;An element may be part of a sequence more than once.&#xA;Sequence is itself an instance of the metatype SequenceType.&#xA;A Sentence is not a subtype of Bag.&#xA;The common supertype of Sentence and Bags is Collection.&#xA;"/>

       <ownedAnnotation name="http://www.omg.org/ocl">

@@ -1889,13 +1889,13 @@
         </ownedParameter>

       </ownedTemplateSignature>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Sequence.closure..T"

-          name="closure" type="#_L6fDtzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.ClosureIteration">

+          name="closure" type="#_5xYtHjWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.ClosureIteration">

         <ownedComment body="The closure of applying body transitively to every distinct element of the source collection.&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Sequence.closure..T" name="lambda" type="#_L6fDuDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Sequence.closure..T" name="lambda" type="#_5xYtHzWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.closure..T" name="i" type="#T.ocl..SequenceT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Sequence.collect..T"

-          name="collect" type="#_L6fDuTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

+          name="collect" type="#_5xYtIDWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.CollectIteration">

         <ownedTemplateSignature xmi:id="s.i.ocl.Sequence.collect..T" parameter="#t.ocl.Sequence..collectV">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Sequence..collectV"

               parameteredElement="#T.ocl.Sequence..collectV">

@@ -1904,7 +1904,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Sequence.collect..T" name="lambda" isRequired="false"

-            type="#_L6fDujN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtITWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.collect..T" name="i" isRequired="false"

             type="#T.ocl..SequenceT"/>

       </ownedOperation>

@@ -1919,28 +1919,28 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0i.ocl.Sequence.collectNested..T" name="lambda" isRequired="false"

-            type="#_L6fDuzN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtIjWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.collectNested..T" name="i" isRequired="false"

             type="#T.ocl..SequenceT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Sequence.reject..T"

           name="reject" type="#Sequence" implementationClass="org.eclipse.ocl.examples.library.iterator.RejectIteration">

         <ownedComment body="The subsequence of the source sequence for which body is oclText[false].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Sequence.reject..T" name="lambda" type="#_L6fDvDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Sequence.reject..T" name="lambda" type="#_5xYtIzWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.reject..T" name="i" isRequired="false"

             type="#T.ocl..SequenceT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Sequence.select..T"

           name="select" type="#Sequence" implementationClass="org.eclipse.ocl.examples.library.iterator.SelectIteration">

         <ownedComment body="The subsequence of the source sequence for which body is oclText[true].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Sequence.select..T" name="lambda" type="#_L6fDvDN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Sequence.select..T" name="lambda" type="#_5xYtIzWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.select..T" name="i" isRequired="false"

             type="#T.ocl..SequenceT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Sequence.sortedBy..T"

           name="sortedBy" type="#Sequence" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the Sequence containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c then a &lt; c).&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Sequence.sortedBy..T" name="lambda" type="#_L6fDvTN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Sequence.sortedBy..T" name="lambda" type="#_5xYtJDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Sequence.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..SequenceT"/>

       </ownedOperation>

@@ -1985,14 +1985,14 @@
           type="#Sequence" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingAllOperation">

         <ownedComment body="The sequence containing all elements of oclText[self] apart from all occurrences of all objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Sequence.excludingAll..$$.Collection" name="objects"

-            type="#_L6ZkKTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7DWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Sequence.first" name="first" isRequired="false"

           type="#T.ocl..SequenceT" implementationClass="org.eclipse.ocl.examples.library.collection.OrderedCollectionFirstOperation"

           isInvalidating="true">

         <ownedComment body="The first element in oclText[self].&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Sequence.flatten" name="flatten" type="#_L6fDvjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Sequence.flatten" name="flatten" type="#_5xYtJTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionFlattenOperation">

         <ownedComment body="Redefines the Collection operation. If the element type is not a collection type, this results in the same sequence as oclText[self].&#xA;If the element type is a collection type, the result is the sequence containing all the elements&#xA;of all the recursively flattened elements of oclText[self]. The order of the elements is partial.&#xA;"/>

         <ownedTemplateSignature xmi:id="s.o.ocl.Sequence.flatten" parameter="#t.ocl.Sequence..flattenT2">

@@ -2046,7 +2046,7 @@
         <ownedComment body="The sequence containing the same elements but with the opposite order.&#xA;"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Sequence.selectByKind..$$.Metaclass" name="selectByKind"

-          type="#_L6fDvzN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

+          type="#_5xYtJjWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Sequence.selectByKind..$$.Metaclass"

             parameter="#t.ocl.Sequence..selectByKindTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Sequence..selectByKindTT"

@@ -2056,10 +2056,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Sequence.selectByKind..$$.Metaclass" name="type"

-            type="#_L6fDwDN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtJzWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Sequence.selectByType..$$.Metaclass" name="selectByType"

-          type="#_L6fDwTN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

+          type="#_5xYtKDWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Sequence.selectByType..$$.Metaclass"

             parameter="#t.ocl.Sequence..selectByTypeTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Sequence..selectByTypeTT"

@@ -2069,7 +2069,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Sequence.selectByType..$$.Metaclass" name="type"

-            type="#_L6fDwjN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtKTWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Sequence.subSequence..ocl.Integer..ocl.Integer"

           name="subSequence" type="#Sequence" implementationClass="org.eclipse.ocl.examples.library.collection.SequenceSubSequenceOperation"

@@ -2081,7 +2081,7 @@
             name="upper" type="#Integer"/>

       </ownedOperation>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="Set" name="Set" superClass="#_L6fDwzN5EeOcm8N4Cpt6Tg #_L6fDxDN5EeOcm8N4Cpt6Tg"

+    <ownedType xsi:type="pivot:SetType" xmi:id="Set" name="Set" superClass="#_5xYtKjWbEeOPc97Zf4cqhQ #_5xYtKzWbEeOPc97Zf4cqhQ"

         elementType="#T.ocl..SetT">

       <ownedAnnotation name="http://www.omg.org/ocl">

         <ownedDetail name="ClassGroup">

@@ -2098,21 +2098,21 @@
       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Set.reject..T" name="reject"

           type="#Set" implementationClass="org.eclipse.ocl.examples.library.iterator.RejectIteration">

         <ownedComment body="The subset of the source set for which body is oclText[false].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Set.reject..T" name="lambda" type="#_L6fDxTN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Set.reject..T" name="lambda" type="#_5xYtLDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Set.reject..T" name="i" isRequired="false"

             type="#T.ocl..SetT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Set.select..T" name="select"

           type="#Set" implementationClass="org.eclipse.ocl.examples.library.iterator.SelectIteration">

         <ownedComment body="The subset of set for which expr is oclText[true].&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Set.select..T" name="lambda" type="#_L6fDxTN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Set.select..T" name="lambda" type="#_5xYtLDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Set.select..T" name="i" isRequired="false"

             type="#T.ocl..SetT"/>

       </ownedOperation>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.Set.sortedBy..T" name="sortedBy"

-          type="#_L6fDxjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

+          type="#_5xYtLTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the ordered set containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c, then a &lt; c).&#xA;"/>

-        <ownedParameter xmi:id="p0i.ocl.Set.sortedBy..T" name="lambda" type="#_L6fDxzN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0i.ocl.Set.sortedBy..T" name="lambda" type="#_5xYtLjWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.Set.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..SetT"/>

       </ownedOperation>

@@ -2132,7 +2132,7 @@
           implementationClass="org.eclipse.ocl.examples.library.collection.SetMinusOperation"

           precedence="#Z.ADDITIVE">

         <ownedComment body="The elements of oclText[self], which are not in s.&#xA;"/>

-        <ownedParameter xmi:id="p0o.ocl.Set.%45%..$$.UniqueCollection" name="s" type="#_L6ecpzN5EeOcm8N4Cpt6Tg"/>

+        <ownedParameter xmi:id="p0o.ocl.Set.%45%..$$.UniqueCollection" name="s" type="#_5xYtFjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Set.excluding..ocl.OclAny" name="excluding" type="#Set"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingOperation">

@@ -2144,9 +2144,9 @@
           type="#Set" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionExcludingAllOperation">

         <ownedComment body="The set containing all elements of oclText[self] apart from all occurrences of all objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Set.excludingAll..$$.Collection" name="objects"

-            type="#_L6ZkKTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYs7DWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.Set.flatten" name="flatten" type="#_L6fqwDN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.Set.flatten" name="flatten" type="#_5xYtLzWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.collection.CollectionFlattenOperation">

         <ownedComment body="Redefines the Collection operation. If the element type is not a collection type, this results in the same set as oclText[self].&#xA;If the element type is a collection type, the result is the set containing all the elements of all the recursively flattened elements of oclText[self].&#xA;"/>

         <ownedTemplateSignature xmi:id="s.o.ocl.Set.flatten" parameter="#t.ocl.Set..flattenT2">

@@ -2167,10 +2167,10 @@
           type="#Set" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIncludingAllOperation">

         <ownedComment body="The set containing all elements of oclText[self] and objects.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.Set.includingAll..$$.Collection" name="objects"

-            type="#_L6fqwTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtMDWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Set.selectByKind..$$.Metaclass" name="selectByKind"

-          type="#_L6fqwjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

+          type="#_5xYtMTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByKindOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Set.selectByKind..$$.Metaclass" parameter="#t.ocl.Set..selectByKindTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Set..selectByKindTT"

               parameteredElement="#T.ocl.Set..selectByKindTT">

@@ -2179,10 +2179,10 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Set.selectByKind..$$.Metaclass" name="type"

-            type="#_L6fqwzN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtMjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.Set.selectByType..$$.Metaclass" name="selectByType"

-          type="#_L6fqxDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

+          type="#_5xYtMzWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionSelectByTypeOperation">

         <ownedTemplateSignature xmi:id="s.o.ocl.Set.selectByType..$$.Metaclass" parameter="#t.ocl.Set..selectByTypeTT">

           <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.ocl.Set..selectByTypeTT"

               parameteredElement="#T.ocl.Set..selectByTypeTT">

@@ -2191,7 +2191,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.Set.selectByType..$$.Metaclass" name="type"

-            type="#_L6fqxTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xYtNDWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.ocl.State" name="State" superClass="#T.ocl.OclState">

@@ -2231,7 +2231,7 @@
         <ownedComment body="Queries the character at position i in oclText[self].&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.String.at..ocl.Integer" name="i" type="#Integer"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.String.characters" name="characters" type="#_L6fqxjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.String.characters" name="characters" type="#_5xYtNTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.string.StringCharactersOperation">

         <ownedComment body="Obtains the characters of oclText[self] as a sequence.&#xA;"/>

       </ownedOperation>

@@ -2357,18 +2357,18 @@
           implementationClass="org.eclipse.ocl.examples.library.string.StringToUpperCaseOperation">

         <ownedComment body="Converts oclText[self] to upper case, using the locale defined by looking up oclLocale in the current environment.&#xA;Otherwise, returns the same string as oclText[self].&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.String.tokenize" name="tokenize" type="#_L6fqxjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.String.tokenize" name="tokenize" type="#_5xYtNTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.string.StringTokenizeOperation">

         <ownedComment body="Partition oclText[self] into a sequence substrings separated by any of space, line-feed, carriage-return, form-feed and horizontal-tab delimiters.&#xA;The delimiters are omitted from the return.&#xA;"/>

       </ownedOperation>

-      <ownedOperation xmi:id="o.ocl.String.tokenize..ocl.String" name="tokenize" type="#_L6fqxjN5EeOcm8N4Cpt6Tg"

+      <ownedOperation xmi:id="o.ocl.String.tokenize..ocl.String" name="tokenize" type="#_5xYtNTWbEeOPc97Zf4cqhQ"

           implementationClass="org.eclipse.ocl.examples.library.string.StringTokenizeOperation">

         <ownedComment body="Partition oclText[self] into a sequence substrings separated by characters in the delimiters. The delimiters are omitted from the return.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.String.tokenize..ocl.String" name="delimiters"

             type="#String"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.String.tokenize..ocl.String..ocl.Boolean" name="tokenize"

-          type="#_L6fqxjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.string.StringTokenizeOperation">

+          type="#_5xYtNTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.string.StringTokenizeOperation">

         <ownedComment body="Partition oclText[self] into a sequence substrings separated by characters in the delimiters. If returnDelimeters is&#xA;true the returned sequence includes the delimiters, otherwise the delimiters are omitted.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.String.tokenize..ocl.String..ocl.Boolean"

             name="delimiters" type="#String"/>

@@ -2405,7 +2405,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.ocl.Type" name="Type" superClass="#T.ocl.OclType"/>

     <ownedType xsi:type="pivot:CollectionType" xmi:id="UniqueCollection" name="UniqueCollection"

-        superClass="#_L6fqxzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+        superClass="#_5xYtNjWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <ownedComment body="The UniqueCollection type provides the shared functionality of the OrderedSet and Set&#xA;collections for which the elements are unique.&#xA;The common supertype of UniqueCollection is Collection.&#xA;"/>

       <ownedAnnotation name="http://www.omg.org/ocl">

         <ownedDetail name="ClassGroup">

@@ -2420,10 +2420,10 @@
         </ownedParameter>

       </ownedTemplateSignature>

       <ownedOperation xsi:type="pivot:Iteration" xmi:id="i.ocl.UniqueCollection.sortedBy..T"

-          name="sortedBy" type="#_L6fqyDN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

+          name="sortedBy" type="#_5xYtNzWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.iterator.SortedByIteration">

         <ownedComment body="Results in the ordered set containing all elements of the source collection.&#xA;The element for which body has the lowest value comes first, and so on.&#xA;The type of the body expression must have the &lt; operation defined.&#xA;The &lt; operation must return a Boolean value and must be transitive (i.e., if a &lt; b and b &lt; c, then a &lt; c).&#xA;"/>

         <ownedParameter xmi:id="p0i.ocl.UniqueCollection.sortedBy..T" name="lambda"

-            type="#_L6fqyTN5EeOcm8N4Cpt6Tg"/>

+            type="#_5xh2sDWbEeOPc97Zf4cqhQ"/>

         <ownedIterator xmi:id="i0i.ocl.UniqueCollection.sortedBy..T" name="i" isRequired="false"

             type="#T.ocl..UniqueCollectionT"/>

       </ownedOperation>

@@ -2432,22 +2432,22 @@
           precedence="#Z.ADDITIVE">

         <ownedComment body="The elements of oclText[self], which are not in s.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.UniqueCollection.%45%..$$.UniqueCollection"

-            name="s" type="#_L6ecpzN5EeOcm8N4Cpt6Tg"/>

+            name="s" type="#_5xYtFjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.UniqueCollection.intersection..$$.Collection"

-          name="intersection" type="#_L6fqyjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

+          name="intersection" type="#_5xh2sTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionIntersectionOperation">

         <ownedComment body="The intersection of oclText[self] and c (i.e., the set of all elements that are in both oclText[self] and c).&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.UniqueCollection.intersection..$$.Collection"

-            name="c" type="#_L6fqxzN5EeOcm8N4Cpt6Tg"/>

+            name="c" type="#_5xYtNjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.UniqueCollection.symmetricDifference..$$.UniqueCollection"

-          name="symmetricDifference" type="#_L6fqyjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.SetSymmetricDifferenceOperation">

+          name="symmetricDifference" type="#_5xh2sTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.SetSymmetricDifferenceOperation">

         <ownedComment body="The set containing all the elements that are in oclText[self] or s, but not in both.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.UniqueCollection.symmetricDifference..$$.UniqueCollection"

-            name="s" type="#_L6ecpzN5EeOcm8N4Cpt6Tg"/>

+            name="s" type="#_5xYtFjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

       <ownedOperation xmi:id="o.ocl.UniqueCollection.union..ocl.UniqueCollection"

-          name="union" type="#_L6fqyjN5EeOcm8N4Cpt6Tg" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionUnionOperation">

+          name="union" type="#_5xh2sTWbEeOPc97Zf4cqhQ" implementationClass="org.eclipse.ocl.examples.library.collection.CollectionUnionOperation">

         <ownedComment body="The set consisting of all elements in oclText[self] and all elements in s.&#xA;"/>

         <ownedParameter xmi:id="p0o.ocl.UniqueCollection.union..ocl.UniqueCollection"

             name="s" type="#UniqueCollection"/>

@@ -2473,7 +2473,7 @@
           </ownedParameter>

         </ownedTemplateSignature>

         <ownedParameter xmi:id="p0o.ocl.UnlimitedNatural.oclAsType..$$.Metaclass"

-            name="type" type="#_L6fqyzN5EeOcm8N4Cpt6Tg"/>

+            name="type" type="#_5xh2sjWbEeOPc97Zf4cqhQ"/>

       </ownedOperation>

     </ownedType>

     <ownedPrecedence xmi:id="Z.NAVIGATION" name="NAVIGATION"/>

@@ -2487,755 +2487,755 @@
     <ownedPrecedence xmi:id="Z.XOR" name="XOR" order="8"/>

     <ownedPrecedence xmi:id="Z.IMPLIES" name="IMPLIES" order="9"/>

   </nestedPackage>

-  <nestedPackage xmi:id="P.$$" name="$$" nsURI="http://www.eclipse.org/ocl/3.1.0/orphanage">

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6ZkIDN5EeOcm8N4Cpt6Tg" name="Collection"

+  <nestedPackage xmi:id="P.$$" name="$$" nsPrefix="orphanage" nsURI="http://www.eclipse.org/ocl/3.1.0/orphanage">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs4zWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..BagT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..BagT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6ZkITN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6fqzDN5EeOcm8N4Cpt6Tg #_L6fqzTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..BagT">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYs5DWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh2szWbEeOPc97Zf4cqhQ #_5xh2tDWbEeOPc97Zf4cqhQ" elementType="#T.ocl..BagT">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl..BagT" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkIjN5EeOcm8N4Cpt6Tg" name="Lambda"

-        superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#_L6ZkITN5EeOcm8N4Cpt6Tg"/>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6ZkIzN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fqzjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Bag..collectV">

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs5TWbEeOPc97Zf4cqhQ" name="Lambda"

+        superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#_5xYs5DWbEeOPc97Zf4cqhQ"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYs5jWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh2tTWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Bag..collectV">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Bag..collectV" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkJDN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs5zWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#T.ocl.Bag..collectV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkJTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs6DWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#T.ocl.Bag..collectNestedV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkJjN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs6TWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#Boolean"/>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6ZkJzN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6ZkIDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..BagT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYs6jWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xYs4zWbEeOPc97Zf4cqhQ" elementType="#T.ocl..BagT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..BagT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkKDN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs6zWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..BagT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6ZkKTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs7DWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.OclAny">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.OclAny" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6ZkKjN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fqzzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Bag..flattenT2">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYs7TWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh2tjWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Bag..flattenT2">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Bag..flattenT2" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6ZkKzN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fq0DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Bag..selectByKindTT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYs7jWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh2tzWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Bag..selectByKindTT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Bag..selectByKindTT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6ZkLDN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYs7zWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Bag..selectByKindTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Bag..selectByKindTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6ZkLTN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fq0TN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Bag..selectByTypeTT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYs8DWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh2uDWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Bag..selectByTypeTT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Bag..selectByTypeTT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6ZkLjN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYs8TWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Bag..selectByTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Bag..selectByTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6ZkLzN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6fq0jN5EeOcm8N4Cpt6Tg #_L6fq0zN5EeOcm8N4Cpt6Tg" elementType="#OclSelf">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYs8jWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh2uTWbEeOPc97Zf4cqhQ #_5xh2ujWbEeOPc97Zf4cqhQ" elementType="#OclSelf">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#OclSelf" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ZkMDN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs8zWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..CollectionT" resultType="#Boolean"/>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6ZkMTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs9DWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..collectV">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..collectV" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6aLMDN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs9TWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..CollectionT" resultType="#T.ocl.Collection..collectV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6aLMTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs9jWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..CollectionT" resultType="#T.ocl.Collection..collectNestedV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6aLMjN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs9zWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..CollectionT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6aLMzN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYs-DWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..CollectionT" resultType="#T.ocl.Collection..iterateTacc"/>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6aLNDN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6fq1DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..CollectionT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYs-TWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh2uzWbEeOPc97Zf4cqhQ" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6aLNTN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fq1DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..CollectionT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYs-jWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh2uzWbEeOPc97Zf4cqhQ" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6aLNjN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6aLNDN5EeOcm8N4Cpt6Tg #_L6aLOzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..CollectionT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYs-zWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xYs-TWbEeOPc97Zf4cqhQ #_5xYtADWbEeOPc97Zf4cqhQ" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6aLNzN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6aLNTN5EeOcm8N4Cpt6Tg #_L6aLOzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..CollectionT">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYs_DWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xYs-jWbEeOPc97Zf4cqhQ #_5xYtADWbEeOPc97Zf4cqhQ" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLODN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs_TWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..excludesAllT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..excludesAllT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLOTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs_jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..flattenT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..flattenT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLOjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYs_zWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..includesAllT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..includesAllT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLOzN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6fq1DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..CollectionT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtADWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh2uzWbEeOPc97Zf4cqhQ" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6aLPDN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6gR0jN5EeOcm8N4Cpt6Tg #_L6gR0zN5EeOcm8N4Cpt6Tg" elementType="#_L6fq1TN5EeOcm8N4Cpt6Tg">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYtATWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh2vzWbEeOPc97Zf4cqhQ #_5xh2wDWbEeOPc97Zf4cqhQ" elementType="#_5xh2vDWbEeOPc97Zf4cqhQ">

       <templateBinding signature="#s.Set">

-        <parameterSubstitution actual="#_L6fq1TN5EeOcm8N4Cpt6Tg" formal="#t.ocl..SetT"/>

+        <parameterSubstitution actual="#_5xh2vDWbEeOPc97Zf4cqhQ" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLPTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtAjWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..productT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..productT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLPjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtAzWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..selectByKindTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..selectByKindTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6aLPzN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtBDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Collection..selectByKindTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Collection..selectByKindTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6aLQDN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtBTWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Collection..selectByTypeTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Collection..selectByTypeTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6aLQTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtBjWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Collection..selectByTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Collection..selectByTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6aLQjN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6gR1DN5EeOcm8N4Cpt6Tg #_L6gR1TN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.EnumerationLiteral">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtBzWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh2wTWbEeOPc97Zf4cqhQ #_5xh2wjWbEeOPc97Zf4cqhQ" elementType="#T.ocl.EnumerationLiteral">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl.EnumerationLiteral" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cncDN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtCDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclAny..oclAsTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclAny..oclAsTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cncTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtCTWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclInvalid">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclInvalid" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cncjN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtCjWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclAny..oclIsKindOfT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclAny..oclIsKindOfT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cnczN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtCzWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclAny..oclIsTypeOfT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclAny..oclIsTypeOfT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cndDN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtDDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclVoid">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclVoid" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6cndTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtDTWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#OclSelf">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#OclSelf" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6cndjN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6gR1jN5EeOcm8N4Cpt6Tg #_L6gR1zN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OclElement">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYtDjWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh2wzWbEeOPc97Zf4cqhQ #_5xh2xDWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OclElement">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl.OclElement" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6ecoDN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtDzWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclInvalid..oclAsTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclInvalid..oclAsTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6ecoTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtEDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclInvalid..oclIsKindOfT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclInvalid..oclIsKindOfT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6ecojN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtETWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OclInvalid..oclIsTypeOfT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OclInvalid..oclIsTypeOfT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6ecozN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6gR2DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..OrderedSetT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtEjWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh2xTWbEeOPc97Zf4cqhQ" elementType="#T.ocl..OrderedSetT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..OrderedSetT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6ecpDN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6gR2DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..OrderedSetT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtEzWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh2xTWbEeOPc97Zf4cqhQ" elementType="#T.ocl..OrderedSetT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..OrderedSetT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ecpTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtFDWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..OrderedSetT" resultType="#Boolean"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6ecpjN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtFTWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..OrderedSetT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6ecpzN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6ZkKTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OclAny">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtFjWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xYs7DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OclAny">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.OclAny" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fDsDN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6gR2TN5EeOcm8N4Cpt6Tg #_L6gR2jN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..flattenT2">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtFzWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh2xjWbEeOPc97Zf4cqhQ #_5xh2xzWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..flattenT2">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl.OrderedSet..flattenT2" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fDsTN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6gR2zN5EeOcm8N4Cpt6Tg" elementType="#Integer">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtGDWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh2yDWbEeOPc97Zf4cqhQ" elementType="#Integer">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#Integer" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fDsjN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6gR3DN5EeOcm8N4Cpt6Tg #_L6gR3TN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByKindTT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtGTWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh2yTWbEeOPc97Zf4cqhQ #_5xh2yjWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByKindTT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByKindTT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fDszN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtGjWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OrderedSet..selectByKindTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByKindTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fDtDN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6gR3jN5EeOcm8N4Cpt6Tg #_L6g44DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByTypeTT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtGzWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh2yzWbEeOPc97Zf4cqhQ #_5xh2zDWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByTypeTT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByTypeTT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fDtTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtHDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.OrderedSet..selectByTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fDtjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtHTWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..SequenceT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..SequenceT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fDtzN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6g44TN5EeOcm8N4Cpt6Tg #_L6g44jN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SequenceT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtHjWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh2zTWbEeOPc97Zf4cqhQ #_5xh2zjWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SequenceT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl..SequenceT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDuDN5EeOcm8N4Cpt6Tg" name="Lambda"

-        superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#_L6fDtzN5EeOcm8N4Cpt6Tg"/>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fDuTN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6g44zN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Sequence..collectV">

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtHzWbEeOPc97Zf4cqhQ" name="Lambda"

+        superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#_5xYtHjWbEeOPc97Zf4cqhQ"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtIDWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh2zzWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Sequence..collectV">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.Sequence..collectV" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDujN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtITWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#T.ocl.Sequence..collectV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDuzN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtIjWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#T.ocl.Sequence..collectNestedV"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDvDN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtIzWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#Boolean"/>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDvTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtJDWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SequenceT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fDvjN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6g45DN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Sequence..flattenT2">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtJTWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh20DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Sequence..flattenT2">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.Sequence..flattenT2" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fDvzN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6g45TN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Sequence..selectByKindTT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtJjWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh20TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Sequence..selectByKindTT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByKindTT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fDwDN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtJzWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Sequence..selectByKindTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByKindTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fDwTN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6g45jN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Sequence..selectByTypeTT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtKDWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh20jWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Sequence..selectByTypeTT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByTypeTT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fDwjN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtKTWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Sequence..selectByTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6fDwzN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fqwTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SetT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xYtKjWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xYtMDWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SetT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl..SetT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fDxDN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6fqwTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SetT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtKzWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xYtMDWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SetT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..SetT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDxTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtLDWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SetT" resultType="#Boolean"/>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fDxjN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6iHADN5EeOcm8N4Cpt6Tg #_L6fDxDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SetT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtLTWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh20zWbEeOPc97Zf4cqhQ #_5xYtKzWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SetT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl..SetT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fDxzN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xYtLjWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..SetT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6fqwDN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6iHATN5EeOcm8N4Cpt6Tg #_L6iHAjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..flattenT2">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYtLzWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh21DWbEeOPc97Zf4cqhQ #_5xh21TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..flattenT2">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl.Set..flattenT2" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fqwTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtMDWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..SetT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..SetT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6fqwjN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6iHAzN5EeOcm8N4Cpt6Tg #_L6iHBDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByKindTT">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYtMTWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh21jWbEeOPc97Zf4cqhQ #_5xh21zWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByKindTT">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl.Set..selectByKindTT" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fqwzN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtMjWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Set..selectByKindTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Set..selectByKindTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6fqxDN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6iHBTN5EeOcm8N4Cpt6Tg #_L6iHBjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByTypeTT">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xYtMzWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh22DWbEeOPc97Zf4cqhQ #_5xh22TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByTypeTT">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl.Set..selectByTypeTT" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fqxTN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xYtNDWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.Set..selectByTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.Set..selectByTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6fqxjN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6iHBzN5EeOcm8N4Cpt6Tg" elementType="#String">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xYtNTWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh22jWbEeOPc97Zf4cqhQ" elementType="#String">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#String" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fqxzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xYtNjWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_L6fqyDN5EeOcm8N4Cpt6Tg" name="OrderedSet"

-        superClass="#_L6iHCDN5EeOcm8N4Cpt6Tg #_L6iHCTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5xYtNzWbEeOPc97Zf4cqhQ" name="OrderedSet"

+        superClass="#_5xh22zWbEeOPc97Zf4cqhQ #_5xh23DWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.OrderedSet">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:LambdaType" xmi:id="_L6fqyTN5EeOcm8N4Cpt6Tg" name="Lambda"

+    <ownedType xsi:type="pivot:LambdaType" xmi:id="_5xh2sDWbEeOPc97Zf4cqhQ" name="Lambda"

         superClass="#T.ocl.OclLambda" contextType="#T.ocl..UniqueCollectionT" resultType="#T.ocl.OclAny"/>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_L6fqyjN5EeOcm8N4Cpt6Tg" name="Set"

-        superClass="#_L6iHCjN5EeOcm8N4Cpt6Tg #_L6iHCTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5xh2sTWbEeOPc97Zf4cqhQ" name="Set"

+        superClass="#_5xh23TWbEeOPc97Zf4cqhQ #_5xh23DWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.Set">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:Metaclass" xmi:id="_L6fqyzN5EeOcm8N4Cpt6Tg" name="Metaclass"

+    <ownedType xsi:type="pivot:Metaclass" xmi:id="_5xh2sjWbEeOPc97Zf4cqhQ" name="Metaclass"

         superClass="#T.ocl.Class #T.ocl.OclType" instanceType="#T.ocl.UnlimitedNatural..oclAsTypeTT">

       <templateBinding signature="#s.Metaclass">

         <parameterSubstitution actual="#T.ocl.UnlimitedNatural..oclAsTypeTT" formal="#t.ocl..MetaclassT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6fqzDN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6ZkIDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..BagT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh2szWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xYs4zWbEeOPc97Zf4cqhQ" elementType="#T.ocl..BagT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl..BagT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fqzTN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6ZkIDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..BagT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2tDWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xYs4zWbEeOPc97Zf4cqhQ" elementType="#T.ocl..BagT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..BagT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fqzjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2tTWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Bag..collectV">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Bag..collectV" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fqzzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2tjWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Bag..flattenT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Bag..flattenT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fq0DN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2tzWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Bag..selectByKindTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Bag..selectByKindTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fq0TN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2uDWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Bag..selectByTypeTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Bag..selectByTypeTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6fq0jN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iHCzN5EeOcm8N4Cpt6Tg" elementType="#OclSelf">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh2uTWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh23jWbEeOPc97Zf4cqhQ" elementType="#OclSelf">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#OclSelf" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fq0zN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iHCzN5EeOcm8N4Cpt6Tg" elementType="#OclSelf">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2ujWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh23jWbEeOPc97Zf4cqhQ" elementType="#OclSelf">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#OclSelf" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6fq1DN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2uzWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..CollectionT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..CollectionT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:TupleType" xmi:id="_L6fq1TN5EeOcm8N4Cpt6Tg" name="Tuple"

+    <ownedType xsi:type="pivot:TupleType" xmi:id="_5xh2vDWbEeOPc97Zf4cqhQ" name="Tuple"

         superClass="#T.ocl.OclTuple">

-      <ownedAttribute xmi:id="_L6gR0DN5EeOcm8N4Cpt6Tg" name="first" type="#T.ocl..CollectionT"/>

-      <ownedAttribute xmi:id="_L6gR0TN5EeOcm8N4Cpt6Tg" name="second" type="#T.ocl.Collection..productT2"/>

+      <ownedAttribute xmi:id="_5xh2vTWbEeOPc97Zf4cqhQ" name="first" type="#T.ocl..CollectionT"/>

+      <ownedAttribute xmi:id="_5xh2vjWbEeOPc97Zf4cqhQ" name="second" type="#T.ocl.Collection..productT2"/>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6gR0jN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iuEDN5EeOcm8N4Cpt6Tg" elementType="#_L6fq1TN5EeOcm8N4Cpt6Tg">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh2vzWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh23zWbEeOPc97Zf4cqhQ" elementType="#_5xh2vDWbEeOPc97Zf4cqhQ">

       <templateBinding signature="#s.Bag">

-        <parameterSubstitution actual="#_L6fq1TN5EeOcm8N4Cpt6Tg" formal="#t.ocl..BagT"/>

+        <parameterSubstitution actual="#_5xh2vDWbEeOPc97Zf4cqhQ" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR0zN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuEDN5EeOcm8N4Cpt6Tg" elementType="#_L6fq1TN5EeOcm8N4Cpt6Tg">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2wDWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh23zWbEeOPc97Zf4cqhQ" elementType="#_5xh2vDWbEeOPc97Zf4cqhQ">

       <templateBinding signature="#s.UniqueCollection">

-        <parameterSubstitution actual="#_L6fq1TN5EeOcm8N4Cpt6Tg" formal="#t.ocl..UniqueCollectionT"/>

+        <parameterSubstitution actual="#_5xh2vDWbEeOPc97Zf4cqhQ" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6gR1DN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6iuETN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.EnumerationLiteral">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh2wTWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh24DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.EnumerationLiteral">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.EnumerationLiteral" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR1TN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuETN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.EnumerationLiteral">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2wjWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh24DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.EnumerationLiteral">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.EnumerationLiteral" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6gR1jN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iuEjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OclElement">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh2wzWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh24TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OclElement">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.OclElement" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR1zN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuEjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OclElement">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2xDWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh24TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OclElement">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.OclElement" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR2DN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2xTWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl..OrderedSetT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl..OrderedSetT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6gR2TN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6iuEzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..flattenT2">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh2xjWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh24jWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..flattenT2">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.OrderedSet..flattenT2" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR2jN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuEzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..flattenT2">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2xzWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh24jWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..flattenT2">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..flattenT2" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR2zN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2yDWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#Integer">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#Integer" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6gR3DN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6iuFDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByKindTT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh2yTWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh24zWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByKindTT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByKindTT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6gR3TN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuFDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByKindTT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2yjWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh24zWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByKindTT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByKindTT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6gR3jN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6iuFTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByTypeTT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh2yzWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xh25DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByTypeTT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByTypeTT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g44DN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuFTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.OrderedSet..selectByTypeTT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2zDWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh25DWbEeOPc97Zf4cqhQ" elementType="#T.ocl.OrderedSet..selectByTypeTT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByTypeTT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6g44TN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6fDtjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SequenceT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh2zTWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xYtHTWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SequenceT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..SequenceT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g44jN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6fDtjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SequenceT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2zjWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xYtHTWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SequenceT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..SequenceT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g44zN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh2zzWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Sequence..collectV">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Sequence..collectV" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g45DN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh20DWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Sequence..flattenT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Sequence..flattenT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g45TN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh20TWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Sequence..selectByKindTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByKindTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6g45jN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh20jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Sequence..selectByTypeTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Sequence..selectByTypeTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6iHADN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6fqwTN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..SetT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh20zWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xYtMDWbEeOPc97Zf4cqhQ" elementType="#T.ocl..SetT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..SetT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6iHATN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iuFjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..flattenT2">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh21DWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh25TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..flattenT2">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Set..flattenT2" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHAjN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuFjN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..flattenT2">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh21TWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh25TWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..flattenT2">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.Set..flattenT2" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6iHAzN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iuFzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByKindTT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh21jWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh25jWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByKindTT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Set..selectByKindTT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHBDN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuFzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByKindTT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh21zWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh25jWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByKindTT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.Set..selectByKindTT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6iHBTN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6iuGDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByTypeTT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh22DWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xh25zWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByTypeTT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl.Set..selectByTypeTT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHBjN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6iuGDN5EeOcm8N4Cpt6Tg" elementType="#T.ocl.Set..selectByTypeTT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh22TWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xh25zWbEeOPc97Zf4cqhQ" elementType="#T.ocl.Set..selectByTypeTT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl.Set..selectByTypeTT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHBzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh22jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#String">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#String" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_L6iHCDN5EeOcm8N4Cpt6Tg" name="Sequence"

-        superClass="#_L6fqxzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5xh22zWbEeOPc97Zf4cqhQ" name="Sequence"

+        superClass="#_5xYtNjWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.Sequence">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHCTN5EeOcm8N4Cpt6Tg" name="UniqueCollection"

-        superClass="#_L6fqxzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh23DWbEeOPc97Zf4cqhQ" name="UniqueCollection"

+        superClass="#_5xYtNjWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.UniqueCollection">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_L6iHCjN5EeOcm8N4Cpt6Tg" name="Bag"

-        superClass="#_L6fqxzN5EeOcm8N4Cpt6Tg" elementType="#T.ocl..UniqueCollectionT">

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5xh23TWbEeOPc97Zf4cqhQ" name="Bag"

+        superClass="#_5xYtNjWbEeOPc97Zf4cqhQ" elementType="#T.ocl..UniqueCollectionT">

       <templateBinding signature="#s.Bag">

         <parameterSubstitution actual="#T.ocl..UniqueCollectionT" formal="#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iHCzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh23jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#OclSelf">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#OclSelf" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuEDN5EeOcm8N4Cpt6Tg" name="Collection"

-        superClass="#T.ocl.OclAny" elementType="#_L6fq1TN5EeOcm8N4Cpt6Tg">

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh23zWbEeOPc97Zf4cqhQ" name="Collection"

+        superClass="#T.ocl.OclAny" elementType="#_5xh2vDWbEeOPc97Zf4cqhQ">

       <templateBinding signature="#s.Collection">

-        <parameterSubstitution actual="#_L6fq1TN5EeOcm8N4Cpt6Tg" formal="#t.ocl..CollectionT"/>

+        <parameterSubstitution actual="#_5xh2vDWbEeOPc97Zf4cqhQ" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuETN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh24DWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.EnumerationLiteral">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.EnumerationLiteral" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuEjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh24TWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.OclElement">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.OclElement" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuEzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh24jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.OrderedSet..flattenT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..flattenT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuFDN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh24zWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.OrderedSet..selectByKindTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByKindTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuFTN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh25DWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.OrderedSet..selectByTypeTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.OrderedSet..selectByTypeTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuFjN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh25TWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Set..flattenT2">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Set..flattenT2" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuFzN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh25jWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Set..selectByKindTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Set..selectByKindTT" formal="#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_L6iuGDN5EeOcm8N4Cpt6Tg" name="Collection"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5xh25zWbEeOPc97Zf4cqhQ" name="Collection"

         superClass="#T.ocl.OclAny" elementType="#T.ocl.Set..selectByTypeTT">

       <templateBinding signature="#s.Collection">

         <parameterSubstitution actual="#T.ocl.Set..selectByTypeTT" formal="#t.ocl..CollectionT"/>

diff --git a/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLMetaModel.java b/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLMetaModel.java
index c33a476..c8cd1f5 100644
--- a/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLMetaModel.java
+++ b/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLMetaModel.java
@@ -132,7 +132,7 @@
 			installComments();
 		}
 	
-		protected final @NonNull Package pk_$$ = createPackage("$$", null, "http://www.eclipse.org/ocl/3.1.0/orphanage");
+		protected final @NonNull Package pk_$$ = createPackage("$$", "orphanage", "http://www.eclipse.org/ocl/3.1.0/orphanage");
 		
 		protected void installPackages() {
 			root.getNestedPackage().add(pk_$$);
diff --git a/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLstdlib.java b/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLstdlib.java
index 7238681..f810d29 100644
--- a/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLstdlib.java
+++ b/examples/org.eclipse.ocl.examples.pivot/emf-gen/org/eclipse/ocl/examples/pivot/model/OCLstdlib.java
@@ -179,7 +179,7 @@
 			return theRoot;
 		}
 	
-		protected final @NonNull Package orphans = createPackage("$$", null, "http://www.eclipse.org/ocl/3.1.0/orphanage");
+		protected final @NonNull Package orphans = createPackage("$$", "orphanage", "http://www.eclipse.org/ocl/3.1.0/orphanage");
 		
 		protected void installPackages() {
 			root.getNestedPackage().add(orphans);
diff --git a/examples/org.eclipse.ocl.examples.pivot/model-gen/Pivot.oclas b/examples/org.eclipse.ocl.examples.pivot/model-gen/Pivot.oclas
index ec0459a..6d17642 100644
--- a/examples/org.eclipse.ocl.examples.pivot/model-gen/Pivot.oclas
+++ b/examples/org.eclipse.ocl.examples.pivot/model-gen/Pivot.oclas
@@ -4,39 +4,39 @@
     name="Pivot.ecore" externalURI="file:/C:/GIT/org.eclipse.ocl/examples/org.eclipse.ocl.examples.pivot/model/Pivot.ecore">

   <nestedPackage xmi:id="P.pivot" name="pivot" nsPrefix="pivot" nsURI="http://www.eclipse.org/ocl/3.1.0/Pivot">

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.Boolean" name="Boolean" instanceClassName="boolean"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        behavioralType="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.17">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        behavioralType="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#Boolean">

       <ownedComment body="A Boolean type is used for logical expression, consisting of the predefined values true and false."/>

     </ownedType>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.Integer" name="Integer" instanceClassName="java.lang.Number"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny">

       <ownedComment body="An integer is a primitive type representing integer values."/>

     </ownedType>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.LibraryFeature" name="LibraryFeature"

         instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryFeature"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"/>

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"/>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.Object" name="Object" instanceClassName="java.lang.Object"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"/>

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"/>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.Real" name="Real" instanceClassName="java.lang.Number"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"/>

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"/>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.String" name="String" instanceClassName="java.lang.String"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        behavioralType="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.20">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        behavioralType="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#String">

       <ownedComment body="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/>

     </ownedType>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.Throwable" name="Throwable"

-        instanceClassName="java.lang.Throwable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"/>

+        instanceClassName="java.lang.Throwable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"/>

     <ownedType xsi:type="pivot:DataType" xmi:id="T.pivot.UnlimitedNatural" name="UnlimitedNatural"

-        instanceClassName="java.lang.Number" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3">

+        instanceClassName="java.lang.Number" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny">

       <ownedComment body="An unlimited natural is a primitive type representing unlimited natural values."/>

     </ownedType>

     <ownedType xsi:type="pivot:Enumeration" xmi:id="T.pivot.AssociativityKind" name="AssociativityKind"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.1">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.Enumeration">

       <ownedLiteral name="Left"/>

       <ownedLiteral name="Right" value="1"/>

     </ownedType>

     <ownedType xsi:type="pivot:Enumeration" xmi:id="T.pivot.CollectionKind" name="CollectionKind"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.1">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.Enumeration">

       <ownedLiteral name="Collection"/>

       <ownedLiteral name="Set" value="1"/>

       <ownedLiteral name="OrderedSet" value="2"/>

@@ -44,7 +44,7 @@
       <ownedLiteral name="Sequence" value="4"/>

     </ownedType>

     <ownedType xsi:type="pivot:Enumeration" xmi:id="T.pivot.PseudostateKind" name="PseudostateKind"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.1">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.Enumeration">

       <ownedComment body="PseudostateKind is an enumeration type."/>

       <ownedLiteral name="initial">

         <ownedComment body="An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard."/>

@@ -78,7 +78,7 @@
       </ownedLiteral>

     </ownedType>

     <ownedType xsi:type="pivot:Enumeration" xmi:id="T.pivot.TransitionKind" name="TransitionKind"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.1">

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.Enumeration">

       <ownedComment body="TransitionKind is an enumeration type."/>

       <ownedLiteral name="internal">

         <ownedComment body="Implies that the transition, if triggered, occurs without exiting or entering the source state. Thus, it does not cause a state change. This means that the entry or exit condition of the source state will not be invoked. An internal transition can be taken even if the state machine is in one or more regions nested within this state."/>

@@ -93,14 +93,14 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Annotation" name="Annotation"

         superClass="#T.pivot.NamedElement">

       <ownedAttribute xmi:id="p.pivot.Annotation.ownedContent" name="ownedContent"

-          type="#_mV0LoDN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEADWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Annotation!ownedContent</value>

           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Annotation.ownedDetail" name="ownedDetail" type="#_mV0LoTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Annotation.ownedDetail" name="ownedDetail" type="#_5FrEATWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Detail.Annotation">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -108,7 +108,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Annotation.reference" name="reference" type="#_mV0LoDN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.Annotation.reference" name="reference" type="#_5FrEADWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Annotation!reference</value>

@@ -122,7 +122,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.AssociationClass" name="AssociationClass"

         superClass="#T.pivot.Class">

       <ownedAttribute xmi:id="p.pivot.AssociationClass.unownedAttribute" name="unownedAttribute"

-          type="#_mV0LojN8EeOoAatxCmIbzQ" opposite="#p.pivot.Property.association">

+          type="#_5FrEAjWgEeOnSNzoR5v6AA" opposite="#p.pivot.Property.association">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!AssociationClass!unownedAttribute</value>

@@ -130,7 +130,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.AssociationClass.AssociationClassCallExp" name="AssociationClassCallExp"

-          type="#_mV0LozN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.AssociationClassCallExp.referredAssociationClass"/>

+          type="#_5FrEAzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.AssociationClassCallExp.referredAssociationClass"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.AssociationClassCallExp" name="AssociationClassCallExp"

         superClass="#T.pivot.NavigationCallExp">

@@ -205,13 +205,13 @@
       <ownedComment body="A class is a type that has objects as its instances."/>

       <ownedAnnotation name="duplicates">

         <ownedContent xsi:type="pivot:Property" xmi:id="p.pivot.Class.duplicates.ownedOperation"

-            name="ownedOperation" type="#_mV0LpDN8EeOoAatxCmIbzQ" isComposite="true"

+            name="ownedOperation" type="#_5FrEBDWgEeOnSNzoR5v6AA" isComposite="true"

             opposite="#p.pivot.Operation.class">

           <ownedComment body="The operations owned by a class. These do not include the inherited operations."/>

           <ownedAnnotation name="redefines" reference="#p.pivot.Type.ownedOperation"/>

         </ownedContent>

         <ownedContent xsi:type="pivot:Property" xmi:id="p.pivot.Class.duplicates.superClass"

-            name="superClass" type="#_mV0LpTN8EeOoAatxCmIbzQ">

+            name="superClass" type="#_5FrEBTWgEeOnSNzoR5v6AA">

           <ownedComment body="The immediate superclasses of a class, from which the class inherits."/>

           <ownedAnnotation name="redefines" reference="#p.pivot.Type.superClass"/>

         </ownedContent>

@@ -220,7 +220,7 @@
           <ownedAnnotation name="redefines" reference="#p.pivot.Type.instanceClassName"/>

         </ownedContent>

         <ownedContent xsi:type="pivot:Property" xmi:id="p.pivot.Class.duplicates.ownedAttribute"

-            name="ownedAttribute" type="#_mV0LpjN8EeOoAatxCmIbzQ" isComposite="true"

+            name="ownedAttribute" type="#_5FrEBjWgEeOnSNzoR5v6AA" isComposite="true"

             opposite="#p.pivot.Property.class">

           <ownedComment body="The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property."/>

           <ownedAnnotation name="redefines" reference="#p.pivot.Type.ownedAttribute"/>

@@ -238,7 +238,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Class.nestedType" name="nestedType" type="#_mV0LpzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Class.nestedType" name="nestedType" type="#_5FrEBzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Class.Class">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -246,7 +246,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Class.ownedBehavior" name="ownedBehavior" type="#_mV0LqDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Class.ownedBehavior" name="ownedBehavior" type="#_5FrECDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Behavior.Class">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -283,7 +283,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.CollectionLiteralExp.part" name="part" type="#_mV0LqTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.CollectionLiteralExp.part" name="part" type="#_5FrECTWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.CollectionLiteralPart.CollectionLiteralExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -377,7 +377,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Comment" name="Comment" superClass="#T.pivot.Element">

       <ownedComment body="A comment is a textual annotation that can be attached to a set of elements."/>

       <ownedAttribute xmi:id="p.pivot.Comment.annotatedElement" name="annotatedElement"

-          type="#_mV0LqjN8EeOoAatxCmIbzQ" opposite="#p.pivot.Element.Comment">

+          type="#_5FrECjWgEeOnSNzoR5v6AA" opposite="#p.pivot.Element.Comment">

         <ownedComment body="References the Element(s) being commented."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Comment.body" name="body" isRequired="false"

@@ -391,10 +391,10 @@
         superClass="#T.pivot.Vertex">

       <ownedComment body="A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state."/>

       <ownedAttribute xmi:id="p.pivot.ConnectionPointReference.entry" name="entry"

-          type="#_mV0LqzN8EeOoAatxCmIbzQ">

+          type="#_5FrECzWgEeOnSNzoR5v6AA">

         <ownedComment body="The entryPoint kind pseudo states corresponding to this connection point."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.ConnectionPointReference.exit" name="exit" type="#_mV0LqzN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.ConnectionPointReference.exit" name="exit" type="#_5FrECzWgEeOnSNzoR5v6AA">

         <ownedComment body="The exitPoints kind pseudo states corresponding to this connection point."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.ConnectionPointReference.state" name="state"

@@ -408,7 +408,7 @@
         superClass="#T.pivot.NamedElement">

       <ownedComment body="A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element."/>

       <ownedAttribute xmi:id="p.pivot.Constraint.constrainedElement" name="constrainedElement"

-          type="#_mV0LoDN8EeOoAatxCmIbzQ" opposite="#p.pivot.Element.Constraint">

+          type="#_5FrEADWgEeOnSNzoR5v6AA" opposite="#p.pivot.Element.Constraint">

         <ownedComment body="The ordered set of Elements referenced by this Constraint."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Constraint.context" name="context" isRequired="false"

@@ -432,14 +432,14 @@
           isRequired="false" type="#T.pivot.OpaqueExpression" isComposite="true" opposite="#p.pivot.OpaqueExpression.Constraint">

         <ownedComment body="A condition that must be true when evaluated in order for the constraint to be satisfied."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Constraint.Type" name="Type" isRequired="false"

-          type="#T.pivot.Type" implicit="true" opposite="#p.pivot.Type.ownedInvariant"/>

-      <ownedAttribute xmi:id="p.pivot.Constraint.Namespace" name="Namespace" isRequired="false"

-          type="#T.pivot.Namespace" implicit="true" opposite="#p.pivot.Namespace.ownedRule"/>

-      <ownedAttribute xmi:id="p.pivot.Constraint.State" name="State" isRequired="false"

-          type="#T.pivot.State" implicit="true" opposite="#p.pivot.State.stateInvariant"/>

       <ownedAttribute xmi:id="p.pivot.Constraint.Transition" name="Transition" isRequired="false"

           type="#T.pivot.Transition" implicit="true" opposite="#p.pivot.Transition.guard"/>

+      <ownedAttribute xmi:id="p.pivot.Constraint.Type" name="Type" isRequired="false"

+          type="#T.pivot.Type" implicit="true" opposite="#p.pivot.Type.ownedInvariant"/>

+      <ownedAttribute xmi:id="p.pivot.Constraint.State" name="State" isRequired="false"

+          type="#T.pivot.State" implicit="true" opposite="#p.pivot.State.stateInvariant"/>

+      <ownedAttribute xmi:id="p.pivot.Constraint.Namespace" name="Namespace" isRequired="false"

+          type="#T.pivot.Namespace" implicit="true" opposite="#p.pivot.Namespace.ownedRule"/>

       <ownedInvariant name="UniqueName" isCallable="true">

         <specification>

           <body xsi:nil="true"/>

@@ -449,7 +449,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.ConstructorExp" name="ConstructorExp"

         superClass="#T.pivot.OCLExpression">

-      <ownedAttribute xmi:id="p.pivot.ConstructorExp.part" name="part" type="#_mV0LrDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.ConstructorExp.part" name="part" type="#_5FrEDDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.ConstructorPart.ConstructorExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -507,7 +507,7 @@
       </ownedAttribute>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Detail" name="Detail" superClass="#T.pivot.NamedElement">

-      <ownedAttribute xmi:id="p.pivot.Detail.value" name="value" type="#_mV0LrTN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.Detail.value" name="value" type="#_5FrEDTWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Detail!value</value>

@@ -558,7 +558,7 @@
         </ownedContent>

       </ownedAnnotation>

       <ownedAttribute xmi:id="p.pivot.DynamicType.ownedProperty" name="ownedProperty"

-          type="#_mV0LrjN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.DynamicProperty.DynamicType">

+          type="#_5FrEDjWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.DynamicProperty.DynamicType">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!DynamicType!ownedProperty</value>

@@ -569,7 +569,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Element" name="Element" superClass="#T.pivot.Visitable"

         isAbstract="true">

       <ownedComment body="An element is a constituent of a model."/>

-      <ownedAttribute xmi:id="p.pivot.Element.extension" name="extension" type="#_mV0LrzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Element.extension" name="extension" type="#_5FrEDzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.ElementExtension.base">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -577,16 +577,16 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Element.ownedComment" name="ownedComment" type="#_mV0LsDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Element.ownedComment" name="ownedComment" type="#_5FrEEDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Comment.Element">

         <ownedComment body="The Comments owned by this element."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Element.Constraint" name="Constraint" type="#_mV0LsTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Element.Constraint" name="Constraint" type="#_5FrEETWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Constraint.constrainedElement"/>

-      <ownedAttribute xmi:id="p.pivot.Element.Comment" name="Comment" type="#_mV0LsDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Element.Comment" name="Comment" type="#_5FrEEDWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Comment.annotatedElement"/>

       <ownedOperation xmi:id="o.pivot.Element.allOwnedElements" name="allOwnedElements"

-          type="#_mV0LqjN8EeOoAatxCmIbzQ">

+          type="#_5FrECjWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="body">

             <value>/**

@@ -657,7 +657,7 @@
         superClass="#T.pivot.DataType">

       <ownedComment body="An enumeration defines a set of literals that can be used as its values."/>

       <ownedAttribute xmi:id="p.pivot.Enumeration.ownedLiteral" name="ownedLiteral"

-          type="#_mV0LsjN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.EnumerationLiteral.enumeration">

+          type="#_5FrEEjWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.EnumerationLiteral.enumeration">

         <ownedComment body="The ordered set of literals for this Enumeration."/>

       </ownedAttribute>

     </ownedType>

@@ -677,7 +677,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.EnumerationLiteral.EnumLiteralExp" name="EnumLiteralExp"

-          type="#_mV0LszN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.EnumLiteralExp.referredEnumLiteral"/>

+          type="#_5FrEEzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.EnumLiteralExp.referredEnumLiteral"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.ExpressionInOCL" name="ExpressionInOCL"

         superClass="#T.pivot.OpaqueExpression">

@@ -706,7 +706,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.ExpressionInOCL.parameterVariable" name="parameterVariable"

-          type="#_mV0LtDN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEFDWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!ExpressionInOCL!parameterVariable</value>

@@ -859,7 +859,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Iteration" name="Iteration"

         superClass="#T.pivot.Operation">

       <ownedAttribute xmi:id="p.pivot.Iteration.ownedAccumulator" name="ownedAccumulator"

-          type="#_mV0LtTN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEFTWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Iteration!ownedAccumulator</value>

@@ -867,14 +867,14 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Iteration.ownedIterator" name="ownedIterator"

-          type="#_mV0LtTN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEFTWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Iteration!ownedIterator</value>

           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Iteration.LoopExp" name="LoopExp" type="#_mV0LtjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Iteration.LoopExp" name="LoopExp" type="#_5FrEFjWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.LoopExp.referredIteration"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.IteratorExp" name="IteratorExp"

@@ -1076,7 +1076,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.LambdaType.parameterType" name="parameterType"

-          type="#_mV0LtzN8EeOoAatxCmIbzQ">

+          type="#_5FrEFzWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!LambdaType!parameterType</value>

@@ -1117,7 +1117,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Library" name="Library" superClass="#T.pivot.Package">

       <ownedAttribute xmi:id="p.pivot.Library.ownedPrecedence" name="ownedPrecedence"

-          type="#_mV0LuDN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Precedence.Library">

+          type="#_5FrEGDWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Precedence.Library">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Library!ownedPrecedence</value>

@@ -1137,7 +1137,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.LoopExp.iterator" name="iterator" type="#_mV0LtDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.LoopExp.iterator" name="iterator" type="#_5FrEFDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Variable.LoopExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -1168,7 +1168,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.MessageExp" name="MessageExp"

         superClass="#T.pivot.OCLExpression">

-      <ownedAttribute xmi:id="p.pivot.MessageExp.argument" name="argument" type="#_mV0LuTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.MessageExp.argument" name="argument" type="#_5FrEGTWgEeOnSNzoR5v6AA"

           isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -1252,10 +1252,10 @@
       </ownedAttribute>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.MorePivotable" name="MorePivotable"

-        instanceClassName="org.eclipse.ocl.examples.pivot.util.MorePivotable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        instanceClassName="org.eclipse.ocl.examples.pivot.util.MorePivotable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Nameable" name="Nameable" instanceClassName="org.eclipse.ocl.examples.domain.elements.Nameable"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.NamedElement" name="NamedElement"

         superClass="#T.pivot.Element #T.pivot.Nameable" isAbstract="true">

@@ -1272,7 +1272,7 @@
         <ownedComment body="The name of the NamedElement."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.NamedElement.ownedAnnotation" name="ownedAnnotation"

-          type="#_mV0ysDN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Annotation.NamedElement">

+          type="#_5FrEGjWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Annotation.NamedElement">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!NamedElement!ownedAnnotation</value>

@@ -1282,7 +1282,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Namespace" name="Namespace"

         superClass="#T.pivot.NamedElement" isAbstract="true">

-      <ownedAttribute xmi:id="p.pivot.Namespace.ownedRule" name="ownedRule" type="#_mV0ysTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Namespace.ownedRule" name="ownedRule" type="#_5FrEGzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Constraint.Namespace">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -1290,10 +1290,10 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Namespace.Constraint" name="Constraint" type="#_mV0LsTN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Constraint.context"/>

-      <ownedAttribute xmi:id="p.pivot.Namespace.Import" name="Import" type="#_mV0ysjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Namespace.Import" name="Import" type="#_5FrEHDWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Import.importedNamespace"/>

+      <ownedAttribute xmi:id="p.pivot.Namespace.Constraint" name="Constraint" type="#_5FrEETWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Constraint.context"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.NavigationCallExp" name="NavigationCallExp"

         superClass="#T.pivot.FeatureCallExp" isAbstract="true">

@@ -1306,7 +1306,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.NavigationCallExp.qualifier" name="qualifier"

-          type="#_mV0LuTN8EeOoAatxCmIbzQ" opposite="#p.pivot.OCLExpression.NavigationCallExp">

+          type="#_5FrEGTWgEeOnSNzoR5v6AA" opposite="#p.pivot.OCLExpression.NavigationCallExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!NavigationCallExp!qualifier</value>

@@ -1320,47 +1320,47 @@
         superClass="#T.pivot.PrimitiveLiteralExp" isAbstract="true"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.OCLExpression" name="OCLExpression"

         superClass="#T.pivot.TypedElement" isAbstract="true">

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.LoopExp" name="LoopExp" isRequired="false"

-          type="#T.pivot.LoopExp" implicit="true" opposite="#p.pivot.LoopExp.body"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.CallExp" name="CallExp" isRequired="false"

-          type="#T.pivot.CallExp" implicit="true" opposite="#p.pivot.CallExp.source"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.CollectionItem" name="CollectionItem"

-          isRequired="false" type="#T.pivot.CollectionItem" implicit="true" opposite="#p.pivot.CollectionItem.item"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.OperationCallExp" name="OperationCallExp"

-          isRequired="false" type="#T.pivot.OperationCallExp" implicit="true" opposite="#p.pivot.OperationCallExp.argument"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.NavigationCallExp" name="NavigationCallExp"

+          type="#_5FrEHTWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.NavigationCallExp.qualifier"/>

       <ownedAttribute xmi:id="p.pivot.OCLExpression.TupleLiteralPart" name="TupleLiteralPart"

           isRequired="false" type="#T.pivot.TupleLiteralPart" implicit="true" opposite="#p.pivot.TupleLiteralPart.initExpression"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.LetExp" name="LetExp" isRequired="false"

-          type="#T.pivot.LetExp" implicit="true" opposite="#p.pivot.LetExp.in"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.Variable" name="Variable" isRequired="false"

-          type="#T.pivot.Variable" implicit="true" opposite="#p.pivot.Variable.initExpression"/>

       <ownedAttribute xmi:id="p.pivot.OCLExpression.ConstructorPart" name="ConstructorPart"

           isRequired="false" type="#T.pivot.ConstructorPart" implicit="true" opposite="#p.pivot.ConstructorPart.initExpression"/>

-      <ownedAttribute xmi:id="p.pivot.OCLExpression.NavigationCallExp" name="NavigationCallExp"

-          type="#_mV0yszN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.NavigationCallExp.qualifier"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.LetExp" name="LetExp" isRequired="false"

+          type="#T.pivot.LetExp" implicit="true" opposite="#p.pivot.LetExp.in"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.CollectionItem" name="CollectionItem"

+          isRequired="false" type="#T.pivot.CollectionItem" implicit="true" opposite="#p.pivot.CollectionItem.item"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.CallExp" name="CallExp" isRequired="false"

+          type="#T.pivot.CallExp" implicit="true" opposite="#p.pivot.CallExp.source"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.OperationCallExp" name="OperationCallExp"

+          isRequired="false" type="#T.pivot.OperationCallExp" implicit="true" opposite="#p.pivot.OperationCallExp.argument"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.LoopExp" name="LoopExp" isRequired="false"

+          type="#T.pivot.LoopExp" implicit="true" opposite="#p.pivot.LoopExp.body"/>

+      <ownedAttribute xmi:id="p.pivot.OCLExpression.Variable" name="Variable" isRequired="false"

+          type="#T.pivot.Variable" implicit="true" opposite="#p.pivot.Variable.initExpression"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.OpaqueExpression" name="OpaqueExpression"

         superClass="#T.pivot.ValueSpecification">

       <ownedComment body="An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context."/>

-      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.body" name="body" type="#_mV0ytDN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.body" name="body" type="#_5FrEHjWgEeOnSNzoR5v6AA">

         <ownedComment body="The text of the expression, possibly in multiple languages."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.language" name="language" type="#_mV0ytTN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.language" name="language" type="#_5FrEHzWgEeOnSNzoR5v6AA">

         <ownedComment body="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.message" name="message" type="#_mV0ytDN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.message" name="message" type="#_5FrEHjWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!OpaqueExpression!message</value>

           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.Operation" name="Operation"

-          isRequired="false" type="#T.pivot.Operation" implicit="true" opposite="#p.pivot.Operation.bodyExpression"/>

       <ownedAttribute xmi:id="p.pivot.OpaqueExpression.Constraint" name="Constraint"

           isRequired="false" type="#T.pivot.Constraint" implicit="true" opposite="#p.pivot.Constraint.specification"/>

       <ownedAttribute xmi:id="p.pivot.OpaqueExpression.Property" name="Property" isRequired="false"

           type="#T.pivot.Property" implicit="true" opposite="#p.pivot.Property.defaultExpression"/>

+      <ownedAttribute xmi:id="p.pivot.OpaqueExpression.Operation" name="Operation"

+          isRequired="false" type="#T.pivot.Operation" implicit="true" opposite="#p.pivot.Operation.bodyExpression"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Operation" name="Operation"

         superClass="#T.pivot.Feature #T.pivot.Namespace #T.pivot.TemplateableElement #T.pivot.ParameterableElement">

@@ -1407,7 +1407,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.ownedParameter" name="ownedParameter"

-          type="#_mV0LtTN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Parameter.operation">

+          type="#_5FrEFTWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Parameter.operation">

         <ownedComment body="The parameters to the operation."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.owningType" name="owningType" isRequired="false"

@@ -1419,7 +1419,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.postcondition" name="postcondition"

-          type="#_mV0LsTN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEETWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Operation!postcondition</value>

@@ -1435,7 +1435,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.precondition" name="precondition"

-          type="#_mV0LsTN8EeOoAatxCmIbzQ" isComposite="true">

+          type="#_5FrEETWgEeOnSNzoR5v6AA" isComposite="true">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Operation!precondition</value>

@@ -1443,25 +1443,25 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.raisedException" name="raisedException"

-          type="#_mV0ytjN8EeOoAatxCmIbzQ" opposite="#p.pivot.Type.Operation">

+          type="#_5FrEIDWgEeOnSNzoR5v6AA" opposite="#p.pivot.Type.Operation">

         <ownedComment body="The exceptions that are declared as possible during an invocation of the operation."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Operation.redefinedOperation" name="redefinedOperation"

-          type="#_mV0ytzN8EeOoAatxCmIbzQ" opposite="#p.pivot.Operation.Operation">

+          type="#_5FrEITWgEeOnSNzoR5v6AA" opposite="#p.pivot.Operation.Operation">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Operation!redefinedOperation</value>

           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Operation.CallOperationAction" name="CallOperationAction"

-          type="#_mV0yuDN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.CallOperationAction.operation"/>

-      <ownedAttribute xmi:id="p.pivot.Operation.Operation" name="Operation" type="#_mV0ytzN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Operation.redefinedOperation"/>

       <ownedAttribute xmi:id="p.pivot.Operation.OperationCallExp" name="OperationCallExp"

-          type="#_mV0yuTN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.OperationCallExp.referredOperation"/>

-      <ownedAttribute xmi:id="p.pivot.Operation.MessageType" name="MessageType" type="#_mV0yujN8EeOoAatxCmIbzQ"

+          type="#_5FrEIjWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.OperationCallExp.referredOperation"/>

+      <ownedAttribute xmi:id="p.pivot.Operation.MessageType" name="MessageType" type="#_5FrEIzWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.MessageType.referredOperation"/>

+      <ownedAttribute xmi:id="p.pivot.Operation.CallOperationAction" name="CallOperationAction"

+          type="#_5FrEJDWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.CallOperationAction.operation"/>

+      <ownedAttribute xmi:id="p.pivot.Operation.Operation" name="Operation" type="#_5FrEITWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Operation.redefinedOperation"/>

       <ownedInvariant name="CompatibleReturn" isCallable="true">

         <specification>

           <body xsi:nil="true"/>

@@ -1489,7 +1489,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.OperationCallExp" name="OperationCallExp"

         superClass="#T.pivot.FeatureCallExp #T.pivot.ReferringElement">

-      <ownedAttribute xmi:id="p.pivot.OperationCallExp.argument" name="argument" type="#_mV0LuTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.OperationCallExp.argument" name="argument" type="#_5FrEGTWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.OCLExpression.OperationCallExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -1550,7 +1550,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Package" name="Package" superClass="#T.pivot.Namespace #T.pivot.TemplateableElement">

       <ownedComment body="A package is a container for types and other packages.&#xD;&#xA;Package specializes TemplateableElement and PackageableElement specializes ParameterableElement to specify that a package can be used as a template and a PackageableElement as a template parameter."/>

       <ownedAttribute xmi:id="p.pivot.Package.importedPackage" name="importedPackage"

-          type="#_mV0yuzN8EeOoAatxCmIbzQ" opposite="#p.pivot.Package.Package">

+          type="#_5FrEJTWgEeOnSNzoR5v6AA" opposite="#p.pivot.Package.Package">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Package!importedPackage</value>

@@ -1558,7 +1558,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Package.nestedPackage" name="nestedPackage"

-          type="#_mV0yuzN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Package.nestingPackage">

+          type="#_5FrEJTWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Package.nestingPackage">

         <ownedComment body="The set of contained packages."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Package.nestingPackage" name="nestingPackage"

@@ -1581,14 +1581,14 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Package.ownedType" name="ownedType" type="#_mV0ytjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Package.ownedType" name="ownedType" type="#_5FrEIDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Type.package">

         <ownedComment body="The set of contained types."/>

       </ownedAttribute>

+      <ownedAttribute xmi:id="p.pivot.Package.Package" name="Package" type="#_5FrEJTWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Package.importedPackage"/>

       <ownedAttribute xmi:id="p.pivot.Package.Root" name="Root" isRequired="false"

           type="#T.pivot.Root" implicit="true" opposite="#p.pivot.Root.nestedPackage"/>

-      <ownedAttribute xmi:id="p.pivot.Package.Package" name="Package" type="#_mV0yuzN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Package.importedPackage"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.PackageableElement" name="PackageableElement"

         superClass="#T.pivot.ParameterableElement" isAbstract="true">

@@ -1601,7 +1601,7 @@
           type="#T.pivot.Operation" opposite="#p.pivot.Operation.ownedParameter">

         <ownedComment body="The operation that owns the parameter."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Parameter.Variable" name="Variable" type="#_mV0yvDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Parameter.Variable" name="Variable" type="#_5FrEJjWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Variable.representedParameter"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.ParameterableElement" name="ParameterableElement"

@@ -1639,7 +1639,7 @@
       </ownedOperation>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Pivotable" name="Pivotable"

-        instanceClassName="org.eclipse.ocl.examples.pivot.util.Pivotable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        instanceClassName="org.eclipse.ocl.examples.pivot.util.Pivotable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Precedence" name="Precedence"

         superClass="#T.pivot.NamedElement">

@@ -1659,10 +1659,10 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

+      <ownedAttribute xmi:id="p.pivot.Precedence.Operation" name="Operation" type="#_5FrEITWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Operation.precedence"/>

       <ownedAttribute xmi:id="p.pivot.Precedence.Library" name="Library" isRequired="false"

           type="#T.pivot.Library" implicit="true" opposite="#p.pivot.Library.ownedPrecedence"/>

-      <ownedAttribute xmi:id="p.pivot.Precedence.Operation" name="Operation" type="#_mV0ytzN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Operation.precedence"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.PrimitiveLiteralExp" name="PrimitiveLiteralExp"

         superClass="#T.pivot.LiteralExp" isAbstract="true"/>

@@ -1757,7 +1757,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Property.keys" name="keys" type="#_mV0LojN8EeOoAatxCmIbzQ">

+      <ownedAttribute xmi:id="p.pivot.Property.keys" name="keys" type="#_5FrEAjWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Property!keys</value>

@@ -1777,7 +1777,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Property.redefinedProperty" name="redefinedProperty"

-          type="#_mV0LojN8EeOoAatxCmIbzQ">

+          type="#_5FrEAjWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Property!redefinedProperty</value>

@@ -1793,7 +1793,7 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Property.subsettedProperty" name="subsettedProperty"

-          type="#_mV0LojN8EeOoAatxCmIbzQ">

+          type="#_5FrEAjWgEeOnSNzoR5v6AA">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

             <value>throw new UnsupportedOperationException();  // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Property!subsettedProperty</value>

@@ -1801,15 +1801,15 @@
         </ownedAnnotation>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.Property.DynamicProperty" name="DynamicProperty"

-          type="#_mV0LrjN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.DynamicProperty.referredProperty"/>

-      <ownedAttribute xmi:id="p.pivot.Property.NavigationCallExp" name="NavigationCallExp"

-          type="#_mV0yszN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.NavigationCallExp.navigationSource"/>

-      <ownedAttribute xmi:id="p.pivot.Property.OppositePropertyCallExp" name="OppositePropertyCallExp"

-          type="#_mV0yvTN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.OppositePropertyCallExp.referredProperty"/>

-      <ownedAttribute xmi:id="p.pivot.Property.PropertyCallExp" name="PropertyCallExp"

-          type="#_mV0yvjN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.PropertyCallExp.referredProperty"/>

+          type="#_5FrEDjWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.DynamicProperty.referredProperty"/>

       <ownedAttribute xmi:id="p.pivot.Property.ConstructorPart" name="ConstructorPart"

-          type="#_mV0yvzN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.ConstructorPart.referredProperty"/>

+          type="#_5FrEJzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.ConstructorPart.referredProperty"/>

+      <ownedAttribute xmi:id="p.pivot.Property.NavigationCallExp" name="NavigationCallExp"

+          type="#_5FrEHTWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.NavigationCallExp.navigationSource"/>

+      <ownedAttribute xmi:id="p.pivot.Property.PropertyCallExp" name="PropertyCallExp"

+          type="#_5FrEKDWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.PropertyCallExp.referredProperty"/>

+      <ownedAttribute xmi:id="p.pivot.Property.OppositePropertyCallExp" name="OppositePropertyCallExp"

+          type="#_5FrEKTWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.OppositePropertyCallExp.referredProperty"/>

       <ownedInvariant name="CompatibleDefaultExpression" isCallable="true">

         <specification>

           <body xsi:nil="true"/>

@@ -2031,7 +2031,7 @@
       </ownedAttribute>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.ReferringElement" name="ReferringElement"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true">

       <ownedOperation xmi:id="o.pivot.ReferringElement.getReferredElement" name="getReferredElement"

           type="#T.pivot.Element">

@@ -2056,20 +2056,20 @@
           type="#T.pivot.StateMachine" opposite="#p.pivot.StateMachine.Region">

         <ownedComment body="The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Region.subvertex" name="subvertex" type="#_mV0ywDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Region.subvertex" name="subvertex" type="#_5FrEKjWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Vertex.container">

         <ownedComment body="The set of vertices that are owned by this region."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Region.transition" name="transition" type="#_mV0ywTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Region.transition" name="transition" type="#_5FrEKzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Transition.container">

         <ownedComment body="The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Region.State" name="State" isRequired="false"

-          type="#T.pivot.State" implicit="true" opposite="#p.pivot.State.region"/>

-      <ownedAttribute xmi:id="p.pivot.Region.Region" name="Region" type="#_mV0ywjN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Region.extendedRegion"/>

       <ownedAttribute xmi:id="p.pivot.Region.StateMachine" name="StateMachine" isRequired="false"

           type="#T.pivot.StateMachine" implicit="true" opposite="#p.pivot.StateMachine.region"/>

+      <ownedAttribute xmi:id="p.pivot.Region.State" name="State" isRequired="false"

+          type="#T.pivot.State" implicit="true" opposite="#p.pivot.State.region"/>

+      <ownedAttribute xmi:id="p.pivot.Region.Region" name="Region" type="#_5FrELDWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Region.extendedRegion"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Root" name="Root" superClass="#T.pivot.Namespace">

       <ownedAttribute xmi:id="p.pivot.Root.externalURI" name="externalURI" isRequired="false"

@@ -2080,7 +2080,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Root.imports" name="imports" type="#_mV0ywzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Root.imports" name="imports" type="#_5FrELTWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Import.Root">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2088,7 +2088,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Root.nestedPackage" name="nestedPackage" type="#_mV0yuzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Root.nestedPackage" name="nestedPackage" type="#_5FrEJTWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Package.Root">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2131,23 +2131,23 @@
         superClass="#T.pivot.CollectionType"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.SetType" name="SetType" superClass="#T.pivot.CollectionType"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Signal" name="Signal" superClass="#T.pivot.NamedElement">

-      <ownedAttribute xmi:id="p.pivot.Signal.SendSignalAction" name="SendSignalAction"

-          type="#_mV0yxDN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.SendSignalAction.signal"/>

-      <ownedAttribute xmi:id="p.pivot.Signal.MessageType" name="MessageType" type="#_mV0yujN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Signal.MessageType" name="MessageType" type="#_5FrEIzWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.MessageType.referredSignal"/>

+      <ownedAttribute xmi:id="p.pivot.Signal.SendSignalAction" name="SendSignalAction"

+          type="#_5FrELjWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.SendSignalAction.signal"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.State" name="State" superClass="#T.pivot.Vertex #T.pivot.Namespace">

       <ownedComment body="A state models a situation during which some (usually implicit) invariant condition holds."/>

-      <ownedAttribute xmi:id="p.pivot.State.connection" name="connection" type="#_mV0yxTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.State.connection" name="connection" type="#_5FrELzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.ConnectionPointReference.State">

         <ownedComment body="The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.State.connectionPoint" name="connectionPoint"

-          type="#_mV0LqzN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Pseudostate.State">

+          type="#_5FrECzWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Pseudostate.State">

         <ownedComment body="The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.State.deferrableTrigger" name="deferrableTrigger"

-          type="#_mV0yxjN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Trigger.State">

+          type="#_5FrEMDWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Trigger.State">

         <ownedComment body="A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.&#xD;&#xA;"/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.State.doActivity" name="doActivity" isRequired="false"

@@ -2182,7 +2182,7 @@
           isRequired="false" type="#T.pivot.State" opposite="#p.pivot.State.State">

         <ownedComment body="The state of which this state is a redefinition."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.State.region" name="region" type="#_mV0ywjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.State.region" name="region" type="#_5FrELDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Region.State">

         <ownedComment body="The regions owned directly by the state."/>

       </ownedAttribute>

@@ -2194,15 +2194,15 @@
           type="#T.pivot.StateMachine" opposite="#p.pivot.StateMachine.submachineState">

         <ownedComment body="The state machine that is to be inserted in place of the (submachine) state."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.State.Region" name="Region" type="#_mV0ywjN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Region.state"/>

       <ownedAttribute xmi:id="p.pivot.State.ConnectionPointReference" name="ConnectionPointReference"

-          type="#_mV0yxTN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.ConnectionPointReference.state"/>

-      <ownedAttribute xmi:id="p.pivot.State.State" name="State" type="#_mV0yxzN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.State.redefinedState"/>

-      <ownedAttribute xmi:id="p.pivot.State.StateExp" name="StateExp" type="#_mV0yyDN8EeOoAatxCmIbzQ"

+          type="#_5FrELzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.ConnectionPointReference.state"/>

+      <ownedAttribute xmi:id="p.pivot.State.Region" name="Region" type="#_5FrELDWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Region.state"/>

+      <ownedAttribute xmi:id="p.pivot.State.StateExp" name="StateExp" type="#_5FrEMTWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.StateExp.referredState"/>

-      <ownedAttribute xmi:id="p.pivot.State.Pseudostate" name="Pseudostate" type="#_mV0LqzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.State.State" name="State" type="#_5FrEMjWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.State.redefinedState"/>

+      <ownedAttribute xmi:id="p.pivot.State.Pseudostate" name="Pseudostate" type="#_5FrECzWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Pseudostate.state"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.StateExp" name="StateExp" superClass="#T.pivot.OCLExpression">

@@ -2219,26 +2219,26 @@
         superClass="#T.pivot.Behavior">

       <ownedComment body="State machines can be used to express the behavior of part of a system. Behavior is modeled as a traversal of a graph of state nodes interconnected by one or more joined transition arcs that are triggered by the dispatching of series of (event) occurrences. During this traversal, the state machine executes a series of activities associated with various elements of the state machine."/>

       <ownedAttribute xmi:id="p.pivot.StateMachine.connectionPoint" name="connectionPoint"

-          type="#_mV0LqzN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.Pseudostate.StateMachine">

+          type="#_5FrECzWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.Pseudostate.StateMachine">

         <ownedComment body="The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.StateMachine.extendedStateMachine" name="extendedStateMachine"

-          type="#_mV0yyTN8EeOoAatxCmIbzQ" opposite="#p.pivot.StateMachine.StateMachine">

+          type="#_5FrEMzWgEeOnSNzoR5v6AA" opposite="#p.pivot.StateMachine.StateMachine">

         <ownedComment body="The state machines of which this is an extension."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.StateMachine.region" name="region" type="#_mV0yyjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.StateMachine.region" name="region" type="#_5FrENDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Region.StateMachine">

         <ownedComment body="The regions owned directly by the state machine."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.StateMachine.submachineState" name="submachineState"

-          type="#_mV0yxzN8EeOoAatxCmIbzQ" opposite="#p.pivot.State.submachine">

+          type="#_5FrEMjWgEeOnSNzoR5v6AA" opposite="#p.pivot.State.submachine">

         <ownedComment body="References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.StateMachine.Pseudostate" name="Pseudostate"

-          type="#_mV0LqzN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.Pseudostate.stateMachine"/>

+          type="#_5FrECzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.Pseudostate.stateMachine"/>

       <ownedAttribute xmi:id="p.pivot.StateMachine.StateMachine" name="StateMachine"

-          type="#_mV0yyTN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.StateMachine.extendedStateMachine"/>

-      <ownedAttribute xmi:id="p.pivot.StateMachine.Region" name="Region" type="#_mV0ywjN8EeOoAatxCmIbzQ"

+          type="#_5FrEMzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.StateMachine.extendedStateMachine"/>

+      <ownedAttribute xmi:id="p.pivot.StateMachine.Region" name="Region" type="#_5FrELDWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Region.stateMachine"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Stereotype" name="Stereotype"

@@ -2262,7 +2262,7 @@
         <ownedComment body="The element that is bound by this binding."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateBinding.parameterSubstitution" name="parameterSubstitution"

-          type="#_mV0yyzN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.TemplateParameterSubstitution.templateBinding">

+          type="#_5FrENTWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.TemplateParameterSubstitution.templateBinding">

         <ownedComment body="The parameter substitutions owned by this template binding."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateBinding.signature" name="signature"

@@ -2297,10 +2297,10 @@
         <ownedComment body="The template signature that owns this template parameter."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateParameter.TemplateParameterSubstitution"

-          name="TemplateParameterSubstitution" type="#_mV0yyzN8EeOoAatxCmIbzQ" implicit="true"

+          name="TemplateParameterSubstitution" type="#_5FrENTWgEeOnSNzoR5v6AA" implicit="true"

           opposite="#p.pivot.TemplateParameterSubstitution.formal"/>

       <ownedAttribute xmi:id="p.pivot.TemplateParameter.TemplateSignature" name="TemplateSignature"

-          type="#_mV0yzDN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.TemplateSignature.parameter"/>

+          type="#_5FrENjWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.TemplateSignature.parameter"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.TemplateParameterSubstitution"

         name="TemplateParameterSubstitution" superClass="#T.pivot.Element">

@@ -2338,12 +2338,12 @@
         superClass="#T.pivot.Element">

       <ownedComment body="A template signature bundles the set of formal template parameters for a templated element."/>

       <ownedAttribute xmi:id="p.pivot.TemplateSignature.ownedParameter" name="ownedParameter"

-          type="#_mV0yzTN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.TemplateParameter.signature">

+          type="#_5FrENzWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.TemplateParameter.signature">

         <ownedComment body="The formal template parameters that are owned by this template signature."/>

         <ownedAnnotation name="subsets" reference="#p.pivot.TemplateSignature.parameter"/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateSignature.parameter" name="parameter"

-          type="#_mV0yzjN8EeOoAatxCmIbzQ" opposite="#p.pivot.TemplateParameter.TemplateSignature">

+          type="#_5FrEODWgEeOnSNzoR5v6AA" opposite="#p.pivot.TemplateParameter.TemplateSignature">

         <ownedComment body="The ordered set of all formal template parameters for this template signature."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateSignature.template" name="template"

@@ -2351,7 +2351,7 @@
         <ownedComment body="The element that owns this template signature."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateSignature.TemplateBinding" name="TemplateBinding"

-          type="#_mV0yzzN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.TemplateBinding.signature"/>

+          type="#_5FrEOTWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.TemplateBinding.signature"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.TemplateableElement" name="TemplateableElement"

         superClass="#T.pivot.Element" isAbstract="true">

@@ -2362,7 +2362,7 @@
         <ownedComment body="The optional template signature specifying the formal template parameters."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateableElement.templateBinding" name="templateBinding"

-          type="#_mV0yzzN8EeOoAatxCmIbzQ" isComposite="true" opposite="#p.pivot.TemplateBinding.boundElement">

+          type="#_5FrEOTWgEeOnSNzoR5v6AA" isComposite="true" opposite="#p.pivot.TemplateBinding.boundElement">

         <ownedComment body="The optional bindings from this element to templates."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TemplateableElement.unspecializedElement" name="unspecializedElement"

@@ -2379,7 +2379,7 @@
         <ownedComment body="The query isTemplate() returns whether this templateable element is actually a template."/>

       </ownedOperation>

       <ownedOperation xmi:id="o.pivot.TemplateableElement.parameterableElements" name="parameterableElements"

-          type="#_mV0y0DN8EeOoAatxCmIbzQ">

+          type="#_5FrEOjWgEeOnSNzoR5v6AA">

         <ownedComment body="The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element. By default, this set includes all the owned elements. Subclasses may override this operation if they choose to restrict the set of parameterable elements."/>

       </ownedOperation>

     </ownedType>

@@ -2410,7 +2410,7 @@
           opposite="#p.pivot.Vertex.incoming">

         <ownedComment body="Designates the target vertex that is reached when the transition is taken."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Transition.trigger" name="trigger" type="#_mV0yxjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Transition.trigger" name="trigger" type="#_5FrEMDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Trigger.Transition">

         <ownedComment body="Specifies the triggers that may fire the transition."/>

       </ownedAttribute>

@@ -2423,7 +2423,7 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.TupleLiteralExp" name="TupleLiteralExp"

         superClass="#T.pivot.LiteralExp">

-      <ownedAttribute xmi:id="p.pivot.TupleLiteralExp.part" name="part" type="#_mV0y0TN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.TupleLiteralExp.part" name="part" type="#_5FrEOzWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.TupleLiteralPart.TupleLiteralExp">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2475,7 +2475,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Type.ownedAttribute" name="ownedAttribute" type="#_mV0LpjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.ownedAttribute" name="ownedAttribute" type="#_5FrEBjWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Property.owningType">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2483,7 +2483,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Type.ownedInvariant" name="ownedInvariant" type="#_mV0LsTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.ownedInvariant" name="ownedInvariant" type="#_5FrEETWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Constraint.Type">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2491,7 +2491,7 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Type.ownedOperation" name="ownedOperation" type="#_mV0LpDN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.ownedOperation" name="ownedOperation" type="#_5FrEBDWgEeOnSNzoR5v6AA"

           isComposite="true" opposite="#p.pivot.Operation.owningType">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2503,7 +2503,7 @@
           type="#T.pivot.Package" opposite="#p.pivot.Package.ownedType">

         <ownedComment body="Specifies the owning package of this classifier, if any."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Type.superClass" name="superClass" type="#_mV0y0jN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.superClass" name="superClass" type="#_5FrEPDWgEeOnSNzoR5v6AA"

           opposite="#p.pivot.Type.Type">

         <ownedAnnotation name="http://www.eclipse.org/emf/2002/GenModel">

           <ownedDetail name="get">

@@ -2511,25 +2511,25 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Type.DynamicElement" name="DynamicElement" type="#_mV0y0zN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.DynamicElement.metaType"/>

-      <ownedAttribute xmi:id="p.pivot.Type.TypeExp" name="TypeExp" type="#_mV0y1DN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.TypeExp.referredType"/>

-      <ownedAttribute xmi:id="p.pivot.Type.TypeTemplateParameter" name="TypeTemplateParameter"

-          type="#_mV0y1TN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.TypeTemplateParameter.constrainingType"/>

       <ownedAttribute xmi:id="p.pivot.Type.ElementExtension" name="ElementExtension"

-          type="#_mV0LrzN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.ElementExtension.stereotype"/>

-      <ownedAttribute xmi:id="p.pivot.Type.Type" name="Type" type="#_mV0ytjN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Type.superClass"/>

-      <ownedAttribute xmi:id="p.pivot.Type.DataType" name="DataType" type="#_mV1ZwDN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.DataType.behavioralType"/>

-      <ownedAttribute xmi:id="p.pivot.Type.Operation" name="Operation" type="#_mV0ytzN8EeOoAatxCmIbzQ"

-          implicit="true" opposite="#p.pivot.Operation.raisedException"/>

-      <ownedAttribute xmi:id="p.pivot.Type.CollectionType" name="CollectionType" type="#_mV1ZwTN8EeOoAatxCmIbzQ"

+          type="#_5FrEDzWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.ElementExtension.stereotype"/>

+      <ownedAttribute xmi:id="p.pivot.Type.CollectionType" name="CollectionType" type="#_5FrEPTWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.CollectionType.elementType"/>

-      <ownedAttribute xmi:id="p.pivot.Type.Metaclass" name="Metaclass" type="#_mV1ZwjN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.DataType" name="DataType" type="#_5FrEPjWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.DataType.behavioralType"/>

+      <ownedAttribute xmi:id="p.pivot.Type.Metaclass" name="Metaclass" type="#_5FrEPzWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.Metaclass.instanceType"/>

-      <ownedAttribute xmi:id="p.pivot.Type.TypedElement" name="TypedElement" type="#_mV1ZwzN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Type.TypeTemplateParameter" name="TypeTemplateParameter"

+          type="#_5FrEQDWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.TypeTemplateParameter.constrainingType"/>

+      <ownedAttribute xmi:id="p.pivot.Type.TypeExp" name="TypeExp" type="#_5FrEQTWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.TypeExp.referredType"/>

+      <ownedAttribute xmi:id="p.pivot.Type.Operation" name="Operation" type="#_5FrEITWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Operation.raisedException"/>

+      <ownedAttribute xmi:id="p.pivot.Type.Type" name="Type" type="#_5FrEIDWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.Type.superClass"/>

+      <ownedAttribute xmi:id="p.pivot.Type.DynamicElement" name="DynamicElement" type="#_5FrEQjWgEeOnSNzoR5v6AA"

+          implicit="true" opposite="#p.pivot.DynamicElement.metaType"/>

+      <ownedAttribute xmi:id="p.pivot.Type.TypedElement" name="TypedElement" type="#_5FrEQzWgEeOnSNzoR5v6AA"

           implicit="true" opposite="#p.pivot.TypedElement.type"/>

       <ownedInvariant name="UniqueInvariantName" isCallable="true">

         <specification>

@@ -2583,7 +2583,7 @@
         <ownedComment body="Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter."/>

       </ownedAttribute>

       <ownedAttribute xmi:id="p.pivot.TypeTemplateParameter.constrainingType" name="constrainingType"

-          type="#_mV0ytjN8EeOoAatxCmIbzQ" opposite="#p.pivot.Type.TypeTemplateParameter">

+          type="#_5FrEIDWgEeOnSNzoR5v6AA" opposite="#p.pivot.Type.TypeTemplateParameter">

         <ownedComment body="The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument."/>

       </ownedAttribute>

     </ownedType>

@@ -2724,12 +2724,12 @@
           </ownedDetail>

         </ownedAnnotation>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Variable.IterateExp" name="IterateExp" isRequired="false"

-          type="#T.pivot.IterateExp" implicit="true" opposite="#p.pivot.IterateExp.result"/>

-      <ownedAttribute xmi:id="p.pivot.Variable.LetExp" name="LetExp" isRequired="false"

-          type="#T.pivot.LetExp" implicit="true" opposite="#p.pivot.LetExp.variable"/>

       <ownedAttribute xmi:id="p.pivot.Variable.LoopExp" name="LoopExp" isRequired="false"

           type="#T.pivot.LoopExp" implicit="true" opposite="#p.pivot.LoopExp.iterator"/>

+      <ownedAttribute xmi:id="p.pivot.Variable.LetExp" name="LetExp" isRequired="false"

+          type="#T.pivot.LetExp" implicit="true" opposite="#p.pivot.LetExp.variable"/>

+      <ownedAttribute xmi:id="p.pivot.Variable.IterateExp" name="IterateExp" isRequired="false"

+          type="#T.pivot.IterateExp" implicit="true" opposite="#p.pivot.IterateExp.result"/>

       <ownedInvariant name="CompatibleInitialiserType" isCallable="true">

         <specification>

           <body xsi:nil="true"/>

@@ -2740,7 +2740,7 @@
     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.VariableDeclaration" name="VariableDeclaration"

         superClass="#T.pivot.TypedElement" isAbstract="true">

       <ownedAttribute xmi:id="p.pivot.VariableDeclaration.VariableExp" name="VariableExp"

-          type="#_mV1ZxDN8EeOoAatxCmIbzQ" implicit="true" opposite="#p.pivot.VariableExp.referredVariable"/>

+          type="#_5FrERDWgEeOnSNzoR5v6AA" implicit="true" opposite="#p.pivot.VariableExp.referredVariable"/>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.VariableExp" name="VariableExp"

         superClass="#T.pivot.OCLExpression #T.pivot.ReferringElement">

@@ -2768,20 +2768,20 @@
           type="#T.pivot.Region" opposite="#p.pivot.Region.subvertex">

         <ownedComment body="The region that contains this vertex."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Vertex.incoming" name="incoming" type="#_mV0ywTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Vertex.incoming" name="incoming" type="#_5FrEKzWgEeOnSNzoR5v6AA"

           opposite="#p.pivot.Transition.target">

         <ownedComment body="Specifies the transitions entering this vertex."/>

       </ownedAttribute>

-      <ownedAttribute xmi:id="p.pivot.Vertex.outgoing" name="outgoing" type="#_mV0ywTN8EeOoAatxCmIbzQ"

+      <ownedAttribute xmi:id="p.pivot.Vertex.outgoing" name="outgoing" type="#_5FrEKzWgEeOnSNzoR5v6AA"

           opposite="#p.pivot.Transition.source">

         <ownedComment body="Specifies the transitions departing from this vertex."/>

       </ownedAttribute>

     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Visitable" name="Visitable"

-        instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitable" superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true"/>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.Visitor" name="Visitor" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitor"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.5"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclElement"

         isAbstract="true" isInterface="true">

       <ownedTemplateSignature xmi:id="s.T.pivot.Visitor" parameter="#t.pivot..VisitorR">

         <ownedParameter xsi:type="pivot:TypeTemplateParameter" xmi:id="t.pivot..VisitorR"

@@ -2793,1515 +2793,1515 @@
     </ownedType>

     <ownedType xsi:type="pivot:Class" xmi:id="T.pivot.VoidType" name="VoidType" superClass="#T.pivot.Class"/>

   </nestedPackage>

-  <nestedPackage xmi:id="P.$$" name="$$" nsURI="http://www.eclipse.org/ocl/3.1.0/orphanage">

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LoDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1ZxTN8EeOoAatxCmIbzQ #_mV1ZxjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+  <nestedPackage xmi:id="P.$$" name="$$" nsPrefix="orphanage" nsURI="http://www.eclipse.org/ocl/3.1.0/orphanage">

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEADWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrERTWgEeOnSNzoR5v6AA #_5FrERjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Element">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LoTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1ZxzN8EeOoAatxCmIbzQ #_mV1ZyDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Detail">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEATWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrERzWgEeOnSNzoR5v6AA #_5FrESDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Detail">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LojN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1ZyTN8EeOoAatxCmIbzQ #_mV1ZyjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEAjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrESTWgEeOnSNzoR5v6AA #_5FrESjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Property">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LozN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1ZyzN8EeOoAatxCmIbzQ #_mV1ZzDN8EeOoAatxCmIbzQ" elementType="#T.pivot.AssociationClassCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEAzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrESzWgEeOnSNzoR5v6AA #_5FrETDWgEeOnSNzoR5v6AA" elementType="#T.pivot.AssociationClassCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LpDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1ZzTN8EeOoAatxCmIbzQ #_mV1ZzjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEBDWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrETTWgEeOnSNzoR5v6AA #_5FrETjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Operation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LpTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1ZzzN8EeOoAatxCmIbzQ #_mV1Z0DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEBTWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrETzWgEeOnSNzoR5v6AA #_5FrEUDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Class">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LpjN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1Z0TN8EeOoAatxCmIbzQ #_mV1ZyjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEBjWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEUTWgEeOnSNzoR5v6AA #_5FrESjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Property">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LpzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z0jN8EeOoAatxCmIbzQ #_mV1Z0DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEBzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEUjWgEeOnSNzoR5v6AA #_5FrEUDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Class">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LqDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z0zN8EeOoAatxCmIbzQ #_mV1Z1DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Behavior">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrECDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEUzWgEeOnSNzoR5v6AA #_5FrEVDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Behavior">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LqTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1Z1TN8EeOoAatxCmIbzQ #_mV1Z1jN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrECTWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEVTWgEeOnSNzoR5v6AA #_5FrEVjWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LqjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z1zN8EeOoAatxCmIbzQ #_mV1ZxjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrECjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEVzWgEeOnSNzoR5v6AA #_5FrERjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Element">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LqzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z2DN8EeOoAatxCmIbzQ #_mV1Z2TN8EeOoAatxCmIbzQ" elementType="#T.pivot.Pseudostate">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrECzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEWDWgEeOnSNzoR5v6AA #_5FrEWTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Pseudostate">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LrDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV1Z2jN8EeOoAatxCmIbzQ #_mV1Z2zN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEDDWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEWjWgEeOnSNzoR5v6AA #_5FrEWzWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConstructorPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LrTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z3DN8EeOoAatxCmIbzQ #_mV1Z3TN8EeOoAatxCmIbzQ" elementType="#T.pivot.String"

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEDTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEXDWgEeOnSNzoR5v6AA #_5FrEXTWgEeOnSNzoR5v6AA" elementType="#T.pivot.String"

         lower="1">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LrjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z3jN8EeOoAatxCmIbzQ #_mV1Z3zN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicProperty">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEDjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEXjWgEeOnSNzoR5v6AA #_5FrEXzWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicProperty">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LrzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z4DN8EeOoAatxCmIbzQ #_mV1Z4TN8EeOoAatxCmIbzQ" elementType="#T.pivot.ElementExtension">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEDzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEYDWgEeOnSNzoR5v6AA #_5FrEYTWgEeOnSNzoR5v6AA" elementType="#T.pivot.ElementExtension">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LsDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z4jN8EeOoAatxCmIbzQ #_mV1Z4zN8EeOoAatxCmIbzQ" elementType="#T.pivot.Comment">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEEDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEYjWgEeOnSNzoR5v6AA #_5FrEYzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Comment">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LsTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV1Z5DN8EeOoAatxCmIbzQ #_mV1Z5TN8EeOoAatxCmIbzQ" elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEETWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEZDWgEeOnSNzoR5v6AA #_5FrEZTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Constraint">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LsjN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A0DN8EeOoAatxCmIbzQ #_mV2A0TN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumerationLiteral">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEEjWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEZjWgEeOnSNzoR5v6AA #_5FrEZzWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumerationLiteral">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LszN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A0jN8EeOoAatxCmIbzQ #_mV2A0zN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumLiteralExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEEzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEaDWgEeOnSNzoR5v6AA #_5FrEaTWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumLiteralExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LtDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A1DN8EeOoAatxCmIbzQ #_mV2A1TN8EeOoAatxCmIbzQ" elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEFDWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEajWgEeOnSNzoR5v6AA #_5FrEazWgEeOnSNzoR5v6AA" elementType="#T.pivot.Variable">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LtTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A1jN8EeOoAatxCmIbzQ #_mV2A1zN8EeOoAatxCmIbzQ" elementType="#T.pivot.Parameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEFTWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEbDWgEeOnSNzoR5v6AA #_5FrEbTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Parameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0LtjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A2DN8EeOoAatxCmIbzQ #_mV2A2TN8EeOoAatxCmIbzQ" elementType="#T.pivot.LoopExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEFjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEbjWgEeOnSNzoR5v6AA #_5FrEbzWgEeOnSNzoR5v6AA" elementType="#T.pivot.LoopExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV0LtzN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV2A2jN8EeOoAatxCmIbzQ" elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEFzWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEcDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Type">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LuDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A2zN8EeOoAatxCmIbzQ #_mV2A3DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Precedence">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEGDWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEcTWgEeOnSNzoR5v6AA #_5FrEcjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Precedence">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0LuTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A3TN8EeOoAatxCmIbzQ #_mV2A3jN8EeOoAatxCmIbzQ" elementType="#T.pivot.OCLExpression">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEGTWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEczWgEeOnSNzoR5v6AA #_5FrEdDWgEeOnSNzoR5v6AA" elementType="#T.pivot.OCLExpression">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0ysDN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A3zN8EeOoAatxCmIbzQ #_mV2A4DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Annotation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEGjWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEdTWgEeOnSNzoR5v6AA #_5FrEdjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Annotation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0ysTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV2A4TN8EeOoAatxCmIbzQ #_mV1Z5TN8EeOoAatxCmIbzQ" elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEGzWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEdzWgEeOnSNzoR5v6AA #_5FrEZTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Constraint">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ysjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A4jN8EeOoAatxCmIbzQ #_mV2A4zN8EeOoAatxCmIbzQ" elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEHDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEeDWgEeOnSNzoR5v6AA #_5FrEeTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Import">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yszN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A5DN8EeOoAatxCmIbzQ #_mV2A5TN8EeOoAatxCmIbzQ" elementType="#T.pivot.NavigationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEHTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEejWgEeOnSNzoR5v6AA #_5FrEezWgEeOnSNzoR5v6AA" elementType="#T.pivot.NavigationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV0ytDN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV2A5jN8EeOoAatxCmIbzQ" elementType="#T.pivot.String">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEHjWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEfDWgEeOnSNzoR5v6AA" elementType="#T.pivot.String">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0ytTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV0ytDN8EeOoAatxCmIbzQ #_mV1Z3TN8EeOoAatxCmIbzQ" elementType="#T.pivot.String">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEHzWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEHjWgEeOnSNzoR5v6AA #_5FrEXTWgEeOnSNzoR5v6AA" elementType="#T.pivot.String">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ytjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A5zN8EeOoAatxCmIbzQ #_mV2A6DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEIDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEfTWgEeOnSNzoR5v6AA #_5FrEfjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Type">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ytzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A6TN8EeOoAatxCmIbzQ #_mV1ZzjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEITWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEfzWgEeOnSNzoR5v6AA #_5FrETjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Operation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yuDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A6jN8EeOoAatxCmIbzQ #_mV2A6zN8EeOoAatxCmIbzQ" elementType="#T.pivot.CallOperationAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEIjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEgDWgEeOnSNzoR5v6AA #_5FrEgTWgEeOnSNzoR5v6AA" elementType="#T.pivot.OperationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yuTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A7DN8EeOoAatxCmIbzQ #_mV2A7TN8EeOoAatxCmIbzQ" elementType="#T.pivot.OperationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEIzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEgjWgEeOnSNzoR5v6AA #_5FrEgzWgEeOnSNzoR5v6AA" elementType="#T.pivot.MessageType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yujN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A7jN8EeOoAatxCmIbzQ #_mV2A7zN8EeOoAatxCmIbzQ" elementType="#T.pivot.MessageType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEJDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEhDWgEeOnSNzoR5v6AA #_5FrEhTWgEeOnSNzoR5v6AA" elementType="#T.pivot.CallOperationAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yuzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV2A8DN8EeOoAatxCmIbzQ #_mV3O8DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Package">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEJTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEhjWgEeOnSNzoR5v6AA #_5FrEhzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Package">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yvDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O8TN8EeOoAatxCmIbzQ #_mV2A1TN8EeOoAatxCmIbzQ" elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEJjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEiDWgEeOnSNzoR5v6AA #_5FrEazWgEeOnSNzoR5v6AA" elementType="#T.pivot.Variable">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yvTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O8jN8EeOoAatxCmIbzQ #_mV3O8zN8EeOoAatxCmIbzQ" elementType="#T.pivot.OppositePropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEJzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEiTWgEeOnSNzoR5v6AA #_5FrEWzWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConstructorPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yvjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O9DN8EeOoAatxCmIbzQ #_mV3O9TN8EeOoAatxCmIbzQ" elementType="#T.pivot.PropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEKDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEijWgEeOnSNzoR5v6AA #_5FrEizWgEeOnSNzoR5v6AA" elementType="#T.pivot.PropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yvzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O9jN8EeOoAatxCmIbzQ #_mV1Z2zN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEKTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEjDWgEeOnSNzoR5v6AA #_5FrEjTWgEeOnSNzoR5v6AA" elementType="#T.pivot.OppositePropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ywDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O9zN8EeOoAatxCmIbzQ #_mV3O-DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Vertex">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEKjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEjjWgEeOnSNzoR5v6AA #_5FrEjzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Vertex">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ywTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O-TN8EeOoAatxCmIbzQ #_mV3O-jN8EeOoAatxCmIbzQ" elementType="#T.pivot.Transition">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEKzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEkDWgEeOnSNzoR5v6AA #_5FrEkTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Transition">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0ywjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O-zN8EeOoAatxCmIbzQ #_mV3O_DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Region">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrELDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEkjWgEeOnSNzoR5v6AA #_5FrEkzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Region">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0ywzN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV3O_TN8EeOoAatxCmIbzQ #_mV2A4zN8EeOoAatxCmIbzQ" elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrELTWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrElDWgEeOnSNzoR5v6AA #_5FrEeTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Import">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yxDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O_jN8EeOoAatxCmIbzQ #_mV3O_zN8EeOoAatxCmIbzQ" elementType="#T.pivot.SendSignalAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrELjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrElTWgEeOnSNzoR5v6AA #_5FrEljWgEeOnSNzoR5v6AA" elementType="#T.pivot.SendSignalAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yxTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3PADN8EeOoAatxCmIbzQ #_mV3PATN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConnectionPointReference">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrELzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrElzWgEeOnSNzoR5v6AA #_5FrEmDWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConnectionPointReference">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yxjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3PAjN8EeOoAatxCmIbzQ #_mV3PAzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Trigger">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEMDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEmTWgEeOnSNzoR5v6AA #_5FrEmjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Trigger">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yxzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3PBDN8EeOoAatxCmIbzQ #_mV3PBTN8EeOoAatxCmIbzQ" elementType="#T.pivot.State">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEMTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEmzWgEeOnSNzoR5v6AA #_5FrEnDWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yyDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3PBjN8EeOoAatxCmIbzQ #_mV3PBzN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEMjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEnTWgEeOnSNzoR5v6AA #_5FrEnjWgEeOnSNzoR5v6AA" elementType="#T.pivot.State">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yyTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32ADN8EeOoAatxCmIbzQ #_mV32ATN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateMachine">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEMzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEnzWgEeOnSNzoR5v6AA #_5FrEoDWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateMachine">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yyjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV3O-zN8EeOoAatxCmIbzQ #_mV3O_DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Region"

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrENDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEkjWgEeOnSNzoR5v6AA #_5FrEkzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Region"

         lower="1">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yyzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32AjN8EeOoAatxCmIbzQ #_mV32AzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameterSubstitution">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrENTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEoTWgEeOnSNzoR5v6AA #_5FrEojWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameterSubstitution">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yzDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32BDN8EeOoAatxCmIbzQ #_mV32BTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateSignature">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrENjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEozWgEeOnSNzoR5v6AA #_5FrEpDWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateSignature">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0yzTN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV32BjN8EeOoAatxCmIbzQ #_mV32BzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrENzWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEpTWgEeOnSNzoR5v6AA #_5FrEpjWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0yzjN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV32BjN8EeOoAatxCmIbzQ #_mV32BzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameter"

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEODWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEpTWgEeOnSNzoR5v6AA #_5FrEpjWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameter"

         lower="1">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0yzzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32CDN8EeOoAatxCmIbzQ #_mV32CTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateBinding">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEOTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEpzWgEeOnSNzoR5v6AA #_5FrEqDWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateBinding">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0y0DN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32CjN8EeOoAatxCmIbzQ #_mV32CzN8EeOoAatxCmIbzQ" elementType="#T.pivot.ParameterableElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEOjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEqTWgEeOnSNzoR5v6AA #_5FrEqjWgEeOnSNzoR5v6AA" elementType="#T.pivot.ParameterableElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0y0TN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV32DDN8EeOoAatxCmIbzQ #_mV32DTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TupleLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEOzWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEqzWgEeOnSNzoR5v6AA #_5FrErDWgEeOnSNzoR5v6AA" elementType="#T.pivot.TupleLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_mV0y0jN8EeOoAatxCmIbzQ" name="OrderedSet"

-        superClass="#_mV0LtzN8EeOoAatxCmIbzQ #_mV2A6DN8EeOoAatxCmIbzQ" elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.24/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:OrderedSetType" xmi:id="_5FrEPDWgEeOnSNzoR5v6AA" name="OrderedSet"

+        superClass="#_5FrEFzWgEeOnSNzoR5v6AA #_5FrEfjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Type">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.OrderedSet">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..OrderedSetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0y0zN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32DjN8EeOoAatxCmIbzQ #_mV32DzN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEPTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrErTWgEeOnSNzoR5v6AA #_5FrErjWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0y1DN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32EDN8EeOoAatxCmIbzQ #_mV32ETN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEPjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrErzWgEeOnSNzoR5v6AA #_5FrEsDWgEeOnSNzoR5v6AA" elementType="#T.pivot.DataType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV0y1TN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32EjN8EeOoAatxCmIbzQ #_mV32EzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeTemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEPzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEsTWgEeOnSNzoR5v6AA #_5FrEsjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Metaclass">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV1ZwDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32FDN8EeOoAatxCmIbzQ #_mV32FTN8EeOoAatxCmIbzQ" elementType="#T.pivot.DataType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEQDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEszWgEeOnSNzoR5v6AA #_5FrEtDWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeTemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV1ZwTN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32FjN8EeOoAatxCmIbzQ #_mV32FzN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEQTWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEtTWgEeOnSNzoR5v6AA #_5FrEtjWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV1ZwjN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32GDN8EeOoAatxCmIbzQ #_mV32GTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Metaclass">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEQjWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEtzWgEeOnSNzoR5v6AA #_5FrEuDWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV1ZwzN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32GjN8EeOoAatxCmIbzQ #_mV32GzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypedElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrEQzWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEuTWgEeOnSNzoR5v6AA #_5FrEujWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypedElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SetType" xmi:id="_mV1ZxDN8EeOoAatxCmIbzQ" name="Set"

-        superClass="#_mV32HDN8EeOoAatxCmIbzQ #_mV32HTN8EeOoAatxCmIbzQ" elementType="#T.pivot.VariableExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.26/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SetType" xmi:id="_5FrERDWgEeOnSNzoR5v6AA" name="Set"

+        superClass="#_5FrEuzWgEeOnSNzoR5v6AA #_5FrEvDWgEeOnSNzoR5v6AA" elementType="#T.pivot.VariableExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Set">

+        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SetT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1ZxTN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32HjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrERTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEvTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Element">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1ZxjN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32HjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrERjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEvTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Element">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1ZxzN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32HzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Detail">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrERzWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEvjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Detail">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1ZyDN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32HzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Detail">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrESDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEvjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Detail">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1ZyTN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32IDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrESTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEvzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Property">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1ZyjN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32IDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrESjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEvzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Property">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1ZyzN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32ITN8EeOoAatxCmIbzQ" elementType="#T.pivot.AssociationClassCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrESzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEwDWgEeOnSNzoR5v6AA" elementType="#T.pivot.AssociationClassCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1ZzDN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32ITN8EeOoAatxCmIbzQ" elementType="#T.pivot.AssociationClassCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrETDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEwDWgEeOnSNzoR5v6AA" elementType="#T.pivot.AssociationClassCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1ZzTN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32IjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrETTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEwTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Operation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1ZzjN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32IjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrETjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEwTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Operation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1ZzzN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32IzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrETzWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEwjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Class">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z0DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32IzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEUDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEwjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Class">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1Z0TN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32IDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEUTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEvzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Property">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z0jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32IzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEUjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEwjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Class">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z0zN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32JDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Behavior">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEUzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEwzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Behavior">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z1DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32JDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Behavior">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEVDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEwzWgEeOnSNzoR5v6AA" elementType="#T.pivot.Behavior">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1Z1TN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV32JTN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEVTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrExDWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z1jN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV32JTN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEVjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrExDWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z1zN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32HjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEVzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEvTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Element">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z2DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dEDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Pseudostate">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEWDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrExTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Pseudostate">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z2TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dEDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Pseudostate">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEWTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrExTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Pseudostate">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV1Z2jN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dETN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEWjWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrExjWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConstructorPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z2zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dETN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEWzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrExjWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConstructorPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z3DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV2A5jN8EeOoAatxCmIbzQ" elementType="#T.pivot.String">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEXDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEfDWgEeOnSNzoR5v6AA" elementType="#T.pivot.String">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z3TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV2A5jN8EeOoAatxCmIbzQ" elementType="#T.pivot.String">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEXTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEfDWgEeOnSNzoR5v6AA" elementType="#T.pivot.String">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z3jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dEjN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicProperty">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEXjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrExzWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicProperty">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z3zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dEjN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicProperty">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEXzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrExzWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicProperty">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z4DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dEzN8EeOoAatxCmIbzQ" elementType="#T.pivot.ElementExtension">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEYDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEyDWgEeOnSNzoR5v6AA" elementType="#T.pivot.ElementExtension">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z4TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dEzN8EeOoAatxCmIbzQ" elementType="#T.pivot.ElementExtension">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEYTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEyDWgEeOnSNzoR5v6AA" elementType="#T.pivot.ElementExtension">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z4jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dFDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Comment">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEYjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEyTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Comment">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z4zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dFDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Comment">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEYzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEyTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Comment">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV1Z5DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dFTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEZDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEyjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Constraint">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV1Z5TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dFTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEZTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEyjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Constraint">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A0DN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dFjN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumerationLiteral">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEZjWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEyzWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumerationLiteral">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A0TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dFjN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumerationLiteral">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEZzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEyzWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumerationLiteral">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A0jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dFzN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumLiteralExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEaDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEzDWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumLiteralExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A0zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dFzN8EeOoAatxCmIbzQ" elementType="#T.pivot.EnumLiteralExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEaTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEzDWgEeOnSNzoR5v6AA" elementType="#T.pivot.EnumLiteralExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A1DN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dGDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEajWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEzTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Variable">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A1TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dGDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEazWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEzTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Variable">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A1jN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dGTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Parameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEbDWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEzjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Parameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A1zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dGTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Parameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEbTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEzjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Parameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A2DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dGjN8EeOoAatxCmIbzQ" elementType="#T.pivot.LoopExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEbjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEzzWgEeOnSNzoR5v6AA" elementType="#T.pivot.LoopExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A2TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dGjN8EeOoAatxCmIbzQ" elementType="#T.pivot.LoopExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEbzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEzzWgEeOnSNzoR5v6AA" elementType="#T.pivot.LoopExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A2jN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEcDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A2zN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dGzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Precedence">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEcTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE0DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Precedence">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A3DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dGzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Precedence">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEcjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE0DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Precedence">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A3TN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dHDN8EeOoAatxCmIbzQ" elementType="#T.pivot.OCLExpression">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEczWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE0TWgEeOnSNzoR5v6AA" elementType="#T.pivot.OCLExpression">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A3jN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV4dHDN8EeOoAatxCmIbzQ" elementType="#T.pivot.OCLExpression">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEdDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE0TWgEeOnSNzoR5v6AA" elementType="#T.pivot.OCLExpression">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A3zN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV5EIDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Annotation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEdTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE0jWgEeOnSNzoR5v6AA" elementType="#T.pivot.Annotation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A4DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV5EIDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Annotation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEdjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE0jWgEeOnSNzoR5v6AA" elementType="#T.pivot.Annotation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV2A4TN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV4dFTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEdzWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrEyjWgEeOnSNzoR5v6AA" elementType="#T.pivot.Constraint">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A4jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV65UDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEeDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE0zWgEeOnSNzoR5v6AA" elementType="#T.pivot.Import">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A4zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV65UDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEeTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE0zWgEeOnSNzoR5v6AA" elementType="#T.pivot.Import">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A5DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV65UTN8EeOoAatxCmIbzQ" elementType="#T.pivot.NavigationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEejWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE1DWgEeOnSNzoR5v6AA" elementType="#T.pivot.NavigationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A5TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV65UTN8EeOoAatxCmIbzQ" elementType="#T.pivot.NavigationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEezWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE1DWgEeOnSNzoR5v6AA" elementType="#T.pivot.NavigationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A5jN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEfDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.String">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.String" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A5zN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV2A2jN8EeOoAatxCmIbzQ" elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEfTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEcDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Type">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A6DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV2A2jN8EeOoAatxCmIbzQ" elementType="#T.pivot.Type">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEfjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrEcDWgEeOnSNzoR5v6AA" elementType="#T.pivot.Type">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Type" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A6TN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV32IjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEfzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEwTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Operation">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A6jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV65UjN8EeOoAatxCmIbzQ" elementType="#T.pivot.CallOperationAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEgDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE1TWgEeOnSNzoR5v6AA" elementType="#T.pivot.OperationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A6zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV65UjN8EeOoAatxCmIbzQ" elementType="#T.pivot.CallOperationAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEgTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE1TWgEeOnSNzoR5v6AA" elementType="#T.pivot.OperationCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A7DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gYDN8EeOoAatxCmIbzQ" elementType="#T.pivot.OperationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEgjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE1jWgEeOnSNzoR5v6AA" elementType="#T.pivot.MessageType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A7TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gYDN8EeOoAatxCmIbzQ" elementType="#T.pivot.OperationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEgzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE1jWgEeOnSNzoR5v6AA" elementType="#T.pivot.MessageType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A7jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gYTN8EeOoAatxCmIbzQ" elementType="#T.pivot.MessageType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEhDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE1zWgEeOnSNzoR5v6AA" elementType="#T.pivot.CallOperationAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV2A7zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gYTN8EeOoAatxCmIbzQ" elementType="#T.pivot.MessageType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEhTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE1zWgEeOnSNzoR5v6AA" elementType="#T.pivot.CallOperationAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV2A8DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gYjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Package">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEhjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE2DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Package">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O8DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gYjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Package">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEhzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE2DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Package">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O8TN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dGDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEiDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrEzTWgEeOnSNzoR5v6AA" elementType="#T.pivot.Variable">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O8jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gYzN8EeOoAatxCmIbzQ" elementType="#T.pivot.OppositePropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEiTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrExjWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConstructorPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O8zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gYzN8EeOoAatxCmIbzQ" elementType="#T.pivot.OppositePropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEijWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE2TWgEeOnSNzoR5v6AA" elementType="#T.pivot.PropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O9DN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gZDN8EeOoAatxCmIbzQ" elementType="#T.pivot.PropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEizWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE2TWgEeOnSNzoR5v6AA" elementType="#T.pivot.PropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O9TN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gZDN8EeOoAatxCmIbzQ" elementType="#T.pivot.PropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEjDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE2jWgEeOnSNzoR5v6AA" elementType="#T.pivot.OppositePropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O9jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV4dETN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEjTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE2jWgEeOnSNzoR5v6AA" elementType="#T.pivot.OppositePropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O9zN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gZTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Vertex">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEjjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE2zWgEeOnSNzoR5v6AA" elementType="#T.pivot.Vertex">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O-DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gZTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Vertex">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEjzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE2zWgEeOnSNzoR5v6AA" elementType="#T.pivot.Vertex">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O-TN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gZjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Transition">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEkDWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE3DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Transition">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O-jN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gZjN8EeOoAatxCmIbzQ" elementType="#T.pivot.Transition">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEkTWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE3DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Transition">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O-zN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gZzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Region">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEkjWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE3TWgEeOnSNzoR5v6AA" elementType="#T.pivot.Region">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O_DN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gZzN8EeOoAatxCmIbzQ" elementType="#T.pivot.Region">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEkzWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE3TWgEeOnSNzoR5v6AA" elementType="#T.pivot.Region">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV3O_TN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV65UDN8EeOoAatxCmIbzQ" elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrElDWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE0zWgEeOnSNzoR5v6AA" elementType="#T.pivot.Import">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3O_jN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gaDN8EeOoAatxCmIbzQ" elementType="#T.pivot.SendSignalAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrElTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE3jWgEeOnSNzoR5v6AA" elementType="#T.pivot.SendSignalAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3O_zN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gaDN8EeOoAatxCmIbzQ" elementType="#T.pivot.SendSignalAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEljWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE3jWgEeOnSNzoR5v6AA" elementType="#T.pivot.SendSignalAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3PADN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gaTN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConnectionPointReference">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrElzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE3zWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConnectionPointReference">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3PATN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gaTN8EeOoAatxCmIbzQ" elementType="#T.pivot.ConnectionPointReference">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEmDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE3zWgEeOnSNzoR5v6AA" elementType="#T.pivot.ConnectionPointReference">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3PAjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gajN8EeOoAatxCmIbzQ" elementType="#T.pivot.Trigger">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEmTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE4DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Trigger">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3PAzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gajN8EeOoAatxCmIbzQ" elementType="#T.pivot.Trigger">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEmjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE4DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Trigger">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3PBDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gazN8EeOoAatxCmIbzQ" elementType="#T.pivot.State">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEmzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE4TWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3PBTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gazN8EeOoAatxCmIbzQ" elementType="#T.pivot.State">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEnDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE4TWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV3PBjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gbDN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEnTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE4jWgEeOnSNzoR5v6AA" elementType="#T.pivot.State">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV3PBzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gbDN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEnjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE4jWgEeOnSNzoR5v6AA" elementType="#T.pivot.State">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32ADN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gbTN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateMachine">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEnzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE4zWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateMachine">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32ATN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gbTN8EeOoAatxCmIbzQ" elementType="#T.pivot.StateMachine">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEoDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE4zWgEeOnSNzoR5v6AA" elementType="#T.pivot.StateMachine">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32AjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gbjN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameterSubstitution">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEoTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE5DWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameterSubstitution">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32AzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gbjN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameterSubstitution">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEojWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE5DWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameterSubstitution">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32BDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gbzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateSignature">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEozWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE5TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateSignature">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32BTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gbzN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateSignature">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEpDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE5TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateSignature">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV32BjN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV7gcDN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEpTWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE5jWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32BzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gcDN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEpjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE5jWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32CDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gcTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateBinding">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEpzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE5zWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateBinding">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32CTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gcTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TemplateBinding">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEqDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE5zWgEeOnSNzoR5v6AA" elementType="#T.pivot.TemplateBinding">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32CjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gcjN8EeOoAatxCmIbzQ" elementType="#T.pivot.ParameterableElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEqTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE6DWgEeOnSNzoR5v6AA" elementType="#T.pivot.ParameterableElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32CzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gcjN8EeOoAatxCmIbzQ" elementType="#T.pivot.ParameterableElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEqjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE6DWgEeOnSNzoR5v6AA" elementType="#T.pivot.ParameterableElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:SequenceType" xmi:id="_mV32DDN8EeOoAatxCmIbzQ" name="Sequence"

-        superClass="#_mV7gczN8EeOoAatxCmIbzQ" elementType="#T.pivot.TupleLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.25/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:SequenceType" xmi:id="_5FrEqzWgEeOnSNzoR5v6AA" name="Sequence"

+        superClass="#_5FrE6TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TupleLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Sequence">

+        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..SequenceT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32DTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gczN8EeOoAatxCmIbzQ" elementType="#T.pivot.TupleLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrErDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE6TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TupleLiteralPart">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32DjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gdDN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrErTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE6jWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32DzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gdDN8EeOoAatxCmIbzQ" elementType="#T.pivot.DynamicElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrErjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE6jWgEeOnSNzoR5v6AA" elementType="#T.pivot.CollectionType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32EDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gdTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrErzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE6zWgEeOnSNzoR5v6AA" elementType="#T.pivot.DataType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32ETN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gdTN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEsDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE6zWgEeOnSNzoR5v6AA" elementType="#T.pivot.DataType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32EjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gdjN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeTemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEsTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE7DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Metaclass">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32EzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gdjN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypeTemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEsjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE7DWgEeOnSNzoR5v6AA" elementType="#T.pivot.Metaclass">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32FDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gdzN8EeOoAatxCmIbzQ" elementType="#T.pivot.DataType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEszWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE7TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeTemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32FTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gdzN8EeOoAatxCmIbzQ" elementType="#T.pivot.DataType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEtDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE7TWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeTemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32FjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7geDN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEtTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE7jWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32FzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7geDN8EeOoAatxCmIbzQ" elementType="#T.pivot.CollectionType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEtjWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE7jWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypeExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32GDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7geTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Metaclass">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEtzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE7zWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32GTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7geTN8EeOoAatxCmIbzQ" elementType="#T.pivot.Metaclass">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEuDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE7zWgEeOnSNzoR5v6AA" elementType="#T.pivot.DynamicElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32GjN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gejN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypedElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEuTWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE8DWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypedElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32GzN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gejN8EeOoAatxCmIbzQ" elementType="#T.pivot.TypedElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEujWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE8DWgEeOnSNzoR5v6AA" elementType="#T.pivot.TypedElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:BagType" xmi:id="_mV32HDN8EeOoAatxCmIbzQ" name="Bag"

-        superClass="#_mV7gezN8EeOoAatxCmIbzQ" elementType="#T.pivot.VariableExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.22/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:BagType" xmi:id="_5FrEuzWgEeOnSNzoR5v6AA" name="Bag"

+        superClass="#_5FrE8TWgEeOnSNzoR5v6AA" elementType="#T.pivot.VariableExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Bag">

+        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..BagT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32HTN8EeOoAatxCmIbzQ" name="UniqueCollection"

-        superClass="#_mV7gezN8EeOoAatxCmIbzQ" elementType="#T.pivot.VariableExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.27/@ownedTemplateSignature/@ownedParameter.0"/>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEvDWgEeOnSNzoR5v6AA" name="UniqueCollection"

+        superClass="#_5FrE8TWgEeOnSNzoR5v6AA" elementType="#T.pivot.VariableExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.UniqueCollection">

+        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..UniqueCollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32HjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEvTWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Element">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Element" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32HzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEvjWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Detail">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Detail" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32IDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEvzWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Property">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Property" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32ITN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEwDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.AssociationClassCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.AssociationClassCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32IjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEwTWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Operation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Operation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32IzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEwjWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Class">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Class" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32JDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEwzWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Behavior">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Behavior" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV32JTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrExDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.CollectionLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.CollectionLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dEDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrExTWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Pseudostate">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Pseudostate" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dETN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrExjWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.ConstructorPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.ConstructorPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dEjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrExzWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.DynamicProperty">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.DynamicProperty" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dEzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEyDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.ElementExtension">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.ElementExtension" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dFDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEyTWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Comment">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Comment" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dFTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEyjWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Constraint">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Constraint" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dFjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEyzWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.EnumerationLiteral">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.EnumerationLiteral" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dFzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEzDWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.EnumLiteralExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.EnumLiteralExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dGDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEzTWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Variable">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Variable" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dGTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEzjWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Parameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Parameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dGjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrEzzWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.LoopExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.LoopExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dGzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE0DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Precedence">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Precedence" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV4dHDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE0TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.OCLExpression">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.OCLExpression" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV5EIDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE0jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Annotation">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Annotation" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV65UDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE0zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Import">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Import" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV65UTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE1DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.NavigationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.NavigationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV65UjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.CallOperationAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gYDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE1TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.OperationCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.OperationCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gYTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE1jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.MessageType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.MessageType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gYjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE1zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.CallOperationAction">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.CallOperationAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE2DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Package">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Package" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gYzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.OppositePropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gZDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE2TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.PropertyCallExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.PropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gZTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE2jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.OppositePropertyCallExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.OppositePropertyCallExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE2zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Vertex">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Vertex" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gZjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE3DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Transition">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Transition" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gZzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE3TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Region">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Region" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gaDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE3jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.SendSignalAction">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.SendSignalAction" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gaTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE3zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.ConnectionPointReference">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.ConnectionPointReference" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gajN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE4DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Trigger">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Trigger" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gazN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.State">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gbDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE4TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.StateExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.StateExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gbTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE4jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.State">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.State" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE4zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.StateMachine">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.StateMachine" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gbjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE5DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TemplateParameterSubstitution">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TemplateParameterSubstitution" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gbzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE5TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TemplateSignature">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TemplateSignature" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gcDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE5jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gcTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE5zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TemplateBinding">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TemplateBinding" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gcjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE6DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.ParameterableElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.ParameterableElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gczN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE6TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TupleLiteralPart">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TupleLiteralPart" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gdDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.DynamicElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gdTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.TypeExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gdjN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.TypeTemplateParameter">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gdzN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

-        elementType="#T.pivot.DataType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

-      </templateBinding>

-    </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7geDN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE6jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.CollectionType">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.CollectionType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7geTN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE6zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.DataType">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.DataType" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE7DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.Metaclass">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.Metaclass" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gejN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE7TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.TypeTemplateParameter">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TypeTemplateParameter" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE7jWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.TypeExp">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TypeExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE7zWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

+        elementType="#T.pivot.DynamicElement">

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.DynamicElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

+      </templateBinding>

+    </ownedType>

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE8DWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.TypedElement">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.TypedElement" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

-    <ownedType xsi:type="pivot:CollectionType" xmi:id="_mV7gezN8EeOoAatxCmIbzQ" name="Collection"

-        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.3"

+    <ownedType xsi:type="pivot:CollectionType" xmi:id="_5FrE8TWgEeOnSNzoR5v6AA" name="Collection"

+        superClass="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#T.ocl.OclAny"

         elementType="#T.pivot.VariableExp">

-      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature">

-        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#//@nestedPackage.1/@ownedType.23/@ownedTemplateSignature/@ownedParameter.0"/>

+      <templateBinding signature="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#s.Collection">

+        <parameterSubstitution actual="#T.pivot.VariableExp" formal="http://www.eclipse.org/ocl/3.1.0/OCL.oclstdlib.oclas#t.ocl..CollectionT"/>

       </templateBinding>

     </ownedType>

   </nestedPackage>

diff --git a/examples/org.eclipse.ocl.examples.pivot/model/Pivot.merged.uml b/examples/org.eclipse.ocl.examples.pivot/model/Pivot.merged.uml
index a2b52e6..285d433 100644
--- a/examples/org.eclipse.ocl.examples.pivot/model/Pivot.merged.uml
+++ b/examples/org.eclipse.ocl.examples.pivot/model/Pivot.merged.uml
@@ -3,1849 +3,1849 @@
     xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/5" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/4.0.0/UML"
     xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/5 pathmap://UML_PROFILES/Ecore.profile.uml#_z1OFcHjqEdy8S4Cr8Rc_NA">
   <uml:Package xmi:id="_0" name="pivot" URI="http://www.omg.org/spec/UML/20090901">
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fs9oUjN8EeOoAatxCmIbzQ" name="Boolean">
-      <ownedComment xmi:id="_fs9oUzN8EeOoAatxCmIbzQ" annotatedElement="_fs9oUjN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1c0HCzWgEeOnSNzoR5v6AA" name="Boolean">
+      <ownedComment xmi:id="_1c0HDDWgEeOnSNzoR5v6AA" annotatedElement="_1c0HCzWgEeOnSNzoR5v6AA">
         <body>A Boolean type is used for logical expression, consisting of the predefined values true and false.</body>
       </ownedComment>
     </packagedElement>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fs9oUDN8EeOoAatxCmIbzQ" name="Integer">
-      <ownedComment xmi:id="_fs9oUTN8EeOoAatxCmIbzQ" annotatedElement="_fs9oUDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1c0HCTWgEeOnSNzoR5v6AA" name="Integer">
+      <ownedComment xmi:id="_1c0HCjWgEeOnSNzoR5v6AA" annotatedElement="_1c0HCTWgEeOnSNzoR5v6AA">
         <body>An integer is a primitive type representing integer values.</body>
       </ownedComment>
     </packagedElement>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fwBjYDN8EeOoAatxCmIbzQ" name="LibraryFeature"/>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fwBjYTN8EeOoAatxCmIbzQ" name="Object"/>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fvU_0DN8EeOoAatxCmIbzQ" name="Real"/>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fs2TkDN8EeOoAatxCmIbzQ" name="String">
-      <ownedComment xmi:id="_fs-PYDN8EeOoAatxCmIbzQ" annotatedElement="_fs2TkDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1ewAvDWgEeOnSNzoR5v6AA" name="LibraryFeature"/>
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1ewAvTWgEeOnSNzoR5v6AA" name="Object"/>
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1edFsDWgEeOnSNzoR5v6AA" name="Real"/>
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1c0HATWgEeOnSNzoR5v6AA" name="String">
+      <ownedComment xmi:id="_1c0HDTWgEeOnSNzoR5v6AA" annotatedElement="_1c0HATWgEeOnSNzoR5v6AA">
         <body>A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters.</body>
       </ownedComment>
     </packagedElement>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fwCKcDN8EeOoAatxCmIbzQ" name="Throwable"/>
-    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_fs-PYTN8EeOoAatxCmIbzQ" name="UnlimitedNatural">
-      <ownedComment xmi:id="_fs-PYjN8EeOoAatxCmIbzQ" annotatedElement="_fs-PYTN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1ewAvjWgEeOnSNzoR5v6AA" name="Throwable"/>
+    <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_1c0HDjWgEeOnSNzoR5v6AA" name="UnlimitedNatural">
+      <ownedComment xmi:id="_1c0HDzWgEeOnSNzoR5v6AA" annotatedElement="_1c0HDjWgEeOnSNzoR5v6AA">
         <body>An unlimited natural is a primitive type representing unlimited natural values.</body>
       </ownedComment>
     </packagedElement>
-    <packagedElement xmi:type="uml:Enumeration" xmi:id="_fwNJkDN8EeOoAatxCmIbzQ" name="AssociativityKind">
-      <ownedLiteral xmi:id="_fwNJkTN8EeOoAatxCmIbzQ" name="Left"/>
-      <ownedLiteral xmi:id="_fwNJkjN8EeOoAatxCmIbzQ" name="Right"/>
+    <packagedElement xmi:type="uml:Enumeration" xmi:id="_1e5xsjWgEeOnSNzoR5v6AA" name="AssociativityKind">
+      <ownedLiteral xmi:id="_1e5xszWgEeOnSNzoR5v6AA" name="Left"/>
+      <ownedLiteral xmi:id="_1e5xtDWgEeOnSNzoR5v6AA" name="Right"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Enumeration" xmi:id="_fu4T4DN8EeOoAatxCmIbzQ" name="CollectionKind">
-      <ownedLiteral xmi:id="_fu4T4TN8EeOoAatxCmIbzQ" name="Collection"/>
-      <ownedLiteral xmi:id="_fu4T4jN8EeOoAatxCmIbzQ" name="Set"/>
-      <ownedLiteral xmi:id="_fu4T4zN8EeOoAatxCmIbzQ" name="OrderedSet"/>
-      <ownedLiteral xmi:id="_fu4T5DN8EeOoAatxCmIbzQ" name="Bag"/>
-      <ownedLiteral xmi:id="_fu4T5TN8EeOoAatxCmIbzQ" name="Sequence"/>
+    <packagedElement xmi:type="uml:Enumeration" xmi:id="_1eKKyzWgEeOnSNzoR5v6AA" name="CollectionKind">
+      <ownedLiteral xmi:id="_1eKKzDWgEeOnSNzoR5v6AA" name="Collection"/>
+      <ownedLiteral xmi:id="_1eKKzTWgEeOnSNzoR5v6AA" name="Set"/>
+      <ownedLiteral xmi:id="_1eKKzjWgEeOnSNzoR5v6AA" name="OrderedSet"/>
+      <ownedLiteral xmi:id="_1eKKzzWgEeOnSNzoR5v6AA" name="Bag"/>
+      <ownedLiteral xmi:id="_1eKK0DWgEeOnSNzoR5v6AA" name="Sequence"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Enumeration" xmi:id="_ftkFQDN8EeOoAatxCmIbzQ" name="PseudostateKind" visibility="private">
-      <ownedComment xmi:id="_ftkFQTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFQDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Enumeration" xmi:id="_1dQzFDWgEeOnSNzoR5v6AA" name="PseudostateKind" visibility="private">
+      <ownedComment xmi:id="_1dQzFTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzFDWgEeOnSNzoR5v6AA">
         <body>PseudostateKind is an enumeration type.</body>
       </ownedComment>
-      <ownedLiteral xmi:id="_ftkFQjN8EeOoAatxCmIbzQ" name="initial">
-        <ownedComment xmi:id="_ftkFQzN8EeOoAatxCmIbzQ" annotatedElement="_ftkFQjN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzFjWgEeOnSNzoR5v6AA" name="initial">
+        <ownedComment xmi:id="_1dQzFzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzFjWgEeOnSNzoR5v6AA">
           <body>An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFRDN8EeOoAatxCmIbzQ" name="deepHistory">
-        <ownedComment xmi:id="_ftkFRTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFRDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzGDWgEeOnSNzoR5v6AA" name="deepHistory">
+        <ownedComment xmi:id="_1dQzGTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzGDWgEeOnSNzoR5v6AA">
           <body>DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate; e.g. the state configuration that was active when the composite state was last exited. A composite state can have at most one deep history vertex. At most one transition may originate from the history connector to the default deep history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a deep history are performed.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFRjN8EeOoAatxCmIbzQ" name="shallowHistory">
-        <ownedComment xmi:id="_ftkFRzN8EeOoAatxCmIbzQ" annotatedElement="_ftkFRjN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzGjWgEeOnSNzoR5v6AA" name="shallowHistory">
+        <ownedComment xmi:id="_1dQzGzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzGjWgEeOnSNzoR5v6AA">
           <body>ShallowHistory represents the most recent active substate of its containing state (but not the substates of that substate). A composite state can have at most one shallow history vertex. A transition coming into the shallow history vertex is equivalent to a transition coming into the most recent active substate of a state. At most one transition may originate from the history connector to the default shallow history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a shallow history are performed.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFSDN8EeOoAatxCmIbzQ" name="join">
-        <ownedComment xmi:id="_ftkFSTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFSDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzHDWgEeOnSNzoR5v6AA" name="join">
+        <ownedComment xmi:id="_1dQzHTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzHDWgEeOnSNzoR5v6AA">
           <body>Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions. The transitions entering a join vertex cannot have guards or triggers.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFSjN8EeOoAatxCmIbzQ" name="fork">
-        <ownedComment xmi:id="_ftkFSzN8EeOoAatxCmIbzQ" annotatedElement="_ftkFSjN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzHjWgEeOnSNzoR5v6AA" name="fork">
+        <ownedComment xmi:id="_1dQzHzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzHjWgEeOnSNzoR5v6AA">
           <body>Fork vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices&#xD;

 (i.e. vertices in different regions of a composite state). The segments outgoing from a fork vertex must not have guards or triggers.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFTDN8EeOoAatxCmIbzQ" name="junction">
-        <ownedComment xmi:id="_ftkFTTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFTDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzIDWgEeOnSNzoR5v6AA" name="junction">
+        <ownedComment xmi:id="_1dQzITWgEeOnSNzoR5v6AA" annotatedElement="_1dQzIDWgEeOnSNzoR5v6AA">
           <body>Junction vertices are semantic-free vertices that are used to chain together multiple transitions. They are used to construct compound transition paths between states. For example, a junction can be used to converge multiple incoming transitions into a single outgoing transition representing a shared transition path (this is known as an merge). Conversely, they can be used to split an incoming transition into multiple outgoing transition segments with different guard conditions. This realizes a static conditional branch. (In the latter case, outgoing transitions whose guard conditions evaluate to false are disabled. A predefined guard denoted 'else' may be defined for at most one outgoing transition. This transition is enabled if all the guards labeling the other transitions are false.) Static conditional branches are distinct from dynamic conditional branches that are realized by choice vertices (described below).</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFTjN8EeOoAatxCmIbzQ" name="choice">
-        <ownedComment xmi:id="_ftkFTzN8EeOoAatxCmIbzQ" annotatedElement="_ftkFTjN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzIjWgEeOnSNzoR5v6AA" name="choice">
+        <ownedComment xmi:id="_1dQzIzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzIjWgEeOnSNzoR5v6AA">
           <body>Choice vertices which, when reached, result in the dynamic evaluation of the guards of the triggers of its outgoing transitions. This realizes a dynamic conditional branch. It allows splitting of transitions into multiple outgoing paths such that the decision on which path to take may be a function of the results of prior actions performed in the same run-tocompletion step. If more than one of the guards evaluates to true, an arbitrary one is selected. If none of the guards evaluates to true, then the model is considered ill-formed. (To avoid this, it is recommended to define one outgoing transition with the predefined else guard for every choice vertex.) Choice vertices should be distinguished from static branch points that are based on junction points (described above).</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFUDN8EeOoAatxCmIbzQ" name="entryPoint">
-        <ownedComment xmi:id="_ftkFUTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFUDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzJDWgEeOnSNzoR5v6AA" name="entryPoint">
+        <ownedComment xmi:id="_1dQzJTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzJDWgEeOnSNzoR5v6AA">
           <body>An entry point pseudostate is an entry point of a state machine or composite state. In each region of the state machine or composite state it has a single transition to a vertex within the same region.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFUjN8EeOoAatxCmIbzQ" name="exitPoint">
-        <ownedComment xmi:id="_ftkFUzN8EeOoAatxCmIbzQ" annotatedElement="_ftkFUjN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzJjWgEeOnSNzoR5v6AA" name="exitPoint">
+        <ownedComment xmi:id="_1dQzJzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzJjWgEeOnSNzoR5v6AA">
           <body>An exit point pseudostate is an exit point of a state machine or composite state. Entering an exit point within any region of the composite state or state machine referenced by a submachine state implies the exit of this composite state or submachine state and the triggering of the transition that has this exit point as source in the state machine enclosing the submachine or composite state.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftkFVDN8EeOoAatxCmIbzQ" name="terminate">
-        <ownedComment xmi:id="_ftkFVTN8EeOoAatxCmIbzQ" annotatedElement="_ftkFVDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzKDWgEeOnSNzoR5v6AA" name="terminate">
+        <ownedComment xmi:id="_1dQzKTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzKDWgEeOnSNzoR5v6AA">
           <body>Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated. The state machine does not exit any states nor does it perform any exit actions other than those associated with the transition leading to the terminate pseudostate. Entering a terminate pseudostate is equivalent to invoking a DestroyObjectAction.</body>
         </ownedComment>
       </ownedLiteral>
     </packagedElement>
-    <packagedElement xmi:type="uml:Enumeration" xmi:id="_ftlTYDN8EeOoAatxCmIbzQ" name="TransitionKind" visibility="private">
-      <ownedComment xmi:id="_ftlTYTN8EeOoAatxCmIbzQ" annotatedElement="_ftlTYDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Enumeration" xmi:id="_1dQzKjWgEeOnSNzoR5v6AA" name="TransitionKind" visibility="private">
+      <ownedComment xmi:id="_1dQzKzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzKjWgEeOnSNzoR5v6AA">
         <body>TransitionKind is an enumeration type.</body>
       </ownedComment>
-      <ownedLiteral xmi:id="_ftlTaDN8EeOoAatxCmIbzQ" name="internal">
-        <ownedComment xmi:id="_ftlTaTN8EeOoAatxCmIbzQ" annotatedElement="_ftlTaDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzMjWgEeOnSNzoR5v6AA" name="internal">
+        <ownedComment xmi:id="_1dQzMzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzMjWgEeOnSNzoR5v6AA">
           <body>Implies that the transition, if triggered, occurs without exiting or entering the source state. Thus, it does not cause a state change. This means that the entry or exit condition of the source state will not be invoked. An internal transition can be taken even if the state machine is in one or more regions nested within this state.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftlTajN8EeOoAatxCmIbzQ" name="local">
-        <ownedComment xmi:id="_ftlTazN8EeOoAatxCmIbzQ" annotatedElement="_ftlTajN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzNDWgEeOnSNzoR5v6AA" name="local">
+        <ownedComment xmi:id="_1dQzNTWgEeOnSNzoR5v6AA" annotatedElement="_1dQzNDWgEeOnSNzoR5v6AA">
           <body>Implies that the transition, if triggered, will not exit the composite (source) state, but it will apply to any state within the composite state, and these will be exited and entered.</body>
         </ownedComment>
       </ownedLiteral>
-      <ownedLiteral xmi:id="_ftlTbDN8EeOoAatxCmIbzQ" name="external">
-        <ownedComment xmi:id="_ftlTbTN8EeOoAatxCmIbzQ" annotatedElement="_ftlTbDN8EeOoAatxCmIbzQ">
+      <ownedLiteral xmi:id="_1dQzNjWgEeOnSNzoR5v6AA" name="external">
+        <ownedComment xmi:id="_1dQzNzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzNjWgEeOnSNzoR5v6AA">
           <body>Implies that the transition, if triggered, will exit the composite (source) state.</body>
         </ownedComment>
       </ownedLiteral>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvmsoDN8EeOoAatxCmIbzQ" name="Annotation">
-      <generalization xmi:id="_fvmsoTN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvmsojN8EeOoAatxCmIbzQ" name="ownedContent" type="_fsXyczN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvmsozN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvmspDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1emPoDWgEeOnSNzoR5v6AA" name="Annotation">
+      <generalization xmi:id="_1emPoTWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPojWgEeOnSNzoR5v6AA" name="ownedContent" type="_1cXbbDWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPozWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPpDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvmspTN8EeOoAatxCmIbzQ" name="ownedDetail" type="_fvnTsDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvmspjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvmspzN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1emPpTWgEeOnSNzoR5v6AA" name="ownedDetail" type="_1emPqzWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPpjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPpzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvmsqDN8EeOoAatxCmIbzQ" name="reference" type="_fsXyczN8EeOoAatxCmIbzQ" isOrdered="true">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvmsqTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvmsqjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1emPqDWgEeOnSNzoR5v6AA" name="reference" type="_1cXbbDWgEeOnSNzoR5v6AA" isOrdered="true">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPqTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPqjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvVm4DN8EeOoAatxCmIbzQ" name="AnyType">
-      <generalization xmi:id="_fvVm4TN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFsTWgEeOnSNzoR5v6AA" name="AnyType">
+      <generalization xmi:id="_1edFsjWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fukK0DN8EeOoAatxCmIbzQ" name="AssociationClass">
-      <generalization xmi:id="_fukK0TN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fukK0jN8EeOoAatxCmIbzQ" name="unownedAttribute" type="_fsRr0DN8EeOoAatxCmIbzQ" association="_fumAADN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fukK0zN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fukK1DN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1d2o2DWgEeOnSNzoR5v6AA" name="AssociationClass">
+      <generalization xmi:id="_1d2o2TWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1d2o2jWgEeOnSNzoR5v6AA" name="unownedAttribute" type="_1cXbJTWgEeOnSNzoR5v6AA" association="_1eAZwDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2o2zWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1d2o3DWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvFvQDN8EeOoAatxCmIbzQ" name="AssociationClassCallExp">
-      <generalization xmi:id="_fvFvQTN8EeOoAatxCmIbzQ" general="_fvFIMDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvFvQjN8EeOoAatxCmIbzQ" name="referredAssociationClass" type="_fukK0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvFvQzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUsDWgEeOnSNzoR5v6AA" name="AssociationClassCallExp">
+      <generalization xmi:id="_1eTUsTWgEeOnSNzoR5v6AA" general="_1eKLPDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTUsjWgEeOnSNzoR5v6AA" name="referredAssociationClass" type="_1d2o2DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUszWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvWN8DN8EeOoAatxCmIbzQ" name="BagType">
-      <generalization xmi:id="_fvWN8TN8EeOoAatxCmIbzQ" general="_fvWN8jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFszWgEeOnSNzoR5v6AA" name="BagType">
+      <generalization xmi:id="_1edFtDWgEeOnSNzoR5v6AA" general="_1edFtTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftvEYDN8EeOoAatxCmIbzQ" name="Behavior" isAbstract="true">
-      <generalization xmi:id="_ftvEYTN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1daj4zWgEeOnSNzoR5v6AA" name="Behavior" isAbstract="true">
+      <generalization xmi:id="_1daj5DWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu3FwDN8EeOoAatxCmIbzQ" name="BooleanLiteralExp">
-      <generalization xmi:id="_fu3FwTN8EeOoAatxCmIbzQ" general="_fu-agDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu3FwjN8EeOoAatxCmIbzQ" name="booleanSymbol" type="_fs9oUjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKKwTWgEeOnSNzoR5v6AA" name="BooleanLiteralExp">
+      <generalization xmi:id="_1eKKwjWgEeOnSNzoR5v6AA" general="_1eKLDzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKKwzWgEeOnSNzoR5v6AA" name="booleanSymbol" type="_1c0HCzWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu3s0DN8EeOoAatxCmIbzQ" name="CallExp" isAbstract="true">
-      <generalization xmi:id="_fu3s0TN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu3s0jN8EeOoAatxCmIbzQ" name="source" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu3s0zN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKKxDWgEeOnSNzoR5v6AA" name="CallExp" isAbstract="true">
+      <generalization xmi:id="_1eKKxTWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKKxjWgEeOnSNzoR5v6AA" name="source" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKKxzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fu3s1DN8EeOoAatxCmIbzQ" name="implicit" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu3s1TN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fu3s1jN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1eKKyDWgEeOnSNzoR5v6AA" name="implicit" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKKyTWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1eKKyjWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsBNIDN8EeOoAatxCmIbzQ" name="CallOperationAction">
-      <generalization xmi:id="_fsBNITN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsBNIjN8EeOoAatxCmIbzQ" name="operation" type="_fsGssDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cWz8DWgEeOnSNzoR5v6AA" name="CallOperationAction">
+      <generalization xmi:id="_1cWz8TWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cWz8jWgEeOnSNzoR5v6AA" name="operation" type="_1cWz9DWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsKXEDN8EeOoAatxCmIbzQ" name="Class">
-      <ownedComment xmi:id="_fsKXETN8EeOoAatxCmIbzQ" annotatedElement="_fsKXEDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbADWgEeOnSNzoR5v6AA" name="Class">
+      <ownedComment xmi:id="_1cXbATWgEeOnSNzoR5v6AA" annotatedElement="_1cXbADWgEeOnSNzoR5v6AA">
         <body>A class is a type that has objects as its instances.</body>
       </ownedComment>
-      <generalization xmi:id="_fsKXEjN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fs4IwDN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsKXEzN8EeOoAatxCmIbzQ" name="isAbstract" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsKXFDN8EeOoAatxCmIbzQ" annotatedElement="_fsKXEzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbAjWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1c0HAjWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbAzWgEeOnSNzoR5v6AA" name="isAbstract" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbBDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbAzWgEeOnSNzoR5v6AA">
           <body>True when a class is abstract.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fsKXFTN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1cXbBTWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsKXFjN8EeOoAatxCmIbzQ" name="ownedAttribute" type="_fsRr0DN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fsZnpDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsKXFzN8EeOoAatxCmIbzQ" annotatedElement="_fsKXFjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbBjWgEeOnSNzoR5v6AA" name="ownedAttribute" type="_1cXbJTWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1chMAzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbBzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbBjWgEeOnSNzoR5v6AA">
           <body>The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsKXGDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsKXGTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbCDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbCTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsKXGjN8EeOoAatxCmIbzQ" name="ownedOperation" type="_fsGssDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fsaOtDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsKXGzN8EeOoAatxCmIbzQ" annotatedElement="_fsKXGjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbCjWgEeOnSNzoR5v6AA" name="ownedOperation" type="_1cWz9DWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1chMCDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbCzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbCjWgEeOnSNzoR5v6AA">
           <body>The operations owned by a class. These do not include the inherited operations.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsKXHDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsKXHTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbDDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbDTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsKXHjN8EeOoAatxCmIbzQ" name="superClass" type="_fsKXEDN8EeOoAatxCmIbzQ" association="_fsa1wDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsKXHzN8EeOoAatxCmIbzQ" annotatedElement="_fsKXHjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbDjWgEeOnSNzoR5v6AA" name="superClass" type="_1cXbADWgEeOnSNzoR5v6AA" association="_1cq9ADWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbDzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbDjWgEeOnSNzoR5v6AA">
           <body>The immediate superclasses of a class, from which the class inherits.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsKXIDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsKXITN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbEDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbETWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fs4IwTN8EeOoAatxCmIbzQ" name="nestedType" type="_fsKXEDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fs4v0DN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fs4v0TN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1c0HAzWgEeOnSNzoR5v6AA" name="nestedType" type="_1cXbADWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c0HBDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c0HBTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftvEYjN8EeOoAatxCmIbzQ" name="ownedBehavior" type="_ftvEYDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftvEYzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftvEZDN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1daj5TWgEeOnSNzoR5v6AA" name="ownedBehavior" type="_1daj4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1daj5jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1daj5zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv0vEDN8EeOoAatxCmIbzQ" name="isInterface" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv0vETN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1emPyTWgEeOnSNzoR5v6AA" name="isInterface" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1emPyjWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwDYkDN8EeOoAatxCmIbzQ" name="instanceClassName" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwDYkTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1ewAwzWgEeOnSNzoR5v6AA" name="instanceClassName" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAxDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu_ooDN8EeOoAatxCmIbzQ" name="CollectionItem">
-      <generalization xmi:id="_fu_ooTN8EeOoAatxCmIbzQ" general="_fu_BljN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu_oojN8EeOoAatxCmIbzQ" name="item" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLGzWgEeOnSNzoR5v6AA" name="CollectionItem">
+      <generalization xmi:id="_1eKLHDWgEeOnSNzoR5v6AA" general="_1eKLGTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLHTWgEeOnSNzoR5v6AA" name="item" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu_BkDN8EeOoAatxCmIbzQ" name="CollectionLiteralExp">
-      <generalization xmi:id="_fu_BkTN8EeOoAatxCmIbzQ" general="_fu9zczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu_BkjN8EeOoAatxCmIbzQ" name="kind" type="_fu4T4DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu_BkzN8EeOoAatxCmIbzQ" name="part" type="_fu_BljN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu_BlDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fu_BlTN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLEzWgEeOnSNzoR5v6AA" name="CollectionLiteralExp">
+      <generalization xmi:id="_1eKLFDWgEeOnSNzoR5v6AA" general="_1eKLDTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLFTWgEeOnSNzoR5v6AA" name="kind" type="_1eKKyzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLFjWgEeOnSNzoR5v6AA" name="part" type="_1eKLGTWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLFzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKLGDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu_BljN8EeOoAatxCmIbzQ" name="CollectionLiteralPart" isAbstract="true">
-      <generalization xmi:id="_fu_BlzN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLGTWgEeOnSNzoR5v6AA" name="CollectionLiteralPart" isAbstract="true">
+      <generalization xmi:id="_1eKLGjWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu_oozN8EeOoAatxCmIbzQ" name="CollectionRange">
-      <generalization xmi:id="_fu_opDN8EeOoAatxCmIbzQ" general="_fu_BljN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu_opTN8EeOoAatxCmIbzQ" name="first" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fu_opjN8EeOoAatxCmIbzQ" name="last" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLHjWgEeOnSNzoR5v6AA" name="CollectionRange">
+      <generalization xmi:id="_1eKLHzWgEeOnSNzoR5v6AA" general="_1eKLGTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLIDWgEeOnSNzoR5v6AA" name="first" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKLITWgEeOnSNzoR5v6AA" name="last" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvWN8jN8EeOoAatxCmIbzQ" name="CollectionType">
-      <generalization xmi:id="_fvWN8zN8EeOoAatxCmIbzQ" general="_fsXycDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvWN9DN8EeOoAatxCmIbzQ" name="elementType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvWN9TN8EeOoAatxCmIbzQ" name="lower" type="_fs9oUDN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fvWN9jN8EeOoAatxCmIbzQ" value="0"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFtTWgEeOnSNzoR5v6AA" name="CollectionType">
+      <generalization xmi:id="_1edFtjWgEeOnSNzoR5v6AA" general="_1cXbaTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edFtzWgEeOnSNzoR5v6AA" name="elementType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edFuDWgEeOnSNzoR5v6AA" name="lower" type="_1c0HCTWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1edFuTWgEeOnSNzoR5v6AA" value="0"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvWN9zN8EeOoAatxCmIbzQ" name="upper" type="_fs-PYTN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fvWN-DN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1edFujWgEeOnSNzoR5v6AA" name="upper" type="_1c0HDjWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1edFuzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsYZgDN8EeOoAatxCmIbzQ" name="Comment">
-      <ownedComment xmi:id="_fsYZgTN8EeOoAatxCmIbzQ" annotatedElement="_fsYZgDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbcjWgEeOnSNzoR5v6AA" name="Comment">
+      <ownedComment xmi:id="_1cXbczWgEeOnSNzoR5v6AA" annotatedElement="_1cXbcjWgEeOnSNzoR5v6AA">
         <body>A comment is a textual annotation that can be attached to a set of elements.</body>
       </ownedComment>
-      <generalization xmi:id="_fsYZgjN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsYZgzN8EeOoAatxCmIbzQ" name="body" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsYZhDN8EeOoAatxCmIbzQ" annotatedElement="_fsYZgzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbdDWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbdTWgEeOnSNzoR5v6AA" name="body" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbdjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbdTWgEeOnSNzoR5v6AA">
           <body>Specifies a string that is the comment.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsYZhTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbdzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsYZhjN8EeOoAatxCmIbzQ" name="annotatedElement" type="_fsXyczN8EeOoAatxCmIbzQ" association="_fscD4DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsYZhzN8EeOoAatxCmIbzQ" annotatedElement="_fsYZhjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbeDWgEeOnSNzoR5v6AA" name="annotatedElement" type="_1cXbbDWgEeOnSNzoR5v6AA" association="_1cq9CzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbeTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbeDWgEeOnSNzoR5v6AA">
           <body>References the Element(s) being commented.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsYZiDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsYZiTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbejWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbezWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftfz0DN8EeOoAatxCmIbzQ" name="ConnectionPointReference">
-      <ownedComment xmi:id="_ftfz0TN8EeOoAatxCmIbzQ" annotatedElement="_ftfz0DN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dQy4DWgEeOnSNzoR5v6AA" name="ConnectionPointReference">
+      <ownedComment xmi:id="_1dQy4TWgEeOnSNzoR5v6AA" annotatedElement="_1dQy4DWgEeOnSNzoR5v6AA">
         <body>A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state.</body>
       </ownedComment>
-      <generalization xmi:id="_ftfz2DN8EeOoAatxCmIbzQ" general="_ftbiYDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftfz2TN8EeOoAatxCmIbzQ" name="entry" type="_ftcwgDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftfz2jN8EeOoAatxCmIbzQ" annotatedElement="_ftfz2TN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dQy6DWgEeOnSNzoR5v6AA" general="_1dHB4DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dQy6TWgEeOnSNzoR5v6AA" name="entry" type="_1dHB7jWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQy6jWgEeOnSNzoR5v6AA" annotatedElement="_1dQy6TWgEeOnSNzoR5v6AA">
           <body>The entryPoint kind pseudo states corresponding to this connection point.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftfz2zN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftfz3DN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQy6zWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQy7DWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftfz3TN8EeOoAatxCmIbzQ" name="state" type="_ftVbwDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftfz3jN8EeOoAatxCmIbzQ" annotatedElement="_ftfz3TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQy7TWgEeOnSNzoR5v6AA" name="state" type="_1c94EjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQy7jWgEeOnSNzoR5v6AA" annotatedElement="_1dQy7TWgEeOnSNzoR5v6AA">
           <body>The State in which the connection point refreshens are defined.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftfz3zN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQy7zWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftfz4DN8EeOoAatxCmIbzQ" name="exit" type="_ftcwgDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftfz4TN8EeOoAatxCmIbzQ" annotatedElement="_ftfz4DN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQy8DWgEeOnSNzoR5v6AA" name="exit" type="_1dHB7jWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQy8TWgEeOnSNzoR5v6AA" annotatedElement="_1dQy8DWgEeOnSNzoR5v6AA">
           <body>The exitPoints kind pseudo states corresponding to this connection point.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftfz4jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftfz4zN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQy8jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQy8zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsj_sDN8EeOoAatxCmIbzQ" name="Constraint">
-      <ownedComment xmi:id="_fsj_sTN8EeOoAatxCmIbzQ" annotatedElement="_fsj_sDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cq9EjWgEeOnSNzoR5v6AA" name="Constraint">
+      <ownedComment xmi:id="_1cq9EzWgEeOnSNzoR5v6AA" annotatedElement="_1cq9EjWgEeOnSNzoR5v6AA">
         <body>A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element.</body>
       </ownedComment>
-      <generalization xmi:id="_fsj_uDN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsj_uTN8EeOoAatxCmIbzQ" name="constrainedElement" type="_fsXyczN8EeOoAatxCmIbzQ" isOrdered="true">
-        <ownedComment xmi:id="_fsj_ujN8EeOoAatxCmIbzQ" annotatedElement="_fsj_uTN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cq9GjWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cq9GzWgEeOnSNzoR5v6AA" name="constrainedElement" type="_1cXbbDWgEeOnSNzoR5v6AA" isOrdered="true">
+        <ownedComment xmi:id="_1cq9HDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9GzWgEeOnSNzoR5v6AA">
           <body>The ordered set of Elements referenced by this Constraint.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsj_uzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsj_vDN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9HTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9HjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsj_vTN8EeOoAatxCmIbzQ" name="specification" type="_fsr7gDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_fsj_vjN8EeOoAatxCmIbzQ" annotatedElement="_fsj_vTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cq9HzWgEeOnSNzoR5v6AA" name="specification" type="_1cq9RTWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1cq9IDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9HzWgEeOnSNzoR5v6AA">
           <body>A condition that must be true when evaluated in order for the constraint to be satisfied.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsj_vzN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9ITWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsj_wDN8EeOoAatxCmIbzQ" name="context" type="_fstwsDN8EeOoAatxCmIbzQ" isDerived="true">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsj_wTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1cq9IjWgEeOnSNzoR5v6AA" name="context" type="_1c0G8DWgEeOnSNzoR5v6AA" isDerived="true">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9IzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv-gEDN8EeOoAatxCmIbzQ" name="isCallable" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv-gETN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1ewAtjWgEeOnSNzoR5v6AA" name="isCallable" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewAtzWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvIykDN8EeOoAatxCmIbzQ" name="ConstructorExp">
-      <generalization xmi:id="_fvIykTN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvIykjN8EeOoAatxCmIbzQ" name="part" type="_fvJZoDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvIykzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvIylDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUyzWgEeOnSNzoR5v6AA" name="ConstructorExp">
+      <generalization xmi:id="_1eTUzDWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTUzTWgEeOnSNzoR5v6AA" name="part" type="_1eTU0jWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUzjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eTUzzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvIylTN8EeOoAatxCmIbzQ" name="value" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvIyljN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eTU0DWgEeOnSNzoR5v6AA" name="value" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTU0TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvJZoDN8EeOoAatxCmIbzQ" name="ConstructorPart">
-      <generalization xmi:id="_fvJZoTN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvJZojN8EeOoAatxCmIbzQ" name="referredProperty" type="_fsRr0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvJZozN8EeOoAatxCmIbzQ" name="initExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTU0jWgEeOnSNzoR5v6AA" name="ConstructorPart">
+      <generalization xmi:id="_1eTU0zWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTU1DWgEeOnSNzoR5v6AA" name="referredProperty" type="_1cXbJTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTU1TWgEeOnSNzoR5v6AA" name="initExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsXycDN8EeOoAatxCmIbzQ" name="DataType">
-      <ownedComment xmi:id="_fsXycTN8EeOoAatxCmIbzQ" annotatedElement="_fsXycDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbaTWgEeOnSNzoR5v6AA" name="DataType">
+      <ownedComment xmi:id="_1cXbajWgEeOnSNzoR5v6AA" annotatedElement="_1cXbaTWgEeOnSNzoR5v6AA">
         <body>DataType is an abstract class that acts as a common superclass for different kinds of data types.</body>
       </ownedComment>
-      <generalization xmi:id="_fsXycjN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fun1MDN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fv19MDN8EeOoAatxCmIbzQ" name="isSerializable" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv19MTN8EeOoAatxCmIbzQ" value="true"/>
+      <generalization xmi:id="_1cXbazWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1eAZwTWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1ewAoDWgEeOnSNzoR5v6AA" name="isSerializable" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewAoTWgEeOnSNzoR5v6AA" value="true"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv4ZcDN8EeOoAatxCmIbzQ" name="behavioralType" type="_fsS58DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fv4ZcTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1ewAojWgEeOnSNzoR5v6AA" name="behavioralType" type="_1cXbOjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAozWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvnTsDN8EeOoAatxCmIbzQ" name="Detail">
-      <generalization xmi:id="_fvnTsTN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvnTsjN8EeOoAatxCmIbzQ" name="value" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvnTszN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1emPqzWgEeOnSNzoR5v6AA" name="Detail">
+      <generalization xmi:id="_1emPrDWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPrTWgEeOnSNzoR5v6AA" name="value" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPrjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvvPgDN8EeOoAatxCmIbzQ" name="DynamicElement">
-      <generalization xmi:id="_fvvPgTN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvvPgjN8EeOoAatxCmIbzQ" name="metaType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1emPujWgEeOnSNzoR5v6AA" name="DynamicElement">
+      <generalization xmi:id="_1emPuzWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPvDWgEeOnSNzoR5v6AA" name="metaType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvvPgzN8EeOoAatxCmIbzQ" name="DynamicProperty">
-      <generalization xmi:id="_fvvPhDN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvvPhTN8EeOoAatxCmIbzQ" name="referredProperty" type="_fsRr0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvv2kDN8EeOoAatxCmIbzQ" name="default" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvv2kTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1emPvTWgEeOnSNzoR5v6AA" name="DynamicProperty">
+      <generalization xmi:id="_1emPvjWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPvzWgEeOnSNzoR5v6AA" name="referredProperty" type="_1cXbJTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPwDWgEeOnSNzoR5v6AA" name="default" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPwTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvwdoDN8EeOoAatxCmIbzQ" name="DynamicType">
-      <generalization xmi:id="_fvwdoTN8EeOoAatxCmIbzQ" general="_fvvPgDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fvwdojN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvwdozN8EeOoAatxCmIbzQ" name="metaType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvwdpDN8EeOoAatxCmIbzQ" name="ownedProperty" type="_fvvPgzN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvwdpTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvwdpjN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1emPwjWgEeOnSNzoR5v6AA" name="DynamicType">
+      <generalization xmi:id="_1emPwzWgEeOnSNzoR5v6AA" general="_1emPujWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1emPxDWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPxTWgEeOnSNzoR5v6AA" name="metaType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPxjWgEeOnSNzoR5v6AA" name="ownedProperty" type="_1emPvTWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPxzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPyDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsXyczN8EeOoAatxCmIbzQ" clientDependency="_fwsRwDN8EeOoAatxCmIbzQ" name="Element" isAbstract="true">
-      <ownedComment xmi:id="_fsXydDN8EeOoAatxCmIbzQ" annotatedElement="_fsXyczN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbbDWgEeOnSNzoR5v6AA" clientDependency="_1fMsnTWgEeOnSNzoR5v6AA" name="Element" isAbstract="true">
+      <ownedComment xmi:id="_1cXbbTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbbDWgEeOnSNzoR5v6AA">
         <body>An element is a constituent of a model.</body>
       </ownedComment>
-      <ownedAttribute xmi:id="_fsXydTN8EeOoAatxCmIbzQ" name="ownedComment" type="_fsYZgDN8EeOoAatxCmIbzQ" aggregation="composite" association="_fscD5DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsXydjN8EeOoAatxCmIbzQ" annotatedElement="_fsXydTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbbjWgEeOnSNzoR5v6AA" name="ownedComment" type="_1cXbcjWgEeOnSNzoR5v6AA" aggregation="composite" association="_1cq9DzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbbzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbbjWgEeOnSNzoR5v6AA">
           <body>The Comments owned by this element.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsXydzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsXyeDN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbcDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbcTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwju4DN8EeOoAatxCmIbzQ" name="extension" type="_fwkV8DN8EeOoAatxCmIbzQ" aggregation="composite" association="_fwonYDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwju4TN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwju4jN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1fC7qjWgEeOnSNzoR5v6AA" name="extension" type="_1fMskDWgEeOnSNzoR5v6AA" aggregation="composite" association="_1fMsljWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1fC7qzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1fC7rDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwsRwDN8EeOoAatxCmIbzQ" client="_fsXyczN8EeOoAatxCmIbzQ" supplier="_fws40DN8EeOoAatxCmIbzQ" contract="_fws40DN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fMsnTWgEeOnSNzoR5v6AA" client="_1cXbbDWgEeOnSNzoR5v6AA" supplier="_1fMsnjWgEeOnSNzoR5v6AA" contract="_1fMsnjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fwkV8DN8EeOoAatxCmIbzQ" name="ElementExtension">
-      <generalization xmi:id="_fwkV8TN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwkV8jN8EeOoAatxCmIbzQ" name="base" type="_fsXyczN8EeOoAatxCmIbzQ" association="_fwonYDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwkV8zN8EeOoAatxCmIbzQ" name="stereotype" type="_fsS58DN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1fMskDWgEeOnSNzoR5v6AA" name="ElementExtension">
+      <generalization xmi:id="_1fMskTWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1fMskjWgEeOnSNzoR5v6AA" name="base" type="_1cXbbDWgEeOnSNzoR5v6AA" association="_1fMsljWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1fMskzWgEeOnSNzoR5v6AA" name="stereotype" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu468zN8EeOoAatxCmIbzQ" name="EnumLiteralExp">
-      <generalization xmi:id="_fu469DN8EeOoAatxCmIbzQ" general="_fu9zczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu469TN8EeOoAatxCmIbzQ" name="referredEnumLiteral" type="_fsV9QDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu469jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK1jWgEeOnSNzoR5v6AA" name="EnumLiteralExp">
+      <generalization xmi:id="_1eKK1zWgEeOnSNzoR5v6AA" general="_1eKLDTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK2DWgEeOnSNzoR5v6AA" name="referredEnumLiteral" type="_1cXbUjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK2TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsVWMDN8EeOoAatxCmIbzQ" name="Enumeration">
-      <ownedComment xmi:id="_fsVWMTN8EeOoAatxCmIbzQ" annotatedElement="_fsVWMDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbSzWgEeOnSNzoR5v6AA" name="Enumeration">
+      <ownedComment xmi:id="_1cXbTDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbSzWgEeOnSNzoR5v6AA">
         <body>An enumeration defines a set of literals that can be used as its values.</body>
       </ownedComment>
-      <generalization xmi:id="_fsVWMjN8EeOoAatxCmIbzQ" general="_fsXycDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsVWMzN8EeOoAatxCmIbzQ" name="ownedLiteral" type="_fsV9QDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fsbc0DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsVWNDN8EeOoAatxCmIbzQ" annotatedElement="_fsVWMzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbTTWgEeOnSNzoR5v6AA" general="_1cXbaTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbTjWgEeOnSNzoR5v6AA" name="ownedLiteral" type="_1cXbUjWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1cq9CDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbTzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbTjWgEeOnSNzoR5v6AA">
           <body>The ordered set of literals for this Enumeration.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsVWNTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsVWNjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbUDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbUTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsV9QDN8EeOoAatxCmIbzQ" name="EnumerationLiteral">
-      <ownedComment xmi:id="_fsV9QTN8EeOoAatxCmIbzQ" annotatedElement="_fsV9QDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbUjWgEeOnSNzoR5v6AA" name="EnumerationLiteral">
+      <ownedComment xmi:id="_1cXbUzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbUjWgEeOnSNzoR5v6AA">
         <body>An enumeration literal is a value of an enumeration.</body>
       </ownedComment>
-      <generalization xmi:id="_fsV9QjN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsV9QzN8EeOoAatxCmIbzQ" name="enumeration" type="_fsVWMDN8EeOoAatxCmIbzQ" association="_fsbc0DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsV9RDN8EeOoAatxCmIbzQ" annotatedElement="_fsV9QzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbVDWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbVTWgEeOnSNzoR5v6AA" name="enumeration" type="_1cXbSzWgEeOnSNzoR5v6AA" association="_1cq9CDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbVjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbVTWgEeOnSNzoR5v6AA">
           <body>The Enumeration that this EnumerationLiteral is a member of.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsV9RTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbVzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv5AgDN8EeOoAatxCmIbzQ" name="value" type="_fs9oUDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fv5AgTN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv5AgjN8EeOoAatxCmIbzQ" value="0"/>
+      <ownedAttribute xmi:id="_1ewApDWgEeOnSNzoR5v6AA" name="value" type="_1c0HCTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewApTWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewApjWgEeOnSNzoR5v6AA" value="0"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu1QkDN8EeOoAatxCmIbzQ" name="ExpressionInOCL">
-      <generalization xmi:id="_fvCE4DN8EeOoAatxCmIbzQ" general="_fsr7gDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvCE4TN8EeOoAatxCmIbzQ" name="bodyExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fvCE4jN8EeOoAatxCmIbzQ" name="contextVariable" type="_fu6JFDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvCE4zN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKKwDWgEeOnSNzoR5v6AA" name="ExpressionInOCL">
+      <generalization xmi:id="_1eKLKTWgEeOnSNzoR5v6AA" general="_1cq9RTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLKjWgEeOnSNzoR5v6AA" name="bodyExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKLKzWgEeOnSNzoR5v6AA" name="contextVariable" type="_1eKK4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLLDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvCE5DN8EeOoAatxCmIbzQ" name="resultVariable" type="_fu6JFDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvCE5TN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eKLLTWgEeOnSNzoR5v6AA" name="resultVariable" type="_1eKK4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLLjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvCr8DN8EeOoAatxCmIbzQ" name="parameterVariable" type="_fu6JFDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvCr8TN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvCr8jN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eKLLzWgEeOnSNzoR5v6AA" name="parameterVariable" type="_1eKK4zWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLMDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKLMTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvpv8DN8EeOoAatxCmIbzQ" name="messageExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvpv8TN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1emPsjWgEeOnSNzoR5v6AA" name="messageExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPszWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuCmYDN8EeOoAatxCmIbzQ" name="Feature" isAbstract="true">
-      <generalization xmi:id="_fuCmYTN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fwp1gDN8EeOoAatxCmIbzQ" general="_fwrqsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuCmYjN8EeOoAatxCmIbzQ" name="isStatic" type="_fs9oUjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwA8UDN8EeOoAatxCmIbzQ" name="implementationClass" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwA8UTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1djt0DWgEeOnSNzoR5v6AA" name="Feature" isAbstract="true">
+      <generalization xmi:id="_1djt0TWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1fMslzWgEeOnSNzoR5v6AA" general="_1fMsmzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1djt0jWgEeOnSNzoR5v6AA" name="isStatic" type="_1c0HCzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1ewAuDWgEeOnSNzoR5v6AA" name="implementationClass" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAuTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwA8UjN8EeOoAatxCmIbzQ" name="implementation" type="_fwBjYDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwA8UzN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1ewAujWgEeOnSNzoR5v6AA" name="implementation" type="_1ewAvDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAuzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvD6EjN8EeOoAatxCmIbzQ" name="FeatureCallExp" isAbstract="true">
-      <generalization xmi:id="_fvEhIDN8EeOoAatxCmIbzQ" general="_fu3s0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvEhITN8EeOoAatxCmIbzQ" name="isPre" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fvEhIjN8EeOoAatxCmIbzQ" value="false"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLNDWgEeOnSNzoR5v6AA" name="FeatureCallExp" isAbstract="true">
+      <generalization xmi:id="_1eKLNTWgEeOnSNzoR5v6AA" general="_1eKKxDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLNjWgEeOnSNzoR5v6AA" name="isPre" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1eKLNzWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftelsDN8EeOoAatxCmIbzQ" name="FinalState">
-      <ownedComment xmi:id="_ftelsTN8EeOoAatxCmIbzQ" annotatedElement="_ftelsDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dHCFTWgEeOnSNzoR5v6AA" name="FinalState">
+      <ownedComment xmi:id="_1dHCFjWgEeOnSNzoR5v6AA" annotatedElement="_1dHCFTWgEeOnSNzoR5v6AA">
         <body>A special kind of state signifying that the enclosing region is completed. If the enclosing region is directly contained in a state machine and all other regions in the state machine also are completed, then it means that the entire state machine is completed.</body>
       </ownedComment>
-      <generalization xmi:id="_ftelxDN8EeOoAatxCmIbzQ" general="_ftVbwDN8EeOoAatxCmIbzQ"/>
+      <generalization xmi:id="_1dHCKTWgEeOnSNzoR5v6AA" general="_1c94EjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu5iADN8EeOoAatxCmIbzQ" name="IfExp">
-      <generalization xmi:id="_fu5iATN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu5iAjN8EeOoAatxCmIbzQ" name="condition" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fu5iAzN8EeOoAatxCmIbzQ" name="thenExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fu5iBDN8EeOoAatxCmIbzQ" name="elseExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK2jWgEeOnSNzoR5v6AA" name="IfExp">
+      <generalization xmi:id="_1eKK2zWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK3DWgEeOnSNzoR5v6AA" name="condition" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKK3TWgEeOnSNzoR5v6AA" name="thenExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKK3jWgEeOnSNzoR5v6AA" name="elseExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsypMDN8EeOoAatxCmIbzQ" name="Import">
-      <generalization xmi:id="_fsypMTN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsypMjN8EeOoAatxCmIbzQ" name="importedNamespace" type="_fstwsDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c0G9DWgEeOnSNzoR5v6AA" name="Import">
+      <generalization xmi:id="_1c0G9TWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c0G9jWgEeOnSNzoR5v6AA" name="importedNamespace" type="_1c0G8DWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu8lUzN8EeOoAatxCmIbzQ" name="IntegerLiteralExp">
-      <generalization xmi:id="_fu8lVDN8EeOoAatxCmIbzQ" general="_fu-agjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu8lVTN8EeOoAatxCmIbzQ" name="integerSymbol" type="_fs9oUDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLADWgEeOnSNzoR5v6AA" name="IntegerLiteralExp">
+      <generalization xmi:id="_1eKLATWgEeOnSNzoR5v6AA" general="_1eKLETWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLAjWgEeOnSNzoR5v6AA" name="integerSymbol" type="_1c0HCTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvD6EDN8EeOoAatxCmIbzQ" name="InvalidLiteralExp">
-      <generalization xmi:id="_fvD6ETN8EeOoAatxCmIbzQ" general="_fu9zczN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLMjWgEeOnSNzoR5v6AA" name="InvalidLiteralExp">
+      <generalization xmi:id="_1eKLMzWgEeOnSNzoR5v6AA" general="_1eKLDTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvW1ADN8EeOoAatxCmIbzQ" name="InvalidType">
-      <generalization xmi:id="_fvW1ATN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFvDWgEeOnSNzoR5v6AA" name="InvalidType">
+      <generalization xmi:id="_1edFvTWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvHkcTN8EeOoAatxCmIbzQ" clientDependency="_fwe2YDN8EeOoAatxCmIbzQ" name="IterateExp">
-      <generalization xmi:id="_fvHkcjN8EeOoAatxCmIbzQ" general="_fu7-QDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvHkczN8EeOoAatxCmIbzQ" name="result" type="_fu6JFDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvHkdDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUxTWgEeOnSNzoR5v6AA" clientDependency="_1fC7oDWgEeOnSNzoR5v6AA" name="IterateExp">
+      <generalization xmi:id="_1eTUxjWgEeOnSNzoR5v6AA" general="_1eKK9TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTUxzWgEeOnSNzoR5v6AA" name="result" type="_1eKK4zWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUyDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwe2YDN8EeOoAatxCmIbzQ" client="_fvHkcTN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fC7oDWgEeOnSNzoR5v6AA" client="_1eTUxTWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvRVcDN8EeOoAatxCmIbzQ" name="Iteration">
-      <generalization xmi:id="_fvRVcTN8EeOoAatxCmIbzQ" general="_fsGssDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvRVcjN8EeOoAatxCmIbzQ" name="ownedIterator" type="_fsP2oDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvRVczN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvRVdDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTU2jWgEeOnSNzoR5v6AA" name="Iteration">
+      <generalization xmi:id="_1eTU2zWgEeOnSNzoR5v6AA" general="_1cWz9DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTU3DWgEeOnSNzoR5v6AA" name="ownedIterator" type="_1cXbHzWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTU3TWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eTU3jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvRVdTN8EeOoAatxCmIbzQ" name="ownedAccumulator" type="_fsP2oDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvRVdjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvRVdzN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eTU3zWgEeOnSNzoR5v6AA" name="ownedAccumulator" type="_1cXbHzWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTU4DWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eTU4TWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvILgDN8EeOoAatxCmIbzQ" clientDependency="_fwfdcDN8EeOoAatxCmIbzQ" name="IteratorExp">
-      <generalization xmi:id="_fvILgTN8EeOoAatxCmIbzQ" general="_fu7-QDN8EeOoAatxCmIbzQ"/>
-      <interfaceRealization xmi:id="_fwfdcDN8EeOoAatxCmIbzQ" client="_fvILgDN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUyTWgEeOnSNzoR5v6AA" clientDependency="_1fC7oTWgEeOnSNzoR5v6AA" name="IteratorExp">
+      <generalization xmi:id="_1eTUyjWgEeOnSNzoR5v6AA" general="_1eKK9TWgEeOnSNzoR5v6AA"/>
+      <interfaceRealization xmi:id="_1fC7oTWgEeOnSNzoR5v6AA" client="_1eTUyTWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvafYDN8EeOoAatxCmIbzQ" name="LambdaType">
-      <generalization xmi:id="_fvafYTN8EeOoAatxCmIbzQ" general="_fsXycDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvafYjN8EeOoAatxCmIbzQ" name="contextType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvafYzN8EeOoAatxCmIbzQ" name="parameterType" type="_fsS58DN8EeOoAatxCmIbzQ" isOrdered="true" isUnique="false">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvafZDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvafZTN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFvjWgEeOnSNzoR5v6AA" name="LambdaType">
+      <generalization xmi:id="_1edFvzWgEeOnSNzoR5v6AA" general="_1cXbaTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edFwDWgEeOnSNzoR5v6AA" name="contextType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edFwTWgEeOnSNzoR5v6AA" name="parameterType" type="_1cXbOjWgEeOnSNzoR5v6AA" isOrdered="true" isUnique="false">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edFwjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1edFwzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvafZjN8EeOoAatxCmIbzQ" name="resultType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1edFxDWgEeOnSNzoR5v6AA" name="resultType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu6JEDN8EeOoAatxCmIbzQ" name="LetExp">
-      <generalization xmi:id="_fu6JETN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu6JEjN8EeOoAatxCmIbzQ" name="in" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fu6JEzN8EeOoAatxCmIbzQ" name="variable" type="_fu6JFDN8EeOoAatxCmIbzQ" aggregation="composite"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK3zWgEeOnSNzoR5v6AA" name="LetExp">
+      <generalization xmi:id="_1eKK4DWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK4TWgEeOnSNzoR5v6AA" name="in" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKK4jWgEeOnSNzoR5v6AA" name="variable" type="_1eKK4zWgEeOnSNzoR5v6AA" aggregation="composite"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvR8gDN8EeOoAatxCmIbzQ" name="Library">
-      <generalization xmi:id="_fvR8gTN8EeOoAatxCmIbzQ" general="_fsWkUDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwQM4DN8EeOoAatxCmIbzQ" name="ownedPrecedence" type="_fwQz8DN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwQM4TN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwQM4jN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTU4jWgEeOnSNzoR5v6AA" name="Library">
+      <generalization xmi:id="_1eTU4zWgEeOnSNzoR5v6AA" general="_1cXbWzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1e5xuzWgEeOnSNzoR5v6AA" name="ownedPrecedence" type="_1e5xvjWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xvDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1e5xvTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu9zczN8EeOoAatxCmIbzQ" name="LiteralExp" isAbstract="true">
-      <generalization xmi:id="_fu9zdDN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLDTWgEeOnSNzoR5v6AA" name="LiteralExp" isAbstract="true">
+      <generalization xmi:id="_1eKLDjWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu7-QDN8EeOoAatxCmIbzQ" name="LoopExp" isAbstract="true">
-      <generalization xmi:id="_fu7-QTN8EeOoAatxCmIbzQ" general="_fu3s0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu7-QjN8EeOoAatxCmIbzQ" name="body" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fu7-QzN8EeOoAatxCmIbzQ" name="iterator" type="_fu6JFDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu7-RDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fu7-RTN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK9TWgEeOnSNzoR5v6AA" name="LoopExp" isAbstract="true">
+      <generalization xmi:id="_1eKK9jWgEeOnSNzoR5v6AA" general="_1eKKxDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK9zWgEeOnSNzoR5v6AA" name="body" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eKK-DWgEeOnSNzoR5v6AA" name="iterator" type="_1eKK4zWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK-TWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKK-jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fu7-RjN8EeOoAatxCmIbzQ" name="referredIteration" type="_fvRVcDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu7-RzN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eKK-zWgEeOnSNzoR5v6AA" name="referredIteration" type="_1eTU2jWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK_DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvGWUDN8EeOoAatxCmIbzQ" name="MessageExp">
-      <generalization xmi:id="_fvGWUTN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvGWUjN8EeOoAatxCmIbzQ" name="target" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite"/>
-      <ownedAttribute xmi:id="_fvGWUzN8EeOoAatxCmIbzQ" name="argument" type="_fu4T5jN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvGWVDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvGWVTN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUtDWgEeOnSNzoR5v6AA" name="MessageExp">
+      <generalization xmi:id="_1eTUtTWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTUtjWgEeOnSNzoR5v6AA" name="target" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite"/>
+      <ownedAttribute xmi:id="_1eTUtzWgEeOnSNzoR5v6AA" name="argument" type="_1eKK0TWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUuDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eTUuTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvGWVjN8EeOoAatxCmIbzQ" name="calledOperation" type="_fsBNIDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvGWVzN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eTUujWgEeOnSNzoR5v6AA" name="calledOperation" type="_1cWz8DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUuzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvGWWDN8EeOoAatxCmIbzQ" name="sentSignal" type="_fsGssTN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvGWWTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eTUvDWgEeOnSNzoR5v6AA" name="sentSignal" type="_1cWz9TWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUvTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvbGcDN8EeOoAatxCmIbzQ" name="MessageType">
-      <generalization xmi:id="_fvbGcTN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvbGcjN8EeOoAatxCmIbzQ" name="referredSignal" type="_fsHTwDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvbGczN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFxTWgEeOnSNzoR5v6AA" name="MessageType">
+      <generalization xmi:id="_1edFxjWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edFxzWgEeOnSNzoR5v6AA" name="referredSignal" type="_1cWz-DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edFyDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvbGdDN8EeOoAatxCmIbzQ" name="referredOperation" type="_fsGssDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvbGdTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1edFyTWgEeOnSNzoR5v6AA" name="referredOperation" type="_1cWz9DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edFyjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvbtgDN8EeOoAatxCmIbzQ" name="Metaclass">
-      <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_fvbtgTN8EeOoAatxCmIbzQ" parameter="_fvbtgjN8EeOoAatxCmIbzQ">
-        <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_fvbtgjN8EeOoAatxCmIbzQ" parameteredElement="_fvbtgzN8EeOoAatxCmIbzQ">
-          <ownedParameteredElement xmi:type="uml:Class" xmi:id="_fvbtgzN8EeOoAatxCmIbzQ" name="T" templateParameter="_fvbtgjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edFyzWgEeOnSNzoR5v6AA" name="Metaclass">
+      <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_1edFzDWgEeOnSNzoR5v6AA" parameter="_1edFzTWgEeOnSNzoR5v6AA">
+        <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_1edFzTWgEeOnSNzoR5v6AA" parameteredElement="_1edFzjWgEeOnSNzoR5v6AA">
+          <ownedParameteredElement xmi:type="uml:Class" xmi:id="_1edFzjWgEeOnSNzoR5v6AA" name="T" templateParameter="_1edFzTWgEeOnSNzoR5v6AA"/>
         </ownedParameter>
       </ownedTemplateSignature>
-      <generalization xmi:id="_fvbthDN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvbthTN8EeOoAatxCmIbzQ" name="instanceType" type="_fsS58DN8EeOoAatxCmIbzQ"/>
+      <generalization xmi:id="_1edFzzWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edF0DWgEeOnSNzoR5v6AA" name="instanceType" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsGFoDN8EeOoAatxCmIbzQ" clientDependency="_fwHC8TN8EeOoAatxCmIbzQ" name="NamedElement"
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cWz8zWgEeOnSNzoR5v6AA" clientDependency="_1e5xojWgEeOnSNzoR5v6AA" name="NamedElement"
         isAbstract="true">
-      <ownedComment xmi:id="_fsS59jN8EeOoAatxCmIbzQ" annotatedElement="_fsGFoDN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1cXbQDWgEeOnSNzoR5v6AA" annotatedElement="_1cWz8zWgEeOnSNzoR5v6AA">
         <body>A named element represents an element with a name.</body>
       </ownedComment>
-      <generalization xmi:id="_fsThADN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsThATN8EeOoAatxCmIbzQ" name="name" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsThAjN8EeOoAatxCmIbzQ" annotatedElement="_fsThATN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbQTWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbQjWgEeOnSNzoR5v6AA" name="name" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbQzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbQjWgEeOnSNzoR5v6AA">
           <body>The name of the NamedElement.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsThAzN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbRDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuDNcDN8EeOoAatxCmIbzQ" name="isStatic" type="_fs9oUjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvoh0DN8EeOoAatxCmIbzQ" name="ownedAnnotation" type="_fvmsoDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvoh0TN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvoh0jN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1djt0zWgEeOnSNzoR5v6AA" name="isStatic" type="_1c0HCzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1emPrzWgEeOnSNzoR5v6AA" name="ownedAnnotation" type="_1emPoDWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPsDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPsTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwHC8TN8EeOoAatxCmIbzQ" name="" client="_fsGFoDN8EeOoAatxCmIbzQ" supplier="_fwHC8DN8EeOoAatxCmIbzQ"
-          contract="_fwHC8DN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1e5xojWgEeOnSNzoR5v6AA" name="" client="_1cWz8zWgEeOnSNzoR5v6AA" supplier="_1e5xoTWgEeOnSNzoR5v6AA"
+          contract="_1e5xoTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fstwsDN8EeOoAatxCmIbzQ" name="Namespace" isAbstract="true">
-      <generalization xmi:id="_fs6lADN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fstwsTN8EeOoAatxCmIbzQ" name="ownedRule" type="_fsj_sDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fstwsjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fstwszN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c0G8DWgEeOnSNzoR5v6AA" name="Namespace" isAbstract="true">
+      <generalization xmi:id="_1c0HBjWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c0G8TWgEeOnSNzoR5v6AA" name="ownedRule" type="_1cq9EjWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c0G8jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c0G8zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvFIMDN8EeOoAatxCmIbzQ" name="NavigationCallExp" isAbstract="true">
-      <generalization xmi:id="_fvFIMTN8EeOoAatxCmIbzQ" general="_fvD6EjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvFIMjN8EeOoAatxCmIbzQ" name="qualifier" type="_fu4T5jN8EeOoAatxCmIbzQ" isOrdered="true">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvFIMzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvFINDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLPDWgEeOnSNzoR5v6AA" name="NavigationCallExp" isAbstract="true">
+      <generalization xmi:id="_1eKLPTWgEeOnSNzoR5v6AA" general="_1eKLNDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLPjWgEeOnSNzoR5v6AA" name="qualifier" type="_1eKK0TWgEeOnSNzoR5v6AA" isOrdered="true">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLPzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKLQDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvFINTN8EeOoAatxCmIbzQ" name="navigationSource" type="_fsRr0DN8EeOoAatxCmIbzQ" isOrdered="true">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvFINjN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eKLQTWgEeOnSNzoR5v6AA" name="navigationSource" type="_1cXbJTWgEeOnSNzoR5v6AA" isOrdered="true">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLQjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvBd0DN8EeOoAatxCmIbzQ" name="NullLiteralExp">
-      <generalization xmi:id="_fvBd0TN8EeOoAatxCmIbzQ" general="_fu-agDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLJzWgEeOnSNzoR5v6AA" name="NullLiteralExp">
+      <generalization xmi:id="_1eKLKDWgEeOnSNzoR5v6AA" general="_1eKLDzWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu-agjN8EeOoAatxCmIbzQ" name="NumericLiteralExp" isAbstract="true">
-      <generalization xmi:id="_fu-agzN8EeOoAatxCmIbzQ" general="_fu-agDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLETWgEeOnSNzoR5v6AA" name="NumericLiteralExp" isAbstract="true">
+      <generalization xmi:id="_1eKLEjWgEeOnSNzoR5v6AA" general="_1eKLDzWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu4T5jN8EeOoAatxCmIbzQ" name="OCLExpression" isAbstract="true">
-      <generalization xmi:id="_fu4T5zN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK0TWgEeOnSNzoR5v6AA" name="OCLExpression" isAbstract="true">
+      <generalization xmi:id="_1eKK0jWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsr7gDN8EeOoAatxCmIbzQ" name="OpaqueExpression">
-      <ownedComment xmi:id="_fsr7gTN8EeOoAatxCmIbzQ" annotatedElement="_fsr7gDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cq9RTWgEeOnSNzoR5v6AA" name="OpaqueExpression">
+      <ownedComment xmi:id="_1cq9RjWgEeOnSNzoR5v6AA" annotatedElement="_1cq9RTWgEeOnSNzoR5v6AA">
         <body>An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.</body>
       </ownedComment>
-      <generalization xmi:id="_fsr7hTN8EeOoAatxCmIbzQ" general="_fsoRIDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsr7hjN8EeOoAatxCmIbzQ" name="body" type="_fs2TkDN8EeOoAatxCmIbzQ" isOrdered="true" isUnique="false" aggregation="composite">
-        <ownedComment xmi:id="_fsr7hzN8EeOoAatxCmIbzQ" annotatedElement="_fsr7hjN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cq9SjWgEeOnSNzoR5v6AA" general="_1cq9JDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cq9SzWgEeOnSNzoR5v6AA" name="body" type="_1c0HATWgEeOnSNzoR5v6AA" isOrdered="true" isUnique="false" aggregation="composite">
+        <ownedComment xmi:id="_1cq9TDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9SzWgEeOnSNzoR5v6AA">
           <body>The text of the expression, possibly in multiple languages.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsr7iDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsr7iTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9TTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9TjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsr7ijN8EeOoAatxCmIbzQ" name="language" type="_fs2TkDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <ownedComment xmi:id="_fsr7izN8EeOoAatxCmIbzQ" annotatedElement="_fsr7ijN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cq9TzWgEeOnSNzoR5v6AA" name="language" type="_1c0HATWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <ownedComment xmi:id="_1cq9UDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9TzWgEeOnSNzoR5v6AA">
           <body>Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsr7jDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsr7jTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9UTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9UjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvq-EDN8EeOoAatxCmIbzQ" name="message" type="_fs2TkDN8EeOoAatxCmIbzQ" isOrdered="true" isUnique="false">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvq-ETN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvq-EjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1emPtDWgEeOnSNzoR5v6AA" name="message" type="_1c0HATWgEeOnSNzoR5v6AA" isOrdered="true" isUnique="false">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPtTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1emPtjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsGssDN8EeOoAatxCmIbzQ" name="Operation">
-      <ownedComment xmi:id="_fsLlMDN8EeOoAatxCmIbzQ" annotatedElement="_fsGssDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cWz9DWgEeOnSNzoR5v6AA" name="Operation">
+      <ownedComment xmi:id="_1cXbEjWgEeOnSNzoR5v6AA" annotatedElement="_1cWz9DWgEeOnSNzoR5v6AA">
         <body>An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element.</body>
       </ownedComment>
-      <ownedComment xmi:id="_fuUTMDN8EeOoAatxCmIbzQ" annotatedElement="_fsGssDN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1dte-DWgEeOnSNzoR5v6AA" annotatedElement="_1cWz9DWgEeOnSNzoR5v6AA">
         <body>Operation specializes TemplateableElement in order to support specification of template operations and bound operations. Operation specializes ParameterableElement to specify that an operation can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fsMMQDN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fs7MEDN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuD0gDN8EeOoAatxCmIbzQ" general="_fuCmYDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuUTMTN8EeOoAatxCmIbzQ" general="_fuQo0DN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuUTMjN8EeOoAatxCmIbzQ" general="_fuOzoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsMzUDN8EeOoAatxCmIbzQ" name="raisedException" type="_fsS58DN8EeOoAatxCmIbzQ" association="_fsZnoDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsMzUTN8EeOoAatxCmIbzQ" annotatedElement="_fsMzUDN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbEzWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1c0HBzWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1djt1DWgEeOnSNzoR5v6AA" general="_1djt0DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dte-TWgEeOnSNzoR5v6AA" general="_1dte5jWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dte-jWgEeOnSNzoR5v6AA" general="_1dte0DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbFDWgEeOnSNzoR5v6AA" name="raisedException" type="_1cXbOjWgEeOnSNzoR5v6AA" association="_1cXbfDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbFTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbFDWgEeOnSNzoR5v6AA">
           <body>The exceptions that are declared as possible during an invocation of the operation.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsMzUjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsMzUzN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbFjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbFzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsNaYDN8EeOoAatxCmIbzQ" name="ownedParameter" type="_fsP2oDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fsaOszN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsNaYTN8EeOoAatxCmIbzQ" annotatedElement="_fsNaYDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbGDWgEeOnSNzoR5v6AA" name="ownedParameter" type="_1cXbHzWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1chMBzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbGTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbGDWgEeOnSNzoR5v6AA">
           <body>The parameters to the operation.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsNaYjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsNaYzN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbGjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbGzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsOogDN8EeOoAatxCmIbzQ" name="class" type="_fsKXEDN8EeOoAatxCmIbzQ" association="_fsaOtDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsOogTN8EeOoAatxCmIbzQ" annotatedElement="_fsOogDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbHDWgEeOnSNzoR5v6AA" name="class" type="_1cXbADWgEeOnSNzoR5v6AA" association="_1chMCDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbHTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbHDWgEeOnSNzoR5v6AA">
           <body>The class that owns the operation.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsOogjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbHjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuUTMzN8EeOoAatxCmIbzQ" name="templateParameter" type="_fuWIYDN8EeOoAatxCmIbzQ" redefinedProperty="_fuQo0zN8EeOoAatxCmIbzQ"
-          association="_fuc2FDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuUTNDN8EeOoAatxCmIbzQ" annotatedElement="_fuUTMzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dte-zWgEeOnSNzoR5v6AA" name="templateParameter" type="_1dte_jWgEeOnSNzoR5v6AA" redefinedProperty="_1dte6TWgEeOnSNzoR5v6AA"
+          association="_1d2o0zWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dte_DWgEeOnSNzoR5v6AA" annotatedElement="_1dte-zWgEeOnSNzoR5v6AA">
           <body>The template parameter that exposes this element as a formal parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuUTNTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte_TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fun1MTN8EeOoAatxCmIbzQ" name="owningType" type="_fsS58DN8EeOoAatxCmIbzQ" association="_fustsTN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fun1MjN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eAZwjWgEeOnSNzoR5v6AA" name="owningType" type="_1cXbOjWgEeOnSNzoR5v6AA" association="_1eAZ0DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZwzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuui4DN8EeOoAatxCmIbzQ" name="precondition" type="_fsj_sDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuui4TN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuui4jN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZ0TWgEeOnSNzoR5v6AA" name="precondition" type="_1cq9EjWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZ0jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZ0zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuw_IDN8EeOoAatxCmIbzQ" name="postcondition" type="_fsj_sDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuw_ITN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuw_IjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZ1DWgEeOnSNzoR5v6AA" name="postcondition" type="_1cq9EjWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZ1TWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZ1jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuw_IzN8EeOoAatxCmIbzQ" name="bodyExpression" type="_fsr7gDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuw_JDN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eAZ1zWgEeOnSNzoR5v6AA" name="bodyExpression" type="_1cq9RTWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZ2DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwOXsDN8EeOoAatxCmIbzQ" name="isInvalidating" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fwOXsTN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1e5xtTWgEeOnSNzoR5v6AA" name="isInvalidating" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1e5xtjWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwOXsjN8EeOoAatxCmIbzQ" name="isValidating" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fwOXszN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1e5xtzWgEeOnSNzoR5v6AA" name="isValidating" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1e5xuDWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwO-wDN8EeOoAatxCmIbzQ" name="precedence" type="_fwQz8DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwO-wTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1e5xuTWgEeOnSNzoR5v6AA" name="precedence" type="_1e5xvjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xujWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwZ94TN8EeOoAatxCmIbzQ" name="redefinedOperation" type="_fsGssDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwZ94jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwZ94zN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1fC7lzWgEeOnSNzoR5v6AA" name="redefinedOperation" type="_1cWz9DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1fC7mDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1fC7mTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu9MYDN8EeOoAatxCmIbzQ" clientDependency="_fwgEgDN8EeOoAatxCmIbzQ" name="OperationCallExp">
-      <generalization xmi:id="_fu9MYTN8EeOoAatxCmIbzQ" general="_fvD6EjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu9MYjN8EeOoAatxCmIbzQ" name="argument" type="_fu4T5jN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu9MYzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fu9MZDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLAzWgEeOnSNzoR5v6AA" clientDependency="_1fC7ojWgEeOnSNzoR5v6AA" name="OperationCallExp">
+      <generalization xmi:id="_1eKLBDWgEeOnSNzoR5v6AA" general="_1eKLNDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLBTWgEeOnSNzoR5v6AA" name="argument" type="_1eKK0TWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLBjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKLBzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fu9MZTN8EeOoAatxCmIbzQ" name="referredOperation" type="_fsGssDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu9MZjN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eKLCDWgEeOnSNzoR5v6AA" name="referredOperation" type="_1cWz9DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLCTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwgEgDN8EeOoAatxCmIbzQ" client="_fu9MYDN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fC7ojWgEeOnSNzoR5v6AA" client="_1eKLAzWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuWIYDN8EeOoAatxCmIbzQ" name="OperationTemplateParameter">
-      <ownedComment xmi:id="_fuWIYTN8EeOoAatxCmIbzQ" annotatedElement="_fuWIYDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dte_jWgEeOnSNzoR5v6AA" name="OperationTemplateParameter">
+      <ownedComment xmi:id="_1dte_zWgEeOnSNzoR5v6AA" annotatedElement="_1dte_jWgEeOnSNzoR5v6AA">
         <body>An operation template parameter exposes an operation as a formal parameter for a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fuWIYjN8EeOoAatxCmIbzQ" general="_fuJ7IDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuWIYzN8EeOoAatxCmIbzQ" name="parameteredElement" type="_fsGssDN8EeOoAatxCmIbzQ" redefinedProperty="_fuJ7KDN8EeOoAatxCmIbzQ"
-          association="_fuc2FDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuWIZDN8EeOoAatxCmIbzQ" annotatedElement="_fuWIYzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dtfADWgEeOnSNzoR5v6AA" general="_1djt5TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dtfATWgEeOnSNzoR5v6AA" name="parameteredElement" type="_1cWz9DWgEeOnSNzoR5v6AA" redefinedProperty="_1djt7TWgEeOnSNzoR5v6AA"
+          association="_1d2o0zWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfAjWgEeOnSNzoR5v6AA" annotatedElement="_1dtfATWgEeOnSNzoR5v6AA">
           <body>The operation for this template parameter.</body>
         </ownedComment>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvKAsDN8EeOoAatxCmIbzQ" name="OppositePropertyCallExp">
-      <generalization xmi:id="_fvKAsTN8EeOoAatxCmIbzQ" general="_fvFIMDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvKAsjN8EeOoAatxCmIbzQ" name="referredProperty" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvKAszN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTU1jWgEeOnSNzoR5v6AA" name="OppositePropertyCallExp">
+      <generalization xmi:id="_1eTU1zWgEeOnSNzoR5v6AA" general="_1eKLPDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTU2DWgEeOnSNzoR5v6AA" name="referredProperty" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTU2TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvcUkDN8EeOoAatxCmIbzQ" name="OrderedSetType">
-      <generalization xmi:id="_fvcUkTN8EeOoAatxCmIbzQ" general="_fvWN8jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF0TWgEeOnSNzoR5v6AA" name="OrderedSetType">
+      <generalization xmi:id="_1edF0jWgEeOnSNzoR5v6AA" general="_1edFtTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsWkUDN8EeOoAatxCmIbzQ" name="Package">
-      <ownedComment xmi:id="_fsWkUTN8EeOoAatxCmIbzQ" annotatedElement="_fsWkUDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbWzWgEeOnSNzoR5v6AA" name="Package">
+      <ownedComment xmi:id="_1cXbXDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbWzWgEeOnSNzoR5v6AA">
         <body>A package is a container for types and other packages.</body>
       </ownedComment>
-      <ownedComment xmi:id="_fuZLsDN8EeOoAatxCmIbzQ" annotatedElement="_fsWkUDN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1dtfIDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbWzWgEeOnSNzoR5v6AA">
         <body>Package specializes TemplateableElement and PackageableElement specializes ParameterableElement to specify that a package can be used as a template and a PackageableElement as a template parameter.</body>
       </ownedComment>
-      <generalization xmi:id="_fsWkUjN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fs7zIDN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuZLsTN8EeOoAatxCmIbzQ" general="_fuOzoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsWkUzN8EeOoAatxCmIbzQ" name="nestedPackage" type="_fsWkUDN8EeOoAatxCmIbzQ" aggregation="composite" association="_fsbc0TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsWkVDN8EeOoAatxCmIbzQ" annotatedElement="_fsWkUzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbXTWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1c0HCDWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dtfITWgEeOnSNzoR5v6AA" general="_1dte0DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbXjWgEeOnSNzoR5v6AA" name="nestedPackage" type="_1cXbWzWgEeOnSNzoR5v6AA" aggregation="composite" association="_1cq9CTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbXzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbXjWgEeOnSNzoR5v6AA">
           <body>The set of contained packages.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsWkVTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsWkVjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbYDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbYTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsWkVzN8EeOoAatxCmIbzQ" name="nestingPackage" type="_fsWkUDN8EeOoAatxCmIbzQ" association="_fsbc0TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsWkWDN8EeOoAatxCmIbzQ" annotatedElement="_fsWkVzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbYjWgEeOnSNzoR5v6AA" name="nestingPackage" type="_1cXbWzWgEeOnSNzoR5v6AA" association="_1cq9CTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbYzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbYjWgEeOnSNzoR5v6AA">
           <body>The containing package.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsWkWTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbZDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsWkWjN8EeOoAatxCmIbzQ" name="ownedType" type="_fsS58DN8EeOoAatxCmIbzQ" aggregation="composite" association="_fsbc0jN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsWkWzN8EeOoAatxCmIbzQ" annotatedElement="_fsWkWjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbZTWgEeOnSNzoR5v6AA" name="ownedType" type="_1cXbOjWgEeOnSNzoR5v6AA" aggregation="composite" association="_1cq9CjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbZjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbZTWgEeOnSNzoR5v6AA">
           <body>The set of contained types.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsWkXDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsWkXTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbZzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cXbaDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwIREDN8EeOoAatxCmIbzQ" name="nsPrefix" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwIRETN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1e5xozWgEeOnSNzoR5v6AA" name="nsPrefix" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xpDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwIREjN8EeOoAatxCmIbzQ" name="nsURI" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwIREzN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1e5xpTWgEeOnSNzoR5v6AA" name="nsURI" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xpjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwI4IDN8EeOoAatxCmIbzQ" name="importedPackage" type="_fsWkUDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwI4ITN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwI4IjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1e5xpzWgEeOnSNzoR5v6AA" name="importedPackage" type="_1cXbWzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xqDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1e5xqTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuWvcDN8EeOoAatxCmIbzQ" name="PackageableElement" isAbstract="true">
-      <ownedComment xmi:id="_fuWvcTN8EeOoAatxCmIbzQ" annotatedElement="_fuWvcDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dtfAzWgEeOnSNzoR5v6AA" name="PackageableElement" isAbstract="true">
+      <ownedComment xmi:id="_1dtfBDWgEeOnSNzoR5v6AA" annotatedElement="_1dtfAzWgEeOnSNzoR5v6AA">
         <body>Packageable elements are able to serve as a template parameter.</body>
       </ownedComment>
-      <generalization xmi:id="_fuWvcjN8EeOoAatxCmIbzQ" general="_fuQo0DN8EeOoAatxCmIbzQ"/>
+      <generalization xmi:id="_1dtfBTWgEeOnSNzoR5v6AA" general="_1dte5jWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsP2oDN8EeOoAatxCmIbzQ" name="Parameter">
-      <ownedComment xmi:id="_fsP2oTN8EeOoAatxCmIbzQ" annotatedElement="_fsP2oDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbHzWgEeOnSNzoR5v6AA" name="Parameter">
+      <ownedComment xmi:id="_1cXbIDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbHzWgEeOnSNzoR5v6AA">
         <body>A parameter is a typed element that represents a parameter of an operation.</body>
       </ownedComment>
-      <generalization xmi:id="_fsP2ojN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fvjCQDN8EeOoAatxCmIbzQ" general="_fvHkcDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fwqckDN8EeOoAatxCmIbzQ" general="_fwrqsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsP2ozN8EeOoAatxCmIbzQ" name="operation" type="_fsGssDN8EeOoAatxCmIbzQ" association="_fsaOszN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsP2pDN8EeOoAatxCmIbzQ" annotatedElement="_fsP2ozN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbITWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1edF4zWgEeOnSNzoR5v6AA" general="_1eTUxDWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1fMsmDWgEeOnSNzoR5v6AA" general="_1fMsmzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbIjWgEeOnSNzoR5v6AA" name="operation" type="_1cWz9DWgEeOnSNzoR5v6AA" association="_1chMBzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbIzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbIjWgEeOnSNzoR5v6AA">
           <body>The operation that owns the parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsP2pTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbJDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuQo0DN8EeOoAatxCmIbzQ" name="ParameterableElement" isAbstract="true">
-      <ownedComment xmi:id="_fuQo0TN8EeOoAatxCmIbzQ" annotatedElement="_fuQo0DN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dte5jWgEeOnSNzoR5v6AA" name="ParameterableElement" isAbstract="true">
+      <ownedComment xmi:id="_1dte5zWgEeOnSNzoR5v6AA" annotatedElement="_1dte5jWgEeOnSNzoR5v6AA">
         <body>A parameterable element is an element that can be exposed as a formal template parameter for a template, or specified as an actual parameter in a binding of a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fuQo0jN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuQo0zN8EeOoAatxCmIbzQ" name="templateParameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" association="_fubn9DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuQo1DN8EeOoAatxCmIbzQ" annotatedElement="_fuQo0zN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dte6DWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dte6TWgEeOnSNzoR5v6AA" name="templateParameter" type="_1djt5TWgEeOnSNzoR5v6AA" association="_1d2oxTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dte6jWgEeOnSNzoR5v6AA" annotatedElement="_1dte6TWgEeOnSNzoR5v6AA">
           <body>The template parameter that exposes this element as a formal parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuQo1TN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte6zWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuQo1jN8EeOoAatxCmIbzQ" name="owningTemplateParameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" subsettedProperty="_fuQo0zN8EeOoAatxCmIbzQ"
-          association="_fubn9jN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuQo1zN8EeOoAatxCmIbzQ" annotatedElement="_fuQo1jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dte7DWgEeOnSNzoR5v6AA" name="owningTemplateParameter" type="_1djt5TWgEeOnSNzoR5v6AA" subsettedProperty="_1dte6TWgEeOnSNzoR5v6AA"
+          association="_1d2oxzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dte7TWgEeOnSNzoR5v6AA" annotatedElement="_1dte7DWgEeOnSNzoR5v6AA">
           <body>The formal template parameter that owns this element.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuQo2DN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte7jWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedOperation xmi:id="_fuQo2TN8EeOoAatxCmIbzQ" name="isTemplateParameter" isQuery="true">
-        <ownedComment xmi:id="_fuQo2jN8EeOoAatxCmIbzQ" annotatedElement="_fuQo2TN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1dte7zWgEeOnSNzoR5v6AA" name="isTemplateParameter" isQuery="true">
+        <ownedComment xmi:id="_1dte8DWgEeOnSNzoR5v6AA" annotatedElement="_1dte7zWgEeOnSNzoR5v6AA">
           <body>The query isTemplateParameter() determines if this parameterable element is exposed as a formal template parameter.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fuQo3TN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1dte8zWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fwQz8DN8EeOoAatxCmIbzQ" name="Precedence">
-      <generalization xmi:id="_fwQz8TN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwQz8jN8EeOoAatxCmIbzQ" name="associativity" type="_fwNJkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwQz8zN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fwQz9DN8EeOoAatxCmIbzQ" value="Left"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1e5xvjWgEeOnSNzoR5v6AA" name="Precedence">
+      <generalization xmi:id="_1e5xvzWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1e5xwDWgEeOnSNzoR5v6AA" name="associativity" type="_1e5xsjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1e5xwTWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1e5xwjWgEeOnSNzoR5v6AA" value="Left"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwQz9TN8EeOoAatxCmIbzQ" name="order" type="_fs9oUDN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fwQz9jN8EeOoAatxCmIbzQ" value="0"/>
+      <ownedAttribute xmi:id="_1e5xwzWgEeOnSNzoR5v6AA" name="order" type="_1c0HCTWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1e5xxDWgEeOnSNzoR5v6AA" value="0"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu-agDN8EeOoAatxCmIbzQ" name="PrimitiveLiteralExp" isAbstract="true">
-      <generalization xmi:id="_fu-agTN8EeOoAatxCmIbzQ" general="_fu9zczN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLDzWgEeOnSNzoR5v6AA" name="PrimitiveLiteralExp" isAbstract="true">
+      <generalization xmi:id="_1eKLEDWgEeOnSNzoR5v6AA" general="_1eKLDTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsV9RjN8EeOoAatxCmIbzQ" name="PrimitiveType">
-      <ownedComment xmi:id="_fsV9RzN8EeOoAatxCmIbzQ" annotatedElement="_fsV9RjN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbWDWgEeOnSNzoR5v6AA" name="PrimitiveType">
+      <ownedComment xmi:id="_1cXbWTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbWDWgEeOnSNzoR5v6AA">
         <body>A primitive type is a data type implemented by the underlying infrastructure and made available for modeling.</body>
       </ownedComment>
-      <generalization xmi:id="_fsV9SDN8EeOoAatxCmIbzQ" general="_fsXycDN8EeOoAatxCmIbzQ"/>
+      <generalization xmi:id="_1cXbWjWgEeOnSNzoR5v6AA" general="_1cXbaTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftBSsDN8EeOoAatxCmIbzQ" name="Profile">
-      <generalization xmi:id="_ftBSsTN8EeOoAatxCmIbzQ" general="_fsWkUDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c938DWgEeOnSNzoR5v6AA" name="Profile">
+      <generalization xmi:id="_1c938TWgEeOnSNzoR5v6AA" general="_1cXbWzWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsRr0DN8EeOoAatxCmIbzQ" name="Property">
-      <ownedComment xmi:id="_fsRr0TN8EeOoAatxCmIbzQ" annotatedElement="_fsRr0DN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbJTWgEeOnSNzoR5v6AA" name="Property">
+      <ownedComment xmi:id="_1cXbJjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbJTWgEeOnSNzoR5v6AA">
         <body>A property is a typed element that represents an attribute of a class.</body>
       </ownedComment>
-      <ownedComment xmi:id="_fuRP4DN8EeOoAatxCmIbzQ" annotatedElement="_fsRr0DN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1dte9DWgEeOnSNzoR5v6AA" annotatedElement="_1cXbJTWgEeOnSNzoR5v6AA">
         <body>Property specializes ParameterableElement to specify that a property can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fsRr0jN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuEbkDN8EeOoAatxCmIbzQ" general="_fuCmYDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuRP4TN8EeOoAatxCmIbzQ" general="_fuQo0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsRr0zN8EeOoAatxCmIbzQ" name="isReadOnly" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr1DN8EeOoAatxCmIbzQ" annotatedElement="_fsRr0zN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbJzWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1djt1TWgEeOnSNzoR5v6AA" general="_1djt0DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dte9TWgEeOnSNzoR5v6AA" general="_1dte5jWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbKDWgEeOnSNzoR5v6AA" name="isReadOnly" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbKTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbKDWgEeOnSNzoR5v6AA">
           <body>If isReadOnly is true, the attribute may not be written to after initialization.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fsRr1TN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1cXbKjWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsRr1jN8EeOoAatxCmIbzQ" name="default" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr1zN8EeOoAatxCmIbzQ" annotatedElement="_fsRr1jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbKzWgEeOnSNzoR5v6AA" name="default" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbLDWgEeOnSNzoR5v6AA" annotatedElement="_1cXbKzWgEeOnSNzoR5v6AA">
           <body>A string that is evaluated to give a default value for the attribute when an object of the owning class is instantiated.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsRr2DN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbLTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsRr2TN8EeOoAatxCmIbzQ" name="isComposite" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr2jN8EeOoAatxCmIbzQ" annotatedElement="_fsRr2TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbLjWgEeOnSNzoR5v6AA" name="isComposite" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbLzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbLjWgEeOnSNzoR5v6AA">
           <body>If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fsRr2zN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1cXbMDWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsRr3DN8EeOoAatxCmIbzQ" name="isDerived" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr3TN8EeOoAatxCmIbzQ" annotatedElement="_fsRr3DN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbMTWgEeOnSNzoR5v6AA" name="isDerived" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbMjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbMTWgEeOnSNzoR5v6AA">
           <body>If isDerived is true, the value of the attribute is derived from information elsewhere.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fsRr3jN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1cXbMzWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsRr3zN8EeOoAatxCmIbzQ" name="class" type="_fsKXEDN8EeOoAatxCmIbzQ" association="_fsZnpDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr4DN8EeOoAatxCmIbzQ" annotatedElement="_fsRr3zN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbNDWgEeOnSNzoR5v6AA" name="class" type="_1cXbADWgEeOnSNzoR5v6AA" association="_1chMAzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbNTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbNDWgEeOnSNzoR5v6AA">
           <body>The class that owns the property, and of which the property is an attribute.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsRr4TN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbNjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fsRr4jN8EeOoAatxCmIbzQ" name="opposite" type="_fsRr0DN8EeOoAatxCmIbzQ" association="_fsaOsDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsRr4zN8EeOoAatxCmIbzQ" annotatedElement="_fsRr4jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1cXbNzWgEeOnSNzoR5v6AA" name="opposite" type="_1cXbJTWgEeOnSNzoR5v6AA" association="_1chMBDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbODWgEeOnSNzoR5v6AA" annotatedElement="_1cXbNzWgEeOnSNzoR5v6AA">
           <body>Two attributes attr1 and attr2 of two objects o1 and o2 (which may be the same object) may be paired with each other so that o1.attr1 refers to o2 if and only if o2.attr2 refers to o1. In such a case attr1 is the opposite of attr2 and attr2 is the opposite of attr1.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsRr5DN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbOTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fukx4DN8EeOoAatxCmIbzQ" name="association" type="_fukK0DN8EeOoAatxCmIbzQ" association="_fumAADN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fukx4TN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1d2o3TWgEeOnSNzoR5v6AA" name="association" type="_1d2o2DWgEeOnSNzoR5v6AA" association="_1eAZwDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2o3jWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fukx4jN8EeOoAatxCmIbzQ" name="implicit" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fukx4zN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fukx5DN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1d2o3zWgEeOnSNzoR5v6AA" name="implicit" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2o4DWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1d2o4TWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fupqYDN8EeOoAatxCmIbzQ" name="owningType" type="_fsS58DN8EeOoAatxCmIbzQ" association="_fustsDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fupqYTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eAZxDWgEeOnSNzoR5v6AA" name="owningType" type="_1cXbOjWgEeOnSNzoR5v6AA" association="_1eAZzzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZxTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuzbYDN8EeOoAatxCmIbzQ" name="defaultExpression" type="_fsr7gDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu0CcDN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eAZ3DWgEeOnSNzoR5v6AA" name="defaultExpression" type="_1cq9RTWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZ3TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv5nkDN8EeOoAatxCmIbzQ" name="isID" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv5nkTN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1ewApzWgEeOnSNzoR5v6AA" name="isID" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewAqDWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv5nkjN8EeOoAatxCmIbzQ" name="keys" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fv5nkzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fv5nlDN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1ewAqTWgEeOnSNzoR5v6AA" name="keys" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAqjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1ewAqzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv6OoDN8EeOoAatxCmIbzQ" name="isResolveProxies" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv6OoTN8EeOoAatxCmIbzQ" value="true"/>
+      <ownedAttribute xmi:id="_1ewArDWgEeOnSNzoR5v6AA" name="isResolveProxies" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewArTWgEeOnSNzoR5v6AA" value="true"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv6OojN8EeOoAatxCmIbzQ" name="isTransient" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv6OozN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1ewArjWgEeOnSNzoR5v6AA" name="isTransient" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewArzWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv6OpDN8EeOoAatxCmIbzQ" name="isUnsettable" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv6OpTN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1ewAsDWgEeOnSNzoR5v6AA" name="isUnsettable" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewAsTWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv61sDN8EeOoAatxCmIbzQ" name="isVolatile" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fv61sTN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1ewAsjWgEeOnSNzoR5v6AA" name="isVolatile" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1ewAszWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwbzEDN8EeOoAatxCmIbzQ" name="redefinedProperty" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwbzETN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwbzEjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1fC7mjWgEeOnSNzoR5v6AA" name="redefinedProperty" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1fC7mzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1fC7nDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwcaIDN8EeOoAatxCmIbzQ" name="subsettedProperty" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwcaITN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fwcaIjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1fC7nTWgEeOnSNzoR5v6AA" name="subsettedProperty" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1fC7njWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1fC7nzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwk9ADN8EeOoAatxCmIbzQ" name="referredProperty" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fwk9ATN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1fMslDWgEeOnSNzoR5v6AA" name="referredProperty" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1fMslTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu6wIDN8EeOoAatxCmIbzQ" clientDependency="_fwgrkDN8EeOoAatxCmIbzQ" name="PropertyCallExp">
-      <generalization xmi:id="_fu6wITN8EeOoAatxCmIbzQ" general="_fvFIMDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu6wIjN8EeOoAatxCmIbzQ" name="referredProperty" type="_fsRr0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu6wIzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK6TWgEeOnSNzoR5v6AA" clientDependency="_1fC7ozWgEeOnSNzoR5v6AA" name="PropertyCallExp">
+      <generalization xmi:id="_1eKK6jWgEeOnSNzoR5v6AA" general="_1eKLPDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK6zWgEeOnSNzoR5v6AA" name="referredProperty" type="_1cXbJTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK7DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwgrkDN8EeOoAatxCmIbzQ" client="_fu6wIDN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fC7ozWgEeOnSNzoR5v6AA" client="_1eKK6TWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftcwgDN8EeOoAatxCmIbzQ" name="Pseudostate">
-      <ownedComment xmi:id="_ftdXkDN8EeOoAatxCmIbzQ" annotatedElement="_ftcwgDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dHB7jWgEeOnSNzoR5v6AA" name="Pseudostate">
+      <ownedComment xmi:id="_1dHB7zWgEeOnSNzoR5v6AA" annotatedElement="_1dHB7jWgEeOnSNzoR5v6AA">
         <body>A pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.</body>
       </ownedComment>
-      <generalization xmi:id="_ftdXrDN8EeOoAatxCmIbzQ" general="_ftbiYDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftdXrTN8EeOoAatxCmIbzQ" name="kind" type="_ftkFQDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftdXrjN8EeOoAatxCmIbzQ" annotatedElement="_ftdXrTN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dHCCzWgEeOnSNzoR5v6AA" general="_1dHB4DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dHCDDWgEeOnSNzoR5v6AA" name="kind" type="_1dQzFDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHCDTWgEeOnSNzoR5v6AA" annotatedElement="_1dHCDDWgEeOnSNzoR5v6AA">
           <body>Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftdXrzN8EeOoAatxCmIbzQ" value="initial"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1dHCDjWgEeOnSNzoR5v6AA" value="initial"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftdXsDN8EeOoAatxCmIbzQ" name="stateMachine" type="_ftLDsDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftdXsTN8EeOoAatxCmIbzQ" annotatedElement="_ftdXsDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dHCDzWgEeOnSNzoR5v6AA" name="stateMachine" type="_1c939DWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHCEDWgEeOnSNzoR5v6AA" annotatedElement="_1dHCDzWgEeOnSNzoR5v6AA">
           <body>The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftdXsjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dHCETWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftdXszN8EeOoAatxCmIbzQ" name="state" type="_ftVbwDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftdXtDN8EeOoAatxCmIbzQ" annotatedElement="_ftdXszN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dHCEjWgEeOnSNzoR5v6AA" name="state" type="_1c94EjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHCEzWgEeOnSNzoR5v6AA" annotatedElement="_1dHCEjWgEeOnSNzoR5v6AA">
           <body>The State that owns this pseudostate and in which it appears.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftdXtTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dHCFDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu9zcDN8EeOoAatxCmIbzQ" name="RealLiteralExp">
-      <generalization xmi:id="_fu9zcTN8EeOoAatxCmIbzQ" general="_fu-agjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu9zcjN8EeOoAatxCmIbzQ" name="realSymbol" type="_fvU_0DN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLCjWgEeOnSNzoR5v6AA" name="RealLiteralExp">
+      <generalization xmi:id="_1eKLCzWgEeOnSNzoR5v6AA" general="_1eKLETWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLDDWgEeOnSNzoR5v6AA" name="realSymbol" type="_1edFsDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fthpADN8EeOoAatxCmIbzQ" name="Region">
-      <ownedComment xmi:id="_fthpATN8EeOoAatxCmIbzQ" annotatedElement="_fthpADN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dQy9DWgEeOnSNzoR5v6AA" name="Region">
+      <ownedComment xmi:id="_1dQy9TWgEeOnSNzoR5v6AA" annotatedElement="_1dQy9DWgEeOnSNzoR5v6AA">
         <body>A region is an orthogonal part of either a composite state or a state machine. It contains states and transitions.</body>
       </ownedComment>
-      <generalization xmi:id="_fthpDjN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fthpDzN8EeOoAatxCmIbzQ" name="subvertex" type="_ftbiYDN8EeOoAatxCmIbzQ" aggregation="composite" association="_ftl6cDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fthpEDN8EeOoAatxCmIbzQ" annotatedElement="_fthpDzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dQzAjWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dQzAzWgEeOnSNzoR5v6AA" name="subvertex" type="_1dHB4DWgEeOnSNzoR5v6AA" aggregation="composite" association="_1dQzODWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQzBDWgEeOnSNzoR5v6AA" annotatedElement="_1dQzAzWgEeOnSNzoR5v6AA">
           <body>The set of vertices that are owned by this region.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fthpETN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fthpEjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzBTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQzBjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fthpEzN8EeOoAatxCmIbzQ" name="transition" type="_ftZGIDN8EeOoAatxCmIbzQ" aggregation="composite" association="_ftmhgDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fthpFDN8EeOoAatxCmIbzQ" annotatedElement="_fthpEzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQzBzWgEeOnSNzoR5v6AA" name="transition" type="_1c94UzWgEeOnSNzoR5v6AA" aggregation="composite" association="_1dQzOTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQzCDWgEeOnSNzoR5v6AA" annotatedElement="_1dQzBzWgEeOnSNzoR5v6AA">
           <body>The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fthpFTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fthpFjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzCTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQzCjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fthpFzN8EeOoAatxCmIbzQ" name="stateMachine" type="_ftLDsDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fthpGDN8EeOoAatxCmIbzQ" annotatedElement="_fthpFzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQzCzWgEeOnSNzoR5v6AA" name="stateMachine" type="_1c939DWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQzDDWgEeOnSNzoR5v6AA" annotatedElement="_1dQzCzWgEeOnSNzoR5v6AA">
           <body>The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fthpGTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzDTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fthpGjN8EeOoAatxCmIbzQ" name="state" type="_ftVbwDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fthpGzN8EeOoAatxCmIbzQ" annotatedElement="_fthpGjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQzDjWgEeOnSNzoR5v6AA" name="state" type="_1c94EjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQzDzWgEeOnSNzoR5v6AA" annotatedElement="_1dQzDjWgEeOnSNzoR5v6AA">
           <body>The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fthpHDN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzEDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fthpHTN8EeOoAatxCmIbzQ" name="extendedRegion" type="_fthpADN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fthpHjN8EeOoAatxCmIbzQ" annotatedElement="_fthpHTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dQzETWgEeOnSNzoR5v6AA" name="extendedRegion" type="_1dQy9DWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dQzEjWgEeOnSNzoR5v6AA" annotatedElement="_1dQzETWgEeOnSNzoR5v6AA">
           <body>The region of which this region is an extension.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fthpHzN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzEzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fs1FcDN8EeOoAatxCmIbzQ" name="Root">
-      <generalization xmi:id="_fs1FcTN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fs1FcjN8EeOoAatxCmIbzQ" name="nestedPackage" type="_fsWkUDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fs1FczN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fs1FdDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c0G9zWgEeOnSNzoR5v6AA" name="Root">
+      <generalization xmi:id="_1c0G-DWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c0G-TWgEeOnSNzoR5v6AA" name="nestedPackage" type="_1cXbWzWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c0G-jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c0G-zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fs1FdTN8EeOoAatxCmIbzQ" name="externalURI" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fs1FdjN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1c0G_DWgEeOnSNzoR5v6AA" name="externalURI" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c0G_TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fs1FdzN8EeOoAatxCmIbzQ" name="imports" type="_fsypMDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fs1FeDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fs1FeTN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1c0G_jWgEeOnSNzoR5v6AA" name="imports" type="_1c0G9DWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c0G_zWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c0HADWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvcUkjN8EeOoAatxCmIbzQ" name="SelfType">
-      <generalization xmi:id="_fvcUkzN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF0zWgEeOnSNzoR5v6AA" name="SelfType">
+      <generalization xmi:id="_1edF1DWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsGssTN8EeOoAatxCmIbzQ" name="SendSignalAction">
-      <generalization xmi:id="_fsGssjN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsGsszN8EeOoAatxCmIbzQ" name="signal" type="_fsHTwDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cWz9TWgEeOnSNzoR5v6AA" name="SendSignalAction">
+      <generalization xmi:id="_1cWz9jWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cWz9zWgEeOnSNzoR5v6AA" name="signal" type="_1cWz-DWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvcUlDN8EeOoAatxCmIbzQ" name="SequenceType">
-      <generalization xmi:id="_fvcUlTN8EeOoAatxCmIbzQ" general="_fvWN8jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF1TWgEeOnSNzoR5v6AA" name="SequenceType">
+      <generalization xmi:id="_1edF1jWgEeOnSNzoR5v6AA" general="_1edFtTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvc7oDN8EeOoAatxCmIbzQ" name="SetType">
-      <generalization xmi:id="_fvc7oTN8EeOoAatxCmIbzQ" general="_fvWN8jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF1zWgEeOnSNzoR5v6AA" name="SetType">
+      <generalization xmi:id="_1edF2DWgEeOnSNzoR5v6AA" general="_1edFtTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsHTwDN8EeOoAatxCmIbzQ" name="Signal">
-      <generalization xmi:id="_fvc7ojN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cWz-DWgEeOnSNzoR5v6AA" name="Signal">
+      <generalization xmi:id="_1edF2TWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftVbwDN8EeOoAatxCmIbzQ" name="State">
-      <ownedComment xmi:id="_ftVbwTN8EeOoAatxCmIbzQ" annotatedElement="_ftVbwDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c94EjWgEeOnSNzoR5v6AA" name="State">
+      <ownedComment xmi:id="_1c94EzWgEeOnSNzoR5v6AA" annotatedElement="_1c94EjWgEeOnSNzoR5v6AA">
         <body>A state models a situation during which some (usually implicit) invariant condition holds.</body>
       </ownedComment>
-      <generalization xmi:id="_ftVb0TN8EeOoAatxCmIbzQ" general="_ftbiYDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_ftVb0jN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fvc7ozN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftVb0zN8EeOoAatxCmIbzQ" name="isComposite" type="_fs9oUjN8EeOoAatxCmIbzQ" isDerived="true">
-        <ownedComment xmi:id="_ftVb1DN8EeOoAatxCmIbzQ" annotatedElement="_ftVb0zN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1c94IzWgEeOnSNzoR5v6AA" general="_1dHB4DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1c94JDWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1edF2jWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c94JTWgEeOnSNzoR5v6AA" name="isComposite" type="_1c0HCzWgEeOnSNzoR5v6AA" isDerived="true">
+        <ownedComment xmi:id="_1c94JjWgEeOnSNzoR5v6AA" annotatedElement="_1c94JTWgEeOnSNzoR5v6AA">
           <body>A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftVb1TN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1c94JzWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb1jN8EeOoAatxCmIbzQ" name="isOrthogonal" type="_fs9oUjN8EeOoAatxCmIbzQ" isDerived="true">
-        <ownedComment xmi:id="_ftVb1zN8EeOoAatxCmIbzQ" annotatedElement="_ftVb1jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94KDWgEeOnSNzoR5v6AA" name="isOrthogonal" type="_1c0HCzWgEeOnSNzoR5v6AA" isDerived="true">
+        <ownedComment xmi:id="_1c94KTWgEeOnSNzoR5v6AA" annotatedElement="_1c94KDWgEeOnSNzoR5v6AA">
           <body>A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftVb2DN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1c94KjWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb2TN8EeOoAatxCmIbzQ" name="isSimple" type="_fs9oUjN8EeOoAatxCmIbzQ" isDerived="true">
-        <ownedComment xmi:id="_ftVb2jN8EeOoAatxCmIbzQ" annotatedElement="_ftVb2TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94KzWgEeOnSNzoR5v6AA" name="isSimple" type="_1c0HCzWgEeOnSNzoR5v6AA" isDerived="true">
+        <ownedComment xmi:id="_1c94LDWgEeOnSNzoR5v6AA" annotatedElement="_1c94KzWgEeOnSNzoR5v6AA">
           <body>A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftVb2zN8EeOoAatxCmIbzQ" value="true"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1c94LTWgEeOnSNzoR5v6AA" value="true"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb3DN8EeOoAatxCmIbzQ" name="isSubmachineState" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftVb3TN8EeOoAatxCmIbzQ" annotatedElement="_ftVb3DN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94LjWgEeOnSNzoR5v6AA" name="isSubmachineState" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94LzWgEeOnSNzoR5v6AA" annotatedElement="_1c94LjWgEeOnSNzoR5v6AA">
           <body>A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine).</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftVb3jN8EeOoAatxCmIbzQ" value="false"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1c94MDWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb3zN8EeOoAatxCmIbzQ" name="submachine" type="_ftLDsDN8EeOoAatxCmIbzQ" association="_ftmhgzN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftVb4DN8EeOoAatxCmIbzQ" annotatedElement="_ftVb3zN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94MTWgEeOnSNzoR5v6AA" name="submachine" type="_1c939DWgEeOnSNzoR5v6AA" association="_1dQzPDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94MjWgEeOnSNzoR5v6AA" annotatedElement="_1c94MTWgEeOnSNzoR5v6AA">
           <body>The state machine that is to be inserted in place of the (submachine) state.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb4TN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94MzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb4jN8EeOoAatxCmIbzQ" name="connection" type="_ftfz0DN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb4zN8EeOoAatxCmIbzQ" annotatedElement="_ftVb4jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94NDWgEeOnSNzoR5v6AA" name="connection" type="_1dQy4DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94NTWgEeOnSNzoR5v6AA" annotatedElement="_1c94NDWgEeOnSNzoR5v6AA">
           <body>The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb5DN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftVb5TN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94NjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94NzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb5jN8EeOoAatxCmIbzQ" name="redefinedState" type="_ftVbwDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftVb5zN8EeOoAatxCmIbzQ" annotatedElement="_ftVb5jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94ODWgEeOnSNzoR5v6AA" name="redefinedState" type="_1c94EjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94OTWgEeOnSNzoR5v6AA" annotatedElement="_1c94ODWgEeOnSNzoR5v6AA">
           <body>The state of which this state is a redefinition.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb6DN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94OjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb6TN8EeOoAatxCmIbzQ" name="region" type="_fthpADN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb6jN8EeOoAatxCmIbzQ" annotatedElement="_ftVb6TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94OzWgEeOnSNzoR5v6AA" name="region" type="_1dQy9DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94PDWgEeOnSNzoR5v6AA" annotatedElement="_1c94OzWgEeOnSNzoR5v6AA">
           <body>The regions owned directly by the state.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb6zN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftVb7DN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94PTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94PjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb7TN8EeOoAatxCmIbzQ" name="stateInvariant" type="_fsj_sDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb7jN8EeOoAatxCmIbzQ" annotatedElement="_ftVb7TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94PzWgEeOnSNzoR5v6AA" name="stateInvariant" type="_1cq9EjWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94QDWgEeOnSNzoR5v6AA" annotatedElement="_1c94PzWgEeOnSNzoR5v6AA">
           <body>Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.&#xD;

 </body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb7zN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94QTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb8DN8EeOoAatxCmIbzQ" name="entry" type="_ftvEYDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb8TN8EeOoAatxCmIbzQ" annotatedElement="_ftVb8DN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94QjWgEeOnSNzoR5v6AA" name="entry" type="_1daj4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94QzWgEeOnSNzoR5v6AA" annotatedElement="_1c94QjWgEeOnSNzoR5v6AA">
           <body>An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.&#xD;

 </body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb8jN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94RDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb8zN8EeOoAatxCmIbzQ" name="exit" type="_ftvEYDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb9DN8EeOoAatxCmIbzQ" annotatedElement="_ftVb8zN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94RTWgEeOnSNzoR5v6AA" name="exit" type="_1daj4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94RjWgEeOnSNzoR5v6AA" annotatedElement="_1c94RTWgEeOnSNzoR5v6AA">
           <body>An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb9TN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94RzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb9jN8EeOoAatxCmIbzQ" name="doActivity" type="_ftvEYDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb9zN8EeOoAatxCmIbzQ" annotatedElement="_ftVb9jN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94SDWgEeOnSNzoR5v6AA" name="doActivity" type="_1daj4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94STWgEeOnSNzoR5v6AA" annotatedElement="_1c94SDWgEeOnSNzoR5v6AA">
           <body>An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb-DN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94SjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb-TN8EeOoAatxCmIbzQ" name="connectionPoint" type="_ftcwgDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb-jN8EeOoAatxCmIbzQ" annotatedElement="_ftVb-TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94SzWgEeOnSNzoR5v6AA" name="connectionPoint" type="_1dHB7jWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94TDWgEeOnSNzoR5v6AA" annotatedElement="_1c94SzWgEeOnSNzoR5v6AA">
           <body>The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb-zN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftVb_DN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94TTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94TjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftVb_TN8EeOoAatxCmIbzQ" name="deferrableTrigger" type="_ftxgoDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftVb_jN8EeOoAatxCmIbzQ" annotatedElement="_ftVb_TN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94TzWgEeOnSNzoR5v6AA" name="deferrableTrigger" type="_1daj6DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94UDWgEeOnSNzoR5v6AA" annotatedElement="_1c94TzWgEeOnSNzoR5v6AA">
           <body>A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.&#xD;

 </body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftVb_zN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftVcADN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94UTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94UjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvG9YDN8EeOoAatxCmIbzQ" name="StateExp">
-      <generalization xmi:id="_fvG9YTN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvG9YjN8EeOoAatxCmIbzQ" name="referredState" type="_ftVbwDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvG9YzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUwDWgEeOnSNzoR5v6AA" name="StateExp">
+      <generalization xmi:id="_1eTUwTWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eTUwjWgEeOnSNzoR5v6AA" name="referredState" type="_1c94EjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eTUwzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftLDsDN8EeOoAatxCmIbzQ" name="StateMachine">
-      <ownedComment xmi:id="_ftLDsTN8EeOoAatxCmIbzQ" annotatedElement="_ftLDsDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c939DWgEeOnSNzoR5v6AA" name="StateMachine">
+      <ownedComment xmi:id="_1c939TWgEeOnSNzoR5v6AA" annotatedElement="_1c939DWgEeOnSNzoR5v6AA">
         <body>State machines can be used to express the behavior of part of a system. Behavior is modeled as a traversal of a graph of state nodes interconnected by one or more joined transition arcs that are triggered by the dispatching of series of (event) occurrences. During this traversal, the state machine executes a series of activities associated with various elements of the state machine.</body>
       </ownedComment>
-      <generalization xmi:id="_ftLDvjN8EeOoAatxCmIbzQ" general="_ftvEYDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftLDvzN8EeOoAatxCmIbzQ" name="region" type="_fthpADN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftLDwDN8EeOoAatxCmIbzQ" annotatedElement="_ftLDvzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1c94AjWgEeOnSNzoR5v6AA" general="_1daj4zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c94AzWgEeOnSNzoR5v6AA" name="region" type="_1dQy9DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94BDWgEeOnSNzoR5v6AA" annotatedElement="_1c94AzWgEeOnSNzoR5v6AA">
           <body>The regions owned directly by the state machine.</body>
         </ownedComment>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftLDwTN8EeOoAatxCmIbzQ" value="*"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94BTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftLDwjN8EeOoAatxCmIbzQ" name="connectionPoint" type="_ftcwgDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftLDwzN8EeOoAatxCmIbzQ" annotatedElement="_ftLDwjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94BjWgEeOnSNzoR5v6AA" name="connectionPoint" type="_1dHB7jWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94BzWgEeOnSNzoR5v6AA" annotatedElement="_1c94BjWgEeOnSNzoR5v6AA">
           <body>The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftLDxDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftLDxTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94CDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94CTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftLDxjN8EeOoAatxCmIbzQ" name="extendedStateMachine" type="_ftLDsDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftLDxzN8EeOoAatxCmIbzQ" annotatedElement="_ftLDxjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94CjWgEeOnSNzoR5v6AA" name="extendedStateMachine" type="_1c939DWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94CzWgEeOnSNzoR5v6AA" annotatedElement="_1c94CjWgEeOnSNzoR5v6AA">
           <body>The state machines of which this is an extension.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftLDyDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftLDyTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94DDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94DTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftLDyjN8EeOoAatxCmIbzQ" name="submachineState" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftmhgzN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftLDyzN8EeOoAatxCmIbzQ" annotatedElement="_ftLDyjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94DjWgEeOnSNzoR5v6AA" name="submachineState" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzPDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94DzWgEeOnSNzoR5v6AA" annotatedElement="_1c94DjWgEeOnSNzoR5v6AA">
           <body>References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftLDzDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftLDzTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94EDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94ETWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftGyQDN8EeOoAatxCmIbzQ" name="Stereotype">
-      <generalization xmi:id="_ftGyQTN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c938jWgEeOnSNzoR5v6AA" name="Stereotype">
+      <generalization xmi:id="_1c938zWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu8lUDN8EeOoAatxCmIbzQ" name="StringLiteralExp">
-      <generalization xmi:id="_fu8lUTN8EeOoAatxCmIbzQ" general="_fu-agDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu8lUjN8EeOoAatxCmIbzQ" name="stringSymbol" type="_fs2TkDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK_TWgEeOnSNzoR5v6AA" name="StringLiteralExp">
+      <generalization xmi:id="_1eKK_jWgEeOnSNzoR5v6AA" general="_1eKLDzWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK_zWgEeOnSNzoR5v6AA" name="stringSymbol" type="_1c0HATWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuLJQDN8EeOoAatxCmIbzQ" name="TemplateBinding">
-      <ownedComment xmi:id="_fuLJQTN8EeOoAatxCmIbzQ" annotatedElement="_fuLJQDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1djt-DWgEeOnSNzoR5v6AA" name="TemplateBinding">
+      <ownedComment xmi:id="_1djt-TWgEeOnSNzoR5v6AA" annotatedElement="_1djt-DWgEeOnSNzoR5v6AA">
         <body>A template binding represents a relationship between a templateable element and a template. A template binding specifies the substitutions of actual parameters for the formal parameters of the template.</body>
       </ownedComment>
-      <generalization xmi:id="_fuLJSDN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuLJSTN8EeOoAatxCmIbzQ" name="boundElement" type="_fuOzoDN8EeOoAatxCmIbzQ" association="_fuaZ1TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuLJSjN8EeOoAatxCmIbzQ" annotatedElement="_fuLJSTN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1djuADWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1djuATWgEeOnSNzoR5v6AA" name="boundElement" type="_1dte0DWgEeOnSNzoR5v6AA" association="_1dtfJzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuAjWgEeOnSNzoR5v6AA" annotatedElement="_1djuATWgEeOnSNzoR5v6AA">
           <body>The element that is bound by this binding.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuLJSzN8EeOoAatxCmIbzQ" name="signature" type="_fuItADN8EeOoAatxCmIbzQ" association="_fubA4DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuLJTDN8EeOoAatxCmIbzQ" annotatedElement="_fuLJSzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djuAzWgEeOnSNzoR5v6AA" name="signature" type="_1djt1jWgEeOnSNzoR5v6AA" association="_1dtfLDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuBDWgEeOnSNzoR5v6AA" annotatedElement="_1djuAzWgEeOnSNzoR5v6AA">
           <body>The template signature for the template that is the target of the binding.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuLJTTN8EeOoAatxCmIbzQ" name="parameterSubstitution" type="_fuMXYDN8EeOoAatxCmIbzQ" aggregation="composite"
-          association="_fubA5DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuLJTjN8EeOoAatxCmIbzQ" annotatedElement="_fuLJTTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djuBTWgEeOnSNzoR5v6AA" name="parameterSubstitution" type="_1djuCTWgEeOnSNzoR5v6AA" aggregation="composite"
+          association="_1d2owDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuBjWgEeOnSNzoR5v6AA" annotatedElement="_1djuBTWgEeOnSNzoR5v6AA">
           <body>The parameter substitutions owned by this template binding.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuLJTzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuLJUDN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djuBzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1djuCDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuJ7IDN8EeOoAatxCmIbzQ" name="TemplateParameter">
-      <ownedComment xmi:id="_fuJ7ITN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7IDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1djt5TWgEeOnSNzoR5v6AA" name="TemplateParameter">
+      <ownedComment xmi:id="_1djt5jWgEeOnSNzoR5v6AA" annotatedElement="_1djt5TWgEeOnSNzoR5v6AA">
         <body>A template parameter exposes a parameterable element as a formal template parameter of a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fuJ7JTN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuJ7JjN8EeOoAatxCmIbzQ" name="signature" type="_fuItADN8EeOoAatxCmIbzQ" association="_fuaZ1DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuJ7JzN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7JjN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1djt6jWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1djt6zWgEeOnSNzoR5v6AA" name="signature" type="_1djt1jWgEeOnSNzoR5v6AA" association="_1dtfJjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt7DWgEeOnSNzoR5v6AA" annotatedElement="_1djt6zWgEeOnSNzoR5v6AA">
           <body>The template signature that owns this template parameter.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuJ7KDN8EeOoAatxCmIbzQ" name="parameteredElement" type="_fuQo0DN8EeOoAatxCmIbzQ" association="_fubn9DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuJ7KTN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7KDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt7TWgEeOnSNzoR5v6AA" name="parameteredElement" type="_1dte5jWgEeOnSNzoR5v6AA" association="_1d2oxTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt7jWgEeOnSNzoR5v6AA" annotatedElement="_1djt7TWgEeOnSNzoR5v6AA">
           <body>The element exposed by this template parameter.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuJ7KjN8EeOoAatxCmIbzQ" name="ownedParameteredElement" type="_fuQo0DN8EeOoAatxCmIbzQ" aggregation="composite"
-          subsettedProperty="_fuJ7KDN8EeOoAatxCmIbzQ" association="_fubn9jN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuJ7KzN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7KjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt7zWgEeOnSNzoR5v6AA" name="ownedParameteredElement" type="_1dte5jWgEeOnSNzoR5v6AA" aggregation="composite"
+          subsettedProperty="_1djt7TWgEeOnSNzoR5v6AA" association="_1d2oxzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt8DWgEeOnSNzoR5v6AA" annotatedElement="_1djt7zWgEeOnSNzoR5v6AA">
           <body>The element that is owned by this template parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuJ7LDN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djt8TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuJ7LTN8EeOoAatxCmIbzQ" name="default" type="_fuQo0DN8EeOoAatxCmIbzQ" association="_fucPADN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuJ7LjN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7LTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt8jWgEeOnSNzoR5v6AA" name="default" type="_1dte5jWgEeOnSNzoR5v6AA" association="_1d2oyDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt8zWgEeOnSNzoR5v6AA" annotatedElement="_1djt8jWgEeOnSNzoR5v6AA">
           <body>The element that is the default for this formal template parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuJ7LzN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djt9DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuJ7MDN8EeOoAatxCmIbzQ" name="ownedDefault" type="_fuQo0DN8EeOoAatxCmIbzQ" aggregation="composite" subsettedProperty="_fuJ7LTN8EeOoAatxCmIbzQ"
-          association="_fucPBDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuJ7MTN8EeOoAatxCmIbzQ" annotatedElement="_fuJ7MDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt9TWgEeOnSNzoR5v6AA" name="ownedDefault" type="_1dte5jWgEeOnSNzoR5v6AA" aggregation="composite" subsettedProperty="_1djt8jWgEeOnSNzoR5v6AA"
+          association="_1d2ozDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt9jWgEeOnSNzoR5v6AA" annotatedElement="_1djt9TWgEeOnSNzoR5v6AA">
           <body>The element that is owned by this template parameter for the purpose of providing a default.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuJ7MjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djt9zWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuMXYDN8EeOoAatxCmIbzQ" name="TemplateParameterSubstitution">
-      <ownedComment xmi:id="_fuMXYTN8EeOoAatxCmIbzQ" annotatedElement="_fuMXYDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1djuCTWgEeOnSNzoR5v6AA" name="TemplateParameterSubstitution">
+      <ownedComment xmi:id="_1djuCjWgEeOnSNzoR5v6AA" annotatedElement="_1djuCTWgEeOnSNzoR5v6AA">
         <body>A template parameter substitution relates the actual parameter to a formal template parameter as part of a template binding.</body>
       </ownedComment>
-      <generalization xmi:id="_fuMXZTN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuMXZjN8EeOoAatxCmIbzQ" name="formal" type="_fuJ7IDN8EeOoAatxCmIbzQ" association="_fuaZ1jN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuMXZzN8EeOoAatxCmIbzQ" annotatedElement="_fuMXZjN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1djuDjWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1djuDzWgEeOnSNzoR5v6AA" name="formal" type="_1djt5TWgEeOnSNzoR5v6AA" association="_1dtfKDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuEDWgEeOnSNzoR5v6AA" annotatedElement="_1djuDzWgEeOnSNzoR5v6AA">
           <body>The formal template parameter that is associated with this substitution.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuMXaDN8EeOoAatxCmIbzQ" name="templateBinding" type="_fuLJQDN8EeOoAatxCmIbzQ" association="_fubA5DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuMXaTN8EeOoAatxCmIbzQ" annotatedElement="_fuMXaDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djuETWgEeOnSNzoR5v6AA" name="templateBinding" type="_1djt-DWgEeOnSNzoR5v6AA" association="_1d2owDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuEjWgEeOnSNzoR5v6AA" annotatedElement="_1djuETWgEeOnSNzoR5v6AA">
           <body>The optional bindings from this element to templates.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuMXajN8EeOoAatxCmIbzQ" name="actual" type="_fuQo0DN8EeOoAatxCmIbzQ" association="_fubn8DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuMXazN8EeOoAatxCmIbzQ" annotatedElement="_fuMXajN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djuEzWgEeOnSNzoR5v6AA" name="actual" type="_1dte5jWgEeOnSNzoR5v6AA" association="_1d2owTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuFDWgEeOnSNzoR5v6AA" annotatedElement="_1djuEzWgEeOnSNzoR5v6AA">
           <body>The element that is the actual parameter for this substitution.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuMXbDN8EeOoAatxCmIbzQ" name="ownedActual" type="_fuQo0DN8EeOoAatxCmIbzQ" aggregation="composite" subsettedProperty="_fuMXajN8EeOoAatxCmIbzQ"
-          association="_fuc2EDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuMXbTN8EeOoAatxCmIbzQ" annotatedElement="_fuMXbDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djuFTWgEeOnSNzoR5v6AA" name="ownedActual" type="_1dte5jWgEeOnSNzoR5v6AA" aggregation="composite" subsettedProperty="_1djuEzWgEeOnSNzoR5v6AA"
+          association="_1d2ozzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djuFjWgEeOnSNzoR5v6AA" annotatedElement="_1djuFTWgEeOnSNzoR5v6AA">
           <body>The actual parameter that is owned by this substitution.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuMXbjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djuFzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvf-8DN8EeOoAatxCmIbzQ" name="TemplateParameterType">
-      <generalization xmi:id="_fvf-8TN8EeOoAatxCmIbzQ" general="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvf-8jN8EeOoAatxCmIbzQ" name="specification" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvf-8zN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF2zWgEeOnSNzoR5v6AA" name="TemplateParameterType">
+      <generalization xmi:id="_1edF3DWgEeOnSNzoR5v6AA" general="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1edF3TWgEeOnSNzoR5v6AA" name="specification" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edF3jWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuItADN8EeOoAatxCmIbzQ" name="TemplateSignature">
-      <ownedComment xmi:id="_fuItATN8EeOoAatxCmIbzQ" annotatedElement="_fuItADN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1djt1jWgEeOnSNzoR5v6AA" name="TemplateSignature">
+      <ownedComment xmi:id="_1djt1zWgEeOnSNzoR5v6AA" annotatedElement="_1djt1jWgEeOnSNzoR5v6AA">
         <body>A template signature bundles the set of formal template parameters for a templated element.</body>
       </ownedComment>
-      <generalization xmi:id="_fuItBTN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuItBjN8EeOoAatxCmIbzQ" name="parameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" isOrdered="true" association="_fuaZ0DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuItBzN8EeOoAatxCmIbzQ" annotatedElement="_fuItBjN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1djt2zWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1djt3DWgEeOnSNzoR5v6AA" name="parameter" type="_1djt5TWgEeOnSNzoR5v6AA" isOrdered="true" association="_1dtfIjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt3TWgEeOnSNzoR5v6AA" annotatedElement="_1djt3DWgEeOnSNzoR5v6AA">
           <body>The ordered set of all formal template parameters for this template signature.</body>
         </ownedComment>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuItCDN8EeOoAatxCmIbzQ" value="*"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1djt3jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuItCTN8EeOoAatxCmIbzQ" name="ownedParameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          subsettedProperty="_fuItBjN8EeOoAatxCmIbzQ" association="_fuaZ1DN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuItCjN8EeOoAatxCmIbzQ" annotatedElement="_fuItCTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt3zWgEeOnSNzoR5v6AA" name="ownedParameter" type="_1djt5TWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          subsettedProperty="_1djt3DWgEeOnSNzoR5v6AA" association="_1dtfJjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt4DWgEeOnSNzoR5v6AA" annotatedElement="_1djt3zWgEeOnSNzoR5v6AA">
           <body>The formal template parameters that are owned by this template signature.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuItCzN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuItDDN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1djt4TWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1djt4jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuItDTN8EeOoAatxCmIbzQ" name="template" type="_fuOzoDN8EeOoAatxCmIbzQ" association="_fubn9TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuItDjN8EeOoAatxCmIbzQ" annotatedElement="_fuItDTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1djt4zWgEeOnSNzoR5v6AA" name="template" type="_1dte0DWgEeOnSNzoR5v6AA" association="_1d2oxjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1djt5DWgEeOnSNzoR5v6AA" annotatedElement="_1djt4zWgEeOnSNzoR5v6AA">
           <body>The element that owns this template signature.</body>
         </ownedComment>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuOzoDN8EeOoAatxCmIbzQ" name="TemplateableElement" isAbstract="true">
-      <ownedComment xmi:id="_fuOzoTN8EeOoAatxCmIbzQ" annotatedElement="_fuOzoDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dte0DWgEeOnSNzoR5v6AA" name="TemplateableElement" isAbstract="true">
+      <ownedComment xmi:id="_1dte0TWgEeOnSNzoR5v6AA" annotatedElement="_1dte0DWgEeOnSNzoR5v6AA">
         <body>A templateable element is an element that can optionally be defined as a template and bound to other templates.</body>
       </ownedComment>
-      <generalization xmi:id="_fuOzojN8EeOoAatxCmIbzQ" general="_fsXyczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuOzozN8EeOoAatxCmIbzQ" name="templateBinding" type="_fuLJQDN8EeOoAatxCmIbzQ" aggregation="composite" association="_fuaZ1TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuOzpDN8EeOoAatxCmIbzQ" annotatedElement="_fuOzozN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dte0jWgEeOnSNzoR5v6AA" general="_1cXbbDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dte0zWgEeOnSNzoR5v6AA" name="templateBinding" type="_1djt-DWgEeOnSNzoR5v6AA" aggregation="composite" association="_1dtfJzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dte1DWgEeOnSNzoR5v6AA" annotatedElement="_1dte0zWgEeOnSNzoR5v6AA">
           <body>The optional bindings from this element to templates.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuOzpTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuOzpjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte1TWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dte1jWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuOzpzN8EeOoAatxCmIbzQ" name="ownedTemplateSignature" type="_fuItADN8EeOoAatxCmIbzQ" aggregation="composite"
-          association="_fubn9TN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuOzqDN8EeOoAatxCmIbzQ" annotatedElement="_fuOzpzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dte1zWgEeOnSNzoR5v6AA" name="ownedTemplateSignature" type="_1djt1jWgEeOnSNzoR5v6AA" aggregation="composite"
+          association="_1d2oxjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dte2DWgEeOnSNzoR5v6AA" annotatedElement="_1dte1zWgEeOnSNzoR5v6AA">
           <body>The optional template signature specifying the formal template parameters.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuOzqTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte2TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvsMMDN8EeOoAatxCmIbzQ" name="unspecializedElement" type="_fuOzoDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvsMMTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1emPtzWgEeOnSNzoR5v6AA" name="unspecializedElement" type="_1dte0DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1emPuDWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedOperation xmi:id="_fuOzqjN8EeOoAatxCmIbzQ" name="parameterableElements" isQuery="true">
-        <ownedComment xmi:id="_fuOzqzN8EeOoAatxCmIbzQ" annotatedElement="_fuOzqjN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1dte2jWgEeOnSNzoR5v6AA" name="parameterableElements" isQuery="true">
+        <ownedComment xmi:id="_1dte2zWgEeOnSNzoR5v6AA" annotatedElement="_1dte2jWgEeOnSNzoR5v6AA">
           <body>The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element. By default, this set includes all the owned elements. Subclasses may override this operation if they choose to restrict the set of parameterable elements.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fuOzrjN8EeOoAatxCmIbzQ" type="_fuQo0DN8EeOoAatxCmIbzQ" direction="return">
-          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuOzrzN8EeOoAatxCmIbzQ"/>
-          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuOzsDN8EeOoAatxCmIbzQ" value="*"/>
+        <ownedParameter xmi:id="_1dte3jWgEeOnSNzoR5v6AA" type="_1dte5jWgEeOnSNzoR5v6AA" direction="return">
+          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dte3zWgEeOnSNzoR5v6AA"/>
+          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dte4DWgEeOnSNzoR5v6AA" value="*"/>
         </ownedParameter>
       </ownedOperation>
-      <ownedOperation xmi:id="_fuOzsTN8EeOoAatxCmIbzQ" name="isTemplate" isQuery="true">
-        <ownedComment xmi:id="_fuOzsjN8EeOoAatxCmIbzQ" annotatedElement="_fuOzsTN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1dte4TWgEeOnSNzoR5v6AA" name="isTemplate" isQuery="true">
+        <ownedComment xmi:id="_1dte4jWgEeOnSNzoR5v6AA" annotatedElement="_1dte4TWgEeOnSNzoR5v6AA">
           <body>The query isTemplate() returns whether this templateable element is actually a template.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fuOztTN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1dte5TWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftZGIDN8EeOoAatxCmIbzQ" name="Transition">
-      <ownedComment xmi:id="_ftZGITN8EeOoAatxCmIbzQ" annotatedElement="_ftZGIDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1c94UzWgEeOnSNzoR5v6AA" name="Transition">
+      <ownedComment xmi:id="_1c94VDWgEeOnSNzoR5v6AA" annotatedElement="_1c94UzWgEeOnSNzoR5v6AA">
         <body>A transition is a directed relationship between a source vertex and a target vertex. It may be part of a compound transition, which takes the state machine from one state configuration to another, representing the complete response of the state machine to an occurrence of an event of a particular type.</body>
       </ownedComment>
-      <generalization xmi:id="_ftZGNzN8EeOoAatxCmIbzQ" general="_fstwsDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftZGODN8EeOoAatxCmIbzQ" name="kind" type="_ftlTYDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftZGOTN8EeOoAatxCmIbzQ" annotatedElement="_ftZGODN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1c94ajWgEeOnSNzoR5v6AA" general="_1c0G8DWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1c94azWgEeOnSNzoR5v6AA" name="kind" type="_1dQzKjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94bDWgEeOnSNzoR5v6AA" annotatedElement="_1c94azWgEeOnSNzoR5v6AA">
           <body>Indicates  the precise type of the transition.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_ftZGOjN8EeOoAatxCmIbzQ" value="external"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1c94bTWgEeOnSNzoR5v6AA" value="external"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGOzN8EeOoAatxCmIbzQ" name="container" type="_fthpADN8EeOoAatxCmIbzQ" association="_ftmhgDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftZGPDN8EeOoAatxCmIbzQ" annotatedElement="_ftZGOzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94bjWgEeOnSNzoR5v6AA" name="container" type="_1dQy9DWgEeOnSNzoR5v6AA" association="_1dQzOTWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94bzWgEeOnSNzoR5v6AA" annotatedElement="_1c94bjWgEeOnSNzoR5v6AA">
           <body>Designates the region that owns this transition.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGPTN8EeOoAatxCmIbzQ" name="source" type="_ftbiYDN8EeOoAatxCmIbzQ" association="_ftmhgTN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftZGPjN8EeOoAatxCmIbzQ" annotatedElement="_ftZGPTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94cDWgEeOnSNzoR5v6AA" name="source" type="_1dHB4DWgEeOnSNzoR5v6AA" association="_1dQzOjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94cTWgEeOnSNzoR5v6AA" annotatedElement="_1c94cDWgEeOnSNzoR5v6AA">
           <body>Designates the originating vertex (state or pseudostate) of the transition.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGPzN8EeOoAatxCmIbzQ" name="target" type="_ftbiYDN8EeOoAatxCmIbzQ" association="_ftmhgjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftZGQDN8EeOoAatxCmIbzQ" annotatedElement="_ftZGPzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94cjWgEeOnSNzoR5v6AA" name="target" type="_1dHB4DWgEeOnSNzoR5v6AA" association="_1dQzOzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1c94czWgEeOnSNzoR5v6AA" annotatedElement="_1c94cjWgEeOnSNzoR5v6AA">
           <body>Designates the target vertex that is reached when the transition is taken.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGQTN8EeOoAatxCmIbzQ" name="guard" type="_fsj_sDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftZGQjN8EeOoAatxCmIbzQ" annotatedElement="_ftZGQTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94dDWgEeOnSNzoR5v6AA" name="guard" type="_1cq9EjWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94dTWgEeOnSNzoR5v6AA" annotatedElement="_1c94dDWgEeOnSNzoR5v6AA">
           <body>A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftZGQzN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94djWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGRDN8EeOoAatxCmIbzQ" name="effect" type="_ftvEYDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftZGRTN8EeOoAatxCmIbzQ" annotatedElement="_ftZGRDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94dzWgEeOnSNzoR5v6AA" name="effect" type="_1daj4zWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94eDWgEeOnSNzoR5v6AA" annotatedElement="_1c94dzWgEeOnSNzoR5v6AA">
           <body>Specifies an optional behavior to be performed when the transition fires.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftZGRjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94eTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftZGRzN8EeOoAatxCmIbzQ" name="trigger" type="_ftxgoDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <ownedComment xmi:id="_ftZGSDN8EeOoAatxCmIbzQ" annotatedElement="_ftZGRzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1c94ejWgEeOnSNzoR5v6AA" name="trigger" type="_1daj6DWgEeOnSNzoR5v6AA" aggregation="composite">
+        <ownedComment xmi:id="_1c94ezWgEeOnSNzoR5v6AA" annotatedElement="_1c94ejWgEeOnSNzoR5v6AA">
           <body>Specifies the triggers that may fire the transition.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftZGSTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftZGSjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1c94fDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1c94fTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftxgoDN8EeOoAatxCmIbzQ" name="Trigger">
-      <generalization xmi:id="_ftxgoTN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1daj6DWgEeOnSNzoR5v6AA" name="Trigger">
+      <generalization xmi:id="_1daj6TWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvAPsDN8EeOoAatxCmIbzQ" name="TupleLiteralExp">
-      <generalization xmi:id="_fvAPsTN8EeOoAatxCmIbzQ" general="_fu9zczN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvAPsjN8EeOoAatxCmIbzQ" name="part" type="_fvEhIzN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvAPszN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fvAPtDN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLIjWgEeOnSNzoR5v6AA" name="TupleLiteralExp">
+      <generalization xmi:id="_1eKLIzWgEeOnSNzoR5v6AA" general="_1eKLDTWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLJDWgEeOnSNzoR5v6AA" name="part" type="_1eKLODWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLJTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eKLJjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvEhIzN8EeOoAatxCmIbzQ" name="TupleLiteralPart">
-      <generalization xmi:id="_fvEhJDN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fvjCQTN8EeOoAatxCmIbzQ" general="_fvHkcDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fvEhJTN8EeOoAatxCmIbzQ" name="initExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvEhJjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKLODWgEeOnSNzoR5v6AA" name="TupleLiteralPart">
+      <generalization xmi:id="_1eKLOTWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1edF5DWgEeOnSNzoR5v6AA" general="_1eTUxDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKLOjWgEeOnSNzoR5v6AA" name="initExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKLOzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvf-9DN8EeOoAatxCmIbzQ" name="TupleType">
-      <generalization xmi:id="_fvf-9TN8EeOoAatxCmIbzQ" general="_fsXycDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF3zWgEeOnSNzoR5v6AA" name="TupleType">
+      <generalization xmi:id="_1edF4DWgEeOnSNzoR5v6AA" general="_1cXbaTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsS58DN8EeOoAatxCmIbzQ" name="Type">
-      <ownedComment xmi:id="_fsS58TN8EeOoAatxCmIbzQ" annotatedElement="_fsS58DN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbOjWgEeOnSNzoR5v6AA" name="Type">
+      <ownedComment xmi:id="_1cXbOzWgEeOnSNzoR5v6AA" annotatedElement="_1cXbOjWgEeOnSNzoR5v6AA">
         <body>A type is a named element that is used as the type for a typed element. A type can be contained in a package.</body>
       </ownedComment>
-      <ownedComment xmi:id="_fuWvczN8EeOoAatxCmIbzQ" annotatedElement="_fsS58DN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1dtfBjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbOjWgEeOnSNzoR5v6AA">
         <body>Type is defined to be a kind of templateable element so that a type can be parameterized. It is also defined to be a kind of parameterable element so that a type can be a formal template parameter.</body>
       </ownedComment>
-      <generalization xmi:id="_fsS58jN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuWvdDN8EeOoAatxCmIbzQ" general="_fuOzoDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuWvdTN8EeOoAatxCmIbzQ" general="_fuQo0DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsS58zN8EeOoAatxCmIbzQ" name="package" type="_fsWkUDN8EeOoAatxCmIbzQ" association="_fsbc0jN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsS59DN8EeOoAatxCmIbzQ" annotatedElement="_fsS58zN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbPDWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dtfBzWgEeOnSNzoR5v6AA" general="_1dte0DWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dtfCDWgEeOnSNzoR5v6AA" general="_1dte5jWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbPTWgEeOnSNzoR5v6AA" name="package" type="_1cXbWzWgEeOnSNzoR5v6AA" association="_1cq9CjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbPjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbPTWgEeOnSNzoR5v6AA">
           <body>Specifies the owning package of this classifier, if any.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsS59TN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbPzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuXWgDN8EeOoAatxCmIbzQ" name="templateParameter" type="_fuYkoDN8EeOoAatxCmIbzQ" redefinedProperty="_fuQo0zN8EeOoAatxCmIbzQ"
-          association="_fuc2EzN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuXWgTN8EeOoAatxCmIbzQ" annotatedElement="_fuXWgDN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dtfCTWgEeOnSNzoR5v6AA" name="templateParameter" type="_1dtfETWgEeOnSNzoR5v6AA" redefinedProperty="_1dte6TWgEeOnSNzoR5v6AA"
+          association="_1d2o0jWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfCjWgEeOnSNzoR5v6AA" annotatedElement="_1dtfCTWgEeOnSNzoR5v6AA">
           <body>The template parameter that exposes this element as a formal parameter.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuXWgjN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dtfCzWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuq4gDN8EeOoAatxCmIbzQ" name="ownedAttribute" type="_fsRr0DN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fustsDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuq4gTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuq4gjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZxjWgEeOnSNzoR5v6AA" name="ownedAttribute" type="_1cXbJTWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1eAZzzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZxzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZyDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuq4gzN8EeOoAatxCmIbzQ" name="ownedOperation" type="_fsGssDN8EeOoAatxCmIbzQ" isOrdered="true" aggregation="composite"
-          association="_fustsTN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuq4hDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuq4hTN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZyTWgEeOnSNzoR5v6AA" name="ownedOperation" type="_1cWz9DWgEeOnSNzoR5v6AA" isOrdered="true" aggregation="composite"
+          association="_1eAZ0DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZyjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZyzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_furfkDN8EeOoAatxCmIbzQ" name="superClass" type="_fsS58DN8EeOoAatxCmIbzQ" isOrdered="true">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_furfkTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_furfkjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZzDWgEeOnSNzoR5v6AA" name="superClass" type="_1cXbOjWgEeOnSNzoR5v6AA" isOrdered="true">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZzTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZzjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuyNQDN8EeOoAatxCmIbzQ" name="ownedInvariant" type="_fsj_sDN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuyNQTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuyNQjN8EeOoAatxCmIbzQ" value="*"/>
+      <ownedAttribute xmi:id="_1eAZ2TWgEeOnSNzoR5v6AA" name="ownedInvariant" type="_1cq9EjWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eAZ2jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1eAZ2zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fv8q4DN8EeOoAatxCmIbzQ" name="instanceClassName" type="_fs2TkDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fv8q4TN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1ewAtDWgEeOnSNzoR5v6AA" name="instanceClassName" type="_1c0HATWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1ewAtTWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedOperation xmi:id="_fuXWgzN8EeOoAatxCmIbzQ" name="isTemplate" isQuery="true" redefinedOperation="_fuOzsTN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuXWhDN8EeOoAatxCmIbzQ" annotatedElement="_fuXWgzN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1dtfDDWgEeOnSNzoR5v6AA" name="isTemplate" isQuery="true" redefinedOperation="_1dte4TWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfDTWgEeOnSNzoR5v6AA" annotatedElement="_1dtfDDWgEeOnSNzoR5v6AA">
           <body>The query isTemplate() returns whether this templateable element is actually a template.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fuXWhzN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1dtfEDWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu7XNDN8EeOoAatxCmIbzQ" clientDependency="_fwhSoDN8EeOoAatxCmIbzQ" name="TypeExp">
-      <generalization xmi:id="_fu7XNTN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu7XNjN8EeOoAatxCmIbzQ" name="referredType" type="_fsS58DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu7XNzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK8TWgEeOnSNzoR5v6AA" clientDependency="_1fC7pzWgEeOnSNzoR5v6AA" name="TypeExp">
+      <generalization xmi:id="_1eKK8jWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK8zWgEeOnSNzoR5v6AA" name="referredType" type="_1cXbOjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK9DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwhSoDN8EeOoAatxCmIbzQ" client="_fu7XNDN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fC7pzWgEeOnSNzoR5v6AA" client="_1eKK8TWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fuYkoDN8EeOoAatxCmIbzQ" name="TypeTemplateParameter">
-      <ownedComment xmi:id="_fuYkoTN8EeOoAatxCmIbzQ" annotatedElement="_fuYkoDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dtfETWgEeOnSNzoR5v6AA" name="TypeTemplateParameter">
+      <ownedComment xmi:id="_1dtfEjWgEeOnSNzoR5v6AA" annotatedElement="_1dtfETWgEeOnSNzoR5v6AA">
         <body>A type template parameter exposes a type as a formal template parameter.</body>
       </ownedComment>
-      <generalization xmi:id="_fuYkpTN8EeOoAatxCmIbzQ" general="_fuJ7IDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fuYkpjN8EeOoAatxCmIbzQ" name="allowSubstitutable" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuYkpzN8EeOoAatxCmIbzQ" annotatedElement="_fuYkpjN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dtfFjWgEeOnSNzoR5v6AA" general="_1djt5TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dtfFzWgEeOnSNzoR5v6AA" name="allowSubstitutable" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfGDWgEeOnSNzoR5v6AA" annotatedElement="_1dtfFzWgEeOnSNzoR5v6AA">
           <body>Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter.</body>
         </ownedComment>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fuYkqDN8EeOoAatxCmIbzQ" value="true"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1dtfGTWgEeOnSNzoR5v6AA" value="true"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuYkqTN8EeOoAatxCmIbzQ" name="parameteredElement" type="_fsS58DN8EeOoAatxCmIbzQ" redefinedProperty="_fuJ7KDN8EeOoAatxCmIbzQ"
-          association="_fuc2EzN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuYkqjN8EeOoAatxCmIbzQ" annotatedElement="_fuYkqTN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dtfGjWgEeOnSNzoR5v6AA" name="parameteredElement" type="_1cXbOjWgEeOnSNzoR5v6AA" redefinedProperty="_1djt7TWgEeOnSNzoR5v6AA"
+          association="_1d2o0jWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfGzWgEeOnSNzoR5v6AA" annotatedElement="_1dtfGjWgEeOnSNzoR5v6AA">
           <body>The parameterable classifier for this template parameter.</body>
         </ownedComment>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fuYkqzN8EeOoAatxCmIbzQ" name="constrainingType" type="_fsS58DN8EeOoAatxCmIbzQ" association="_fuddIDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fuYkrDN8EeOoAatxCmIbzQ" annotatedElement="_fuYkqzN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dtfHDWgEeOnSNzoR5v6AA" name="constrainingType" type="_1cXbOjWgEeOnSNzoR5v6AA" association="_1d2o1DWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dtfHTWgEeOnSNzoR5v6AA" annotatedElement="_1dtfHDWgEeOnSNzoR5v6AA">
           <body>The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuYkrTN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuYkrjN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dtfHjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dtfHzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsUIEDN8EeOoAatxCmIbzQ" name="TypedElement" isAbstract="true">
-      <ownedComment xmi:id="_fsUIETN8EeOoAatxCmIbzQ" annotatedElement="_fsUIEDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cXbRTWgEeOnSNzoR5v6AA" name="TypedElement" isAbstract="true">
+      <ownedComment xmi:id="_1cXbRjWgEeOnSNzoR5v6AA" annotatedElement="_1cXbRTWgEeOnSNzoR5v6AA">
         <body>A typed element is a kind of named element that represents an element with a type.</body>
       </ownedComment>
-      <generalization xmi:id="_fsUIEjN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fsUIEzN8EeOoAatxCmIbzQ" name="type" type="_fsS58DN8EeOoAatxCmIbzQ" association="_fsa1xDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_fsUIFDN8EeOoAatxCmIbzQ" annotatedElement="_fsUIEzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cXbRzWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1cXbSDWgEeOnSNzoR5v6AA" name="type" type="_1cXbOjWgEeOnSNzoR5v6AA" association="_1cq9BDWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1cXbSTWgEeOnSNzoR5v6AA" annotatedElement="_1cXbSDWgEeOnSNzoR5v6AA">
           <body>The type of the TypedElement.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsUIFTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cXbSjWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fwrDoDN8EeOoAatxCmIbzQ" name="isRequired" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fwrDoTN8EeOoAatxCmIbzQ" value="true"/>
+      <ownedAttribute xmi:id="_1fMsmTWgEeOnSNzoR5v6AA" name="isRequired" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1fMsmjWgEeOnSNzoR5v6AA" value="true"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fwrqsDN8EeOoAatxCmIbzQ" name="TypedMultiplicityElement" isAbstract="true">
-      <generalization xmi:id="_fwrqsTN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1fMsmzWgEeOnSNzoR5v6AA" name="TypedMultiplicityElement" isAbstract="true">
+      <generalization xmi:id="_1fMsnDWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu468DN8EeOoAatxCmIbzQ" name="UnlimitedNaturalLiteralExp">
-      <generalization xmi:id="_fu468TN8EeOoAatxCmIbzQ" general="_fu-agjN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu468jN8EeOoAatxCmIbzQ" name="unlimitedNaturalSymbol" type="_fs-PYTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK0zWgEeOnSNzoR5v6AA" name="UnlimitedNaturalLiteralExp">
+      <generalization xmi:id="_1eKK1DWgEeOnSNzoR5v6AA" general="_1eKLETWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK1TWgEeOnSNzoR5v6AA" name="unlimitedNaturalSymbol" type="_1c0HDjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fwLUYDN8EeOoAatxCmIbzQ" name="UnspecifiedType">
-      <generalization xmi:id="_fwLUYTN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwLUYjN8EeOoAatxCmIbzQ" name="lowerBound" type="_fsS58DN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fwLUYzN8EeOoAatxCmIbzQ" name="upperBound" type="_fsS58DN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1e5xqzWgEeOnSNzoR5v6AA" name="UnspecifiedType">
+      <generalization xmi:id="_1e5xrDWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1e5xrTWgEeOnSNzoR5v6AA" name="lowerBound" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1e5xrjWgEeOnSNzoR5v6AA" name="upperBound" type="_1cXbOjWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvGWWjN8EeOoAatxCmIbzQ" name="UnspecifiedValueExp">
-      <generalization xmi:id="_fvGWWzN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUvjWgEeOnSNzoR5v6AA" name="UnspecifiedValueExp">
+      <generalization xmi:id="_1eTUvzWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fsoRIDN8EeOoAatxCmIbzQ" name="ValueSpecification" isAbstract="true">
-      <ownedComment xmi:id="_fsoRITN8EeOoAatxCmIbzQ" annotatedElement="_fsoRIDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1cq9JDWgEeOnSNzoR5v6AA" name="ValueSpecification" isAbstract="true">
+      <ownedComment xmi:id="_1cq9JTWgEeOnSNzoR5v6AA" annotatedElement="_1cq9JDWgEeOnSNzoR5v6AA">
         <body>A value specification is the specification of a (possibly empty) set of instances, including both objects and data values.</body>
       </ownedComment>
-      <ownedComment xmi:id="_fuSeADN8EeOoAatxCmIbzQ" annotatedElement="_fsoRIDN8EeOoAatxCmIbzQ">
+      <ownedComment xmi:id="_1dte9jWgEeOnSNzoR5v6AA" annotatedElement="_1cq9JDWgEeOnSNzoR5v6AA">
         <body>ValueSpecification specializes ParameterableElement to specify that a value specification can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body>
       </ownedComment>
-      <generalization xmi:id="_fsoRIjN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fuSeATN8EeOoAatxCmIbzQ" general="_fuQo0DN8EeOoAatxCmIbzQ"/>
-      <ownedOperation xmi:id="_fsoRIzN8EeOoAatxCmIbzQ" name="isComputable" isQuery="true">
-        <ownedComment xmi:id="_fsoRJDN8EeOoAatxCmIbzQ" annotatedElement="_fsoRIzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1cq9JjWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1dte9zWgEeOnSNzoR5v6AA" general="_1dte5jWgEeOnSNzoR5v6AA"/>
+      <ownedOperation xmi:id="_1cq9JzWgEeOnSNzoR5v6AA" name="isComputable" isQuery="true">
+        <ownedComment xmi:id="_1cq9KDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9JzWgEeOnSNzoR5v6AA">
           <body>The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoRJzN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9KzWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
-      <ownedOperation xmi:id="_fsoRKDN8EeOoAatxCmIbzQ" name="integerValue" isQuery="true">
-        <ownedComment xmi:id="_fsoRKTN8EeOoAatxCmIbzQ" annotatedElement="_fsoRKDN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1cq9LDWgEeOnSNzoR5v6AA" name="integerValue" isQuery="true">
+        <ownedComment xmi:id="_1cq9LTWgEeOnSNzoR5v6AA" annotatedElement="_1cq9LDWgEeOnSNzoR5v6AA">
           <body>The query integerValue() gives a single Integer value when one can be computed.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoRLDN8EeOoAatxCmIbzQ" type="_fs9oUDN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9MDWgEeOnSNzoR5v6AA" type="_1c0HCTWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
-      <ownedOperation xmi:id="_fsoRLTN8EeOoAatxCmIbzQ" name="booleanValue" isQuery="true">
-        <ownedComment xmi:id="_fsoRLjN8EeOoAatxCmIbzQ" annotatedElement="_fsoRLTN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1cq9MTWgEeOnSNzoR5v6AA" name="booleanValue" isQuery="true">
+        <ownedComment xmi:id="_1cq9MjWgEeOnSNzoR5v6AA" annotatedElement="_1cq9MTWgEeOnSNzoR5v6AA">
           <body>The query booleanValue() gives a single Boolean value when one can be computed.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoRMTN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9NTWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
-      <ownedOperation xmi:id="_fsoRMjN8EeOoAatxCmIbzQ" name="stringValue" isQuery="true">
-        <ownedComment xmi:id="_fsoRMzN8EeOoAatxCmIbzQ" annotatedElement="_fsoRMjN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1cq9NjWgEeOnSNzoR5v6AA" name="stringValue" isQuery="true">
+        <ownedComment xmi:id="_1cq9NzWgEeOnSNzoR5v6AA" annotatedElement="_1cq9NjWgEeOnSNzoR5v6AA">
           <body>The query stringValue() gives a single String value when one can be computed.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoRNjN8EeOoAatxCmIbzQ" type="_fs2TkDN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9OjWgEeOnSNzoR5v6AA" type="_1c0HATWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
-      <ownedOperation xmi:id="_fsoRNzN8EeOoAatxCmIbzQ" name="unlimitedValue" isQuery="true">
-        <ownedComment xmi:id="_fsoRODN8EeOoAatxCmIbzQ" annotatedElement="_fsoRNzN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1cq9OzWgEeOnSNzoR5v6AA" name="unlimitedValue" isQuery="true">
+        <ownedComment xmi:id="_1cq9PDWgEeOnSNzoR5v6AA" annotatedElement="_1cq9OzWgEeOnSNzoR5v6AA">
           <body>The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoROzN8EeOoAatxCmIbzQ" type="_fs-PYTN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9PzWgEeOnSNzoR5v6AA" type="_1c0HDjWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
-      <ownedOperation xmi:id="_fsoRPDN8EeOoAatxCmIbzQ" name="isNull" isQuery="true">
-        <ownedComment xmi:id="_fsoRPTN8EeOoAatxCmIbzQ" annotatedElement="_fsoRPDN8EeOoAatxCmIbzQ">
+      <ownedOperation xmi:id="_1cq9QDWgEeOnSNzoR5v6AA" name="isNull" isQuery="true">
+        <ownedComment xmi:id="_1cq9QTWgEeOnSNzoR5v6AA" annotatedElement="_1cq9QDWgEeOnSNzoR5v6AA">
           <body>The query isNull() returns true when it can be computed that the value is null.</body>
         </ownedComment>
-        <ownedParameter xmi:id="_fsoRQDN8EeOoAatxCmIbzQ" type="_fs9oUjN8EeOoAatxCmIbzQ" direction="return"/>
+        <ownedParameter xmi:id="_1cq9RDWgEeOnSNzoR5v6AA" type="_1c0HCzWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu6JFDN8EeOoAatxCmIbzQ" name="Variable">
-      <generalization xmi:id="_fu6JFTN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
-      <generalization xmi:id="_fvkQYDN8EeOoAatxCmIbzQ" general="_fvHkcDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu6JFjN8EeOoAatxCmIbzQ" name="initExpression" type="_fu4T5jN8EeOoAatxCmIbzQ" aggregation="composite">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu6JFzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK4zWgEeOnSNzoR5v6AA" name="Variable">
+      <generalization xmi:id="_1eKK5DWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
+      <generalization xmi:id="_1edF5jWgEeOnSNzoR5v6AA" general="_1eTUxDWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK5TWgEeOnSNzoR5v6AA" name="initExpression" type="_1eKK0TWgEeOnSNzoR5v6AA" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK5jWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fu6JGDN8EeOoAatxCmIbzQ" name="representedParameter" type="_fsP2oDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu6JGTN8EeOoAatxCmIbzQ"/>
+      <ownedAttribute xmi:id="_1eKK5zWgEeOnSNzoR5v6AA" name="representedParameter" type="_1cXbHzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK6DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvkQYTN8EeOoAatxCmIbzQ" name="implicit" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvkQYjN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fvkQYzN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1edF5zWgEeOnSNzoR5v6AA" name="implicit" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edF6DWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1edF6TWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvHkcDN8EeOoAatxCmIbzQ" name="VariableDeclaration" isAbstract="true">
-      <generalization xmi:id="_fvjpUDN8EeOoAatxCmIbzQ" general="_fsUIEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eTUxDWgEeOnSNzoR5v6AA" name="VariableDeclaration" isAbstract="true">
+      <generalization xmi:id="_1edF5TWgEeOnSNzoR5v6AA" general="_1cXbRTWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fu7XMDN8EeOoAatxCmIbzQ" clientDependency="_fwigwDN8EeOoAatxCmIbzQ" name="VariableExp">
-      <generalization xmi:id="_fu7XMTN8EeOoAatxCmIbzQ" general="_fu4T5jN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_fu7XMjN8EeOoAatxCmIbzQ" name="referredVariable" type="_fvHkcDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fu7XMzN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1eKK7TWgEeOnSNzoR5v6AA" clientDependency="_1fC7qDWgEeOnSNzoR5v6AA" name="VariableExp">
+      <generalization xmi:id="_1eKK7jWgEeOnSNzoR5v6AA" general="_1eKK0TWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1eKK7zWgEeOnSNzoR5v6AA" name="referredVariable" type="_1eTUxDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1eKK8DWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_fvk3cDN8EeOoAatxCmIbzQ" name="implicit" type="_fs9oUjN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fvk3cTN8EeOoAatxCmIbzQ"/>
-        <defaultValue xmi:type="uml:LiteralString" xmi:id="_fvk3cjN8EeOoAatxCmIbzQ" value="false"/>
+      <ownedAttribute xmi:id="_1edF6jWgEeOnSNzoR5v6AA" name="implicit" type="_1c0HCzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1edF6zWgEeOnSNzoR5v6AA"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1edF7DWgEeOnSNzoR5v6AA" value="false"/>
       </ownedAttribute>
-      <interfaceRealization xmi:id="_fwigwDN8EeOoAatxCmIbzQ" client="_fu7XMDN8EeOoAatxCmIbzQ" supplier="_fwgrkTN8EeOoAatxCmIbzQ" contract="_fwgrkTN8EeOoAatxCmIbzQ"/>
+      <interfaceRealization xmi:id="_1fC7qDWgEeOnSNzoR5v6AA" client="_1eKK7TWgEeOnSNzoR5v6AA" supplier="_1fC7pDWgEeOnSNzoR5v6AA" contract="_1fC7pDWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_ftbiYDN8EeOoAatxCmIbzQ" name="Vertex" isAbstract="true">
-      <ownedComment xmi:id="_ftbiYTN8EeOoAatxCmIbzQ" annotatedElement="_ftbiYDN8EeOoAatxCmIbzQ">
+    <packagedElement xmi:type="uml:Class" xmi:id="_1dHB4DWgEeOnSNzoR5v6AA" name="Vertex" isAbstract="true">
+      <ownedComment xmi:id="_1dHB4TWgEeOnSNzoR5v6AA" annotatedElement="_1dHB4DWgEeOnSNzoR5v6AA">
         <body>A vertex is an abstraction of a node in a state machine graph. In general, it can be the source or destination of any number of transitions.</body>
       </ownedComment>
-      <generalization xmi:id="_ftbiYjN8EeOoAatxCmIbzQ" general="_fsGFoDN8EeOoAatxCmIbzQ"/>
-      <ownedAttribute xmi:id="_ftbiYzN8EeOoAatxCmIbzQ" name="container" type="_fthpADN8EeOoAatxCmIbzQ" association="_ftl6cDN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftbiZDN8EeOoAatxCmIbzQ" annotatedElement="_ftbiYzN8EeOoAatxCmIbzQ">
+      <generalization xmi:id="_1dHB4jWgEeOnSNzoR5v6AA" general="_1cWz8zWgEeOnSNzoR5v6AA"/>
+      <ownedAttribute xmi:id="_1dHB4zWgEeOnSNzoR5v6AA" name="container" type="_1dQy9DWgEeOnSNzoR5v6AA" association="_1dQzODWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHB5DWgEeOnSNzoR5v6AA" annotatedElement="_1dHB4zWgEeOnSNzoR5v6AA">
           <body>The region that contains this vertex.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftbiZTN8EeOoAatxCmIbzQ"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dHB5TWgEeOnSNzoR5v6AA"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftbiZjN8EeOoAatxCmIbzQ" name="outgoing" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftmhgTN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftbiZzN8EeOoAatxCmIbzQ" annotatedElement="_ftbiZjN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dHB5jWgEeOnSNzoR5v6AA" name="outgoing" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzOjWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHB5zWgEeOnSNzoR5v6AA" annotatedElement="_1dHB5jWgEeOnSNzoR5v6AA">
           <body>Specifies the transitions departing from this vertex.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftbiaDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftbiaTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dHB6DWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dHB6TWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
-      <ownedAttribute xmi:id="_ftbiajN8EeOoAatxCmIbzQ" name="incoming" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftmhgjN8EeOoAatxCmIbzQ">
-        <ownedComment xmi:id="_ftbiazN8EeOoAatxCmIbzQ" annotatedElement="_ftbiajN8EeOoAatxCmIbzQ">
+      <ownedAttribute xmi:id="_1dHB6jWgEeOnSNzoR5v6AA" name="incoming" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzOzWgEeOnSNzoR5v6AA">
+        <ownedComment xmi:id="_1dHB6zWgEeOnSNzoR5v6AA" annotatedElement="_1dHB6jWgEeOnSNzoR5v6AA">
           <body>Specifies the transitions entering this vertex.</body>
         </ownedComment>
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftbibDN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftbibTN8EeOoAatxCmIbzQ" value="*"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dHB7DWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dHB7TWgEeOnSNzoR5v6AA" value="*"/>
       </ownedAttribute>
     </packagedElement>
-    <packagedElement xmi:type="uml:Class" xmi:id="_fvgmADN8EeOoAatxCmIbzQ" name="VoidType">
-      <generalization xmi:id="_fvgmATN8EeOoAatxCmIbzQ" general="_fsKXEDN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_1edF4TWgEeOnSNzoR5v6AA" name="VoidType">
+      <generalization xmi:id="_1edF4jWgEeOnSNzoR5v6AA" general="_1cXbADWgEeOnSNzoR5v6AA"/>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubn8DN8EeOoAatxCmIbzQ" name="A_actual_templateParameterSubstitution" memberEnd="_fuMXajN8EeOoAatxCmIbzQ _fubn8TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fubn8TN8EeOoAatxCmIbzQ" name="templateParameterSubstitution" type="_fuMXYDN8EeOoAatxCmIbzQ" association="_fubn8DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fubn8jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fubn8zN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2owTWgEeOnSNzoR5v6AA" name="A_actual_templateParameterSubstitution" memberEnd="_1djuEzWgEeOnSNzoR5v6AA _1d2owjWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1d2owjWgEeOnSNzoR5v6AA" name="templateParameterSubstitution" type="_1djuCTWgEeOnSNzoR5v6AA" association="_1d2owTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2owzWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1d2oxDWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fscD4DN8EeOoAatxCmIbzQ" name="A_annotatedElement_comment" memberEnd="_fsYZhjN8EeOoAatxCmIbzQ _fscD4TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fscD4TN8EeOoAatxCmIbzQ" name="comment" type="_fsYZgDN8EeOoAatxCmIbzQ" association="_fscD4DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fscD4jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fscD4zN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9CzWgEeOnSNzoR5v6AA" name="A_annotatedElement_comment" memberEnd="_1cXbeDWgEeOnSNzoR5v6AA _1cq9DDWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1cq9DDWgEeOnSNzoR5v6AA" name="comment" type="_1cXbcjWgEeOnSNzoR5v6AA" association="_1cq9CzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9DTWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9DjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fumAADN8EeOoAatxCmIbzQ" name="A_associationClass_property" memberEnd="_fukK0jN8EeOoAatxCmIbzQ _fukx4DN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fwonYDN8EeOoAatxCmIbzQ" name="A_base_extension" memberEnd="_fwju4DN8EeOoAatxCmIbzQ _fwkV8jN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftt2QzN8EeOoAatxCmIbzQ" name="A_connectionPoint_state"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftqL4DN8EeOoAatxCmIbzQ" name="A_connectionPoint_stateMachine"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuddIDN8EeOoAatxCmIbzQ" name="A_constrainingType_typeTemplateParameter" memberEnd="_fuYkqzN8EeOoAatxCmIbzQ _fuddITN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fuddITN8EeOoAatxCmIbzQ" name="typeTemplateParameter" type="_fuYkoDN8EeOoAatxCmIbzQ" association="_fuddIDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuddIjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuddIzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1eAZwDWgEeOnSNzoR5v6AA" name="A_associationClass_property" memberEnd="_1d2o2jWgEeOnSNzoR5v6AA _1d2o3TWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1fMsljWgEeOnSNzoR5v6AA" name="A_base_extension" memberEnd="_1fC7qjWgEeOnSNzoR5v6AA _1fMskjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzcTWgEeOnSNzoR5v6AA" name="A_connectionPoint_state"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzSzWgEeOnSNzoR5v6AA" name="A_connectionPoint_stateMachine"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2o1DWgEeOnSNzoR5v6AA" name="A_constrainingType_typeTemplateParameter" memberEnd="_1dtfHDWgEeOnSNzoR5v6AA _1d2o1TWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1d2o1TWgEeOnSNzoR5v6AA" name="typeTemplateParameter" type="_1dtfETWgEeOnSNzoR5v6AA" association="_1d2o1DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2o1jWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1d2o1zWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftl6cDN8EeOoAatxCmIbzQ" name="A_container_subvertex" memberEnd="_ftbiYzN8EeOoAatxCmIbzQ _fthpDzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftmhgDN8EeOoAatxCmIbzQ" name="A_container_transition" memberEnd="_ftZGOzN8EeOoAatxCmIbzQ _fthpEzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fucPADN8EeOoAatxCmIbzQ" name="A_default_templateParameter" memberEnd="_fuJ7LTN8EeOoAatxCmIbzQ _fucPATN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fucPATN8EeOoAatxCmIbzQ" name="templateParameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" association="_fucPADN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fucPAjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fucPAzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzODWgEeOnSNzoR5v6AA" name="A_container_subvertex" memberEnd="_1dHB4zWgEeOnSNzoR5v6AA _1dQzAzWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzOTWgEeOnSNzoR5v6AA" name="A_container_transition" memberEnd="_1c94bjWgEeOnSNzoR5v6AA _1dQzBzWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2oyDWgEeOnSNzoR5v6AA" name="A_default_templateParameter" memberEnd="_1djt8jWgEeOnSNzoR5v6AA _1d2oyTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1d2oyTWgEeOnSNzoR5v6AA" name="templateParameter" type="_1djt5TWgEeOnSNzoR5v6AA" association="_1d2oyDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2oyjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1d2oyzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftudUDN8EeOoAatxCmIbzQ" name="A_deferrableTrigger_state" memberEnd="_ftudUTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftudUTN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftudUDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftudUjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1daj4DWgEeOnSNzoR5v6AA" name="A_deferrableTrigger_state" memberEnd="_1daj4TWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1daj4TWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1daj4DWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1daj4jWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftt2QDN8EeOoAatxCmIbzQ" name="A_doActivity_state" memberEnd="_ftt2QTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftt2QTN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftt2QDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftt2QjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzbjWgEeOnSNzoR5v6AA" name="A_doActivity_state" memberEnd="_1dQzbzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzbzWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzbjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzcDWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftsoIzN8EeOoAatxCmIbzQ" name="A_effect_transition" memberEnd="_ftsoJDN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftsoJDN8EeOoAatxCmIbzQ" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftsoIzN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftsoJTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzZTWgEeOnSNzoR5v6AA" name="A_effect_transition" memberEnd="_1dQzZjWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzZjWgEeOnSNzoR5v6AA" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzZTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzZzWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftnvoDN8EeOoAatxCmIbzQ" name="A_entry_connectionPointReference" memberEnd="_ftnvoTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftnvoTN8EeOoAatxCmIbzQ" name="" type="_ftfz0DN8EeOoAatxCmIbzQ" association="_ftnvoDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftnvojN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzPTWgEeOnSNzoR5v6AA" name="A_entry_connectionPointReference" memberEnd="_1dQzPjWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzPjWgEeOnSNzoR5v6AA" name="" type="_1dQy4DWgEeOnSNzoR5v6AA" association="_1dQzPTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzPzWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fttPMDN8EeOoAatxCmIbzQ" name="A_entry_state" memberEnd="_fttPMTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fttPMTN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_fttPMDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fttPMjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzaDWgEeOnSNzoR5v6AA" name="A_entry_state" memberEnd="_1dQzaTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzaTWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzaDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzajWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftpk0DN8EeOoAatxCmIbzQ" name="A_exit_connectionPointReference" memberEnd="_ftpk0TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftpk0TN8EeOoAatxCmIbzQ" type="_ftfz0DN8EeOoAatxCmIbzQ" association="_ftpk0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftpk0jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzRzWgEeOnSNzoR5v6AA" name="A_exit_connectionPointReference" memberEnd="_1dQzSDWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzSDWgEeOnSNzoR5v6AA" type="_1dQy4DWgEeOnSNzoR5v6AA" association="_1dQzRzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzSTWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fttPMzN8EeOoAatxCmIbzQ" name="A_exit_state" memberEnd="_fttPNDN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fttPNDN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_fttPMzN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fttPNTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzazWgEeOnSNzoR5v6AA" name="A_exit_state" memberEnd="_1dQzbDWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzbDWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzazWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzbTWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuaZ1jN8EeOoAatxCmIbzQ" name="A_formal_templateParameterSubstitution" memberEnd="_fuMXZjN8EeOoAatxCmIbzQ _fuaZ1zN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fuaZ1zN8EeOoAatxCmIbzQ" name="templateParameterSubstitution" type="_fuMXYDN8EeOoAatxCmIbzQ" association="_fuaZ1jN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuaZ2DN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuaZ2TN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dtfKDWgEeOnSNzoR5v6AA" name="A_formal_templateParameterSubstitution" memberEnd="_1djuDzWgEeOnSNzoR5v6AA _1dtfKTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dtfKTWgEeOnSNzoR5v6AA" name="templateParameterSubstitution" type="_1djuCTWgEeOnSNzoR5v6AA" association="_1dtfKDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dtfKjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dtfKzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftqy8zN8EeOoAatxCmIbzQ" name="A_guard_transition" memberEnd="_ftqy9DN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftqy9DN8EeOoAatxCmIbzQ" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftqy8zN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftqy9TN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzUzWgEeOnSNzoR5v6AA" name="A_guard_transition" memberEnd="_1dQzVDWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzVDWgEeOnSNzoR5v6AA" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzUzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzVTWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftmhgjN8EeOoAatxCmIbzQ" name="A_incoming_target" memberEnd="_ftbiajN8EeOoAatxCmIbzQ _ftZGPzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsbc0TN8EeOoAatxCmIbzQ" name="A_nestedPackage_nestingPackage" memberEnd="_fsWkUzN8EeOoAatxCmIbzQ _fsWkVzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuc2FDN8EeOoAatxCmIbzQ" name="A_operation_templateParameter_parameteredElement"
-        memberEnd="_fuUTMzN8EeOoAatxCmIbzQ _fuWIYzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsaOsDN8EeOoAatxCmIbzQ" name="A_opposite_property" memberEnd="_fsRr4jN8EeOoAatxCmIbzQ _fsaOsTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fsaOsTN8EeOoAatxCmIbzQ" name="property" type="_fsRr0DN8EeOoAatxCmIbzQ" association="_fsaOsDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsaOsjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzOzWgEeOnSNzoR5v6AA" name="A_incoming_target" memberEnd="_1dHB6jWgEeOnSNzoR5v6AA _1c94cjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9CTWgEeOnSNzoR5v6AA" name="A_nestedPackage_nestingPackage" memberEnd="_1cXbXjWgEeOnSNzoR5v6AA _1cXbYjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2o0zWgEeOnSNzoR5v6AA" name="A_operation_templateParameter_parameteredElement"
+        memberEnd="_1dte-zWgEeOnSNzoR5v6AA _1dtfATWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1chMBDWgEeOnSNzoR5v6AA" name="A_opposite_property" memberEnd="_1cXbNzWgEeOnSNzoR5v6AA _1chMBTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1chMBTWgEeOnSNzoR5v6AA" name="property" type="_1cXbJTWgEeOnSNzoR5v6AA" association="_1chMBDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1chMBjWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftmhgTN8EeOoAatxCmIbzQ" name="A_outgoing_source" memberEnd="_ftbiZjN8EeOoAatxCmIbzQ _ftZGPTN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuc2EDN8EeOoAatxCmIbzQ" name="A_ownedActual_templateParameterSubstitution" memberEnd="_fuMXbDN8EeOoAatxCmIbzQ _fuc2ETN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fuc2ETN8EeOoAatxCmIbzQ" name="templateParameterSubstitution" type="_fuMXYDN8EeOoAatxCmIbzQ" association="_fuc2EDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuc2EjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzOjWgEeOnSNzoR5v6AA" name="A_outgoing_source" memberEnd="_1dHB5jWgEeOnSNzoR5v6AA _1c94cDWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2ozzWgEeOnSNzoR5v6AA" name="A_ownedActual_templateParameterSubstitution" memberEnd="_1djuFTWgEeOnSNzoR5v6AA _1d2o0DWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1d2o0DWgEeOnSNzoR5v6AA" name="templateParameterSubstitution" type="_1djuCTWgEeOnSNzoR5v6AA" association="_1d2ozzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2o0TWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsZnpDN8EeOoAatxCmIbzQ" name="A_ownedAttribute_class" memberEnd="_fsKXFjN8EeOoAatxCmIbzQ _fsRr3zN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fustsDN8EeOoAatxCmIbzQ" name="A_ownedAttribute_owningType" memberEnd="_fuq4gDN8EeOoAatxCmIbzQ _fupqYDN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fscD5DN8EeOoAatxCmIbzQ" name="A_ownedComment_owningElement" memberEnd="_fsXydTN8EeOoAatxCmIbzQ _fscD5TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fscD5TN8EeOoAatxCmIbzQ" name="owningElement" type="_fsXyczN8EeOoAatxCmIbzQ" association="_fscD5DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fscD5jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1chMAzWgEeOnSNzoR5v6AA" name="A_ownedAttribute_class" memberEnd="_1cXbBjWgEeOnSNzoR5v6AA _1cXbNDWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1eAZzzWgEeOnSNzoR5v6AA" name="A_ownedAttribute_owningType" memberEnd="_1eAZxjWgEeOnSNzoR5v6AA _1eAZxDWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9DzWgEeOnSNzoR5v6AA" name="A_ownedComment_owningElement" memberEnd="_1cXbbjWgEeOnSNzoR5v6AA _1cq9EDWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1cq9EDWgEeOnSNzoR5v6AA" name="owningElement" type="_1cXbbDWgEeOnSNzoR5v6AA" association="_1cq9DzWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9ETWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fucPBDN8EeOoAatxCmIbzQ" name="A_ownedDefault_templateParameter" memberEnd="_fuJ7MDN8EeOoAatxCmIbzQ _fucPBTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fucPBTN8EeOoAatxCmIbzQ" name="templateParameter" type="_fuJ7IDN8EeOoAatxCmIbzQ" association="_fucPBDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fucPBjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2ozDWgEeOnSNzoR5v6AA" name="A_ownedDefault_templateParameter" memberEnd="_1djt9TWgEeOnSNzoR5v6AA _1d2ozTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1d2ozTWgEeOnSNzoR5v6AA" name="templateParameter" type="_1djt5TWgEeOnSNzoR5v6AA" association="_1d2ozDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1d2ozjWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsbc0DN8EeOoAatxCmIbzQ" name="A_ownedLiteral_enumeration" memberEnd="_fsVWMzN8EeOoAatxCmIbzQ _fsV9QzN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsaOtDN8EeOoAatxCmIbzQ" name="A_ownedOperation_class" memberEnd="_fsKXGjN8EeOoAatxCmIbzQ _fsOogDN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fustsTN8EeOoAatxCmIbzQ" name="A_ownedOperation_owningType" memberEnd="_fuq4gzN8EeOoAatxCmIbzQ _fun1MTN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsaOszN8EeOoAatxCmIbzQ" name="A_ownedParameter_operation" memberEnd="_fsNaYDN8EeOoAatxCmIbzQ _fsP2ozN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuaZ1DN8EeOoAatxCmIbzQ" name="A_ownedParameter_signature" memberEnd="_fuItCTN8EeOoAatxCmIbzQ _fuJ7JjN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubn9jN8EeOoAatxCmIbzQ" name="A_ownedParameteredElement_owningTemplateParameter"
-        memberEnd="_fuJ7KjN8EeOoAatxCmIbzQ _fuQo1jN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubn9TN8EeOoAatxCmIbzQ" name="A_ownedTemplateSignature_template" memberEnd="_fuOzpzN8EeOoAatxCmIbzQ _fuItDTN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsbc0jN8EeOoAatxCmIbzQ" name="A_ownedType_package" memberEnd="_fsWkWjN8EeOoAatxCmIbzQ _fsS58zN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubA5DN8EeOoAatxCmIbzQ" name="A_parameterSubstitution_templateBinding" memberEnd="_fuLJTTN8EeOoAatxCmIbzQ _fuMXaDN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuaZ0DN8EeOoAatxCmIbzQ" name="A_parameter_templateSignature" memberEnd="_fuItBjN8EeOoAatxCmIbzQ _fuaZ0TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fuaZ0TN8EeOoAatxCmIbzQ" name="templateSignature" type="_fuItADN8EeOoAatxCmIbzQ" association="_fuaZ0DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fuaZ0jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fuaZ0zN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9CDWgEeOnSNzoR5v6AA" name="A_ownedLiteral_enumeration" memberEnd="_1cXbTjWgEeOnSNzoR5v6AA _1cXbVTWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1chMCDWgEeOnSNzoR5v6AA" name="A_ownedOperation_class" memberEnd="_1cXbCjWgEeOnSNzoR5v6AA _1cXbHDWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1eAZ0DWgEeOnSNzoR5v6AA" name="A_ownedOperation_owningType" memberEnd="_1eAZyTWgEeOnSNzoR5v6AA _1eAZwjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1chMBzWgEeOnSNzoR5v6AA" name="A_ownedParameter_operation" memberEnd="_1cXbGDWgEeOnSNzoR5v6AA _1cXbIjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dtfJjWgEeOnSNzoR5v6AA" name="A_ownedParameter_signature" memberEnd="_1djt3zWgEeOnSNzoR5v6AA _1djt6zWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2oxzWgEeOnSNzoR5v6AA" name="A_ownedParameteredElement_owningTemplateParameter"
+        memberEnd="_1djt7zWgEeOnSNzoR5v6AA _1dte7DWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2oxjWgEeOnSNzoR5v6AA" name="A_ownedTemplateSignature_template" memberEnd="_1dte1zWgEeOnSNzoR5v6AA _1djt4zWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9CjWgEeOnSNzoR5v6AA" name="A_ownedType_package" memberEnd="_1cXbZTWgEeOnSNzoR5v6AA _1cXbPTWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2owDWgEeOnSNzoR5v6AA" name="A_parameterSubstitution_templateBinding" memberEnd="_1djuBTWgEeOnSNzoR5v6AA _1djuETWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dtfIjWgEeOnSNzoR5v6AA" name="A_parameter_templateSignature" memberEnd="_1djt3DWgEeOnSNzoR5v6AA _1dtfIzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dtfIzWgEeOnSNzoR5v6AA" name="templateSignature" type="_1djt1jWgEeOnSNzoR5v6AA" association="_1dtfIjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dtfJDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dtfJTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubn9DN8EeOoAatxCmIbzQ" name="A_parameteredElement_templateParameter" memberEnd="_fuJ7KDN8EeOoAatxCmIbzQ _fuQo0zN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsZnoDN8EeOoAatxCmIbzQ" name="A_raisedException_operation" memberEnd="_fsMzUDN8EeOoAatxCmIbzQ _fsZnoTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fsZnoTN8EeOoAatxCmIbzQ" name="operation" type="_fsGssDN8EeOoAatxCmIbzQ" association="_fsZnoDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsZnojN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsZnozN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2oxTWgEeOnSNzoR5v6AA" name="A_parameteredElement_templateParameter" memberEnd="_1djt7TWgEeOnSNzoR5v6AA _1dte6TWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cXbfDWgEeOnSNzoR5v6AA" name="A_raisedException_operation" memberEnd="_1cXbFDWgEeOnSNzoR5v6AA _1chMADWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1chMADWgEeOnSNzoR5v6AA" name="operation" type="_1cWz9DWgEeOnSNzoR5v6AA" association="_1cXbfDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1chMATWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1chMAjWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftoWsDN8EeOoAatxCmIbzQ" name="A_redefinedState_state" memberEnd="_ftoWsTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftoWsTN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftoWsDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftoWsjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzQTWgEeOnSNzoR5v6AA" name="A_redefinedState_state" memberEnd="_1dQzQjWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzQjWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzQTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzQzWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftoWszN8EeOoAatxCmIbzQ" name="A_redefinedTransition_transition" memberEnd="_ftoWtDN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftoWtDN8EeOoAatxCmIbzQ" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftoWszN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftoWtTN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzRDWgEeOnSNzoR5v6AA" name="A_redefinedTransition_transition" memberEnd="_1dQzRTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzRTWgEeOnSNzoR5v6AA" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzRDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzRjWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftraADN8EeOoAatxCmIbzQ" name="A_redefinitionContext_region" memberEnd="_ftraATN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftraATN8EeOoAatxCmIbzQ" type="_fthpADN8EeOoAatxCmIbzQ" association="_ftraADN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftraAjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftraAzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzVjWgEeOnSNzoR5v6AA" name="A_redefinitionContext_region" memberEnd="_1dQzVzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzVzWgEeOnSNzoR5v6AA" type="_1dQy9DWgEeOnSNzoR5v6AA" association="_1dQzVjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzWDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQzWTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftqL4jN8EeOoAatxCmIbzQ" name="A_region_extendedRegion" memberEnd="_ftqL4zN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftqL4zN8EeOoAatxCmIbzQ" type="_fthpADN8EeOoAatxCmIbzQ" association="_ftqL4jN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftqL5DN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzTTWgEeOnSNzoR5v6AA" name="A_region_extendedRegion" memberEnd="_1dQzTjWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzTjWgEeOnSNzoR5v6AA" type="_1dQy9DWgEeOnSNzoR5v6AA" association="_1dQzTTWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzTzWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftqL4TN8EeOoAatxCmIbzQ" name="A_region_state"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftpk0zN8EeOoAatxCmIbzQ" name="A_region_stateMachine"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fubA4DN8EeOoAatxCmIbzQ" name="A_signature_templateBinding" memberEnd="_fuLJSzN8EeOoAatxCmIbzQ _fubA4TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fubA4TN8EeOoAatxCmIbzQ" name="templateBinding" type="_fuLJQDN8EeOoAatxCmIbzQ" association="_fubA4DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fubA4jN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fubA4zN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzTDWgEeOnSNzoR5v6AA" name="A_region_state"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzSjWgEeOnSNzoR5v6AA" name="A_region_stateMachine"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dtfLDWgEeOnSNzoR5v6AA" name="A_signature_templateBinding" memberEnd="_1djuAzWgEeOnSNzoR5v6AA _1dtfLTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dtfLTWgEeOnSNzoR5v6AA" name="templateBinding" type="_1djt-DWgEeOnSNzoR5v6AA" association="_1dtfLDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dtfLjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dtfLzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftsoIDN8EeOoAatxCmIbzQ" name="A_stateInvariant_owningState" memberEnd="_ftsoITN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftsoITN8EeOoAatxCmIbzQ" name="owningState" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftsoIDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftsoIjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzYjWgEeOnSNzoR5v6AA" name="A_stateInvariant_owningState" memberEnd="_1dQzYzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzYzWgEeOnSNzoR5v6AA" name="owningState" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzYjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzZDWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftqy8DN8EeOoAatxCmIbzQ" name="A_stateMachine_extendedStateMachine" memberEnd="_ftqy8TN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftqy8TN8EeOoAatxCmIbzQ" type="_ftLDsDN8EeOoAatxCmIbzQ" association="_ftqy8DN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftqy8jN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzUDWgEeOnSNzoR5v6AA" name="A_stateMachine_extendedStateMachine" memberEnd="_1dQzUTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzUTWgEeOnSNzoR5v6AA" type="_1c939DWgEeOnSNzoR5v6AA" association="_1dQzUDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzUjWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftnvozN8EeOoAatxCmIbzQ" name="A_state_connection"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftraBDN8EeOoAatxCmIbzQ" name="A_state_redefinitionContext" isDerived="true" memberEnd="_ftraBTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftraBTN8EeOoAatxCmIbzQ" type="_ftVbwDN8EeOoAatxCmIbzQ" association="_ftraBDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftraBjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftraBzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzQDWgEeOnSNzoR5v6AA" name="A_state_connection"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzWjWgEeOnSNzoR5v6AA" name="A_state_redefinitionContext" isDerived="true" memberEnd="_1dQzWzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzWzWgEeOnSNzoR5v6AA" type="_1c94EjWgEeOnSNzoR5v6AA" association="_1dQzWjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzXDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQzXTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftmhgzN8EeOoAatxCmIbzQ" name="A_submachineState_submachine" memberEnd="_ftLDyjN8EeOoAatxCmIbzQ _ftVb3zN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsa1wDN8EeOoAatxCmIbzQ" name="A_superClass_class" memberEnd="_fsKXHjN8EeOoAatxCmIbzQ _fsa1wTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fsa1wTN8EeOoAatxCmIbzQ" name="class" type="_fsKXEDN8EeOoAatxCmIbzQ" association="_fsa1wDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsa1wjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsa1wzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzPDWgEeOnSNzoR5v6AA" name="A_submachineState_submachine" memberEnd="_1c94DjWgEeOnSNzoR5v6AA _1c94MTWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9ADWgEeOnSNzoR5v6AA" name="A_superClass_class" memberEnd="_1cXbDjWgEeOnSNzoR5v6AA _1cq9ATWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1cq9ATWgEeOnSNzoR5v6AA" name="class" type="_1cXbADWgEeOnSNzoR5v6AA" association="_1cq9ADWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9AjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9AzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuaZ1TN8EeOoAatxCmIbzQ" name="A_templateBinding_boundElement" memberEnd="_fuOzozN8EeOoAatxCmIbzQ _fuLJSTN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftsBEDN8EeOoAatxCmIbzQ" name="A_transition_redefinitionContext" memberEnd="_ftsBETN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftsBETN8EeOoAatxCmIbzQ" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftsBEDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftsBEjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ftsBEzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dtfJzWgEeOnSNzoR5v6AA" name="A_templateBinding_boundElement" memberEnd="_1dte0zWgEeOnSNzoR5v6AA _1djuATWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzXjWgEeOnSNzoR5v6AA" name="A_transition_redefinitionContext" memberEnd="_1dQzXzWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzXzWgEeOnSNzoR5v6AA" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzXjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzYDWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1dQzYTWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_ftt2RDN8EeOoAatxCmIbzQ" name="A_trigger_transition" memberEnd="_ftt2RTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_ftt2RTN8EeOoAatxCmIbzQ" type="_ftZGIDN8EeOoAatxCmIbzQ" association="_ftt2RDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ftt2RjN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1dQzcjWgEeOnSNzoR5v6AA" name="A_trigger_transition" memberEnd="_1dQzczWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1dQzczWgEeOnSNzoR5v6AA" type="_1c94UzWgEeOnSNzoR5v6AA" association="_1dQzcjWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1dQzdDWgEeOnSNzoR5v6AA"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fuc2EzN8EeOoAatxCmIbzQ" name="A_type_templateParameter_parameteredElement" memberEnd="_fuXWgDN8EeOoAatxCmIbzQ _fuYkqTN8EeOoAatxCmIbzQ"/>
-    <packagedElement xmi:type="uml:Association" xmi:id="_fsa1xDN8EeOoAatxCmIbzQ" name="A_type_typedElement" memberEnd="_fsUIEzN8EeOoAatxCmIbzQ _fsa1xTN8EeOoAatxCmIbzQ">
-      <ownedEnd xmi:id="_fsa1xTN8EeOoAatxCmIbzQ" name="typedElement" type="_fsUIEDN8EeOoAatxCmIbzQ" association="_fsa1xDN8EeOoAatxCmIbzQ">
-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fsa1xjN8EeOoAatxCmIbzQ"/>
-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fsa1xzN8EeOoAatxCmIbzQ" value="*"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1d2o0jWgEeOnSNzoR5v6AA" name="A_type_templateParameter_parameteredElement" memberEnd="_1dtfCTWgEeOnSNzoR5v6AA _1dtfGjWgEeOnSNzoR5v6AA"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_1cq9BDWgEeOnSNzoR5v6AA" name="A_type_typedElement" memberEnd="_1cXbSDWgEeOnSNzoR5v6AA _1cq9BTWgEeOnSNzoR5v6AA">
+      <ownedEnd xmi:id="_1cq9BTWgEeOnSNzoR5v6AA" name="typedElement" type="_1cXbRTWgEeOnSNzoR5v6AA" association="_1cq9BDWgEeOnSNzoR5v6AA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1cq9BjWgEeOnSNzoR5v6AA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1cq9BzWgEeOnSNzoR5v6AA" value="*"/>
       </ownedEnd>
     </packagedElement>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fwGb4DN8EeOoAatxCmIbzQ" name="MorePivotable" isAbstract="true"/>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fwHC8DN8EeOoAatxCmIbzQ" name="Nameable" isAbstract="true"/>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fwJfMDN8EeOoAatxCmIbzQ" name="Pivotable" isAbstract="true"/>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fwgrkTN8EeOoAatxCmIbzQ" name="ReferringElement">
-      <ownedOperation xmi:id="_fwgrkjN8EeOoAatxCmIbzQ" name="getReferredElement">
-        <ownedParameter xmi:id="_fwgrkzN8EeOoAatxCmIbzQ" type="_fsXyczN8EeOoAatxCmIbzQ" direction="return"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1e5xoDWgEeOnSNzoR5v6AA" name="MorePivotable" isAbstract="true"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1e5xoTWgEeOnSNzoR5v6AA" name="Nameable" isAbstract="true"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1e5xqjWgEeOnSNzoR5v6AA" name="Pivotable" isAbstract="true"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1fC7pDWgEeOnSNzoR5v6AA" name="ReferringElement">
+      <ownedOperation xmi:id="_1fC7pTWgEeOnSNzoR5v6AA" name="getReferredElement">
+        <ownedParameter xmi:id="_1fC7pjWgEeOnSNzoR5v6AA" type="_1cXbbDWgEeOnSNzoR5v6AA" direction="return"/>
       </ownedOperation>
     </packagedElement>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fws40DN8EeOoAatxCmIbzQ" name="Visitable" isAbstract="true"/>
-    <packagedElement xmi:type="uml:Interface" xmi:id="_fws40TN8EeOoAatxCmIbzQ" name="Visitor" isAbstract="true">
-      <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_fws40jN8EeOoAatxCmIbzQ" parameter="_fws40zN8EeOoAatxCmIbzQ">
-        <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_fws40zN8EeOoAatxCmIbzQ" parameteredElement="_fws41DN8EeOoAatxCmIbzQ">
-          <ownedParameteredElement xmi:type="uml:Class" xmi:id="_fws41DN8EeOoAatxCmIbzQ" name="R" templateParameter="_fws40zN8EeOoAatxCmIbzQ"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1fMsnjWgEeOnSNzoR5v6AA" name="Visitable" isAbstract="true"/>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_1fMsnzWgEeOnSNzoR5v6AA" name="Visitor" isAbstract="true">
+      <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_1fMsoDWgEeOnSNzoR5v6AA" parameter="_1fMsoTWgEeOnSNzoR5v6AA">
+        <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_1fMsoTWgEeOnSNzoR5v6AA" parameteredElement="_1fMsojWgEeOnSNzoR5v6AA">
+          <ownedParameteredElement xmi:type="uml:Class" xmi:id="_1fMsojWgEeOnSNzoR5v6AA" name="R" templateParameter="_1fMsoTWgEeOnSNzoR5v6AA"/>
         </ownedParameter>
       </ownedTemplateSignature>
     </packagedElement>
@@ -1874,26 +1874,26 @@
   <Ecore:EAttribute xmi:id="_yqM3UL2iEd-nQufuYygZtQ" isTransient="true"/>
   <Ecore:EPackage xmi:id="_hn2o4sinEd-sJIf4tYBt-g" base_Package="_0" nsPrefix="pivot" nsURI="http://www.eclipse.org/ocl/3.1.0/Pivot"/>
   <Ecore:EPackage xmi:id="_6wkKcMknEd-bx742yyafXQ" base_Package="_0" nsPrefix="pivot" nsURI="http://www.eclipse.org/ocl/3.1.0/Pivot"/>
-  <Ecore:EReference xmi:id="_fvuocDN8EeOoAatxCmIbzQ" isTransient="true" base_Property="_fvsMMDN8EeOoAatxCmIbzQ" isResolveProxies="false"/>
-  <Ecore:EAttribute xmi:id="_fwCKcTN8EeOoAatxCmIbzQ" isTransient="true" base_Property="_fwA8UjN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwCxgDN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryFeature" base_PrimitiveType="_fwBjYDN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwCxgTN8EeOoAatxCmIbzQ" instanceClassName="java.lang.Object" base_PrimitiveType="_fwBjYTN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwCxgjN8EeOoAatxCmIbzQ" instanceClassName="java.lang.Throwable" base_PrimitiveType="_fwCKcDN8EeOoAatxCmIbzQ"/>
-  <Ecore:EClass xmi:id="_fwL7cDN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.pivot.util.MorePivotable" base_Interface="_fwGb4DN8EeOoAatxCmIbzQ"
+  <Ecore:EReference xmi:id="_1emPuTWgEeOnSNzoR5v6AA" isTransient="true" base_Property="_1emPtzWgEeOnSNzoR5v6AA" isResolveProxies="false"/>
+  <Ecore:EAttribute xmi:id="_1ewAvzWgEeOnSNzoR5v6AA" isTransient="true" base_Property="_1ewAujWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1ewAwDWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryFeature" base_PrimitiveType="_1ewAvDWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1ewAwTWgEeOnSNzoR5v6AA" instanceClassName="java.lang.Object" base_PrimitiveType="_1ewAvTWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1ewAwjWgEeOnSNzoR5v6AA" instanceClassName="java.lang.Throwable" base_PrimitiveType="_1ewAvjWgEeOnSNzoR5v6AA"/>
+  <Ecore:EClass xmi:id="_1e5xrzWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.pivot.util.MorePivotable" base_Interface="_1e5xoDWgEeOnSNzoR5v6AA"
       className="MorePivotable"/>
-  <Ecore:EClass xmi:id="_fwL7cTN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.domain.elements.Nameable" base_Interface="_fwHC8DN8EeOoAatxCmIbzQ"
+  <Ecore:EClass xmi:id="_1e5xsDWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.domain.elements.Nameable" base_Interface="_1e5xoTWgEeOnSNzoR5v6AA"
       className="Nameable"/>
-  <Ecore:EClass xmi:id="_fwMigDN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.pivot.util.Pivotable" base_Interface="_fwJfMDN8EeOoAatxCmIbzQ"
+  <Ecore:EClass xmi:id="_1e5xsTWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.pivot.util.Pivotable" base_Interface="_1e5xqjWgEeOnSNzoR5v6AA"
       className="Pivotable"/>
-  <Ecore:EAttribute xmi:id="_fwSCEDN8EeOoAatxCmIbzQ" base_Property="_fwQz9TN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwYvwDN8EeOoAatxCmIbzQ" instanceClassName="boolean" base_PrimitiveType="_fs9oUjN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwZW0DN8EeOoAatxCmIbzQ" instanceClassName="java.lang.Number" base_PrimitiveType="_fs9oUDN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwZW0TN8EeOoAatxCmIbzQ" instanceClassName="java.lang.Number" base_PrimitiveType="_fvU_0DN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwZW0jN8EeOoAatxCmIbzQ" instanceClassName="java.lang.String" base_PrimitiveType="_fs2TkDN8EeOoAatxCmIbzQ"/>
-  <Ecore:EDataType xmi:id="_fwZW0zN8EeOoAatxCmIbzQ" instanceClassName="java.lang.Number" base_PrimitiveType="_fs-PYTN8EeOoAatxCmIbzQ"/>
-  <Ecore:EAttribute xmi:id="_fwZ94DN8EeOoAatxCmIbzQ" isUnsettable="true" base_Property="_fu3FwjN8EeOoAatxCmIbzQ"/>
-  <Ecore:EClass xmi:id="_fwjH0DN8EeOoAatxCmIbzQ" base_Interface="_fwgrkTN8EeOoAatxCmIbzQ"/>
-  <Ecore:EClass xmi:id="_fwtf4DN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitable" base_Interface="_fws40DN8EeOoAatxCmIbzQ"
+  <Ecore:EAttribute xmi:id="_1fC7kDWgEeOnSNzoR5v6AA" base_Property="_1e5xwzWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1fC7kTWgEeOnSNzoR5v6AA" instanceClassName="boolean" base_PrimitiveType="_1c0HCzWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1fC7kjWgEeOnSNzoR5v6AA" instanceClassName="java.lang.Number" base_PrimitiveType="_1c0HCTWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1fC7kzWgEeOnSNzoR5v6AA" instanceClassName="java.lang.Number" base_PrimitiveType="_1edFsDWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1fC7lDWgEeOnSNzoR5v6AA" instanceClassName="java.lang.String" base_PrimitiveType="_1c0HATWgEeOnSNzoR5v6AA"/>
+  <Ecore:EDataType xmi:id="_1fC7lTWgEeOnSNzoR5v6AA" instanceClassName="java.lang.Number" base_PrimitiveType="_1c0HDjWgEeOnSNzoR5v6AA"/>
+  <Ecore:EAttribute xmi:id="_1fC7ljWgEeOnSNzoR5v6AA" isUnsettable="true" base_Property="_1eKKwzWgEeOnSNzoR5v6AA"/>
+  <Ecore:EClass xmi:id="_1fC7qTWgEeOnSNzoR5v6AA" base_Interface="_1fC7pDWgEeOnSNzoR5v6AA"/>
+  <Ecore:EClass xmi:id="_1fMsozWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitable" base_Interface="_1fMsnjWgEeOnSNzoR5v6AA"
       className="Visitable"/>
-  <Ecore:EClass xmi:id="_fwtf4TN8EeOoAatxCmIbzQ" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitor" base_Interface="_fws40TN8EeOoAatxCmIbzQ"/>
+  <Ecore:EClass xmi:id="_1fMspDWgEeOnSNzoR5v6AA" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitor" base_Interface="_1fMsnzWgEeOnSNzoR5v6AA"/>
 </xmi:XMI>
diff --git a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/ecore/Pivot2EcoreDeclarationVisitor.java b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/ecore/Pivot2EcoreDeclarationVisitor.java
index 051a232..210699a 100644
--- a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/ecore/Pivot2EcoreDeclarationVisitor.java
+++ b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/ecore/Pivot2EcoreDeclarationVisitor.java
@@ -69,6 +69,7 @@
 import org.eclipse.ocl.examples.pivot.TypeTemplateParameter;
 import org.eclipse.ocl.examples.pivot.TypedMultiplicityElement;
 import org.eclipse.ocl.examples.pivot.delegate.DelegateInstaller;
+import org.eclipse.ocl.examples.pivot.manager.Orphanage;
 import org.eclipse.ocl.examples.pivot.util.AbstractExtendingVisitor;
 import org.eclipse.ocl.examples.pivot.util.Visitable;
 
@@ -358,11 +359,13 @@
 		EModelElement firstElement = null;
 		List<EObject> outputObjects = new ArrayList<EObject>();
 		for (org.eclipse.ocl.examples.pivot.Package pivotObject : pivotRoot.getNestedPackage()) {
-			Object ecoreObject = safeVisit(pivotObject);
-			if (ecoreObject instanceof EObject) {
-				outputObjects.add((EObject) ecoreObject);
-				if (ecoreObject instanceof EModelElement) {
-					firstElement = (EModelElement) ecoreObject;
+			if (!Orphanage.isTypeOrphanage(pivotObject)) {
+				Object ecoreObject = safeVisit(pivotObject);
+				if (ecoreObject instanceof EObject) {
+					outputObjects.add((EObject) ecoreObject);
+					if ((firstElement == null) && (ecoreObject instanceof EModelElement)) {
+						firstElement = (EModelElement) ecoreObject;
+					}
 				}
 			}
 		}
diff --git a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/manager/MetaModelManager.java b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/manager/MetaModelManager.java
index e118ef8..6d0d735 100644
--- a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/manager/MetaModelManager.java
+++ b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/manager/MetaModelManager.java
@@ -122,6 +122,7 @@
 import org.eclipse.ocl.examples.pivot.resource.ASResourceFactory;
 import org.eclipse.ocl.examples.pivot.resource.ASResourceFactoryRegistry;
 import org.eclipse.ocl.examples.pivot.util.Pivotable;
+import org.eclipse.ocl.examples.pivot.utilities.AS2XMIid;
 import org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable;
 import org.eclipse.ocl.examples.pivot.utilities.External2Pivot;
 import org.eclipse.ocl.examples.pivot.utilities.IllegalLibraryException;
@@ -590,6 +591,18 @@
 	}
 
 	/**
+	 * Assign xmi:id values to referenceable elements in the libraries.
+	 */
+	public void assignLibraryIds(@NonNull AS2XMIid as2xmIid) {
+		for (@SuppressWarnings("null")@NonNull Library asLibrary : asLibraries) {
+			Resource eResource = asLibrary.eResource();
+			if (eResource instanceof ASResource) {
+				as2xmIid.assignIds((ASResource) eResource);
+			}
+		}
+	}
+
+	/**
 	 * Return -ve if match1 is inferior to match2, +ve if match2 is inferior to match1, or
 	 * zero if both matches are of equal validity.
 	 */
diff --git a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/AS2XMIid.java b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/AS2XMIid.java
index 5bf3fb2..dafc169 100644
--- a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/AS2XMIid.java
+++ b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/AS2XMIid.java
@@ -35,6 +35,7 @@
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.ocl.examples.domain.utilities.DomainUtil;
 import org.eclipse.ocl.examples.pivot.Element;
+import org.eclipse.ocl.examples.pivot.manager.MetaModelManager;
 import org.eclipse.ocl.examples.pivot.resource.ASResource;
 import org.eclipse.ocl.examples.pivot.resource.ASResourceFactory;
 import org.eclipse.ocl.examples.pivot.resource.ASResourceFactoryRegistry;
@@ -238,6 +239,10 @@
 				assignIds((ASResource)resource);
 			}
 		}
+		MetaModelManager metaModelManager = PivotUtil.findMetaModelManager(asResourceSet);
+		if (metaModelManager != null) {
+			metaModelManager.assignLibraryIds(this);
+		}
 	}
 
 	public String getID(@NonNull Element element) {
diff --git a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/ASSaver.java b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/ASSaver.java
index 705937e..781ceb3 100644
--- a/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/ASSaver.java
+++ b/examples/org.eclipse.ocl.examples.pivot/src/org/eclipse/ocl/examples/pivot/utilities/ASSaver.java
@@ -22,6 +22,7 @@
 import java.util.List;
 import java.util.Map;
 
+import org.eclipse.emf.common.util.EList;
 import org.eclipse.emf.ecore.EObject;
 import org.eclipse.emf.ecore.resource.Resource;
 import org.eclipse.emf.ecore.util.EcoreUtil;
@@ -125,42 +126,17 @@
 	protected @NonNull org.eclipse.ocl.examples.pivot.Package getOrphanPackage(@NonNull Resource resource) {
 		Package orphanage2 = orphanage;
 		if (orphanage2 == null) {
-			for (EObject eRoot : resource.getContents()) {
-				if ((orphanage2 == null) && (eRoot instanceof Root)) {
-					for (org.eclipse.ocl.examples.pivot.Package asPackage : ((Root)eRoot).getNestedPackage()) {		// FIXME Obsolete
-						if (Orphanage.isTypeOrphanage(asPackage)) {
-							orphanage = orphanage2 = asPackage;
-							for (Type asType : orphanage2.getOwnedType()) {
-								if (PivotConstants.ORPHANAGE_NAME.equals(asType.getName())) {
-									orphanageClass = asType;
-								}
-								else {
-									specializations.put(asType, asType);
-								}
-							}
-							break;
-						}
-					}					
-				}
-				if ((eRoot instanceof org.eclipse.ocl.examples.pivot.Package) && Orphanage.isTypeOrphanage((org.eclipse.ocl.examples.pivot.Package)eRoot)) {
-					orphanage = orphanage2 = (org.eclipse.ocl.examples.pivot.Package)eRoot;
-					for (Type asType : orphanage2.getOwnedType()) {
-						if (PivotConstants.ORPHANAGE_NAME.equals(asType.getName())) {
-							orphanageClass = asType;
-						}
-						else {
-							specializations.put(asType, asType);
-						}
-					}
-					break;
-				}
-			}
-		}
-		if (orphanage2 == null) {
 			orphanage = orphanage2 = PivotFactory.eINSTANCE.createPackage();
 			orphanage2.setName(PivotConstants.ORPHANAGE_NAME);
+			orphanage2.setNsPrefix(PivotConstants.ORPHANAGE_PREFIX);
 			orphanage2.setNsURI(PivotConstants.ORPHANAGE_URI);
-			resource.getContents().add(orphanage2);
+			EList<EObject> contents = resource.getContents();
+			if ((contents.size() > 0) && (contents.get(0) instanceof Root)) {
+				((Root)contents.get(0)).getNestedPackage().add(orphanage2);
+			}
+			else {
+				contents.add(orphanage2);
+			}
 		}
 		return orphanage2;
 	}
@@ -191,10 +167,10 @@
 	 * Prepare a pivot resource for save by redirecting all type references to
 	 * specializations to local copies of the specializations.
 	 */
-	public org.eclipse.ocl.examples.pivot.Package localizeSpecializations() {
+	public void localizeSpecializations() {
 		locateSpecializations(resource.getContents());
 		if (specializingElements.size() > 0) {
-			orphanage = getOrphanPackage(resource);
+			loadOrphanage(resource);
 			for (int i = 0; i < specializingElements.size(); i++) {	// Domain may grow
 				Element element = specializingElements.get(i);
 				if (element != null) {
@@ -207,7 +183,48 @@
 //			ownedTypes.clear();
 //			ownedTypes.addAll(sorted);
 		}
-		return orphanage;
+	}
+
+	protected void loadOrphanage(@NonNull Resource resource) {
+		Root root = null;
+		Package orphanage2 = orphanage;
+		if (orphanage2 == null) {
+			for (EObject eRoot : resource.getContents()) {
+				if (eRoot instanceof Root) {
+					if (root == null) {
+						root = (Root) eRoot;
+					}
+					if (orphanage2 == null) {
+						for (org.eclipse.ocl.examples.pivot.Package asPackage : ((Root)eRoot).getNestedPackage()) {
+							if (Orphanage.isTypeOrphanage(asPackage)) {
+								orphanage = orphanage2 = asPackage;
+								for (Type asType : orphanage2.getOwnedType()) {
+									if (PivotConstants.ORPHANAGE_NAME.equals(asType.getName())) {
+										orphanageClass = asType;
+									}
+									else {
+										specializations.put(asType, asType);
+									}
+								}
+								break;
+							}
+						}					
+					}
+				}
+				if ((eRoot instanceof org.eclipse.ocl.examples.pivot.Package) && Orphanage.isTypeOrphanage((org.eclipse.ocl.examples.pivot.Package)eRoot)) {	// FIXME Obsolete
+					orphanage = orphanage2 = (org.eclipse.ocl.examples.pivot.Package)eRoot;
+					for (Type asType : orphanage2.getOwnedType()) {
+						if (PivotConstants.ORPHANAGE_NAME.equals(asType.getName())) {
+							orphanageClass = asType;
+						}
+						else {
+							specializations.put(asType, asType);
+						}
+					}
+					break;
+				}
+			}
+		}
 	}
 
 	protected void locateSpecializations(/*@NonNull*/ List<? extends EObject> eObjects) {
@@ -265,7 +282,12 @@
 			resolvedType = DomainUtil.nonNullEMF(EcoreUtil.copy(referredType));
 			specializations.put(referredType, resolvedType);
 			specializations.put(resolvedType, resolvedType);
-			if (resolvedType.eContainer() != orphanage) {
+			EObject eContainer = resolvedType.eContainer();
+			if (eContainer == null) {
+				Package orphanage2 = orphanage;
+				if (orphanage2 == null) {
+					orphanage2 = getOrphanPackage(resource);
+				}
 				orphanage.getOwnedType().add(resolvedType);
 			}
 		}