Bug 537335 - Improve API of papyrus Req"
refactor org.eclipse.bmm and create org.eclipse.bmm.ui

Signed-off-by: ptessier <patrick.tessier@cea.fr>
diff --git a/ReqSpecification/ReqSpecification.uml b/ReqSpecification/ReqSpecification.uml
index 286bc0f..0bba022 100644
--- a/ReqSpecification/ReqSpecification.uml
+++ b/ReqSpecification/ReqSpecification.uml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ModelElements="http://www.eclipse.org/papyrus/sysml/1.4/SysML/ModelElements" xmlns:Requirements="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http://www.eclipse.org/papyrus/sysml/1.4/SysML/ModelElements http://www.eclipse.org/papyrus/sysml/1.4/SysML#//modelelements http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements">
+<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Requirements="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements">
   <uml:Model xmi:id="_FnJUsI4yEeeHHIaf5vdK1g" name="ReqSpecification">
-    <ownedComment xmi:type="uml:Comment" xmi:id="_pq-DQIT-Eei2Vr7qEyml5Q" annotatedElement="_cIrn8I4yEeeHHIaf5vdK1g"/>
     <packageImport xmi:type="uml:PackageImport" xmi:id="_F6P24I4yEeeHHIaf5vdK1g">
       <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
     </packageImport>
@@ -78,5 +77,4 @@
   <Requirements:Requirement xmi:id="_cI_xAI4yEeeHHIaf5vdK1g" base_Class="_cIrn8I4yEeeHHIaf5vdK1g" id="R-001" text="Views of papyrus must be customized in order to manage requirements"/>
   <Requirements:Requirement xmi:id="_A6KWQI40EeeYpYlUdHhhKQ" base_Class="_A5bWcI40EeeYpYlUdHhhKQ" id="R-001-002" text="Papyrus should contains only one menu called Papyrus Req."/>
   <Requirements:Requirement xmi:id="_F3rmAI8tEeeSyOZlBmfUSA" base_Class="_FoGR4I8tEeeSyOZlBmfUSA" id="R-002" text="Papyrus should provide a set of metric to manage Requirements"/>
-  <ModelElements:ElementGroup xmi:id="_qbuKwIT-Eei2Vr7qEyml5Q" base_Comment="_pq-DQIT-Eei2Vr7qEyml5Q" name="GUI"/>
 </xmi:XMI>
diff --git a/features/org.eclipse.papyrus.requirements.bmm.feature/feature.xml b/features/org.eclipse.papyrus.requirements.bmm.feature/feature.xml
index 1b2d08f..8e6ce45 100755
--- a/features/org.eclipse.papyrus.requirements.bmm.feature/feature.xml
+++ b/features/org.eclipse.papyrus.requirements.bmm.feature/feature.xml
@@ -41,7 +41,7 @@
          unpack="false"/>
 
    <plugin
-         id="org.eclipse.papyrus.bmm.diagram.ui"
+         id="org.eclipse.papyrus.bmm.ui"
          download-size="0"
          install-size="0"
          version="0"
diff --git a/features/org.eclipse.papyrus.requirements.bmm.feature/pom.xml b/features/org.eclipse.papyrus.requirements.bmm.feature/pom.xml
index 8f7622f..9f4b7d0 100755
--- a/features/org.eclipse.papyrus.requirements.bmm.feature/pom.xml
+++ b/features/org.eclipse.papyrus.requirements.bmm.feature/pom.xml
@@ -33,5 +33,5 @@
 		</plugins>
 	</build>
 
-	<version>3.0.0-SNAPSHOT</version>
+	<version>4.0.0-SNAPSHOT</version>
 </project>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.classpath b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.classpath
new file mode 100644
index 0000000..098194c
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.project b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.project
new file mode 100644
index 0000000..b38527f
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.papyrus.bmm.ui</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/META-INF/MANIFEST.MF b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..51d9dd7
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",
+ org.eclipse.ui.ide;bundle-version="3.11.0",
+ org.eclipse.papyrus.bmm;bundle-version="0.7.0",
+ org.eclipse.equinox.registry,
+ org.eclipse.papyrus.uml.extensionpoints;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.osgi;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.papyrus.infra.properties;bundle-version="[3.0.0,4.0.0)"
+Export-Package: org.eclipse.papyrus.bmm.ui
+Bundle-Vendor: %Bundle-Vendor
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 1.0.0.qualifier
+Bundle-Name: %Bundle-Name
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.bmm.ui.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.bmm.ui;singleton:=true
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Import-Package: org.eclipse.papyrus.bmm.diagram.common.commands
+Automatic-Module-Name: org.eclipse.papyrus.bmm.ui
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/about.html b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/about.html
new file mode 100644
index 0000000..d35d5ae
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2007</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/build.properties b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/build.properties
new file mode 100644
index 0000000..cc196c2
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/build.properties
@@ -0,0 +1,20 @@
+###############################################################################
+#  Copyright (c) 2017 CEA LIST.
+#
+#  All rights reserved. This program and the accompanying materials
+#  are made available under the terms of the Eclipse Public License v1.0
+#  which accompanies this distribution, and is available at
+#  http://www.eclipse.org/legal/epl-v10.html
+#
+#  Contributors:
+#  		CEA LIST - Initial API and implementation
+###############################################################################
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               plugin.properties,\
+               about.html,\
+               properties/
+src.includes = about.html
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/icons/bmm_16x16.png b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/icons/bmm_16x16.png
new file mode 100644
index 0000000..6093a3e
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/icons/bmm_16x16.png
Binary files differ
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.di b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.di
new file mode 100644
index 0000000..8c549ee
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.di
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<architecture:ArchitectureDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:architecture="http://www.eclipse.org/papyrus/infra/core/architecture" contextId="org.eclipse.papyrus.infra.services.edit.TypeContext"/>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.notation b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.notation
new file mode 100644
index 0000000..bf9abab
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.notation
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.uml b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.uml
new file mode 100644
index 0000000..e4a3211
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/model/BMM-requirement.uml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Requirements="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements">
+  <uml:Model xmi:id="_VxmsgJF9Eei9e8NPTGdl5g" name="org.eclipse.papyrus.bmm.ui">
+    <packageImport xmi:type="uml:PackageImport" xmi:id="_V1QdcJF9Eei9e8NPTGdl5g">
+      <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
+    </packageImport>
+    <packagedElement xmi:type="uml:Class" xmi:id="_CEjywJGAEei9e8NPTGdl5g" name="Make the profile available in the Papyrus framework"/>
+    <packagedElement xmi:type="uml:Artifact" xmi:id="_UTxVMJGAEei9e8NPTGdl5g" name="plugin.xml" fileName="org.eclipse.papyrus.bmm.diagram.ui\plugin.xml"/>
+    <packagedElement xmi:type="uml:Abstraction" xmi:id="_bQIqYJGAEei9e8NPTGdl5g" name="Satisfies_Make the profile available in the Papyrus framework" client="_UTxVMJGAEei9e8NPTGdl5g" supplier="_CEjywJGAEei9e8NPTGdl5g"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_eDp64JGAEei9e8NPTGdl5g" name="Dedicated propertyview"/>
+    <packagedElement xmi:type="uml:Package" xmi:id="_rHLbkJGAEei9e8NPTGdl5g" name="properties">
+      <packagedElement xmi:type="uml:Abstraction" xmi:id="_w6YwUJGAEei9e8NPTGdl5g" name="Satisfies_Dedicated propertyview" client="_rHLbkJGAEei9e8NPTGdl5g" supplier="_eDp64JGAEei9e8NPTGdl5g"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Abstraction" xmi:id="_w6WUEJGAEei9e8NPTGdl5g" name="Satisfies_Dedicated propertyview" client="_UTxVMJGAEei9e8NPTGdl5g" supplier="_eDp64JGAEei9e8NPTGdl5g"/>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gf2IJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-ggdMJF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#/"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-ghEQJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-ghrUJF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//activities"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Activities"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-giSYJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gi5cJF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//allocations"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Allocations"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gjggJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gjggZF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//blocks"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Blocks"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gjggpF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gkHkJF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//constraintblocks"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_ConstraintBlocks"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gkuoJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gkuoZF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//deprecatedelements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_DeprecatedElements"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-glVsJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-glVsZF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//modelelements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_ModelElements"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gl8wJF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gl8wZF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//portsandflows"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Ports_u0026Flows"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_-gmj0JF_Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_-gmj0ZF_Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Requirements"/>
+    </profileApplication>
+  </uml:Model>
+  <Requirements:Requirement xmi:id="_CGCZcJGAEei9e8NPTGdl5g" base_Class="_CEjywJGAEei9e8NPTGdl5g" id="org.eclipse.papyrus.bmm.ui.R-01" text="The profile shall be visible in registered profile of papyrus"/>
+  <Requirements:Satisfy xmi:id="_bQJ4gJGAEei9e8NPTGdl5g" base_DirectedRelationship="_bQIqYJGAEei9e8NPTGdl5g" base_Abstraction="_bQIqYJGAEei9e8NPTGdl5g"/>
+  <Requirements:Requirement xmi:id="_eDrJAJGAEei9e8NPTGdl5g" base_Class="_eDp64JGAEei9e8NPTGdl5g" id="org.eclipse.papyrus.bmm.ui.R-02" text="The BMM profile must have a dedicated property view inside Papyrus Framework"/>
+  <Requirements:Satisfy xmi:id="_w6XiMJGAEei9e8NPTGdl5g" base_DirectedRelationship="_w6WUEJGAEei9e8NPTGdl5g" base_Abstraction="_w6WUEJGAEei9e8NPTGdl5g"/>
+  <Requirements:Satisfy xmi:id="_w6algJGAEei9e8NPTGdl5g" base_DirectedRelationship="_w6YwUJGAEei9e8NPTGdl5g" base_Abstraction="_w6YwUJGAEei9e8NPTGdl5g"/>
+</xmi:XMI>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.properties b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.properties
new file mode 100644
index 0000000..a30bc01
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.properties
@@ -0,0 +1,18 @@
+###############################################################################
+#  Copyright (c) 2017 CEA LIST.
+#
+#  All rights reserved. This program and the accompanying materials
+#  are made available under the terms of the Eclipse Public License v1.0
+#  which accompanies this distribution, and is available at
+#  http://www.eclipse.org/legal/epl-v10.html
+#
+#  Contributors:
+#  		CEA LIST - Initial API and implementation
+###############################################################################
+#Properties file for org.eclipse.papyrus.bmm.diagram.ui
+Bundle-Vendor =  Eclipse Modeling Project
+Bundle-Name = UI for creation of BMM models (Incubation)
+wizard.name = Papyrus BMM Model
+wizard.name.0 = Papyrus BMM Project
+wizard.description = New BMM Project
+#extension.name = New BMM Child
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.xml b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.xml
new file mode 100644
index 0000000..19a93ac
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/plugin.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+     Copyright (c) 2017-2018 CEA LIST.
+   
+     All rights reserved. This program and the accompanying materials
+     are made available under the terms of the Eclipse Public License v1.0
+     which accompanies this distribution, and is available at
+     http://www.eclipse.org/legal/epl-v10.html
+   
+     Contributors:
+     		CEA LIST - Initial API and implementation
+ -->
+
+<plugin>
+   <extension
+         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
+      <profile
+            description="Profile of the Business Motivation Model (BMM) Version 1.3"
+            iconpath="/icons/bmm_16x16.png"
+            name="BmmProfile"
+            path="pathmap://BMM_PROFILE_1.3/Bmm.profile.uml"
+            provider="Eclipse Modeling Project">
+      </profile>
+   </extension>
+   <extension
+         point="org.eclipse.papyrus.infra.properties.contexts">
+      <context
+             contextModel="properties/Bmm.ctx"
+             isCustomizable="true">
+       </context>
+   </extension>
+</plugin>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/pom.xml b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/pom.xml
new file mode 100644
index 0000000..d273d97
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    /*****************************************************************************
+     * Copyright (c) 2017 CEA LIST.
+     *
+     * All rights reserved. This program and the accompanying materials
+     * are made available under the terms of the Eclipse Public License v1.0
+     * which accompanies this distribution, and is available at
+     * http://www.eclipse.org/legal/epl-v10.html
+     *
+     * Contributors:
+     * 		CEA LIST - Initial API and implementation
+     *
+     *****************************************************************************/
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	
+	<modelVersion>4.0.0</modelVersion>
+	
+	<!-- Parent POM (i.e., bundles POM) -->
+	<parent>
+		<groupId>org.eclipse.papyrus.requirements</groupId>
+		<artifactId>org.eclipse.papyrus.requirements.plugins.bmm.gui</artifactId>
+		<version>0.8.0-SNAPSHOT</version>
+	</parent>
+	
+	<!-- POM Description -->
+	<artifactId>org.eclipse.papyrus.bmm.ui</artifactId>
+	<groupId>org.eclipse.papyrus</groupId>
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/Bmm.ctx b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/Bmm.ctx
new file mode 100644
index 0000000..97da103
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/Bmm.ctx
@@ -0,0 +1,1706 @@
+<?xml version="1.0" encoding="ASCII"?>
+<contexts:Context xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:constraints="http://www.eclipse.org/papyrus/constraints/0.9" xmlns:contexts="http://www.eclipse.org/papyrus/properties/contexts/0.9" xmi:id="_P9ACcGBsEeaBUoQ9WhTSLg" name="Bmm">
+  <dependencies href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#_69QJkKDJEeSZxfCXzZz3-w"/>
+  <tabs xmi:id="_QfkkAGBsEeaBUoQ9WhTSLg" label="Bmm" id="bmm" image="/org.eclipse.papyrus.bmm/icons/bmm_16x16.png" priority="100">
+    <afterTab href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#_69QJkaDJEeSZxfCXzZz3-w"/>
+    <sections xmi:id="_QfkkAWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForBusinessProcess" sectionFile="ui/SingleOrganizationUnitIsResponsibleForBusinessProcess.xwt">
+      <widget href="ui/SingleOrganizationUnitIsResponsibleForBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfkkAmBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitIsResponsibleForBusinessProcess" sectionFile="ui/MultipleOrganizationUnitIsResponsibleForBusinessProcess.xwt">
+      <widget href="ui/MultipleOrganizationUnitIsResponsibleForBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLEGBsEeaBUoQ9WhTSLg" name="Single MotivationEdge" sectionFile="ui/SingleMotivationEdge.xwt">
+      <widget href="ui/SingleMotivationEdge.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLEWBsEeaBUoQ9WhTSLg" name="Multiple MotivationEdge" sectionFile="ui/MultipleMotivationEdge.xwt">
+      <widget href="ui/MultipleMotivationEdge.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLEmBsEeaBUoQ9WhTSLg" name="Single DirectiveGovernsCourseOfAction" sectionFile="ui/SingleDirectiveGovernsCourseOfAction.xwt">
+      <widget href="ui/SingleDirectiveGovernsCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLE2BsEeaBUoQ9WhTSLg" name="Multiple DirectiveGovernsCourseOfAction" sectionFile="ui/MultipleDirectiveGovernsCourseOfAction.xwt">
+      <widget href="ui/MultipleDirectiveGovernsCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLFGBsEeaBUoQ9WhTSLg" name="Single CourseOfActionDefinesOffering" sectionFile="ui/SingleCourseOfActionDefinesOffering.xwt">
+      <widget href="ui/SingleCourseOfActionDefinesOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflLFWBsEeaBUoQ9WhTSLg" name="Multiple CourseOfActionDefinesOffering" sectionFile="ui/MultipleCourseOfActionDefinesOffering.xwt">
+      <widget href="ui/MultipleCourseOfActionDefinesOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflyIGBsEeaBUoQ9WhTSLg" name="Single DirectiveActsAsRegulation" sectionFile="ui/SingleDirectiveActsAsRegulation.xwt">
+      <widget href="ui/SingleDirectiveActsAsRegulation.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflyIWBsEeaBUoQ9WhTSLg" name="Multiple DirectiveActsAsRegulation" sectionFile="ui/MultipleDirectiveActsAsRegulation.xwt">
+      <widget href="ui/MultipleDirectiveActsAsRegulation.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflyImBsEeaBUoQ9WhTSLg" name="Single Mission" sectionFile="ui/SingleMission.xwt">
+      <widget href="ui/SingleMission.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QflyI2BsEeaBUoQ9WhTSLg" name="Multiple Mission" sectionFile="ui/MultipleMission.xwt">
+      <widget href="ui/MultipleMission.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfmZMGBsEeaBUoQ9WhTSLg" name="Single Means" sectionFile="ui/SingleMeans.xwt">
+      <widget href="ui/SingleMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfmZMWBsEeaBUoQ9WhTSLg" name="Multiple Means" sectionFile="ui/MultipleMeans.xwt">
+      <widget href="ui/MultipleMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfmZMmBsEeaBUoQ9WhTSLg" name="Single MotivationElement" sectionFile="ui/SingleMotivationElement.xwt">
+      <widget href="ui/SingleMotivationElement.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfmZM2BsEeaBUoQ9WhTSLg" name="Multiple MotivationElement" sectionFile="ui/MultipleMotivationElement.xwt">
+      <widget href="ui/MultipleMotivationElement.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnAQGBsEeaBUoQ9WhTSLg" name="Single Risk" sectionFile="ui/SingleRisk.xwt">
+      <widget href="ui/SingleRisk.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnAQWBsEeaBUoQ9WhTSLg" name="Multiple Risk" sectionFile="ui/MultipleRisk.xwt">
+      <widget href="ui/MultipleRisk.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnAQmBsEeaBUoQ9WhTSLg" name="Single PotentialImpact" sectionFile="ui/SinglePotentialImpact.xwt">
+      <widget href="ui/SinglePotentialImpact.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnAQ2BsEeaBUoQ9WhTSLg" name="Multiple PotentialImpact" sectionFile="ui/MultiplePotentialImpact.xwt">
+      <widget href="ui/MultiplePotentialImpact.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnARGBsEeaBUoQ9WhTSLg" name="Single StrategyDeterminesOrganizationUnit" sectionFile="ui/SingleStrategyDeterminesOrganizationUnit.xwt">
+      <widget href="ui/SingleStrategyDeterminesOrganizationUnit.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnnUGBsEeaBUoQ9WhTSLg" name="Multiple StrategyDeterminesOrganizationUnit" sectionFile="ui/MultipleStrategyDeterminesOrganizationUnit.xwt">
+      <widget href="ui/MultipleStrategyDeterminesOrganizationUnit.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnnUWBsEeaBUoQ9WhTSLg" name="Single EnablingCourseOfActionEnablesEnabledCourseOfAction" sectionFile="ui/SingleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt">
+      <widget href="ui/SingleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnnUmBsEeaBUoQ9WhTSLg" name="Multiple EnablingCourseOfActionEnablesEnabledCourseOfAction" sectionFile="ui/MultipleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt">
+      <widget href="ui/MultipleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnnU2BsEeaBUoQ9WhTSLg" name="Single Influencer" sectionFile="ui/SingleInfluencer.xwt">
+      <widget href="ui/SingleInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfnnVGBsEeaBUoQ9WhTSLg" name="Multiple Influencer" sectionFile="ui/MultipleInfluencer.xwt">
+      <widget href="ui/MultipleInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfoOYGBsEeaBUoQ9WhTSLg" name="Single Offering" sectionFile="ui/SingleOffering.xwt">
+      <widget href="ui/SingleOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfoOYWBsEeaBUoQ9WhTSLg" name="Multiple Offering" sectionFile="ui/MultipleOffering.xwt">
+      <widget href="ui/MultipleOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfoOYmBsEeaBUoQ9WhTSLg" name="Single FixedAsset" sectionFile="ui/SingleFixedAsset.xwt">
+      <widget href="ui/SingleFixedAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfo1cGBsEeaBUoQ9WhTSLg" name="Multiple FixedAsset" sectionFile="ui/MultipleFixedAsset.xwt">
+      <widget href="ui/MultipleFixedAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfo1cWBsEeaBUoQ9WhTSLg" name="Single Asset" sectionFile="ui/SingleAsset.xwt">
+      <widget href="ui/SingleAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfo1cmBsEeaBUoQ9WhTSLg" name="Multiple Asset" sectionFile="ui/MultipleAsset.xwt">
+      <widget href="ui/MultipleAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfo1c2BsEeaBUoQ9WhTSLg" name="Single AssessmentIsJudgmentOfInfluencer" sectionFile="ui/SingleAssessmentIsJudgmentOfInfluencer.xwt">
+      <widget href="ui/SingleAssessmentIsJudgmentOfInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfr4wGBsEeaBUoQ9WhTSLg" name="Multiple AssessmentIsJudgmentOfInfluencer" sectionFile="ui/MultipleAssessmentIsJudgmentOfInfluencer.xwt">
+      <widget href="ui/MultipleAssessmentIsJudgmentOfInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfsf0GBsEeaBUoQ9WhTSLg" name="Single BusinessRule" sectionFile="ui/SingleBusinessRule.xwt">
+      <widget href="ui/SingleBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfsf0WBsEeaBUoQ9WhTSLg" name="Multiple BusinessRule" sectionFile="ui/MultipleBusinessRule.xwt">
+      <widget href="ui/MultipleBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QftG4GBsEeaBUoQ9WhTSLg" name="Single Directive" sectionFile="ui/SingleDirective.xwt">
+      <widget href="ui/SingleDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QftG4WBsEeaBUoQ9WhTSLg" name="Multiple Directive" sectionFile="ui/MultipleDirective.xwt">
+      <widget href="ui/MultipleDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QftG4mBsEeaBUoQ9WhTSLg" name="Single DesiredResultCategoryCategorizesDesiredResult" sectionFile="ui/SingleDesiredResultCategoryCategorizesDesiredResult.xwt">
+      <widget href="ui/SingleDesiredResultCategoryCategorizesDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qftt8GBsEeaBUoQ9WhTSLg" name="Multiple DesiredResultCategoryCategorizesDesiredResult" sectionFile="ui/MultipleDesiredResultCategoryCategorizesDesiredResult.xwt">
+      <widget href="ui/MultipleDesiredResultCategoryCategorizesDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qftt8WBsEeaBUoQ9WhTSLg" name="Single ObjectiveQuantitiesGoal" sectionFile="ui/SingleObjectiveQuantitiesGoal.xwt">
+      <widget href="ui/SingleObjectiveQuantitiesGoal.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qftt8mBsEeaBUoQ9WhTSLg" name="Multiple ObjectiveQuantitiesGoal" sectionFile="ui/MultipleObjectiveQuantitiesGoal.xwt">
+      <widget href="ui/MultipleObjectiveQuantitiesGoal.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qftt82BsEeaBUoQ9WhTSLg" name="Single CourseOfActionIsFormulatedBasedOnDirective" sectionFile="ui/SingleCourseOfActionIsFormulatedBasedOnDirective.xwt">
+      <widget href="ui/SingleCourseOfActionIsFormulatedBasedOnDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfuVAGBsEeaBUoQ9WhTSLg" name="Multiple CourseOfActionIsFormulatedBasedOnDirective" sectionFile="ui/MultipleCourseOfActionIsFormulatedBasedOnDirective.xwt">
+      <widget href="ui/MultipleCourseOfActionIsFormulatedBasedOnDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfuVAWBsEeaBUoQ9WhTSLg" name="Single BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy" sectionFile="ui/SingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt">
+      <widget href="ui/SingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfuVAmBsEeaBUoQ9WhTSLg" name="Multiple BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy" sectionFile="ui/MultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt">
+      <widget href="ui/MultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfuVA2BsEeaBUoQ9WhTSLg" name="Single OrganizationUnitDefinesEnd" sectionFile="ui/SingleOrganizationUnitDefinesEnd.xwt">
+      <widget href="ui/SingleOrganizationUnitDefinesEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfu8EGBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitDefinesEnd" sectionFile="ui/MultipleOrganizationUnitDefinesEnd.xwt">
+      <widget href="ui/MultipleOrganizationUnitDefinesEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfu8EWBsEeaBUoQ9WhTSLg" name="Single InfluencerCategoryCategorizesInfluencer" sectionFile="ui/SingleInfluencerCategoryCategorizesInfluencer.xwt">
+      <widget href="ui/SingleInfluencerCategoryCategorizesInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfu8EmBsEeaBUoQ9WhTSLg" name="Multiple InfluencerCategoryCategorizesInfluencer" sectionFile="ui/MultipleInfluencerCategoryCategorizesInfluencer.xwt">
+      <widget href="ui/MultipleInfluencerCategoryCategorizesInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfu8E2BsEeaBUoQ9WhTSLg" name="Single Objective" sectionFile="ui/SingleObjective.xwt">
+      <widget href="ui/SingleObjective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfvjIGBsEeaBUoQ9WhTSLg" name="Multiple Objective" sectionFile="ui/MultipleObjective.xwt">
+      <widget href="ui/MultipleObjective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfvjIWBsEeaBUoQ9WhTSLg" name="Single DesiredResult" sectionFile="ui/SingleDesiredResult.xwt">
+      <widget href="ui/SingleDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfvjImBsEeaBUoQ9WhTSLg" name="Multiple DesiredResult" sectionFile="ui/MultipleDesiredResult.xwt">
+      <widget href="ui/MultipleDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwKMGBsEeaBUoQ9WhTSLg" name="Single End" sectionFile="ui/SingleEnd.xwt">
+      <widget href="ui/SingleEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwKMWBsEeaBUoQ9WhTSLg" name="Multiple End" sectionFile="ui/MultipleEnd.xwt">
+      <widget href="ui/MultipleEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwKMmBsEeaBUoQ9WhTSLg" name="Single TacticEffectsEnforcementLevelOfBusinessRule" sectionFile="ui/SingleTacticEffectsEnforcementLevelOfBusinessRule.xwt">
+      <widget href="ui/SingleTacticEffectsEnforcementLevelOfBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwKM2BsEeaBUoQ9WhTSLg" name="Multiple TacticEffectsEnforcementLevelOfBusinessRule" sectionFile="ui/MultipleTacticEffectsEnforcementLevelOfBusinessRule.xwt">
+      <widget href="ui/MultipleTacticEffectsEnforcementLevelOfBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwxQGBsEeaBUoQ9WhTSLg" name="Single BusinessRuleGuidesBusinessProcess" sectionFile="ui/SingleBusinessRuleGuidesBusinessProcess.xwt">
+      <widget href="ui/SingleBusinessRuleGuidesBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfwxQWBsEeaBUoQ9WhTSLg" name="Multiple BusinessRuleGuidesBusinessProcess" sectionFile="ui/MultipleBusinessRuleGuidesBusinessProcess.xwt">
+      <widget href="ui/MultipleBusinessRuleGuidesBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfxYUGBsEeaBUoQ9WhTSLg" name="Single AssessmentCategory" sectionFile="ui/SingleAssessmentCategory.xwt">
+      <widget href="ui/SingleAssessmentCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfxYUWBsEeaBUoQ9WhTSLg" name="Multiple AssessmentCategory" sectionFile="ui/MultipleAssessmentCategory.xwt">
+      <widget href="ui/MultipleAssessmentCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfxYUmBsEeaBUoQ9WhTSLg" name="Single AssessmentAffectsAchievementOfEnd" sectionFile="ui/SingleAssessmentAffectsAchievementOfEnd.xwt">
+      <widget href="ui/SingleAssessmentAffectsAchievementOfEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfxYU2BsEeaBUoQ9WhTSLg" name="Multiple AssessmentAffectsAchievementOfEnd" sectionFile="ui/MultipleAssessmentAffectsAchievementOfEnd.xwt">
+      <widget href="ui/MultipleAssessmentAffectsAchievementOfEnd.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfx_YGBsEeaBUoQ9WhTSLg" name="Single AssessmentAffectsEmploymentOfMeans" sectionFile="ui/SingleAssessmentAffectsEmploymentOfMeans.xwt">
+      <widget href="ui/SingleAssessmentAffectsEmploymentOfMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfx_YWBsEeaBUoQ9WhTSLg" name="Multiple AssessmentAffectsEmploymentOfMeans" sectionFile="ui/MultipleAssessmentAffectsEmploymentOfMeans.xwt">
+      <widget href="ui/MultipleAssessmentAffectsEmploymentOfMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfx_YmBsEeaBUoQ9WhTSLg" name="Single CourseOfActionChannelsEffortsTowardsDesiredResult" sectionFile="ui/SingleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt">
+      <widget href="ui/SingleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfx_Y2BsEeaBUoQ9WhTSLg" name="Multiple CourseOfActionChannelsEffortsTowardsDesiredResult" sectionFile="ui/MultipleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt">
+      <widget href="ui/MultipleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfx_ZGBsEeaBUoQ9WhTSLg" name="Single StrategyIsAComponentfOfThe_PlanForMIssion" sectionFile="ui/SingleStrategyIsAComponentfOfThe_PlanForMIssion.xwt">
+      <widget href="ui/SingleStrategyIsAComponentfOfThe_PlanForMIssion.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfymcGBsEeaBUoQ9WhTSLg" name="Multiple StrategyIsAComponentfOfThe_PlanForMIssion" sectionFile="ui/MultipleStrategyIsAComponentfOfThe_PlanForMIssion.xwt">
+      <widget href="ui/MultipleStrategyIsAComponentfOfThe_PlanForMIssion.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfymcWBsEeaBUoQ9WhTSLg" name="Single Assessment" sectionFile="ui/SingleAssessment.xwt">
+      <widget href="ui/SingleAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfymcmBsEeaBUoQ9WhTSLg" name="Multiple Assessment" sectionFile="ui/MultipleAssessment.xwt">
+      <widget href="ui/MultipleAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfymc2BsEeaBUoQ9WhTSLg" name="Single Strategy" sectionFile="ui/SingleStrategy.xwt">
+      <widget href="ui/SingleStrategy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QfzNgGBsEeaBUoQ9WhTSLg" name="Multiple Strategy" sectionFile="ui/MultipleStrategy.xwt">
+      <widget href="ui/MultipleStrategy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfz0kGBsEeaBUoQ9WhTSLg" name="Single CourseOfAction" sectionFile="ui/SingleCourseOfAction.xwt">
+      <widget href="ui/SingleCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfz0kWBsEeaBUoQ9WhTSLg" name="Multiple CourseOfAction" sectionFile="ui/MultipleCourseOfAction.xwt">
+      <widget href="ui/MultipleCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfz0kmBsEeaBUoQ9WhTSLg" name="Single UsingAssessmentUsesUsedAssessment" sectionFile="ui/SingleUsingAssessmentUsesUsedAssessment.xwt">
+      <widget href="ui/SingleUsingAssessmentUsesUsedAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qfz0k2BsEeaBUoQ9WhTSLg" name="Multiple UsingAssessmentUsesUsedAssessment" sectionFile="ui/MultipleUsingAssessmentUsesUsedAssessment.xwt">
+      <widget href="ui/MultipleUsingAssessmentUsesUsedAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0boGBsEeaBUoQ9WhTSLg" name="Single AssessmentCategoryCategorizesAssessment" sectionFile="ui/SingleAssessmentCategoryCategorizesAssessment.xwt">
+      <widget href="ui/SingleAssessmentCategoryCategorizesAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0boWBsEeaBUoQ9WhTSLg" name="Multiple AssessmentCategoryCategorizesAssessment" sectionFile="ui/MultipleAssessmentCategoryCategorizesAssessment.xwt">
+      <widget href="ui/MultipleAssessmentCategoryCategorizesAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0bomBsEeaBUoQ9WhTSLg" name="Single BusinessProcessManagesAsset" sectionFile="ui/SingleBusinessProcessManagesAsset.xwt">
+      <widget href="ui/SingleBusinessProcessManagesAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0bo2BsEeaBUoQ9WhTSLg" name="Multiple BusinessProcessManagesAsset" sectionFile="ui/MultipleBusinessProcessManagesAsset.xwt">
+      <widget href="ui/MultipleBusinessProcessManagesAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0bpGBsEeaBUoQ9WhTSLg" name="Single BusinessProcessDeliversOffering" sectionFile="ui/SingleBusinessProcessDeliversOffering.xwt">
+      <widget href="ui/SingleBusinessProcessDeliversOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf0bpWBsEeaBUoQ9WhTSLg" name="Multiple BusinessProcessDeliversOffering" sectionFile="ui/MultipleBusinessProcessDeliversOffering.xwt">
+      <widget href="ui/MultipleBusinessProcessDeliversOffering.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1CsGBsEeaBUoQ9WhTSLg" name="Single InternalInfluencer" sectionFile="ui/SingleInternalInfluencer.xwt">
+      <widget href="ui/SingleInternalInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1CsWBsEeaBUoQ9WhTSLg" name="Multiple InternalInfluencer" sectionFile="ui/MultipleInternalInfluencer.xwt">
+      <widget href="ui/MultipleInternalInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1CsmBsEeaBUoQ9WhTSLg" name="Single OfferingUsesFixedAsset" sectionFile="ui/SingleOfferingUsesFixedAsset.xwt">
+      <widget href="ui/SingleOfferingUsesFixedAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1pwGBsEeaBUoQ9WhTSLg" name="Multiple OfferingUsesFixedAsset" sectionFile="ui/MultipleOfferingUsesFixedAsset.xwt">
+      <widget href="ui/MultipleOfferingUsesFixedAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1pwWBsEeaBUoQ9WhTSLg" name="Single PotentialReward" sectionFile="ui/SinglePotentialReward.xwt">
+      <widget href="ui/SinglePotentialReward.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1pwmBsEeaBUoQ9WhTSLg" name="Multiple PotentialReward" sectionFile="ui/MultiplePotentialReward.xwt">
+      <widget href="ui/MultiplePotentialReward.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf1pw2BsEeaBUoQ9WhTSLg" name="Single BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory" sectionFile="ui/SingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt">
+      <widget href="ui/SingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q0GBsEeaBUoQ9WhTSLg" name="Multiple BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory" sectionFile="ui/MultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt">
+      <widget href="ui/MultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q0WBsEeaBUoQ9WhTSLg" name="Single OfferingRequiresResource" sectionFile="ui/SingleOfferingRequiresResource.xwt">
+      <widget href="ui/SingleOfferingRequiresResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q0mBsEeaBUoQ9WhTSLg" name="Multiple OfferingRequiresResource" sectionFile="ui/MultipleOfferingRequiresResource.xwt">
+      <widget href="ui/MultipleOfferingRequiresResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q02BsEeaBUoQ9WhTSLg" name="Single BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory" sectionFile="ui/SingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt">
+      <widget href="ui/SingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q1GBsEeaBUoQ9WhTSLg" name="Multiple BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory" sectionFile="ui/MultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt">
+      <widget href="ui/MultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2Q1WBsEeaBUoQ9WhTSLg" name="Single GoalAmplifiesVision" sectionFile="ui/SingleGoalAmplifiesVision.xwt">
+      <widget href="ui/SingleGoalAmplifiesVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf234GBsEeaBUoQ9WhTSLg" name="Multiple GoalAmplifiesVision" sectionFile="ui/MultipleGoalAmplifiesVision.xwt">
+      <widget href="ui/MultipleGoalAmplifiesVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf234WBsEeaBUoQ9WhTSLg" name="Single BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory" sectionFile="ui/SingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt">
+      <widget href="ui/SingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf234mBsEeaBUoQ9WhTSLg" name="Multiple BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory" sectionFile="ui/MultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt">
+      <widget href="ui/MultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf2342BsEeaBUoQ9WhTSLg" name="Single AssessmentProvidesImpetusForDirective" sectionFile="ui/SingleAssessmentProvidesImpetusForDirective.xwt">
+      <widget href="ui/SingleAssessmentProvidesImpetusForDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf235GBsEeaBUoQ9WhTSLg" name="Multiple AssessmentProvidesImpetusForDirective" sectionFile="ui/MultipleAssessmentProvidesImpetusForDirective.xwt">
+      <widget href="ui/MultipleAssessmentProvidesImpetusForDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf3e8GBsEeaBUoQ9WhTSLg" name="Single OrganizationUnit" sectionFile="ui/SingleOrganizationUnit.xwt">
+      <widget href="ui/SingleOrganizationUnit.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf3e8WBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnit" sectionFile="ui/MultipleOrganizationUnit.xwt">
+      <widget href="ui/MultipleOrganizationUnit.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf3e8mBsEeaBUoQ9WhTSLg" name="Single BroaderCourseOfActionIncludesMoreSpecificCourseOfAction" sectionFile="ui/SingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt">
+      <widget href="ui/SingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf3e82BsEeaBUoQ9WhTSLg" name="Multiple BroaderCourseOfActionIncludesMoreSpecificCourseOfAction" sectionFile="ui/MultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt">
+      <widget href="ui/MultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf3e9GBsEeaBUoQ9WhTSLg" name="Single DirectiveSupportsAchievementOfDesiredResult" sectionFile="ui/SingleDirectiveSupportsAchievementOfDesiredResult.xwt">
+      <widget href="ui/SingleDirectiveSupportsAchievementOfDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4GAGBsEeaBUoQ9WhTSLg" name="Multiple DirectiveSupportsAchievementOfDesiredResult" sectionFile="ui/MultipleDirectiveSupportsAchievementOfDesiredResult.xwt">
+      <widget href="ui/MultipleDirectiveSupportsAchievementOfDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4GAWBsEeaBUoQ9WhTSLg" name="Single DesiredResultCategory" sectionFile="ui/SingleDesiredResultCategory.xwt">
+      <widget href="ui/SingleDesiredResultCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4GAmBsEeaBUoQ9WhTSLg" name="Multiple DesiredResultCategory" sectionFile="ui/MultipleDesiredResultCategory.xwt">
+      <widget href="ui/MultipleDesiredResultCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4GA2BsEeaBUoQ9WhTSLg" name="Single OrganizationUnitActsAsInfluencingOrganization" sectionFile="ui/SingleOrganizationUnitActsAsInfluencingOrganization.xwt">
+      <widget href="ui/SingleOrganizationUnitActsAsInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4tEGBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitActsAsInfluencingOrganization" sectionFile="ui/MultipleOrganizationUnitActsAsInfluencingOrganization.xwt">
+      <widget href="ui/MultipleOrganizationUnitActsAsInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4tEWBsEeaBUoQ9WhTSLg" name="Single ExternalInfluencer" sectionFile="ui/SingleExternalInfluencer.xwt">
+      <widget href="ui/SingleExternalInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4tEmBsEeaBUoQ9WhTSLg" name="Multiple ExternalInfluencer" sectionFile="ui/MultipleExternalInfluencer.xwt">
+      <widget href="ui/MultipleExternalInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4tE2BsEeaBUoQ9WhTSLg" name="Single MissionMakesOperativeVision" sectionFile="ui/SingleMissionMakesOperativeVision.xwt">
+      <widget href="ui/SingleMissionMakesOperativeVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf4tFGBsEeaBUoQ9WhTSLg" name="Multiple MissionMakesOperativeVision" sectionFile="ui/MultipleMissionMakesOperativeVision.xwt">
+      <widget href="ui/MultipleMissionMakesOperativeVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf5UIGBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitEstablishesMeans" sectionFile="ui/SingleOrganizationUnitEstablishesMeans.xwt">
+      <widget href="ui/SingleOrganizationUnitEstablishesMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf5UIWBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitEstablishesMeans" sectionFile="ui/MultipleOrganizationUnitEstablishesMeans.xwt">
+      <widget href="ui/MultipleOrganizationUnitEstablishesMeans.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf5UImBsEeaBUoQ9WhTSLg" name="Single InfluencingOrganizationIsSourceofInfluencer" sectionFile="ui/SingleInfluencingOrganizationIsSourceofInfluencer.xwt">
+      <widget href="ui/SingleInfluencingOrganizationIsSourceofInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf5UI2BsEeaBUoQ9WhTSLg" name="Multiple InfluencingOrganizationIsSourceofInfluencer" sectionFile="ui/MultipleInfluencingOrganizationIsSourceofInfluencer.xwt">
+      <widget href="ui/MultipleInfluencingOrganizationIsSourceofInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf5UJGBsEeaBUoQ9WhTSLg" name="Single InfluencerCategory" sectionFile="ui/SingleInfluencerCategory.xwt">
+      <widget href="ui/SingleInfluencerCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf57MGBsEeaBUoQ9WhTSLg" name="Multiple InfluencerCategory" sectionFile="ui/MultipleInfluencerCategory.xwt">
+      <widget href="ui/MultipleInfluencerCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf57MWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitMakesAssessment" sectionFile="ui/SingleOrganizationUnitMakesAssessment.xwt">
+      <widget href="ui/SingleOrganizationUnitMakesAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf57MmBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitMakesAssessment" sectionFile="ui/MultipleOrganizationUnitMakesAssessment.xwt">
+      <widget href="ui/MultipleOrganizationUnitMakesAssessment.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf57M2BsEeaBUoQ9WhTSLg" name="Single PotentialImpactProvidesImpetursForDirective" sectionFile="ui/SinglePotentialImpactProvidesImpetursForDirective.xwt">
+      <widget href="ui/SinglePotentialImpactProvidesImpetursForDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf57NGBsEeaBUoQ9WhTSLg" name="Multiple PotentialImpactProvidesImpetursForDirective" sectionFile="ui/MultiplePotentialImpactProvidesImpetursForDirective.xwt">
+      <widget href="ui/MultiplePotentialImpactProvidesImpetursForDirective.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iQGBsEeaBUoQ9WhTSLg" name="Single AssessmentIdentifiesPotentialImpact" sectionFile="ui/SingleAssessmentIdentifiesPotentialImpact.xwt">
+      <widget href="ui/SingleAssessmentIdentifiesPotentialImpact.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iQWBsEeaBUoQ9WhTSLg" name="Multiple AssessmentIdentifiesPotentialImpact" sectionFile="ui/MultipleAssessmentIdentifiesPotentialImpact.xwt">
+      <widget href="ui/MultipleAssessmentIdentifiesPotentialImpact.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iQmBsEeaBUoQ9WhTSLg" name="Single BroaderDesiredResultIncludesMoreSpecificDesiredResult" sectionFile="ui/SingleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt">
+      <widget href="ui/SingleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iQ2BsEeaBUoQ9WhTSLg" name="Multiple BroaderDesiredResultIncludesMoreSpecificDesiredResult" sectionFile="ui/MultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt">
+      <widget href="ui/MultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iRGBsEeaBUoQ9WhTSLg" name="Single OrganizationCategoryCategorizesInfluencingOrganization" sectionFile="ui/SingleOrganizationCategoryCategorizesInfluencingOrganization.xwt">
+      <widget href="ui/SingleOrganizationCategoryCategorizesInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf6iRWBsEeaBUoQ9WhTSLg" name="Multiple OrganizationCategoryCategorizesInfluencingOrganization" sectionFile="ui/MultipleOrganizationCategoryCategorizesInfluencingOrganization.xwt">
+      <widget href="ui/MultipleOrganizationCategoryCategorizesInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7JUGBsEeaBUoQ9WhTSLg" name="Single DirectiveGovernsUseOfAsset" sectionFile="ui/SingleDirectiveGovernsUseOfAsset.xwt">
+      <widget href="ui/SingleDirectiveGovernsUseOfAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7JUWBsEeaBUoQ9WhTSLg" name="Multiple DirectiveGovernsUseOfAsset" sectionFile="ui/MultipleDirectiveGovernsUseOfAsset.xwt">
+      <widget href="ui/MultipleDirectiveGovernsUseOfAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7JUmBsEeaBUoQ9WhTSLg" name="Single Vision" sectionFile="ui/SingleVision.xwt">
+      <widget href="ui/SingleVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7JU2BsEeaBUoQ9WhTSLg" name="Multiple Vision" sectionFile="ui/MultipleVision.xwt">
+      <widget href="ui/MultipleVision.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7wYGBsEeaBUoQ9WhTSLg" name="Single CourseOfActionDischargesLiability" sectionFile="ui/SingleCourseOfActionDischargesLiability.xwt">
+      <widget href="ui/SingleCourseOfActionDischargesLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7wYWBsEeaBUoQ9WhTSLg" name="Multiple CourseOfActionDischargesLiability" sectionFile="ui/MultipleCourseOfActionDischargesLiability.xwt">
+      <widget href="ui/MultipleCourseOfActionDischargesLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7wYmBsEeaBUoQ9WhTSLg" name="Single Resource" sectionFile="ui/SingleResource.xwt">
+      <widget href="ui/SingleResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf7wY2BsEeaBUoQ9WhTSLg" name="Multiple Resource" sectionFile="ui/MultipleResource.xwt">
+      <widget href="ui/MultipleResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8XcGBsEeaBUoQ9WhTSLg" name="Single FixedAssetProvidesResource" sectionFile="ui/SingleFixedAssetProvidesResource.xwt">
+      <widget href="ui/SingleFixedAssetProvidesResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8XcWBsEeaBUoQ9WhTSLg" name="Multiple FixedAssetProvidesResource" sectionFile="ui/MultipleFixedAssetProvidesResource.xwt">
+      <widget href="ui/MultipleFixedAssetProvidesResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8XcmBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitRecognizesInfluencer" sectionFile="ui/SingleOrganizationUnitRecognizesInfluencer.xwt">
+      <widget href="ui/SingleOrganizationUnitRecognizesInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8Xc2BsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitRecognizesInfluencer" sectionFile="ui/MultipleOrganizationUnitRecognizesInfluencer.xwt">
+      <widget href="ui/MultipleOrganizationUnitRecognizesInfluencer.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8XdGBsEeaBUoQ9WhTSLg" name="Single CourseOfActionDeploysAsset" sectionFile="ui/SingleCourseOfActionDeploysAsset.xwt">
+      <widget href="ui/SingleCourseOfActionDeploysAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-gGBsEeaBUoQ9WhTSLg" name="Multiple CourseOfActionDeploysAsset" sectionFile="ui/MultipleCourseOfActionDeploysAsset.xwt">
+      <widget href="ui/MultipleCourseOfActionDeploysAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-gWBsEeaBUoQ9WhTSLg" name="Single BroaderInfluencerCategorizesNarrowerInfluencerCategory" sectionFile="ui/SingleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt">
+      <widget href="ui/SingleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-gmBsEeaBUoQ9WhTSLg" name="Multiple BroaderInfluencerCategorizesNarrowerInfluencerCategory" sectionFile="ui/MultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt">
+      <widget href="ui/MultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-g2BsEeaBUoQ9WhTSLg" name="Single LiabilityClaimsResource" sectionFile="ui/SingleLiabilityClaimsResource.xwt">
+      <widget href="ui/SingleLiabilityClaimsResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-hGBsEeaBUoQ9WhTSLg" name="Multiple LiabilityClaimsResource" sectionFile="ui/MultipleLiabilityClaimsResource.xwt">
+      <widget href="ui/MultipleLiabilityClaimsResource.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf8-hWBsEeaBUoQ9WhTSLg" name="Single TacticImplementsStrategy" sectionFile="ui/SingleTacticImplementsStrategy.xwt">
+      <widget href="ui/SingleTacticImplementsStrategy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf9lkGBsEeaBUoQ9WhTSLg" name="Multiple TacticImplementsStrategy" sectionFile="ui/MultipleTacticImplementsStrategy.xwt">
+      <widget href="ui/MultipleTacticImplementsStrategy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf9lkWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForLiability" sectionFile="ui/SingleOrganizationUnitIsResponsibleForLiability.xwt">
+      <widget href="ui/SingleOrganizationUnitIsResponsibleForLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf9lkmBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitIsResponsibleForLiability" sectionFile="ui/MultipleOrganizationUnitIsResponsibleForLiability.xwt">
+      <widget href="ui/MultipleOrganizationUnitIsResponsibleForLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf9lk2BsEeaBUoQ9WhTSLg" name="Single BusinessPolicyIsBasisOfBusinessRule" sectionFile="ui/SingleBusinessPolicyIsBasisOfBusinessRule.xwt">
+      <widget href="ui/SingleBusinessPolicyIsBasisOfBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf9llGBsEeaBUoQ9WhTSLg" name="Multiple BusinessPolicyIsBasisOfBusinessRule" sectionFile="ui/MultipleBusinessPolicyIsBasisOfBusinessRule.xwt">
+      <widget href="ui/MultipleBusinessPolicyIsBasisOfBusinessRule.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-MoGBsEeaBUoQ9WhTSLg" name="Single BusinessPolicyGovernsBusinessProcess" sectionFile="ui/SingleBusinessPolicyGovernsBusinessProcess.xwt">
+      <widget href="ui/SingleBusinessPolicyGovernsBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-MoWBsEeaBUoQ9WhTSLg" name="Multiple BusinessPolicyGovernsBusinessProcess" sectionFile="ui/MultipleBusinessPolicyGovernsBusinessProcess.xwt">
+      <widget href="ui/MultipleBusinessPolicyGovernsBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-MomBsEeaBUoQ9WhTSLg" name="Single OrganizationCategory" sectionFile="ui/SingleOrganizationCategory.xwt">
+      <widget href="ui/SingleOrganizationCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-Mo2BsEeaBUoQ9WhTSLg" name="Multiple OrganizationCategory" sectionFile="ui/MultipleOrganizationCategory.xwt">
+      <widget href="ui/MultipleOrganizationCategory.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-zsGBsEeaBUoQ9WhTSLg" name="Single BusinessProcess" sectionFile="ui/SingleBusinessProcess.xwt">
+      <widget href="ui/SingleBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-zsWBsEeaBUoQ9WhTSLg" name="Multiple BusinessProcess" sectionFile="ui/MultipleBusinessProcess.xwt">
+      <widget href="ui/MultipleBusinessProcess.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf-zsmBsEeaBUoQ9WhTSLg" name="Single BusinessPolicy" sectionFile="ui/SingleBusinessPolicy.xwt">
+      <widget href="ui/SingleBusinessPolicy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf_awGBsEeaBUoQ9WhTSLg" name="Multiple BusinessPolicy" sectionFile="ui/MultipleBusinessPolicy.xwt">
+      <widget href="ui/MultipleBusinessPolicy.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf_awWBsEeaBUoQ9WhTSLg" name="Single Tactic" sectionFile="ui/SingleTactic.xwt">
+      <widget href="ui/SingleTactic.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf_awmBsEeaBUoQ9WhTSLg" name="Multiple Tactic" sectionFile="ui/MultipleTactic.xwt">
+      <widget href="ui/MultipleTactic.xwt#/"/>
+    </sections>
+    <sections xmi:id="_Qf_aw2BsEeaBUoQ9WhTSLg" name="Single InfluencingOrganization" sectionFile="ui/SingleInfluencingOrganization.xwt">
+      <widget href="ui/SingleInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAB0GBsEeaBUoQ9WhTSLg" name="Multiple InfluencingOrganization" sectionFile="ui/MultipleInfluencingOrganization.xwt">
+      <widget href="ui/MultipleInfluencingOrganization.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAB0WBsEeaBUoQ9WhTSLg" name="Single Liability" sectionFile="ui/SingleLiability.xwt">
+      <widget href="ui/SingleLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAB0mBsEeaBUoQ9WhTSLg" name="Multiple Liability" sectionFile="ui/MultipleLiability.xwt">
+      <widget href="ui/MultipleLiability.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo4GBsEeaBUoQ9WhTSLg" name="Single Goal" sectionFile="ui/SingleGoal.xwt">
+      <widget href="ui/SingleGoal.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo4WBsEeaBUoQ9WhTSLg" name="Multiple Goal" sectionFile="ui/MultipleGoal.xwt">
+      <widget href="ui/MultipleGoal.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo4mBsEeaBUoQ9WhTSLg" name="Single BusinessProcessRealizesCourseOfAction" sectionFile="ui/SingleBusinessProcessRealizesCourseOfAction.xwt">
+      <widget href="ui/SingleBusinessProcessRealizesCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo42BsEeaBUoQ9WhTSLg" name="Multiple BusinessProcessRealizesCourseOfAction" sectionFile="ui/MultipleBusinessProcessRealizesCourseOfAction.xwt">
+      <widget href="ui/MultipleBusinessProcessRealizesCourseOfAction.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo5GBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForAsset" sectionFile="ui/SingleOrganizationUnitIsResponsibleForAsset.xwt">
+      <widget href="ui/SingleOrganizationUnitIsResponsibleForAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgAo5WBsEeaBUoQ9WhTSLg" name="Multiple OrganizationUnitIsResponsibleForAsset" sectionFile="ui/MultipleOrganizationUnitIsResponsibleForAsset.xwt">
+      <widget href="ui/MultipleOrganizationUnitIsResponsibleForAsset.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgBP8GBsEeaBUoQ9WhTSLg" name="Single Regulation" sectionFile="ui/SingleRegulation.xwt">
+      <widget href="ui/SingleRegulation.xwt#/"/>
+    </sections>
+    <sections xmi:id="_QgBP8WBsEeaBUoQ9WhTSLg" name="Multiple Regulation" sectionFile="ui/MultipleRegulation.xwt">
+      <widget href="ui/MultipleRegulation.xwt#/"/>
+    </sections>
+  </tabs>
+  <views xmi:id="_P9ACcWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForBusinessProcess" sections="_QfkkAWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArXWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACcmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitIsResponsibleForBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACc2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACdGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitIsResponsibleForBusinessProcess" sections="_QfkkAmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArXWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACdWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitIsResponsibleForBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACdmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACd2BsEeaBUoQ9WhTSLg" name="Single MotivationEdge" sections="_QflLEGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACeGBsEeaBUoQ9WhTSLg" name="isSingleMotivationEdge">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACeWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MotivationEdge"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACemBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple MotivationEdge" sections="_QflLEWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACe2BsEeaBUoQ9WhTSLg" name="isMultipleMotivationEdge">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACfGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MotivationEdge"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACfWBsEeaBUoQ9WhTSLg" name="Single DirectiveGovernsCourseOfAction" sections="_QflLEmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AremBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACfmBsEeaBUoQ9WhTSLg" name="isSingleDirectiveGovernsCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACf2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveGovernsCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACgGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DirectiveGovernsCourseOfAction" sections="_QflLE2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AremBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACgWBsEeaBUoQ9WhTSLg" name="isMultipleDirectiveGovernsCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACgmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveGovernsCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACg2BsEeaBUoQ9WhTSLg" name="Single CourseOfActionDefinesOffering" sections="_QflLFGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AChGBsEeaBUoQ9WhTSLg" name="isSingleCourseOfActionDefinesOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AChWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDefinesOffering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AChmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfActionDefinesOffering" sections="_QflLFWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACh2BsEeaBUoQ9WhTSLg" name="isMultipleCourseOfActionDefinesOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACiGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDefinesOffering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACiWBsEeaBUoQ9WhTSLg" name="Single DirectiveActsAsRegulation" sections="_QflyIGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACimBsEeaBUoQ9WhTSLg" name="isSingleDirectiveActsAsRegulation">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACi2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveActsAsRegulation"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACjGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DirectiveActsAsRegulation" sections="_QflyIWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACjWBsEeaBUoQ9WhTSLg" name="isMultipleDirectiveActsAsRegulation">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACjmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveActsAsRegulation"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACj2BsEeaBUoQ9WhTSLg" name="Single Mission" sections="_QflyImBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACkGBsEeaBUoQ9WhTSLg" name="isSingleMission">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACkWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Mission"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACkmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Mission" sections="_QflyI2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACk2BsEeaBUoQ9WhTSLg" name="isMultipleMission">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AClGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Mission"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AClWBsEeaBUoQ9WhTSLg" name="Single Means" sections="_QfmZMGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AClmBsEeaBUoQ9WhTSLg" name="isSingleMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACl2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Means"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACmGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Means" sections="_QfmZMWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACmWBsEeaBUoQ9WhTSLg" name="isMultipleMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACmmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Means"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACm2BsEeaBUoQ9WhTSLg" name="Single MotivationElement" sections="_QfmZMmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArW2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACnGBsEeaBUoQ9WhTSLg" name="isSingleMotivationElement">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACnWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MotivationElement"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACnmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple MotivationElement" sections="_QfmZM2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArW2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACn2BsEeaBUoQ9WhTSLg" name="isMultipleMotivationElement">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACoGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MotivationElement"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACoWBsEeaBUoQ9WhTSLg" name="Single Risk" sections="_QfnAQGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AComBsEeaBUoQ9WhTSLg" name="isSingleRisk">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACo2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Risk"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACpGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Risk" sections="_QfnAQWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACpWBsEeaBUoQ9WhTSLg" name="isMultipleRisk">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACpmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Risk"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACp2BsEeaBUoQ9WhTSLg" name="Single PotentialImpact" sections="_QfnAQmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AroGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACqGBsEeaBUoQ9WhTSLg" name="isSinglePotentialImpact">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACqWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialImpact"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACqmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple PotentialImpact" sections="_QfnAQ2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AroGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ACq2BsEeaBUoQ9WhTSLg" name="isMultiplePotentialImpact">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ACrGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialImpact"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ACrWBsEeaBUoQ9WhTSLg" name="Single StrategyDeterminesOrganizationUnit" sections="_QfnARGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApgGBsEeaBUoQ9WhTSLg" name="isSingleStrategyDeterminesOrganizationUnit">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApgWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::StrategyDeterminesOrganizationUnit"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApgmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple StrategyDeterminesOrganizationUnit" sections="_QfnnUGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Apg2BsEeaBUoQ9WhTSLg" name="isMultipleStrategyDeterminesOrganizationUnit">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AphGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::StrategyDeterminesOrganizationUnit"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AphWBsEeaBUoQ9WhTSLg" name="Single EnablingCourseOfActionEnablesEnabledCourseOfAction" sections="_QfnnUWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arf2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AphmBsEeaBUoQ9WhTSLg" name="isSingleEnablingCourseOfActionEnablesEnabledCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aph2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::EnablingCourseOfActionEnablesEnabledCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApiGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple EnablingCourseOfActionEnablesEnabledCourseOfAction" sections="_QfnnUmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arf2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApiWBsEeaBUoQ9WhTSLg" name="isMultipleEnablingCourseOfActionEnablesEnabledCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApimBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::EnablingCourseOfActionEnablesEnabledCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Api2BsEeaBUoQ9WhTSLg" name="Single Influencer" sections="_QfnnU2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApjGBsEeaBUoQ9WhTSLg" name="isSingleInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApjWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Influencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApjmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Influencer" sections="_QfnnVGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Apj2BsEeaBUoQ9WhTSLg" name="isMultipleInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApkGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Influencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApkWBsEeaBUoQ9WhTSLg" name="Single Offering" sections="_QfoOYGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arq2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApkmBsEeaBUoQ9WhTSLg" name="isSingleOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apk2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Offering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AplGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Offering" sections="_QfoOYWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arq2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AplWBsEeaBUoQ9WhTSLg" name="isMultipleOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AplmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Offering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Apl2BsEeaBUoQ9WhTSLg" name="Single FixedAsset" sections="_QfoOYmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arj2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApmGBsEeaBUoQ9WhTSLg" name="isSingleFixedAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApmWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::FixedAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApmmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple FixedAsset" sections="_Qfo1cGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arj2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Apm2BsEeaBUoQ9WhTSLg" name="isMultipleFixedAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApnGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::FixedAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApnWBsEeaBUoQ9WhTSLg" name="Single Asset" sections="_Qfo1cWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arc2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApnmBsEeaBUoQ9WhTSLg" name="isSingleAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apn2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Asset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApoGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Asset" sections="_Qfo1cmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arc2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApoWBsEeaBUoQ9WhTSLg" name="isMultipleAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApomBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Asset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Apo2BsEeaBUoQ9WhTSLg" name="Single AssessmentIsJudgmentOfInfluencer" sections="_Qfo1c2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AppGBsEeaBUoQ9WhTSLg" name="isSingleAssessmentIsJudgmentOfInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AppWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentIsJudgmentOfInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AppmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentIsJudgmentOfInfluencer" sections="_Qfr4wGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9App2BsEeaBUoQ9WhTSLg" name="isMultipleAssessmentIsJudgmentOfInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApqGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentIsJudgmentOfInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApqWBsEeaBUoQ9WhTSLg" name="Single BusinessRule" sections="_Qfsf0GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZ2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApqmBsEeaBUoQ9WhTSLg" name="isSingleBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apq2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AprGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessRule" sections="_Qfsf0WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZ2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AprWBsEeaBUoQ9WhTSLg" name="isMultipleBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AprmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Apr2BsEeaBUoQ9WhTSLg" name="Single Directive" sections="_QftG4GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApsGBsEeaBUoQ9WhTSLg" name="isSingleDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApsWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Directive"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApsmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Directive" sections="_QftG4WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aps2BsEeaBUoQ9WhTSLg" name="isMultipleDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AptGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Directive"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AptWBsEeaBUoQ9WhTSLg" name="Single DesiredResultCategoryCategorizesDesiredResult" sections="_QftG4mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ark2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AptmBsEeaBUoQ9WhTSLg" name="isSingleDesiredResultCategoryCategorizesDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apt2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResultCategoryCategorizesDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApuGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DesiredResultCategoryCategorizesDesiredResult" sections="_Qftt8GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ark2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApuWBsEeaBUoQ9WhTSLg" name="isMultipleDesiredResultCategoryCategorizesDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApumBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResultCategoryCategorizesDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Apu2BsEeaBUoQ9WhTSLg" name="Single ObjectiveQuantitiesGoal" sections="_Qftt8WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApvGBsEeaBUoQ9WhTSLg" name="isSingleObjectiveQuantitiesGoal">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApvWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::ObjectiveQuantitiesGoal"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApvmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple ObjectiveQuantitiesGoal" sections="_Qftt8mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Apv2BsEeaBUoQ9WhTSLg" name="isMultipleObjectiveQuantitiesGoal">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApwGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::ObjectiveQuantitiesGoal"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApwWBsEeaBUoQ9WhTSLg" name="Single CourseOfActionIsFormulatedBasedOnDirective" sections="_Qftt82BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArXmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApwmBsEeaBUoQ9WhTSLg" name="isSingleCourseOfActionIsFormulatedBasedOnDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apw2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionIsFormulatedBasedOnDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApxGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfActionIsFormulatedBasedOnDirective" sections="_QfuVAGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArXmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApxWBsEeaBUoQ9WhTSLg" name="isMultipleCourseOfActionIsFormulatedBasedOnDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApxmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionIsFormulatedBasedOnDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Apx2BsEeaBUoQ9WhTSLg" name="Single BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy" sections="_QfuVAWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Aro2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApyGBsEeaBUoQ9WhTSLg" name="isSingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApyWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApymBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy" sections="_QfuVAmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Aro2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Apy2BsEeaBUoQ9WhTSLg" name="isMultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ApzGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ApzWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitDefinesEnd" sections="_QfuVA2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ApzmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitDefinesEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Apz2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitDefinesEnd"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap0GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitDefinesEnd" sections="_Qfu8EGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap0WBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitDefinesEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap0mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitDefinesEnd"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap02BsEeaBUoQ9WhTSLg" name="Single InfluencerCategoryCategorizesInfluencer" sections="_Qfu8EWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arr2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap1GBsEeaBUoQ9WhTSLg" name="isSingleInfluencerCategoryCategorizesInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap1WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencerCategoryCategorizesInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap1mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple InfluencerCategoryCategorizesInfluencer" sections="_Qfu8EmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arr2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap12BsEeaBUoQ9WhTSLg" name="isMultipleInfluencerCategoryCategorizesInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap2GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencerCategoryCategorizesInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap2WBsEeaBUoQ9WhTSLg" name="Single Objective" sections="_Qfu8E2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap2mBsEeaBUoQ9WhTSLg" name="isSingleObjective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap22BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Objective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap3GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Objective" sections="_QfvjIGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap3WBsEeaBUoQ9WhTSLg" name="isMultipleObjective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap3mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Objective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap32BsEeaBUoQ9WhTSLg" name="Single DesiredResult" sections="_QfvjIWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap4GBsEeaBUoQ9WhTSLg" name="isSingleDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap4WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap4mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DesiredResult" sections="_QfvjImBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap42BsEeaBUoQ9WhTSLg" name="isMultipleDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap5GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap5WBsEeaBUoQ9WhTSLg" name="Single End" sections="_QfwKMGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap5mBsEeaBUoQ9WhTSLg" name="isSingleEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap52BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::End"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap6GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple End" sections="_QfwKMWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap6WBsEeaBUoQ9WhTSLg" name="isMultipleEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap6mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::End"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap62BsEeaBUoQ9WhTSLg" name="Single TacticEffectsEnforcementLevelOfBusinessRule" sections="_QfwKMmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap7GBsEeaBUoQ9WhTSLg" name="isSingleTacticEffectsEnforcementLevelOfBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap7WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::TacticEffectsEnforcementLevelOfBusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap7mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple TacticEffectsEnforcementLevelOfBusinessRule" sections="_QfwKM2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap72BsEeaBUoQ9WhTSLg" name="isMultipleTacticEffectsEnforcementLevelOfBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap8GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::TacticEffectsEnforcementLevelOfBusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap8WBsEeaBUoQ9WhTSLg" name="Single BusinessRuleGuidesBusinessProcess" sections="_QfwxQGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap8mBsEeaBUoQ9WhTSLg" name="isSingleBusinessRuleGuidesBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap82BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessRuleGuidesBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap9GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessRuleGuidesBusinessProcess" sections="_QfwxQWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap9WBsEeaBUoQ9WhTSLg" name="isMultipleBusinessRuleGuidesBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap9mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessRuleGuidesBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap92BsEeaBUoQ9WhTSLg" name="Single AssessmentCategory" sections="_QfxYUGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AraGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap-GBsEeaBUoQ9WhTSLg" name="isSingleAssessmentCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap-WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap-mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentCategory" sections="_QfxYUWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AraGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap-2BsEeaBUoQ9WhTSLg" name="isMultipleAssessmentCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap_GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Ap_WBsEeaBUoQ9WhTSLg" name="Single AssessmentAffectsAchievementOfEnd" sections="_QfxYUmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArWmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Ap_mBsEeaBUoQ9WhTSLg" name="isSingleAssessmentAffectsAchievementOfEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Ap_2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentAffectsAchievementOfEnd"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqAGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentAffectsAchievementOfEnd" sections="_QfxYU2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArWmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqAWBsEeaBUoQ9WhTSLg" name="isMultipleAssessmentAffectsAchievementOfEnd">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqAmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentAffectsAchievementOfEnd"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqA2BsEeaBUoQ9WhTSLg" name="Single AssessmentAffectsEmploymentOfMeans" sections="_Qfx_YGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AramBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqBGBsEeaBUoQ9WhTSLg" name="isSingleAssessmentAffectsEmploymentOfMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqBWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentAffectsEmploymentOfMeans"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqBmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentAffectsEmploymentOfMeans" sections="_Qfx_YWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AramBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqB2BsEeaBUoQ9WhTSLg" name="isMultipleAssessmentAffectsEmploymentOfMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqCGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentAffectsEmploymentOfMeans"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqCWBsEeaBUoQ9WhTSLg" name="Single CourseOfActionChannelsEffortsTowardsDesiredResult" sections="_Qfx_YmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqCmBsEeaBUoQ9WhTSLg" name="isSingleCourseOfActionChannelsEffortsTowardsDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqC2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionChannelsEffortsTowardsDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqDGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfActionChannelsEffortsTowardsDesiredResult" sections="_Qfx_Y2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqDWBsEeaBUoQ9WhTSLg" name="isMultipleCourseOfActionChannelsEffortsTowardsDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqDmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionChannelsEffortsTowardsDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqD2BsEeaBUoQ9WhTSLg" name="Single StrategyIsAComponentfOfThe_PlanForMIssion" sections="_Qfx_ZGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqEGBsEeaBUoQ9WhTSLg" name="isSingleStrategyIsAComponentfOfThe_PlanForMIssion">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqEWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::StrategyIsAComponentfOfThe_PlanForMIssion"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqEmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple StrategyIsAComponentfOfThe_PlanForMIssion" sections="_QfymcGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqE2BsEeaBUoQ9WhTSLg" name="isMultipleStrategyIsAComponentfOfThe_PlanForMIssion">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqFGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::StrategyIsAComponentfOfThe_PlanForMIssion"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqFWBsEeaBUoQ9WhTSLg" name="Single Assessment" sections="_QfymcWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AriGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqFmBsEeaBUoQ9WhTSLg" name="isSingleAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqF2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Assessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqGGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Assessment" sections="_QfymcmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AriGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqGWBsEeaBUoQ9WhTSLg" name="isMultipleAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqGmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Assessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqG2BsEeaBUoQ9WhTSLg" name="Single Strategy" sections="_Qfymc2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArimBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqHGBsEeaBUoQ9WhTSLg" name="isSingleStrategy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqHWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Strategy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqHmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Strategy" sections="_QfzNgGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArimBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqH2BsEeaBUoQ9WhTSLg" name="isMultipleStrategy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqIGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Strategy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqIWBsEeaBUoQ9WhTSLg" name="Single CourseOfAction" sections="_Qfz0kGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AreGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqImBsEeaBUoQ9WhTSLg" name="isSingleCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqI2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqJGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfAction" sections="_Qfz0kWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AreGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqJWBsEeaBUoQ9WhTSLg" name="isMultipleCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqJmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqJ2BsEeaBUoQ9WhTSLg" name="Single UsingAssessmentUsesUsedAssessment" sections="_Qfz0kmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqKGBsEeaBUoQ9WhTSLg" name="isSingleUsingAssessmentUsesUsedAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqKWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::UsingAssessmentUsesUsedAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqKmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple UsingAssessmentUsesUsedAssessment" sections="_Qfz0k2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqK2BsEeaBUoQ9WhTSLg" name="isMultipleUsingAssessmentUsesUsedAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqLGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::UsingAssessmentUsesUsedAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqLWBsEeaBUoQ9WhTSLg" name="Single AssessmentCategoryCategorizesAssessment" sections="_Qf0boGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqLmBsEeaBUoQ9WhTSLg" name="isSingleAssessmentCategoryCategorizesAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqL2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentCategoryCategorizesAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqMGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentCategoryCategorizesAssessment" sections="_Qf0boWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqMWBsEeaBUoQ9WhTSLg" name="isMultipleAssessmentCategoryCategorizesAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqMmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentCategoryCategorizesAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqM2BsEeaBUoQ9WhTSLg" name="Single BusinessProcessManagesAsset" sections="_Qf0bomBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqNGBsEeaBUoQ9WhTSLg" name="isSingleBusinessProcessManagesAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqNWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessManagesAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqNmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessProcessManagesAsset" sections="_Qf0bo2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqN2BsEeaBUoQ9WhTSLg" name="isMultipleBusinessProcessManagesAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqOGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessManagesAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqOWBsEeaBUoQ9WhTSLg" name="Single BusinessProcessDeliversOffering" sections="_Qf0bpGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqOmBsEeaBUoQ9WhTSLg" name="isSingleBusinessProcessDeliversOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqO2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessDeliversOffering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqPGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessProcessDeliversOffering" sections="_Qf0bpWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqPWBsEeaBUoQ9WhTSLg" name="isMultipleBusinessProcessDeliversOffering">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqPmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessDeliversOffering"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqP2BsEeaBUoQ9WhTSLg" name="Single InternalInfluencer" sections="_Qf1CsGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqQGBsEeaBUoQ9WhTSLg" name="isSingleInternalInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqQWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InternalInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqQmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple InternalInfluencer" sections="_Qf1CsWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArhmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqQ2BsEeaBUoQ9WhTSLg" name="isMultipleInternalInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqRGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InternalInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqRWBsEeaBUoQ9WhTSLg" name="Single OfferingUsesFixedAsset" sections="_Qf1CsmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqRmBsEeaBUoQ9WhTSLg" name="isSingleOfferingUsesFixedAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqR2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OfferingUsesFixedAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqSGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OfferingUsesFixedAsset" sections="_Qf1pwGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArdGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqSWBsEeaBUoQ9WhTSLg" name="isMultipleOfferingUsesFixedAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqSmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OfferingUsesFixedAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqS2BsEeaBUoQ9WhTSLg" name="Single PotentialReward" sections="_Qf1pwWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqTGBsEeaBUoQ9WhTSLg" name="isSinglePotentialReward">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqTWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialReward"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqTmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple PotentialReward" sections="_Qf1pwmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArZmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqT2BsEeaBUoQ9WhTSLg" name="isMultiplePotentialReward">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqUGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialReward"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqUWBsEeaBUoQ9WhTSLg" name="Single BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory" sections="_Qf1pw2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AraWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqUmBsEeaBUoQ9WhTSLg" name="isSingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqU2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqVGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory" sections="_Qf2Q0GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AraWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqVWBsEeaBUoQ9WhTSLg" name="isMultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqVmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqV2BsEeaBUoQ9WhTSLg" name="Single OfferingRequiresResource" sections="_Qf2Q0WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqWGBsEeaBUoQ9WhTSLg" name="isSingleOfferingRequiresResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqWWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OfferingRequiresResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqWmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OfferingRequiresResource" sections="_Qf2Q0mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqW2BsEeaBUoQ9WhTSLg" name="isMultipleOfferingRequiresResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqXGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OfferingRequiresResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqXWBsEeaBUoQ9WhTSLg" name="Single BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory" sections="_Qf2Q02BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqXmBsEeaBUoQ9WhTSLg" name="isSingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqX2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqYGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory" sections="_Qf2Q1GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqYWBsEeaBUoQ9WhTSLg" name="isMultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqYmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqY2BsEeaBUoQ9WhTSLg" name="Single GoalAmplifiesVision" sections="_Qf2Q1WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqZGBsEeaBUoQ9WhTSLg" name="isSingleGoalAmplifiesVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqZWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::GoalAmplifiesVision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqZmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple GoalAmplifiesVision" sections="_Qf234GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqZ2BsEeaBUoQ9WhTSLg" name="isMultipleGoalAmplifiesVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqaGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::GoalAmplifiesVision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqaWBsEeaBUoQ9WhTSLg" name="Single BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory" sections="_Qf234WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqamBsEeaBUoQ9WhTSLg" name="isSingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqa2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqbGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory" sections="_Qf234mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqbWBsEeaBUoQ9WhTSLg" name="isMultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqbmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqb2BsEeaBUoQ9WhTSLg" name="Single AssessmentProvidesImpetusForDirective" sections="_Qf2342BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arp2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqcGBsEeaBUoQ9WhTSLg" name="isSingleAssessmentProvidesImpetusForDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqcWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentProvidesImpetusForDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqcmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentProvidesImpetusForDirective" sections="_Qf235GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arp2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqc2BsEeaBUoQ9WhTSLg" name="isMultipleAssessmentProvidesImpetusForDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqdGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentProvidesImpetusForDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqdWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnit" sections="_Qf3e8GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqdmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnit">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqd2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnit"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqeGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnit" sections="_Qf3e8WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqeWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnit">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqemBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnit"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqe2BsEeaBUoQ9WhTSLg" name="Single BroaderCourseOfActionIncludesMoreSpecificCourseOfAction" sections="_Qf3e8mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Are2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqfGBsEeaBUoQ9WhTSLg" name="isSingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqfWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderCourseOfActionIncludesMoreSpecificCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqfmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderCourseOfActionIncludesMoreSpecificCourseOfAction" sections="_Qf3e82BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Are2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqf2BsEeaBUoQ9WhTSLg" name="isMultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqgGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderCourseOfActionIncludesMoreSpecificCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqgWBsEeaBUoQ9WhTSLg" name="Single DirectiveSupportsAchievementOfDesiredResult" sections="_Qf3e9GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqgmBsEeaBUoQ9WhTSLg" name="isSingleDirectiveSupportsAchievementOfDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqg2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveSupportsAchievementOfDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqhGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DirectiveSupportsAchievementOfDesiredResult" sections="_Qf4GAGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArlWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqhWBsEeaBUoQ9WhTSLg" name="isMultipleDirectiveSupportsAchievementOfDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqhmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveSupportsAchievementOfDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqh2BsEeaBUoQ9WhTSLg" name="Single DesiredResultCategory" sections="_Qf4GAWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arh2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqiGBsEeaBUoQ9WhTSLg" name="isSingleDesiredResultCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqiWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResultCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqimBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DesiredResultCategory" sections="_Qf4GAmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arh2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqi2BsEeaBUoQ9WhTSLg" name="isMultipleDesiredResultCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqjGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DesiredResultCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqjWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitActsAsInfluencingOrganization" sections="_Qf4GA2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arn2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqjmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitActsAsInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqj2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitActsAsInfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqkGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitActsAsInfluencingOrganization" sections="_Qf4tEGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arn2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqkWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitActsAsInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqkmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitActsAsInfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqk2BsEeaBUoQ9WhTSLg" name="Single ExternalInfluencer" sections="_Qf4tEWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqlGBsEeaBUoQ9WhTSLg" name="isSingleExternalInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqlWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::ExternalInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqlmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple ExternalInfluencer" sections="_Qf4tEmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArnmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aql2BsEeaBUoQ9WhTSLg" name="isMultipleExternalInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqmGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::ExternalInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqmWBsEeaBUoQ9WhTSLg" name="Single MissionMakesOperativeVision" sections="_Qf4tE2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqmmBsEeaBUoQ9WhTSLg" name="isSingleMissionMakesOperativeVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqm2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MissionMakesOperativeVision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqnGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple MissionMakesOperativeVision" sections="_Qf4tFGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqnWBsEeaBUoQ9WhTSLg" name="isMultipleMissionMakesOperativeVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqnmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::MissionMakesOperativeVision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqn2BsEeaBUoQ9WhTSLg" name="Single OrganizationUnitEstablishesMeans" sections="_Qf5UIGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqoGBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitEstablishesMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqoWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitEstablishesMeans"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqomBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitEstablishesMeans" sections="_Qf5UIWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqo2BsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitEstablishesMeans">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqpGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitEstablishesMeans"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqpWBsEeaBUoQ9WhTSLg" name="Single InfluencingOrganizationIsSourceofInfluencer" sections="_Qf5UImBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqpmBsEeaBUoQ9WhTSLg" name="isSingleInfluencingOrganizationIsSourceofInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqp2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencingOrganizationIsSourceofInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqqGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple InfluencingOrganizationIsSourceofInfluencer" sections="_Qf5UI2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArjGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqqWBsEeaBUoQ9WhTSLg" name="isMultipleInfluencingOrganizationIsSourceofInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqqmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencingOrganizationIsSourceofInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqq2BsEeaBUoQ9WhTSLg" name="Single InfluencerCategory" sections="_Qf5UJGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqrGBsEeaBUoQ9WhTSLg" name="isSingleInfluencerCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqrWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencerCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqrmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple InfluencerCategory" sections="_Qf57MGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqr2BsEeaBUoQ9WhTSLg" name="isMultipleInfluencerCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqsGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencerCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqsWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitMakesAssessment" sections="_Qf57MWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arm2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqsmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitMakesAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqs2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitMakesAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqtGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitMakesAssessment" sections="_Qf57MmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arm2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqtWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitMakesAssessment">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqtmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitMakesAssessment"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqt2BsEeaBUoQ9WhTSLg" name="Single PotentialImpactProvidesImpetursForDirective" sections="_Qf57M2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ari2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AquGBsEeaBUoQ9WhTSLg" name="isSinglePotentialImpactProvidesImpetursForDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AquWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialImpactProvidesImpetursForDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqumBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple PotentialImpactProvidesImpetursForDirective" sections="_Qf57NGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ari2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqu2BsEeaBUoQ9WhTSLg" name="isMultiplePotentialImpactProvidesImpetursForDirective">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqvGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::PotentialImpactProvidesImpetursForDirective"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqvWBsEeaBUoQ9WhTSLg" name="Single AssessmentIdentifiesPotentialImpact" sections="_Qf6iQGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arb2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqvmBsEeaBUoQ9WhTSLg" name="isSingleAssessmentIdentifiesPotentialImpact">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqv2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentIdentifiesPotentialImpact"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqwGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple AssessmentIdentifiesPotentialImpact" sections="_Qf6iQWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arb2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqwWBsEeaBUoQ9WhTSLg" name="isMultipleAssessmentIdentifiesPotentialImpact">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqwmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::AssessmentIdentifiesPotentialImpact"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqw2BsEeaBUoQ9WhTSLg" name="Single BroaderDesiredResultIncludesMoreSpecificDesiredResult" sections="_Qf6iQmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqxGBsEeaBUoQ9WhTSLg" name="isSingleBroaderDesiredResultIncludesMoreSpecificDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqxWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderDesiredResultIncludesMoreSpecificDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqxmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderDesiredResultIncludesMoreSpecificDesiredResult" sections="_Qf6iQ2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aqx2BsEeaBUoQ9WhTSLg" name="isMultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqyGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderDesiredResultIncludesMoreSpecificDesiredResult"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqyWBsEeaBUoQ9WhTSLg" name="Single OrganizationCategoryCategorizesInfluencingOrganization" sections="_Qf6iRGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqymBsEeaBUoQ9WhTSLg" name="isSingleOrganizationCategoryCategorizesInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aqy2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationCategoryCategorizesInfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9AqzGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationCategoryCategorizesInfluencingOrganization" sections="_Qf6iRWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArsWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9AqzWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationCategoryCategorizesInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9AqzmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationCategoryCategorizesInfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aqz2BsEeaBUoQ9WhTSLg" name="Single DirectiveGovernsUseOfAsset" sections="_Qf7JUGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AriWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq0GBsEeaBUoQ9WhTSLg" name="isSingleDirectiveGovernsUseOfAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq0WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveGovernsUseOfAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq0mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple DirectiveGovernsUseOfAsset" sections="_Qf7JUWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AriWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq02BsEeaBUoQ9WhTSLg" name="isMultipleDirectiveGovernsUseOfAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq1GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::DirectiveGovernsUseOfAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq1WBsEeaBUoQ9WhTSLg" name="Single Vision" sections="_Qf7JUmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ara2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq1mBsEeaBUoQ9WhTSLg" name="isSingleVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq12BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Vision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq2GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Vision" sections="_Qf7JU2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ara2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq2WBsEeaBUoQ9WhTSLg" name="isMultipleVision">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq2mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Vision"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq22BsEeaBUoQ9WhTSLg" name="Single CourseOfActionDischargesLiability" sections="_Qf7wYGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq3GBsEeaBUoQ9WhTSLg" name="isSingleCourseOfActionDischargesLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq3WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDischargesLiability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq3mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfActionDischargesLiability" sections="_Qf7wYWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArYWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq32BsEeaBUoQ9WhTSLg" name="isMultipleCourseOfActionDischargesLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq4GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDischargesLiability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq4WBsEeaBUoQ9WhTSLg" name="Single Resource" sections="_Qf7wYmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq4mBsEeaBUoQ9WhTSLg" name="isSingleResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq42BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Resource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq5GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Resource" sections="_Qf7wY2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq5WBsEeaBUoQ9WhTSLg" name="isMultipleResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq5mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Resource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq52BsEeaBUoQ9WhTSLg" name="Single FixedAssetProvidesResource" sections="_Qf8XcGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ard2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq6GBsEeaBUoQ9WhTSLg" name="isSingleFixedAssetProvidesResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq6WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::FixedAssetProvidesResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq6mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple FixedAssetProvidesResource" sections="_Qf8XcWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ard2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq62BsEeaBUoQ9WhTSLg" name="isMultipleFixedAssetProvidesResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq7GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::FixedAssetProvidesResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq7WBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitRecognizesInfluencer" sections="_Qf8XcmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AreWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq7mBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitRecognizesInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq72BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitRecognizesInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq8GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitRecognizesInfluencer" sections="_Qf8Xc2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AreWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq8WBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitRecognizesInfluencer">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq8mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitRecognizesInfluencer"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq82BsEeaBUoQ9WhTSLg" name="Single CourseOfActionDeploysAsset" sections="_Qf8XdGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arg2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq9GBsEeaBUoQ9WhTSLg" name="isSingleCourseOfActionDeploysAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq9WBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDeploysAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq9mBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple CourseOfActionDeploysAsset" sections="_Qf8-gGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arg2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq92BsEeaBUoQ9WhTSLg" name="isMultipleCourseOfActionDeploysAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq-GBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::CourseOfActionDeploysAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq-WBsEeaBUoQ9WhTSLg" name="Single BroaderInfluencerCategorizesNarrowerInfluencerCategory" sections="_Qf8-gWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arl2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq-mBsEeaBUoQ9WhTSLg" name="isSingleBroaderInfluencerCategorizesNarrowerInfluencerCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq-2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderInfluencerCategorizesNarrowerInfluencerCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq_GBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BroaderInfluencerCategorizesNarrowerInfluencerCategory" sections="_Qf8-gmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Arl2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9Aq_WBsEeaBUoQ9WhTSLg" name="isMultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9Aq_mBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BroaderInfluencerCategorizesNarrowerInfluencerCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9Aq_2BsEeaBUoQ9WhTSLg" name="Single LiabilityClaimsResource" sections="_Qf8-g2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArAGBsEeaBUoQ9WhTSLg" name="isSingleLiabilityClaimsResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArAWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::LiabilityClaimsResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArAmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple LiabilityClaimsResource" sections="_Qf8-hGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArfGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArA2BsEeaBUoQ9WhTSLg" name="isMultipleLiabilityClaimsResource">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArBGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::LiabilityClaimsResource"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArBWBsEeaBUoQ9WhTSLg" name="Single TacticImplementsStrategy" sections="_Qf8-hWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArBmBsEeaBUoQ9WhTSLg" name="isSingleTacticImplementsStrategy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArB2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::TacticImplementsStrategy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArCGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple TacticImplementsStrategy" sections="_Qf9lkGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArCWBsEeaBUoQ9WhTSLg" name="isMultipleTacticImplementsStrategy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArCmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::TacticImplementsStrategy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArC2BsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForLiability" sections="_Qf9lkWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArDGBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitIsResponsibleForLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArDWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForLiability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArDmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitIsResponsibleForLiability" sections="_Qf9lkmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArgWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArD2BsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitIsResponsibleForLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArEGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForLiability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArEWBsEeaBUoQ9WhTSLg" name="Single BusinessPolicyIsBasisOfBusinessRule" sections="_Qf9lk2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArEmBsEeaBUoQ9WhTSLg" name="isSingleBusinessPolicyIsBasisOfBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArE2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicyIsBasisOfBusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArFGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessPolicyIsBasisOfBusinessRule" sections="_Qf9llGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArcGBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArFWBsEeaBUoQ9WhTSLg" name="isMultipleBusinessPolicyIsBasisOfBusinessRule">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArFmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicyIsBasisOfBusinessRule"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArF2BsEeaBUoQ9WhTSLg" name="Single BusinessPolicyGovernsBusinessProcess" sections="_Qf-MoGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArY2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArGGBsEeaBUoQ9WhTSLg" name="isSingleBusinessPolicyGovernsBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArGWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicyGovernsBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArGmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessPolicyGovernsBusinessProcess" sections="_Qf-MoWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArY2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArG2BsEeaBUoQ9WhTSLg" name="isMultipleBusinessPolicyGovernsBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArHGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicyGovernsBusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArHWBsEeaBUoQ9WhTSLg" name="Single OrganizationCategory" sections="_Qf-MomBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArHmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArH2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArIGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationCategory" sections="_Qf-Mo2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArbWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArIWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationCategory">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArImBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationCategory"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArI2BsEeaBUoQ9WhTSLg" name="Single BusinessProcess" sections="_Qf-zsGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ars2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArJGBsEeaBUoQ9WhTSLg" name="isSingleBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArJWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArJmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessProcess" sections="_Qf-zsWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9Ars2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArJ2BsEeaBUoQ9WhTSLg" name="isMultipleBusinessProcess">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArKGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcess"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArKWBsEeaBUoQ9WhTSLg" name="Single BusinessPolicy" sections="_Qf-zsmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArKmBsEeaBUoQ9WhTSLg" name="isSingleBusinessPolicy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArK2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArLGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessPolicy" sections="_Qf_awGBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArpWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArLWBsEeaBUoQ9WhTSLg" name="isMultipleBusinessPolicy">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArLmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessPolicy"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArL2BsEeaBUoQ9WhTSLg" name="Single Tactic" sections="_Qf_awWBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AroWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArMGBsEeaBUoQ9WhTSLg" name="isSingleTactic">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArMWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Tactic"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArMmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Tactic" sections="_Qf_awmBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AroWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArM2BsEeaBUoQ9WhTSLg" name="isMultipleTactic">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArNGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Tactic"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArNWBsEeaBUoQ9WhTSLg" name="Single InfluencingOrganization" sections="_Qf_aw2BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArNmBsEeaBUoQ9WhTSLg" name="isSingleInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArN2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArOGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple InfluencingOrganization" sections="_QgAB0GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArmWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArOWBsEeaBUoQ9WhTSLg" name="isMultipleInfluencingOrganization">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArOmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::InfluencingOrganization"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArO2BsEeaBUoQ9WhTSLg" name="Single Liability" sections="_QgAB0WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArPGBsEeaBUoQ9WhTSLg" name="isSingleLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArPWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Liability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArPmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Liability" sections="_QgAB0mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArqmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArP2BsEeaBUoQ9WhTSLg" name="isMultipleLiability">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArQGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Liability"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArQWBsEeaBUoQ9WhTSLg" name="Single Goal" sections="_QgAo4GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArX2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArQmBsEeaBUoQ9WhTSLg" name="isSingleGoal">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArQ2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Goal"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArRGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Goal" sections="_QgAo4WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArX2BsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArRWBsEeaBUoQ9WhTSLg" name="isMultipleGoal">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArRmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Goal"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArR2BsEeaBUoQ9WhTSLg" name="Single BusinessProcessRealizesCourseOfAction" sections="_QgAo4mBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AromBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArSGBsEeaBUoQ9WhTSLg" name="isSingleBusinessProcessRealizesCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArSWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessRealizesCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArSmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple BusinessProcessRealizesCourseOfAction" sections="_QgAo42BsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9AromBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArS2BsEeaBUoQ9WhTSLg" name="isMultipleBusinessProcessRealizesCourseOfAction">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArTGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::BusinessProcessRealizesCourseOfAction"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArTWBsEeaBUoQ9WhTSLg" name="Single OrganizationUnitIsResponsibleForAsset" sections="_QgAo5GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArTmBsEeaBUoQ9WhTSLg" name="isSingleOrganizationUnitIsResponsibleForAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArT2BsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArUGBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple OrganizationUnitIsResponsibleForAsset" sections="_QgAo5WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArrmBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArUWBsEeaBUoQ9WhTSLg" name="isMultipleOrganizationUnitIsResponsibleForAsset">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArUmBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::OrganizationUnitIsResponsibleForAsset"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArU2BsEeaBUoQ9WhTSLg" name="Single Regulation" sections="_QgBP8GBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArVGBsEeaBUoQ9WhTSLg" name="isSingleRegulation">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArVWBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Regulation"/>
+    </constraints>
+  </views>
+  <views xmi:id="_P9ArVmBsEeaBUoQ9WhTSLg" elementMultiplicity="-1" name="Multiple Regulation" sections="_QgBP8WBsEeaBUoQ9WhTSLg" automaticContext="true" datacontexts="_P9ArkWBsEeaBUoQ9WhTSLg">
+    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_P9ArV2BsEeaBUoQ9WhTSLg" name="isMultipleRegulation">
+      <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+      <properties xsi:type="constraints:ValueProperty" xmi:id="_P9ArWGBsEeaBUoQ9WhTSLg" name="stereotypeName" value="Bmm::Regulation"/>
+    </constraints>
+  </views>
+  <dataContexts xmi:id="_P9ArWWBsEeaBUoQ9WhTSLg" name="Bmm">
+    <elements xmi:id="_P9ArWmBsEeaBUoQ9WhTSLg" name="AssessmentAffectsAchievementOfEnd" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArW2BsEeaBUoQ9WhTSLg" name="MotivationElement">
+      <properties xmi:id="_P9ArXGBsEeaBUoQ9WhTSLg" name="description"/>
+      <supertypes href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#_690yOKDJEeSZxfCXzZz3-w"/>
+    </elements>
+    <elements xmi:id="_P9ArXWBsEeaBUoQ9WhTSLg" name="OrganizationUnitIsResponsibleForBusinessProcess" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArXmBsEeaBUoQ9WhTSLg" name="CourseOfActionIsFormulatedBasedOnDirective" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArX2BsEeaBUoQ9WhTSLg" name="Goal" supertypes="_P9ArqWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArYGBsEeaBUoQ9WhTSLg" name="StrategyIsAComponentfOfThe_PlanForMIssion" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArYWBsEeaBUoQ9WhTSLg" name="CourseOfActionDischargesLiability" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArYmBsEeaBUoQ9WhTSLg" name="OrganizationUnitDefinesEnd" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArY2BsEeaBUoQ9WhTSLg" name="BusinessPolicyGovernsBusinessProcess" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArZGBsEeaBUoQ9WhTSLg" name="Mission" supertypes="_P9ArcWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArZWBsEeaBUoQ9WhTSLg" name="Influencer" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArZmBsEeaBUoQ9WhTSLg" name="PotentialReward" supertypes="_P9AroGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArZ2BsEeaBUoQ9WhTSLg" name="BusinessRule" supertypes="_P9ArjmBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AraGBsEeaBUoQ9WhTSLg" name="AssessmentCategory" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AraWBsEeaBUoQ9WhTSLg" name="BroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AramBsEeaBUoQ9WhTSLg" name="AssessmentAffectsEmploymentOfMeans" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Ara2BsEeaBUoQ9WhTSLg" name="Vision" supertypes="_P9ArjWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArbGBsEeaBUoQ9WhTSLg" name="BroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArbWBsEeaBUoQ9WhTSLg" name="OrganizationCategory" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArbmBsEeaBUoQ9WhTSLg" name="MissionMakesOperativeVision" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arb2BsEeaBUoQ9WhTSLg" name="AssessmentIdentifiesPotentialImpact" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArcGBsEeaBUoQ9WhTSLg" name="BusinessPolicyIsBasisOfBusinessRule" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArcWBsEeaBUoQ9WhTSLg" name="Means" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArcmBsEeaBUoQ9WhTSLg" name="InfluencerCategory" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arc2BsEeaBUoQ9WhTSLg" name="Asset" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArdGBsEeaBUoQ9WhTSLg" name="OfferingUsesFixedAsset" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArdWBsEeaBUoQ9WhTSLg" name="AssessmentIsJudgmentOfInfluencer" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArdmBsEeaBUoQ9WhTSLg" name="ObjectiveQuantitiesGoal" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Ard2BsEeaBUoQ9WhTSLg" name="FixedAssetProvidesResource" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AreGBsEeaBUoQ9WhTSLg" name="CourseOfAction" supertypes="_P9ArcWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AreWBsEeaBUoQ9WhTSLg" name="OrganizationUnitRecognizesInfluencer" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AremBsEeaBUoQ9WhTSLg" name="DirectiveGovernsCourseOfAction" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Are2BsEeaBUoQ9WhTSLg" name="BroaderCourseOfActionIncludesMoreSpecificCourseOfAction" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArfGBsEeaBUoQ9WhTSLg" name="LiabilityClaimsResource" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArfWBsEeaBUoQ9WhTSLg" name="BusinessRuleGuidesBusinessProcess" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArfmBsEeaBUoQ9WhTSLg" name="GoalAmplifiesVision" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arf2BsEeaBUoQ9WhTSLg" name="EnablingCourseOfActionEnablesEnabledCourseOfAction" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArgGBsEeaBUoQ9WhTSLg" name="BroaderDesiredResultIncludesMoreSpecificDesiredResult" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArgWBsEeaBUoQ9WhTSLg" name="OrganizationUnitIsResponsibleForLiability" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArgmBsEeaBUoQ9WhTSLg" name="TacticImplementsStrategy" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arg2BsEeaBUoQ9WhTSLg" name="CourseOfActionDeploysAsset" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArhGBsEeaBUoQ9WhTSLg" name="TacticEffectsEnforcementLevelOfBusinessRule" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArhWBsEeaBUoQ9WhTSLg" name="AssessmentCategoryCategorizesAssessment" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArhmBsEeaBUoQ9WhTSLg" name="InternalInfluencer" supertypes="_P9ArZWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arh2BsEeaBUoQ9WhTSLg" name="DesiredResultCategory" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AriGBsEeaBUoQ9WhTSLg" name="Assessment" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AriWBsEeaBUoQ9WhTSLg" name="DirectiveGovernsUseOfAsset" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArimBsEeaBUoQ9WhTSLg" name="Strategy" supertypes="_P9AreGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Ari2BsEeaBUoQ9WhTSLg" name="PotentialImpactProvidesImpetursForDirective" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArjGBsEeaBUoQ9WhTSLg" name="InfluencingOrganizationIsSourceofInfluencer" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArjWBsEeaBUoQ9WhTSLg" name="End" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArjmBsEeaBUoQ9WhTSLg" name="Directive" supertypes="_P9ArcWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arj2BsEeaBUoQ9WhTSLg" name="FixedAsset" supertypes="_P9Arc2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArkGBsEeaBUoQ9WhTSLg" name="UsingAssessmentUsesUsedAssessment" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArkWBsEeaBUoQ9WhTSLg" name="Regulation" supertypes="_P9ArnmBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArkmBsEeaBUoQ9WhTSLg" name="BroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Ark2BsEeaBUoQ9WhTSLg" name="DesiredResultCategoryCategorizesDesiredResult" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArlGBsEeaBUoQ9WhTSLg" name="MotivationEdge">
+      <supertypes href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#_690xmqDJEeSZxfCXzZz3-w"/>
+    </elements>
+    <elements xmi:id="_P9ArlWBsEeaBUoQ9WhTSLg" name="DirectiveSupportsAchievementOfDesiredResult" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArlmBsEeaBUoQ9WhTSLg" name="CourseOfActionDefinesOffering" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arl2BsEeaBUoQ9WhTSLg" name="BroaderInfluencerCategorizesNarrowerInfluencerCategory" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArmGBsEeaBUoQ9WhTSLg" name="Risk" supertypes="_P9AroGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArmWBsEeaBUoQ9WhTSLg" name="InfluencingOrganization" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArmmBsEeaBUoQ9WhTSLg" name="OrganizationUnit" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arm2BsEeaBUoQ9WhTSLg" name="OrganizationUnitMakesAssessment" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArnGBsEeaBUoQ9WhTSLg" name="CourseOfActionChannelsEffortsTowardsDesiredResult" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArnWBsEeaBUoQ9WhTSLg" name="BusinessProcessDeliversOffering" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArnmBsEeaBUoQ9WhTSLg" name="ExternalInfluencer" supertypes="_P9ArZWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arn2BsEeaBUoQ9WhTSLg" name="OrganizationUnitActsAsInfluencingOrganization" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AroGBsEeaBUoQ9WhTSLg" name="PotentialImpact" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AroWBsEeaBUoQ9WhTSLg" name="Tactic" supertypes="_P9AreGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9AromBsEeaBUoQ9WhTSLg" name="BusinessProcessRealizesCourseOfAction" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Aro2BsEeaBUoQ9WhTSLg" name="BroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArpGBsEeaBUoQ9WhTSLg" name="OrganizationUnitEstablishesMeans" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArpWBsEeaBUoQ9WhTSLg" name="BusinessPolicy" supertypes="_P9ArjmBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArpmBsEeaBUoQ9WhTSLg" name="StrategyDeterminesOrganizationUnit" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arp2BsEeaBUoQ9WhTSLg" name="AssessmentProvidesImpetusForDirective" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArqGBsEeaBUoQ9WhTSLg" name="OfferingRequiresResource" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArqWBsEeaBUoQ9WhTSLg" name="DesiredResult" supertypes="_P9ArjWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArqmBsEeaBUoQ9WhTSLg" name="Liability" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arq2BsEeaBUoQ9WhTSLg" name="Offering" supertypes="_P9Arj2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArrGBsEeaBUoQ9WhTSLg" name="Resource" supertypes="_P9Arc2BsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArrWBsEeaBUoQ9WhTSLg" name="BusinessProcessManagesAsset" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArrmBsEeaBUoQ9WhTSLg" name="OrganizationUnitIsResponsibleForAsset" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Arr2BsEeaBUoQ9WhTSLg" name="InfluencerCategoryCategorizesInfluencer" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArsGBsEeaBUoQ9WhTSLg" name="Objective" supertypes="_P9ArqWBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArsWBsEeaBUoQ9WhTSLg" name="OrganizationCategoryCategorizesInfluencingOrganization" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9ArsmBsEeaBUoQ9WhTSLg" name="DirectiveActsAsRegulation" supertypes="_P9ArlGBsEeaBUoQ9WhTSLg"/>
+    <elements xmi:id="_P9Ars2BsEeaBUoQ9WhTSLg" name="BusinessProcess" supertypes="_P9ArW2BsEeaBUoQ9WhTSLg"/>
+    <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.2"/>
+  </dataContexts>
+</contexts:Context>
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessment.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessment.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsAchievementOfEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsAchievementOfEnd.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsAchievementOfEnd.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsEmploymentOfMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsEmploymentOfMeans.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentAffectsEmploymentOfMeans.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategoryCategorizesAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategoryCategorizesAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentCategoryCategorizesAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIdentifiesPotentialImpact.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIdentifiesPotentialImpact.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIdentifiesPotentialImpact.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIsJudgmentOfInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIsJudgmentOfInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentIsJudgmentOfInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentProvidesImpetusForDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentProvidesImpetusForDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAssessmentProvidesImpetusForDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAsset.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleAsset.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicy.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicy.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyGovernsBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyGovernsBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyGovernsBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyIsBasisOfBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyIsBasisOfBusinessRule.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessPolicyIsBasisOfBusinessRule.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcess.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcess.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessDeliversOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessDeliversOffering.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessDeliversOffering.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessManagesAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessManagesAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessManagesAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessRealizesCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessRealizesCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessProcessRealizesCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRule.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRule.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRuleGuidesBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRuleGuidesBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleBusinessRuleGuidesBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfAction.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfAction.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDefinesOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDefinesOffering.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDefinesOffering.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDeploysAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDeploysAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDeploysAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDischargesLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDischargesLiability.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionDischargesLiability.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionIsFormulatedBasedOnDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionIsFormulatedBasedOnDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleCourseOfActionIsFormulatedBasedOnDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResult.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResult.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategoryCategorizesDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategoryCategorizesDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDesiredResultCategoryCategorizesDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirective.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirective.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveActsAsRegulation.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveActsAsRegulation.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveActsAsRegulation.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsUseOfAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsUseOfAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveGovernsUseOfAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveSupportsAchievementOfDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveSupportsAchievementOfDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleDirectiveSupportsAchievementOfDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnd.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleEnd.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleExternalInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleExternalInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleExternalInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAsset.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAsset.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAssetProvidesResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAssetProvidesResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleFixedAssetProvidesResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoal.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoal.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoal.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoalAmplifiesVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoalAmplifiesVision.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleGoalAmplifiesVision.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategoryCategorizesInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategoryCategorizesInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencerCategoryCategorizesInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganization.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganization.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganizationIsSourceofInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganizationIsSourceofInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInfluencingOrganizationIsSourceofInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInternalInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInternalInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleInternalInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiability.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiability.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiabilityClaimsResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiabilityClaimsResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleLiabilityClaimsResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMeans.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMeans.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMission.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMission.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMission.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMissionMakesOperativeVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMissionMakesOperativeVision.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMissionMakesOperativeVision.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationEdge.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationEdge.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationEdge.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationElement.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationElement.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleMotivationElement.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjective.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjective.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjectiveQuantitiesGoal.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjectiveQuantitiesGoal.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleObjectiveQuantitiesGoal.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOffering.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOffering.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingRequiresResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingRequiresResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingRequiresResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingUsesFixedAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingUsesFixedAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOfferingUsesFixedAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategoryCategorizesInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategoryCategorizesInfluencingOrganization.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationCategoryCategorizesInfluencingOrganization.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnit.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnit.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnit.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitActsAsInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitActsAsInfluencingOrganization.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitActsAsInfluencingOrganization.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitDefinesEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitDefinesEnd.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitDefinesEnd.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitEstablishesMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitEstablishesMeans.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitEstablishesMeans.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForLiability.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitIsResponsibleForLiability.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitMakesAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitMakesAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitMakesAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitRecognizesInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitRecognizesInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleOrganizationUnitRecognizesInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpact.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpact.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpact.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpactProvidesImpetursForDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpactProvidesImpetursForDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialImpactProvidesImpetursForDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialReward.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialReward.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultiplePotentialReward.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRegulation.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRegulation.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRegulation.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleResource.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleResource.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRisk.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRisk.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleRisk.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategy.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategy.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyDeterminesOrganizationUnit.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyDeterminesOrganizationUnit.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyDeterminesOrganizationUnit.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyIsAComponentfOfThe_PlanForMIssion.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyIsAComponentfOfThe_PlanForMIssion.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleStrategyIsAComponentfOfThe_PlanForMIssion.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTactic.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTactic.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTactic.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticEffectsEnforcementLevelOfBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticEffectsEnforcementLevelOfBusinessRule.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticEffectsEnforcementLevelOfBusinessRule.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticImplementsStrategy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticImplementsStrategy.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleTacticImplementsStrategy.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleUsingAssessmentUsesUsedAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleUsingAssessmentUsesUsedAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleUsingAssessmentUsesUsedAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleVision.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/MultipleVision.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessment.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessment.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsAchievementOfEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsAchievementOfEnd.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsAchievementOfEnd.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsEmploymentOfMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsEmploymentOfMeans.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentAffectsEmploymentOfMeans.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategoryCategorizesAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategoryCategorizesAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentCategoryCategorizesAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIdentifiesPotentialImpact.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIdentifiesPotentialImpact.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIdentifiesPotentialImpact.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIsJudgmentOfInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIsJudgmentOfInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentIsJudgmentOfInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentProvidesImpetusForDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentProvidesImpetusForDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAssessmentProvidesImpetusForDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAsset.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleAsset.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderAssessmentCategoryCategorizesNarrowerAssessmentCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderBusinessPolicyIncludesMoreSpecificBusinessPolicy.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderCourseOfActionIncludesMoreSpecificCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredCategoryCategorizesMoreSpecificDesiredResultCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderDesiredResultIncludesMoreSpecificDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderInfluencerCategorizesNarrowerInfluencerCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBroaderOrganizationCategoryCategorizesNarrowerOrganizationCategory.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicy.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicy.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyGovernsBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyGovernsBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyGovernsBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyIsBasisOfBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyIsBasisOfBusinessRule.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessPolicyIsBasisOfBusinessRule.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcess.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcess.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessDeliversOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessDeliversOffering.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessDeliversOffering.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessManagesAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessManagesAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessManagesAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessRealizesCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessRealizesCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessProcessRealizesCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRule.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRule.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRuleGuidesBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRuleGuidesBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleBusinessRuleGuidesBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfAction.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfAction.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionChannelsEffortsTowardsDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDefinesOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDefinesOffering.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDefinesOffering.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDeploysAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDeploysAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDeploysAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDischargesLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDischargesLiability.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionDischargesLiability.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionIsFormulatedBasedOnDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionIsFormulatedBasedOnDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleCourseOfActionIsFormulatedBasedOnDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResult.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResult.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategoryCategorizesDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategoryCategorizesDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDesiredResultCategoryCategorizesDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirective.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirective.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveActsAsRegulation.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveActsAsRegulation.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveActsAsRegulation.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsUseOfAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsUseOfAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveGovernsUseOfAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveSupportsAchievementOfDesiredResult.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveSupportsAchievementOfDesiredResult.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleDirectiveSupportsAchievementOfDesiredResult.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnablingCourseOfActionEnablesEnabledCourseOfAction.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnd.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleEnd.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleExternalInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleExternalInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleExternalInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAsset.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAsset.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAssetProvidesResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAssetProvidesResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleFixedAssetProvidesResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoal.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoal.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoal.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoalAmplifiesVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoalAmplifiesVision.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleGoalAmplifiesVision.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategoryCategorizesInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategoryCategorizesInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencerCategoryCategorizesInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganization.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganization.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganizationIsSourceofInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganizationIsSourceofInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInfluencingOrganizationIsSourceofInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInternalInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInternalInfluencer.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleInternalInfluencer.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiability.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiability.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiabilityClaimsResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiabilityClaimsResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleLiabilityClaimsResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMeans.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMeans.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMission.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMission.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMission.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMissionMakesOperativeVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMissionMakesOperativeVision.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMissionMakesOperativeVision.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationEdge.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationEdge.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationEdge.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationElement.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationElement.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleMotivationElement.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjective.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjective.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjectiveQuantitiesGoal.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjectiveQuantitiesGoal.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleObjectiveQuantitiesGoal.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOffering.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOffering.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOffering.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingRequiresResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingRequiresResource.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingRequiresResource.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingUsesFixedAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingUsesFixedAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOfferingUsesFixedAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategory.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategory.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategory.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategoryCategorizesInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategoryCategorizesInfluencingOrganization.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationCategoryCategorizesInfluencingOrganization.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnit.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnit.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnit.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitActsAsInfluencingOrganization.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitActsAsInfluencingOrganization.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitActsAsInfluencingOrganization.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitDefinesEnd.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitDefinesEnd.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitDefinesEnd.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitEstablishesMeans.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitEstablishesMeans.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitEstablishesMeans.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForAsset.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForAsset.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForAsset.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForBusinessProcess.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForBusinessProcess.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForBusinessProcess.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForLiability.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForLiability.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitIsResponsibleForLiability.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitMakesAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitMakesAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitMakesAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitRecognizesInfluencer.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitRecognizesInfluencer.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleOrganizationUnitRecognizesInfluencer.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpact.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpact.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpact.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpactProvidesImpetursForDirective.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpactProvidesImpetursForDirective.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialImpactProvidesImpetursForDirective.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialReward.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialReward.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SinglePotentialReward.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRegulation.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRegulation.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRegulation.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleResource.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleResource.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleResource.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRisk.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRisk.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleRisk.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategy.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategy.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyDeterminesOrganizationUnit.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyDeterminesOrganizationUnit.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyDeterminesOrganizationUnit.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyIsAComponentfOfThe_PlanForMIssion.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyIsAComponentfOfThe_PlanForMIssion.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleStrategyIsAComponentfOfThe_PlanForMIssion.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTactic.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTactic.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTactic.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticEffectsEnforcementLevelOfBusinessRule.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticEffectsEnforcementLevelOfBusinessRule.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticEffectsEnforcementLevelOfBusinessRule.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticImplementsStrategy.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticImplementsStrategy.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleTacticImplementsStrategy.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleUsingAssessmentUsesUsedAssessment.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleUsingAssessmentUsesUsedAssessment.xwt
new file mode 100644
index 0000000..0073f7b
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleUsingAssessmentUsesUsedAssessment.xwt
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+	xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleVision.xwt b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleVision.xwt
new file mode 100644
index 0000000..824e844
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/properties/ui/SingleVision.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
+	<Composite.layout>
+		<ppel:PropertiesLayout></ppel:PropertiesLayout>
+	</Composite.layout>
+	<Composite>
+		<Composite.layout>
+			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+		</Composite.layout>
+		<ppe:StringMultiline input="{Binding}"
+			property="Bmm:MotivationElement:description"></ppe:StringMultiline>
+	</Composite>
+</Composite>
\ No newline at end of file
diff --git a/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/src/org/eclipse/papyrus/bmm/ui/Activator.java b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/src/org/eclipse/papyrus/bmm/ui/Activator.java
new file mode 100644
index 0000000..a35a65a
--- /dev/null
+++ b/plugins/bmm/gui/org.eclipse.papyrus.bmm.ui/src/org/eclipse/papyrus/bmm/ui/Activator.java
@@ -0,0 +1,65 @@
+/*****************************************************************************
+ * Copyright (c) 2016, 2017 CEA LIST.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *  Mauricio Alferez (CEA LIST) mauricio.alferez@cea.fr - Initial API and implementation
+ *****************************************************************************/
+package org.eclipse.papyrus.bmm.ui;
+
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends Plugin {
+
+	// The plug-in ID
+	public static final String PLUGIN_ID = "org.eclipse.papyrus.bmm.diagram.ui"; //$NON-NLS-1$
+
+	// The shared instance
+	private static Activator plugin;
+
+	/**
+	 * The constructor
+	 */
+	public Activator() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 *
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+	 */
+	@Override
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		plugin = this;
+	}
+
+	/*
+	 * (non-Javadoc)
+	 *
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+	 */
+	@Override
+	public void stop(BundleContext context) throws Exception {
+		plugin = null;
+		super.stop(context);
+	}
+
+	/**
+	 * Returns the shared instance
+	 *
+	 * @return the shared instance
+	 */
+	public static Activator getDefault() {
+		return plugin;
+	}
+
+}
diff --git a/plugins/bmm/gui/pom.xml b/plugins/bmm/gui/pom.xml
index 13c581b..019e3e1 100644
--- a/plugins/bmm/gui/pom.xml
+++ b/plugins/bmm/gui/pom.xml
@@ -36,7 +36,7 @@
 	<modules>
 		<module>org.eclipse.papyrus.bmm.diagram</module>
 		<module>org.eclipse.papyrus.bmm.diagram.common</module>
-		<module>org.eclipse.papyrus.bmm.diagram.ui</module>
+		<module>org.eclipse.papyrus.bmm.ui</module>
 	</modules>
 	
 </project>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/META-INF/MANIFEST.MF b/plugins/bmm/model/org.eclipse.papyrus.bmm/META-INF/MANIFEST.MF
index b34fcc8..e12f415 100644
--- a/plugins/bmm/model/org.eclipse.papyrus.bmm/META-INF/MANIFEST.MF
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/META-INF/MANIFEST.MF
@@ -2,18 +2,15 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.papyrus.bmm;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 1.0.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-Activator: org.eclipse.papyrus.bmm.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.uml2.uml;visibility:=reexport,
- org.eclipse.uml2.types;visibility:=reexport,
- org.eclipse.papyrus.uml.extensionpoints,
- org.eclipse.emf.ecore;visibility:=reexport,
- org.eclipse.papyrus.infra.properties
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.uml2.uml;bundle-version="[5.0.0,6.0.0)";visibility:=reexport,
+ org.eclipse.uml2.types;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.papyrus.bmm;uses:="org.osgi.framework,org.eclipse.ui.plugin",
@@ -29,3 +26,4 @@
    org.eclipse.emf.common.notify.impl,
    org.eclipse.emf.ecore.util,
    org.eclipse.papyrus.bmm.BMMProfile"
+Automatic-Module-Name: org.eclipse.papyrus.bmm
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/build.properties b/plugins/bmm/model/org.eclipse.papyrus.bmm/build.properties
index 6c2d1e9..866d87f 100644
--- a/plugins/bmm/model/org.eclipse.papyrus.bmm/build.properties
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/build.properties
@@ -17,12 +17,10 @@
                icons/,\
                about.html,\
                build.properties,\
-               model/,\
-               properties/
+               model/
 jars.compile.order = .
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
                icons/,\
-               model/,\
-               properties/
+               model/
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.di b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.di
new file mode 100644
index 0000000..8c549ee
--- /dev/null
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.di
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<architecture:ArchitectureDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:architecture="http://www.eclipse.org/papyrus/infra/core/architecture" contextId="org.eclipse.papyrus.infra.services.edit.TypeContext"/>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.notation b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.notation
new file mode 100644
index 0000000..bf9abab
--- /dev/null
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.notation
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.uml b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.uml
new file mode 100644
index 0000000..662d794
--- /dev/null
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/model/BMM-Requirements.uml
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Requirements="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http://www.eclipse.org/papyrus/sysml/1.4/SysML/Requirements http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements">
+  <uml:Model xmi:id="_5by04JF5Eei9e8NPTGdl5g" name="org.eclipse.papyrus.bmm">
+    <packageImport xmi:type="uml:PackageImport" xmi:id="_5hS_8JF5Eei9e8NPTGdl5g">
+      <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
+    </packageImport>
+    <packagedElement xmi:type="uml:Class" xmi:id="_Fd9mQJF6Eei9e8NPTGdl5g" name="Specification the BMM profile with Papyrus"/>
+    <packagedElement xmi:type="uml:Abstraction" xmi:id="_neAkMJF6Eei9e8NPTGdl5g" name="Satisfies_Implementation of the BMM profile" client="_apmdkJF6Eei9e8NPTGdl5g" supplier="_Fd9mQJF6Eei9e8NPTGdl5g"/>
+    <packagedElement xmi:type="uml:Class" xmi:id="_yPQgQJF6Eei9e8NPTGdl5g" name="EMF implementation of the BMM profile"/>
+    <packagedElement xmi:type="uml:Package" xmi:id="_RgNasJF7Eei9e8NPTGdl5g" name="model">
+      <packagedElement xmi:type="uml:Artifact" xmi:id="_BT4WAJF7Eei9e8NPTGdl5g" name="BMM.genmodel" fileName="org.eclipse.papyrus.bmm\model\BMM.genmodel"/>
+      <packagedElement xmi:type="uml:Artifact" xmi:id="_apmdkJF6Eei9e8NPTGdl5g" name="Bmm.profile" fileName="org.eclipse.papyrus.bmm\model\Bmm.profile.uml"/>
+      <packagedElement xmi:type="uml:Artifact" xmi:id="_G_Vc8JF7Eei9e8NPTGdl5g" name="BMMProfile.ecore" fileName="org.eclipse.papyrus.bmm\model\BMMProfile.ecore"/>
+      <packagedElement xmi:type="uml:Abstraction" xmi:id="_h-cHsJF7Eei9e8NPTGdl5g" name="Satisfies_EMF implementation of the BMM profile" client="_BT4WAJF7Eei9e8NPTGdl5g" supplier="_yPQgQJF6Eei9e8NPTGdl5g"/>
+      <packagedElement xmi:type="uml:Abstraction" xmi:id="_h-ej8JF7Eei9e8NPTGdl5g" name="Satisfies_EMF implementation of the BMM profile" client="_G_Vc8JF7Eei9e8NPTGdl5g" supplier="_yPQgQJF6Eei9e8NPTGdl5g"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Package" xmi:id="_U_u1kJF7Eei9e8NPTGdl5g" name="org.eclipse.papyrus.bmm.BMMProfile">
+      <packagedElement xmi:type="uml:Abstraction" xmi:id="_h-iOUJF7Eei9e8NPTGdl5g" name="Satisfies_EMF implementation of the BMM profile" client="_U_u1kJF7Eei9e8NPTGdl5g" supplier="_yPQgQJF6Eei9e8NPTGdl5g"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Artifact" xmi:id="_px9HUJF7Eei9e8NPTGdl5g" name="plugin.xml" fileName="plugin.xml"/>
+    <packagedElement xmi:type="uml:Abstraction" xmi:id="_vsB5EJF7Eei9e8NPTGdl5g" name="Satisfies_EMF implementation of the BMM profile" client="_px9HUJF7Eei9e8NPTGdl5g" supplier="_yPQgQJF6Eei9e8NPTGdl5g"/>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UKWcJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UMysJF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#/"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UOA0JF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UOA0ZF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//activities"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Activities"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UREIJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UREIZF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//allocations"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Allocations"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__URrMJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__USSQJF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//blocks"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Blocks"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__US5UJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__US5UZF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//constraintblocks"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_ConstraintBlocks"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UTgYJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UUHcJF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//deprecatedelements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_DeprecatedElements"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UUHcZF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UUugJF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//modelelements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_ModelElements"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UVVkJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UVVkZF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//portsandflows"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Ports_u0026Flows"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="__UV8oJF5Eei9e8NPTGdl5g">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="__UWjsJF5Eei9e8NPTGdl5g" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.eclipse.org/papyrus/sysml/1.4/SysML#//requirements"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://SysML14_PROFILES/SysML.profile.uml#SysML.package_packagedElement_Requirements"/>
+    </profileApplication>
+  </uml:Model>
+  <Requirements:Requirement xmi:id="_Ffi6oJF6Eei9e8NPTGdl5g" base_Class="_Fd9mQJF6Eei9e8NPTGdl5g" id="org.eclipse.papyrus.bmm.R-01" text="The BMN profile shall be implemented by using a papyrus UML profile"/>
+  <Requirements:Satisfy xmi:id="_necpEJF6Eei9e8NPTGdl5g" base_DirectedRelationship="_neAkMJF6Eei9e8NPTGdl5g" base_Abstraction="_neAkMJF6Eei9e8NPTGdl5g"/>
+  <Requirements:Requirement xmi:id="_yPUKoJF6Eei9e8NPTGdl5g" base_Class="_yPQgQJF6Eei9e8NPTGdl5g" id="org.eclipse.papyrus.bmm.R-02" text="The BMM profile shall be implemented by using EMF Framework"/>
+  <Requirements:Satisfy xmi:id="_h-dV0JF7Eei9e8NPTGdl5g" base_DirectedRelationship="_h-cHsJF7Eei9e8NPTGdl5g" base_Abstraction="_h-cHsJF7Eei9e8NPTGdl5g"/>
+  <Requirements:Satisfy xmi:id="_h-gZIJF7Eei9e8NPTGdl5g" base_DirectedRelationship="_h-ej8JF7Eei9e8NPTGdl5g" base_Abstraction="_h-ej8JF7Eei9e8NPTGdl5g"/>
+  <Requirements:Satisfy xmi:id="_h-kqkJF7Eei9e8NPTGdl5g" base_DirectedRelationship="_h-iOUJF7Eei9e8NPTGdl5g" base_Abstraction="_h-iOUJF7Eei9e8NPTGdl5g"/>
+  <Requirements:Satisfy xmi:id="_vsDuQJF7Eei9e8NPTGdl5g" base_DirectedRelationship="_vsB5EJF7Eei9e8NPTGdl5g" base_Abstraction="_vsB5EJF7Eei9e8NPTGdl5g"/>
+</xmi:XMI>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/plugin.xml b/plugins/bmm/model/org.eclipse.papyrus.bmm/plugin.xml
index db0b100..a0d8912 100644
--- a/plugins/bmm/model/org.eclipse.papyrus.bmm/plugin.xml
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/plugin.xml
@@ -2,7 +2,7 @@
 <?eclipse version="3.0"?>
 
 <!--
-     Copyright (c) 2017 CEA LIST.
+     Copyright (c) 2017-2018 CEA LIST.
    
      All rights reserved. This program and the accompanying materials
      are made available under the terms of the Eclipse Public License v1.0
@@ -22,7 +22,7 @@
       <package
             uri="https://www.eclipse.org/papyrus/BMM/0.7.0/"
             class="org.eclipse.papyrus.bmm.BMMProfile.BmmPackage"
-            genModel="pathmap://BMM_PROFILE_1.3/Bmm.profile.genmodel"/>
+            genModel="model/Bmm.profile.genmodel"/>
    </extension>
    <extension
          point="org.eclipse.uml2.uml.generated_package">
@@ -31,16 +31,7 @@
             uri="https://www.eclipse.org/papyrus/BMM/0.7.0/">
       </profile>
    </extension>
-   <extension
-         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
-      <profile
-            description="Profile of the Business Motivation Model (BMM) Version 1.3"
-            iconpath="/icons/bmm_16x16.png"
-            name="BmmProfile"
-            path="pathmap://BMM_PROFILE_1.3/Bmm.profile.uml"
-            provider="Eclipse Modeling Project">
-      </profile>
-   </extension>
+  
    <extension
          point="org.eclipse.emf.ecore.uri_mapping">
       <mapping
@@ -48,12 +39,6 @@
             target="platform:/plugin/org.eclipse.papyrus.bmm/model/">
       </mapping>
    </extension>
-   <extension
-         point="org.eclipse.papyrus.infra.properties.contexts">
-      <context
-             contextModel="properties/Bmm.ctx"
-             isCustomizable="true">
-       </context>
-   </extension>
+   
 
 </plugin>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/pom.xml b/plugins/bmm/model/org.eclipse.papyrus.bmm/pom.xml
index e703191..65b45f2 100644
--- a/plugins/bmm/model/org.eclipse.papyrus.bmm/pom.xml
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/pom.xml
@@ -30,6 +30,6 @@
 	<!-- POM Description -->
 	<artifactId>org.eclipse.papyrus.bmm</artifactId>
 	<groupId>org.eclipse.papyrus</groupId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
diff --git a/plugins/bmm/model/org.eclipse.papyrus.bmm/src/org/eclipse/papyrus/bmm/Activator.java b/plugins/bmm/model/org.eclipse.papyrus.bmm/src/org/eclipse/papyrus/bmm/Activator.java
index dc0d45e..f363fa5 100644
--- a/plugins/bmm/model/org.eclipse.papyrus.bmm/src/org/eclipse/papyrus/bmm/Activator.java
+++ b/plugins/bmm/model/org.eclipse.papyrus.bmm/src/org/eclipse/papyrus/bmm/Activator.java
@@ -13,13 +13,13 @@
  *****************************************************************************/
 package org.eclipse.papyrus.bmm;
 
-import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.eclipse.core.runtime.Plugin;
 import org.osgi.framework.BundleContext;
 
 /**
  * The activator class controls the plug-in life cycle
  */
-public class Activator extends AbstractUIPlugin {
+public class Activator extends Plugin {
 
 	// The plug-in ID
 	public static final String PLUGIN_ID = "org.eclipse.papyrus.bmm"; //$NON-NLS-1$