Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-11-24 21:26:11 +0000
committerGerrit Code Review @ Eclipse.org2015-11-26 19:57:19 +0000
commit50c6b2c7f4b90cdfd1272d9d049decdcfa8c33c5 (patch)
treeb7482ee723eca18081d06c408ebc2a031a91cdef /plugins
parent50d72f8ec11d7157ce700a1e7744d6bbc8b35b99 (diff)
downloadorg.eclipse.papyrus-50c6b2c7f4b90cdfd1272d9d049decdcfa8c33c5.tar.gz
org.eclipse.papyrus-50c6b2c7f4b90cdfd1272d9d049decdcfa8c33c5.tar.xz
org.eclipse.papyrus-50c6b2c7f4b90cdfd1272d9d049decdcfa8c33c5.zip
Bug 482927: [Properties] Customization context models should have UI labels
https://bugs.eclipse.org/bugs/show_bug.cgi?id=482927 Add an optional 'label' attribute to the Context class and a derived 'userLabel' that is the 'label' if present, otherwise the 'name'. Use the new derived user label wherever appropriate in the UI: in progress monitors, informational dialogs, and especially the preference pages. In the "Property view" preference page, sort contexts by user label. Update existing context models to provide user-friendly labels.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.extendedtypes.emf/propertyView/EMFExtendedTypes/EMFExtendedTypes.ctx436
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/UMLExtendedTypes.ctx542
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.extendedtypes/propertyView/ExtendedTypes/ExtendedTypes.ctx934
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java11
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/Model/Customization.ctx2328
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/MultipleContext.xwt15
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleContext.xwt35
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/ContextStorageActionUtil.java5
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextCopyAction.java7
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextDeleteAction.java5
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextEditAction.java7
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/ui/CustomizationDialog.java7
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java9
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/css.ctx212
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/notation/notation.ctx1422
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/style.ctx1862
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/synchronization/synchronization.ctx2
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/model/nattable.ctx1764
-rw-r--r--plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/resources/UMLStereotypeApplicationExternalResource.ctx2
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/model/prop/seq.ctx224
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/propertyView/symbols/symbols.ctx68
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx10652
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UMLNotation/UMLNotation.ctx130
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/plugin.properties2
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/src-gen/org/eclipse/papyrus/views/properties/contexts/provider/ContextItemProvider.java138
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore18
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.genmodel10
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/Context.java56
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/ContextsPackage.java67
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextImpl.java97
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextsPackageImpl.java42
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsAdapterFactory.java117
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsSwitch.java19
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/preferences/Preferences.java18
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/runtime/ConfigurationConflict.java5
35 files changed, 10601 insertions, 10667 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.emf/propertyView/EMFExtendedTypes/EMFExtendedTypes.ctx b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.emf/propertyView/EMFExtendedTypes/EMFExtendedTypes.ctx
index f4bdd22124b..ac068d6610b 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.emf/propertyView/EMFExtendedTypes/EMFExtendedTypes.ctx
+++ b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.emf/propertyView/EMFExtendedTypes/EMFExtendedTypes.ctx
@@ -1,218 +1,218 @@
-<?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="_XW1j4GT2EeSYLucr8QJGMw" name="EMFExtendedTypes">
- <dependencies href="ppe:/context/org.eclipse.papyrus.customization.extendedtypes//propertyView/ExtendedTypes/ExtendedTypes.ctx#_LxfSZGTrEeSnqN8Csryy_Q"/>
- <tabs xmi:id="_XngdIGT2EeSYLucr8QJGMw" label="ExtendedTypes" id="extendedtypes" priority="100">
- <sections xmi:id="_XngdIWT2EeSYLucr8QJGMw" name="Single SetValuesActionConfiguration" sectionFile="ui/SingleSetValuesActionConfiguration.xwt">
- <widget href="ui/SingleSetValuesActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdImT2EeSYLucr8QJGMw" name="Single FeatureToSet" sectionFile="ui/SingleFeatureToSet.xwt">
- <widget href="ui/SingleFeatureToSet.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdI2T2EeSYLucr8QJGMw" name="Single FeatureValue" sectionFile="ui/SingleFeatureValue.xwt">
- <widget href="ui/SingleFeatureValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdJGT2EeSYLucr8QJGMw" name="Single DynamicValue" sectionFile="ui/SingleDynamicValue.xwt">
- <widget href="ui/SingleDynamicValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdJWT2EeSYLucr8QJGMw" name="Single ConstantValue" sectionFile="ui/SingleConstantValue.xwt">
- <widget href="ui/SingleConstantValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdJmT2EeSYLucr8QJGMw" name="Single ListValue" sectionFile="ui/SingleListValue.xwt">
- <widget href="ui/SingleListValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdJ2T2EeSYLucr8QJGMw" name="Single QueryExecutionValue" sectionFile="ui/SingleQueryExecutionValue.xwt">
- <widget href="ui/SingleQueryExecutionValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XngdKGT2EeSYLucr8QJGMw" name="Multiple SetValuesActionConfiguration" sectionFile="ui/MultipleSetValuesActionConfiguration.xwt">
- <widget href="ui/MultipleSetValuesActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnEGT2EeSYLucr8QJGMw" name="Multiple FeatureToSet" sectionFile="ui/MultipleFeatureToSet.xwt">
- <widget href="ui/MultipleFeatureToSet.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnEWT2EeSYLucr8QJGMw" name="Multiple FeatureValue" sectionFile="ui/MultipleFeatureValue.xwt">
- <widget href="ui/MultipleFeatureValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnEmT2EeSYLucr8QJGMw" name="Multiple DynamicValue" sectionFile="ui/MultipleDynamicValue.xwt">
- <widget href="ui/MultipleDynamicValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnE2T2EeSYLucr8QJGMw" name="Multiple ConstantValue" sectionFile="ui/MultipleConstantValue.xwt">
- <widget href="ui/MultipleConstantValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnFGT2EeSYLucr8QJGMw" name="Multiple ListValue" sectionFile="ui/MultipleListValue.xwt">
- <widget href="ui/MultipleListValue.xwt#/"/>
- </sections>
- <sections xmi:id="_XnpnFWT2EeSYLucr8QJGMw" name="Multiple QueryExecutionValue" sectionFile="ui/MultipleQueryExecutionValue.xwt">
- <widget href="ui/MultipleQueryExecutionValue.xwt#/"/>
- </sections>
- <sections xmi:id="_F5JlAWT2EeSYLucr8QJGMw" name="Single RuntimeValuesEditionActionConfiguration" sectionFile="ui/SingleRuntimeValuesEditionActionConfiguration.xwt">
- <widget href="ui/SingleRuntimeValuesEditionActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_F5JlAmT2EeSYLucr8QJGMw" name="Single ViewToDisplay" sectionFile="ui/SingleViewToDisplay.xwt">
- <widget href="ui/SingleViewToDisplay.xwt#/"/>
- </sections>
- <sections xmi:id="_F5JlA2T2EeSYLucr8QJGMw" name="Multiple RuntimeValuesEditionActionConfiguration" sectionFile="ui/MultipleRuntimeValuesEditionActionConfiguration.xwt">
- <widget href="ui/MultipleRuntimeValuesEditionActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_F5JlBGT2EeSYLucr8QJGMw" name="Multiple ViewToDisplay" sectionFile="ui/MultipleViewToDisplay.xwt">
- <widget href="ui/MultipleViewToDisplay.xwt#/"/>
- </sections>
- </tabs>
- <views xmi:id="_XW1j4WT2EeSYLucr8QJGMw" name="Single SetValuesActionConfiguration" sections="_XngdIWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kGmT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j4mT2EeSYLucr8QJGMw" name="isSingleSetValuesActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j42T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j5GT2EeSYLucr8QJGMw" name="className" value="SetValuesActionConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j5WT2EeSYLucr8QJGMw" name="Single FeatureToSet" sections="_XngdImT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kHGT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j5mT2EeSYLucr8QJGMw" name="isSingleFeatureToSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j52T2EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j6GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j6WT2EeSYLucr8QJGMw" name="Single FeatureValue" sections="_XngdI2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kH2T2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j6mT2EeSYLucr8QJGMw" name="isSingleFeatureValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j62T2EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j7GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j7WT2EeSYLucr8QJGMw" name="Single DynamicValue" sections="_XngdJGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIGT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j7mT2EeSYLucr8QJGMw" name="isSingleDynamicValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j72T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j8GT2EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j8WT2EeSYLucr8QJGMw" name="Single ConstantValue" sections="_XngdJWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIWT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j8mT2EeSYLucr8QJGMw" name="isSingleConstantValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j82T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j9GT2EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j9WT2EeSYLucr8QJGMw" name="Single ListValue" sections="_XngdJmT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kI2T2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j9mT2EeSYLucr8QJGMw" name="isSingleListValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j92T2EeSYLucr8QJGMw" name="className" value="ListValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j-GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j-WT2EeSYLucr8QJGMw" name="Single QueryExecutionValue" sections="_XngdJ2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kJWT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j-mT2EeSYLucr8QJGMw" name="isSingleQueryExecutionValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j-2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j_GT2EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
- </constraints>
- </views>
- <views xmi:id="_XW1j_WT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple SetValuesActionConfiguration" sections="_XngdKGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kGmT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j_mT2EeSYLucr8QJGMw" name="isMultipleSetValuesActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j_2T2EeSYLucr8QJGMw" name="className" value="SetValuesActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kAGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kAWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureToSet" sections="_XnpnEGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kHGT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kAmT2EeSYLucr8QJGMw" name="isMultipleFeatureToSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kA2T2EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kBGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kBWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureValue" sections="_XnpnEWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kH2T2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kBmT2EeSYLucr8QJGMw" name="isMultipleFeatureValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kB2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kCGT2EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kCWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple DynamicValue" sections="_XnpnEmT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIGT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kCmT2EeSYLucr8QJGMw" name="isMultipleDynamicValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kC2T2EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kDGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kDWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ConstantValue" sections="_XnpnE2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIWT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kDmT2EeSYLucr8QJGMw" name="isMultipleConstantValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kD2T2EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kEGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kEWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ListValue" sections="_XnpnFGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kI2T2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kEmT2EeSYLucr8QJGMw" name="isMultipleListValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kE2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kFGT2EeSYLucr8QJGMw" name="className" value="ListValue"/>
- </constraints>
- </views>
- <views xmi:id="_XW1kFWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple QueryExecutionValue" sections="_XnpnFWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kJWT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kFmT2EeSYLucr8QJGMw" name="isMultipleQueryExecutionValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kF2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kGGT2EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
- </constraints>
- </views>
- <views xmi:id="_FoyNwWT2EeSYLucr8QJGMw" name="Single RuntimeValuesEditionActionConfiguration" automaticContext="true" datacontexts="_FoyN0mT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNwmT2EeSYLucr8QJGMw" name="isSingleRuntimeValuesEditionActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNw2T2EeSYLucr8QJGMw" name="className" value="RuntimeValuesEditionActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNxGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
- </constraints>
- <sections href="#_F5JlAWT2EeSYLucr8QJGMw"/>
- </views>
- <views xmi:id="_FoyNxWT2EeSYLucr8QJGMw" name="Single ViewToDisplay" automaticContext="true" datacontexts="_FoyN1GT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNxmT2EeSYLucr8QJGMw" name="isSingleViewToDisplay">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNx2T2EeSYLucr8QJGMw" name="className" value="ViewToDisplay"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNyGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
- </constraints>
- <sections href="#_F5JlAmT2EeSYLucr8QJGMw"/>
- </views>
- <views xmi:id="_FoyNyWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple RuntimeValuesEditionActionConfiguration" automaticContext="true" datacontexts="_FoyN0mT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNymT2EeSYLucr8QJGMw" name="isMultipleRuntimeValuesEditionActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNy2T2EeSYLucr8QJGMw" name="className" value="RuntimeValuesEditionActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNzGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
- </constraints>
- <sections href="#_F5JlA2T2EeSYLucr8QJGMw"/>
- </views>
- <views xmi:id="_FoyNzWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ViewToDisplay" automaticContext="true" datacontexts="_FoyN1GT2EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNzmT2EeSYLucr8QJGMw" name="isMultipleViewToDisplay">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNz2T2EeSYLucr8QJGMw" name="className" value="ViewToDisplay"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyN0GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
- </constraints>
- <sections href="#_F5JlBGT2EeSYLucr8QJGMw"/>
- </views>
- <dataContexts xmi:id="_XW1kGWT2EeSYLucr8QJGMw" name="setvaluesactionconfiguration" label="setvaluesactionconfiguration">
- <elements xmi:id="_XW1kGmT2EeSYLucr8QJGMw" name="SetValuesActionConfiguration">
- <properties xmi:id="_XW1kG2T2EeSYLucr8QJGMw" name="featuresToSet" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_XW1kHGT2EeSYLucr8QJGMw" name="FeatureToSet">
- <properties xmi:id="_XW1kHWT2EeSYLucr8QJGMw" name="featureName"/>
- <properties xmi:id="_XW1kHmT2EeSYLucr8QJGMw" name="value" type="Reference"/>
- </elements>
- <elements xmi:id="_XW1kH2T2EeSYLucr8QJGMw" name="FeatureValue"/>
- <elements xmi:id="_XW1kIGT2EeSYLucr8QJGMw" name="DynamicValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw"/>
- <elements xmi:id="_XW1kIWT2EeSYLucr8QJGMw" name="ConstantValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw">
- <properties xmi:id="_XW1kImT2EeSYLucr8QJGMw" name="valueInstance" type="Reference"/>
- </elements>
- <elements xmi:id="_XW1kI2T2EeSYLucr8QJGMw" name="ListValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw">
- <properties xmi:id="_XW1kJGT2EeSYLucr8QJGMw" name="values" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_XW1kJWT2EeSYLucr8QJGMw" name="QueryExecutionValue" supertypes="_XW1kIGT2EeSYLucr8QJGMw"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_FoyN0WT2EeSYLucr8QJGMw" name="runtimevalueseditionactionconfiguration" label="runtimevalueseditionactionconfiguration">
- <elements xmi:id="_FoyN0mT2EeSYLucr8QJGMw" name="RuntimeValuesEditionActionConfiguration">
- <properties xmi:id="_FoyN02T2EeSYLucr8QJGMw" name="viewsToDisplay" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_FoyN1GT2EeSYLucr8QJGMw" name="ViewToDisplay">
- <properties xmi:id="_FoyN1WT2EeSYLucr8QJGMw" name="view" type="Reference"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
-</contexts:Context>
+<?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="_XW1j4GT2EeSYLucr8QJGMw" name="EMFExtendedTypes" label="EMF Extended Element Types">
+ <dependencies href="ppe:/context/org.eclipse.papyrus.customization.extendedtypes//propertyView/ExtendedTypes/ExtendedTypes.ctx#_LxfSZGTrEeSnqN8Csryy_Q"/>
+ <tabs xmi:id="_XngdIGT2EeSYLucr8QJGMw" label="ExtendedTypes" id="extendedtypes" priority="100">
+ <sections xmi:id="_XngdIWT2EeSYLucr8QJGMw" name="Single SetValuesActionConfiguration" sectionFile="ui/SingleSetValuesActionConfiguration.xwt">
+ <widget href="ui/SingleSetValuesActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdImT2EeSYLucr8QJGMw" name="Single FeatureToSet" sectionFile="ui/SingleFeatureToSet.xwt">
+ <widget href="ui/SingleFeatureToSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdI2T2EeSYLucr8QJGMw" name="Single FeatureValue" sectionFile="ui/SingleFeatureValue.xwt">
+ <widget href="ui/SingleFeatureValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdJGT2EeSYLucr8QJGMw" name="Single DynamicValue" sectionFile="ui/SingleDynamicValue.xwt">
+ <widget href="ui/SingleDynamicValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdJWT2EeSYLucr8QJGMw" name="Single ConstantValue" sectionFile="ui/SingleConstantValue.xwt">
+ <widget href="ui/SingleConstantValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdJmT2EeSYLucr8QJGMw" name="Single ListValue" sectionFile="ui/SingleListValue.xwt">
+ <widget href="ui/SingleListValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdJ2T2EeSYLucr8QJGMw" name="Single QueryExecutionValue" sectionFile="ui/SingleQueryExecutionValue.xwt">
+ <widget href="ui/SingleQueryExecutionValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XngdKGT2EeSYLucr8QJGMw" name="Multiple SetValuesActionConfiguration" sectionFile="ui/MultipleSetValuesActionConfiguration.xwt">
+ <widget href="ui/MultipleSetValuesActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnEGT2EeSYLucr8QJGMw" name="Multiple FeatureToSet" sectionFile="ui/MultipleFeatureToSet.xwt">
+ <widget href="ui/MultipleFeatureToSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnEWT2EeSYLucr8QJGMw" name="Multiple FeatureValue" sectionFile="ui/MultipleFeatureValue.xwt">
+ <widget href="ui/MultipleFeatureValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnEmT2EeSYLucr8QJGMw" name="Multiple DynamicValue" sectionFile="ui/MultipleDynamicValue.xwt">
+ <widget href="ui/MultipleDynamicValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnE2T2EeSYLucr8QJGMw" name="Multiple ConstantValue" sectionFile="ui/MultipleConstantValue.xwt">
+ <widget href="ui/MultipleConstantValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnFGT2EeSYLucr8QJGMw" name="Multiple ListValue" sectionFile="ui/MultipleListValue.xwt">
+ <widget href="ui/MultipleListValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_XnpnFWT2EeSYLucr8QJGMw" name="Multiple QueryExecutionValue" sectionFile="ui/MultipleQueryExecutionValue.xwt">
+ <widget href="ui/MultipleQueryExecutionValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_F5JlAWT2EeSYLucr8QJGMw" name="Single RuntimeValuesEditionActionConfiguration" sectionFile="ui/SingleRuntimeValuesEditionActionConfiguration.xwt">
+ <widget href="ui/SingleRuntimeValuesEditionActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_F5JlAmT2EeSYLucr8QJGMw" name="Single ViewToDisplay" sectionFile="ui/SingleViewToDisplay.xwt">
+ <widget href="ui/SingleViewToDisplay.xwt#/"/>
+ </sections>
+ <sections xmi:id="_F5JlA2T2EeSYLucr8QJGMw" name="Multiple RuntimeValuesEditionActionConfiguration" sectionFile="ui/MultipleRuntimeValuesEditionActionConfiguration.xwt">
+ <widget href="ui/MultipleRuntimeValuesEditionActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_F5JlBGT2EeSYLucr8QJGMw" name="Multiple ViewToDisplay" sectionFile="ui/MultipleViewToDisplay.xwt">
+ <widget href="ui/MultipleViewToDisplay.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_XW1j4WT2EeSYLucr8QJGMw" name="Single SetValuesActionConfiguration" sections="_XngdIWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kGmT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j4mT2EeSYLucr8QJGMw" name="isSingleSetValuesActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j42T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j5GT2EeSYLucr8QJGMw" name="className" value="SetValuesActionConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j5WT2EeSYLucr8QJGMw" name="Single FeatureToSet" sections="_XngdImT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kHGT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j5mT2EeSYLucr8QJGMw" name="isSingleFeatureToSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j52T2EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j6GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j6WT2EeSYLucr8QJGMw" name="Single FeatureValue" sections="_XngdI2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kH2T2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j6mT2EeSYLucr8QJGMw" name="isSingleFeatureValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j62T2EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j7GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j7WT2EeSYLucr8QJGMw" name="Single DynamicValue" sections="_XngdJGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIGT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j7mT2EeSYLucr8QJGMw" name="isSingleDynamicValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j72T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j8GT2EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j8WT2EeSYLucr8QJGMw" name="Single ConstantValue" sections="_XngdJWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIWT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j8mT2EeSYLucr8QJGMw" name="isSingleConstantValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j82T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j9GT2EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j9WT2EeSYLucr8QJGMw" name="Single ListValue" sections="_XngdJmT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kI2T2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j9mT2EeSYLucr8QJGMw" name="isSingleListValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j92T2EeSYLucr8QJGMw" name="className" value="ListValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j-GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j-WT2EeSYLucr8QJGMw" name="Single QueryExecutionValue" sections="_XngdJ2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kJWT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j-mT2EeSYLucr8QJGMw" name="isSingleQueryExecutionValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j-2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j_GT2EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1j_WT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple SetValuesActionConfiguration" sections="_XngdKGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kGmT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1j_mT2EeSYLucr8QJGMw" name="isMultipleSetValuesActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1j_2T2EeSYLucr8QJGMw" name="className" value="SetValuesActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kAGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kAWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureToSet" sections="_XnpnEGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kHGT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kAmT2EeSYLucr8QJGMw" name="isMultipleFeatureToSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kA2T2EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kBGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kBWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureValue" sections="_XnpnEWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kH2T2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kBmT2EeSYLucr8QJGMw" name="isMultipleFeatureValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kB2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kCGT2EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kCWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple DynamicValue" sections="_XnpnEmT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIGT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kCmT2EeSYLucr8QJGMw" name="isMultipleDynamicValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kC2T2EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kDGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kDWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ConstantValue" sections="_XnpnE2T2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kIWT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kDmT2EeSYLucr8QJGMw" name="isMultipleConstantValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kD2T2EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kEGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kEWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ListValue" sections="_XnpnFGT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kI2T2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kEmT2EeSYLucr8QJGMw" name="isMultipleListValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kE2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kFGT2EeSYLucr8QJGMw" name="className" value="ListValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_XW1kFWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple QueryExecutionValue" sections="_XnpnFWT2EeSYLucr8QJGMw" automaticContext="true" datacontexts="_XW1kJWT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_XW1kFmT2EeSYLucr8QJGMw" name="isMultipleQueryExecutionValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kF2T2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/setvaluesaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_XW1kGGT2EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_FoyNwWT2EeSYLucr8QJGMw" name="Single RuntimeValuesEditionActionConfiguration" automaticContext="true" datacontexts="_FoyN0mT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNwmT2EeSYLucr8QJGMw" name="isSingleRuntimeValuesEditionActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNw2T2EeSYLucr8QJGMw" name="className" value="RuntimeValuesEditionActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNxGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
+ </constraints>
+ <sections href="#_F5JlAWT2EeSYLucr8QJGMw"/>
+ </views>
+ <views xmi:id="_FoyNxWT2EeSYLucr8QJGMw" name="Single ViewToDisplay" automaticContext="true" datacontexts="_FoyN1GT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNxmT2EeSYLucr8QJGMw" name="isSingleViewToDisplay">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNx2T2EeSYLucr8QJGMw" name="className" value="ViewToDisplay"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNyGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
+ </constraints>
+ <sections href="#_F5JlAmT2EeSYLucr8QJGMw"/>
+ </views>
+ <views xmi:id="_FoyNyWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple RuntimeValuesEditionActionConfiguration" automaticContext="true" datacontexts="_FoyN0mT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNymT2EeSYLucr8QJGMw" name="isMultipleRuntimeValuesEditionActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNy2T2EeSYLucr8QJGMw" name="className" value="RuntimeValuesEditionActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNzGT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
+ </constraints>
+ <sections href="#_F5JlA2T2EeSYLucr8QJGMw"/>
+ </views>
+ <views xmi:id="_FoyNzWT2EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ViewToDisplay" automaticContext="true" datacontexts="_FoyN1GT2EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_FoyNzmT2EeSYLucr8QJGMw" name="isMultipleViewToDisplay">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyNz2T2EeSYLucr8QJGMw" name="className" value="ViewToDisplay"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_FoyN0GT2EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/emf/runtimevalueseditionaction/1.0"/>
+ </constraints>
+ <sections href="#_F5JlBGT2EeSYLucr8QJGMw"/>
+ </views>
+ <dataContexts xmi:id="_XW1kGWT2EeSYLucr8QJGMw" name="setvaluesactionconfiguration" label="setvaluesactionconfiguration">
+ <elements xmi:id="_XW1kGmT2EeSYLucr8QJGMw" name="SetValuesActionConfiguration">
+ <properties xmi:id="_XW1kG2T2EeSYLucr8QJGMw" name="featuresToSet" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_XW1kHGT2EeSYLucr8QJGMw" name="FeatureToSet">
+ <properties xmi:id="_XW1kHWT2EeSYLucr8QJGMw" name="featureName"/>
+ <properties xmi:id="_XW1kHmT2EeSYLucr8QJGMw" name="value" type="Reference"/>
+ </elements>
+ <elements xmi:id="_XW1kH2T2EeSYLucr8QJGMw" name="FeatureValue"/>
+ <elements xmi:id="_XW1kIGT2EeSYLucr8QJGMw" name="DynamicValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw"/>
+ <elements xmi:id="_XW1kIWT2EeSYLucr8QJGMw" name="ConstantValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw">
+ <properties xmi:id="_XW1kImT2EeSYLucr8QJGMw" name="valueInstance" type="Reference"/>
+ </elements>
+ <elements xmi:id="_XW1kI2T2EeSYLucr8QJGMw" name="ListValue" supertypes="_XW1kH2T2EeSYLucr8QJGMw">
+ <properties xmi:id="_XW1kJGT2EeSYLucr8QJGMw" name="values" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_XW1kJWT2EeSYLucr8QJGMw" name="QueryExecutionValue" supertypes="_XW1kIGT2EeSYLucr8QJGMw"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_FoyN0WT2EeSYLucr8QJGMw" name="runtimevalueseditionactionconfiguration" label="runtimevalueseditionactionconfiguration">
+ <elements xmi:id="_FoyN0mT2EeSYLucr8QJGMw" name="RuntimeValuesEditionActionConfiguration">
+ <properties xmi:id="_FoyN02T2EeSYLucr8QJGMw" name="viewsToDisplay" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_FoyN1GT2EeSYLucr8QJGMw" name="ViewToDisplay">
+ <properties xmi:id="_FoyN1WT2EeSYLucr8QJGMw" name="view" type="Reference"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/UMLExtendedTypes.ctx b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/UMLExtendedTypes.ctx
index a40a8e1615a..2cc5da6fc29 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/UMLExtendedTypes.ctx
+++ b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/UMLExtendedTypes.ctx
@@ -1,271 +1,271 @@
-<?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="_eFBoQGT4EeSYLucr8QJGMw" name="UMLExtendedTypes">
- <dependencies href="ppe:/context/org.eclipse.papyrus.customization.extendedtypes//propertyView/ExtendedTypes/ExtendedTypes.ctx#_LxfSZGTrEeSnqN8Csryy_Q"/>
- <tabs xmi:id="_elTDwGT4EeSYLucr8QJGMw" label="ExtendedTypes" id="extendedtypes" priority="100">
- <sections xmi:id="_elTDwWT4EeSYLucr8QJGMw" name="Single ApplyStereotypeActionConfiguration" sectionFile="ui/SingleApplyStereotypeActionConfiguration.xwt">
- <widget href="ui/SingleApplyStereotypeActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDwmT4EeSYLucr8QJGMw" name="Single StereotypeToApply" sectionFile="ui/SingleStereotypeToApply.xwt">
- <widget href="ui/SingleStereotypeToApply.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDw2T4EeSYLucr8QJGMw" name="Single FeatureToSet" sectionFile="ui/SingleFeatureToSet.xwt">
- <widget href="ui/SingleFeatureToSet.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDxGT4EeSYLucr8QJGMw" name="Single FeatureValue" sectionFile="ui/SingleFeatureValue.xwt">
- <widget href="ui/SingleFeatureValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDxWT4EeSYLucr8QJGMw" name="Single ListValue" sectionFile="ui/SingleListValue.xwt">
- <widget href="ui/SingleListValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDxmT4EeSYLucr8QJGMw" name="Single ConstantValue" sectionFile="ui/SingleConstantValue.xwt">
- <widget href="ui/SingleConstantValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDx2T4EeSYLucr8QJGMw" name="Single DynamicValue" sectionFile="ui/SingleDynamicValue.xwt">
- <widget href="ui/SingleDynamicValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDyGT4EeSYLucr8QJGMw" name="Single QueryExecutionValue" sectionFile="ui/SingleQueryExecutionValue.xwt">
- <widget href="ui/SingleQueryExecutionValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDyWT4EeSYLucr8QJGMw" name="Multiple ApplyStereotypeActionConfiguration" sectionFile="ui/MultipleApplyStereotypeActionConfiguration.xwt">
- <widget href="ui/MultipleApplyStereotypeActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDymT4EeSYLucr8QJGMw" name="Multiple StereotypeToApply" sectionFile="ui/MultipleStereotypeToApply.xwt">
- <widget href="ui/MultipleStereotypeToApply.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDy2T4EeSYLucr8QJGMw" name="Multiple FeatureToSet" sectionFile="ui/MultipleFeatureToSet.xwt">
- <widget href="ui/MultipleFeatureToSet.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDzGT4EeSYLucr8QJGMw" name="Multiple FeatureValue" sectionFile="ui/MultipleFeatureValue.xwt">
- <widget href="ui/MultipleFeatureValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDzWT4EeSYLucr8QJGMw" name="Multiple ListValue" sectionFile="ui/MultipleListValue.xwt">
- <widget href="ui/MultipleListValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDzmT4EeSYLucr8QJGMw" name="Multiple ConstantValue" sectionFile="ui/MultipleConstantValue.xwt">
- <widget href="ui/MultipleConstantValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTDz2T4EeSYLucr8QJGMw" name="Multiple DynamicValue" sectionFile="ui/MultipleDynamicValue.xwt">
- <widget href="ui/MultipleDynamicValue.xwt#/"/>
- </sections>
- <sections xmi:id="_elTD0GT4EeSYLucr8QJGMw" name="Multiple QueryExecutionValue" sectionFile="ui/MultipleQueryExecutionValue.xwt">
- <widget href="ui/MultipleQueryExecutionValue.xwt#/"/>
- </sections>
- <sections xmi:id="_lXz5YWT4EeSYLucr8QJGMw" name="Single InvariantStereotypeConfiguration" sectionFile="ui/SingleInvariantStereotypeConfiguration.xwt">
- <widget href="ui/SingleInvariantStereotypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_lXz5YmT4EeSYLucr8QJGMw" name="Multiple InvariantStereotypeConfiguration" sectionFile="ui/MultipleInvariantStereotypeConfiguration.xwt">
- <widget href="ui/MultipleInvariantStereotypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_oP2dgWT4EeSYLucr8QJGMw" name="Single SetTypeActionConfiguration" sectionFile="ui/SingleSetTypeActionConfiguration.xwt">
- <widget href="ui/SingleSetTypeActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_oP2dgmT4EeSYLucr8QJGMw" name="Multiple SetTypeActionConfiguration" sectionFile="ui/MultipleSetTypeActionConfiguration.xwt">
- <widget href="ui/MultipleSetTypeActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_q7sYsWT4EeSYLucr8QJGMw" name="Single StereotypedElementMatcherConfiguration" sectionFile="ui/SingleStereotypedElementMatcherConfiguration.xwt">
- <widget href="ui/SingleStereotypedElementMatcherConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_q7sYsmT4EeSYLucr8QJGMw" name="Multiple StereotypedElementMatcherConfiguration" sectionFile="ui/MultipleStereotypedElementMatcherConfiguration.xwt">
- <widget href="ui/MultipleStereotypedElementMatcherConfiguration.xwt#/"/>
- </sections>
- </tabs>
- <views xmi:id="_eFBoQWT4EeSYLucr8QJGMw" name="Single ApplyStereotypeActionConfiguration" sections="_elTDwWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBogmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoQmT4EeSYLucr8QJGMw" name="isSingleApplyStereotypeActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoQ2T4EeSYLucr8QJGMw" name="className" value="ApplyStereotypeActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoRGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoRWT4EeSYLucr8QJGMw" name="Single StereotypeToApply" sections="_elTDwmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBohGT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoRmT4EeSYLucr8QJGMw" name="isSingleStereotypeToApply">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoR2T4EeSYLucr8QJGMw" name="className" value="StereotypeToApply"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoSGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoSWT4EeSYLucr8QJGMw" name="Single FeatureToSet" sections="_elTDw2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoiWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoSmT4EeSYLucr8QJGMw" name="isSingleFeatureToSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoS2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoTGT4EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoTWT4EeSYLucr8QJGMw" name="Single FeatureValue" sections="_elTDxGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojGT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoTmT4EeSYLucr8QJGMw" name="isSingleFeatureValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoT2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoUGT4EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoUWT4EeSYLucr8QJGMw" name="Single ListValue" sections="_elTDxWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoUmT4EeSYLucr8QJGMw" name="isSingleListValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoU2T4EeSYLucr8QJGMw" name="className" value="ListValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoVGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoVWT4EeSYLucr8QJGMw" name="Single ConstantValue" sections="_elTDxmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoj2T4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoVmT4EeSYLucr8QJGMw" name="isSingleConstantValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoV2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoWGT4EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoWWT4EeSYLucr8QJGMw" name="Single DynamicValue" sections="_elTDx2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoWmT4EeSYLucr8QJGMw" name="isSingleDynamicValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoW2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoXGT4EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoXWT4EeSYLucr8QJGMw" name="Single QueryExecutionValue" sections="_elTDyGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoXmT4EeSYLucr8QJGMw" name="isSingleQueryExecutionValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoX2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoYGT4EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoYWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ApplyStereotypeActionConfiguration" sections="_elTDyWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBogmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoYmT4EeSYLucr8QJGMw" name="isMultipleApplyStereotypeActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoY2T4EeSYLucr8QJGMw" name="className" value="ApplyStereotypeActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoZGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoZWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple StereotypeToApply" sections="_elTDymT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBohGT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoZmT4EeSYLucr8QJGMw" name="isMultipleStereotypeToApply">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoZ2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoaGT4EeSYLucr8QJGMw" name="className" value="StereotypeToApply"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoaWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureToSet" sections="_elTDy2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoiWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoamT4EeSYLucr8QJGMw" name="isMultipleFeatureToSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoa2T4EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBobGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBobWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureValue" sections="_elTDzGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojGT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBobmT4EeSYLucr8QJGMw" name="isMultipleFeatureValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBob2T4EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBocGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBocWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ListValue" sections="_elTDzWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBocmT4EeSYLucr8QJGMw" name="isMultipleListValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoc2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBodGT4EeSYLucr8QJGMw" name="className" value="ListValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBodWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ConstantValue" sections="_elTDzmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoj2T4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBodmT4EeSYLucr8QJGMw" name="isMultipleConstantValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBod2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoeGT4EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
- </constraints>
- </views>
- <views xmi:id="_eFBoeWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple DynamicValue" sections="_elTDz2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokWT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoemT4EeSYLucr8QJGMw" name="isMultipleDynamicValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoe2T4EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBofGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_eFBofWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple QueryExecutionValue" sections="_elTD0GT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBofmT4EeSYLucr8QJGMw" name="isMultipleQueryExecutionValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBof2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBogGT4EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
- </constraints>
- </views>
- <views xmi:id="_qx3uUWT4EeSYLucr8QJGMw" name="Single StereotypedElementMatcherConfiguration" sections="_q7sYsWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_qx3uWmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_qx3uUmT4EeSYLucr8QJGMw" name="isSingleStereotypedElementMatcherConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uU2T4EeSYLucr8QJGMw" name="className" value="StereotypedElementMatcherConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uVGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/payrus/extendedtypes/uml/stereotypematcherconfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_qx3uVWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple StereotypedElementMatcherConfiguration" sections="_q7sYsmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_qx3uWmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_qx3uVmT4EeSYLucr8QJGMw" name="isMultipleStereotypedElementMatcherConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uV2T4EeSYLucr8QJGMw" name="className" value="StereotypedElementMatcherConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uWGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/payrus/extendedtypes/uml/stereotypematcherconfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_oIHd0WT4EeSYLucr8QJGMw" name="Single SetTypeActionConfiguration" sections="_oP2dgWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_oIHd2mT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_oIHd0mT4EeSYLucr8QJGMw" name="isSingleSetTypeActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd02T4EeSYLucr8QJGMw" name="className" value="SetTypeActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd1GT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/settypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_oIHd1WT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple SetTypeActionConfiguration" sections="_oP2dgmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_oIHd2mT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_oIHd1mT4EeSYLucr8QJGMw" name="isMultipleSetTypeActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd12T4EeSYLucr8QJGMw" name="className" value="SetTypeActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd2GT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/settypeaction/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_lG_2MWT4EeSYLucr8QJGMw" name="Single InvariantStereotypeConfiguration" sections="_lXz5YWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_lG_2OmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_lG_2MmT4EeSYLucr8QJGMw" name="isSingleInvariantStereotypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2M2T4EeSYLucr8QJGMw" name="className" value="InvariantStereotypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2NGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/stereotype/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_lG_2NWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple InvariantStereotypeConfiguration" sections="_lXz5YmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_lG_2OmT4EeSYLucr8QJGMw">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_lG_2NmT4EeSYLucr8QJGMw" name="isMultipleInvariantStereotypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2N2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/stereotype/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2OGT4EeSYLucr8QJGMw" name="className" value="InvariantStereotypeConfiguration"/>
- </constraints>
- </views>
- <dataContexts xmi:id="_eFBogWT4EeSYLucr8QJGMw" name="applystereotypeactionconfiguration" label="applystereotypeactionconfiguration">
- <elements xmi:id="_eFBogmT4EeSYLucr8QJGMw" name="ApplyStereotypeActionConfiguration">
- <properties xmi:id="_eFBog2T4EeSYLucr8QJGMw" name="stereotypesToApply" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_eFBohGT4EeSYLucr8QJGMw" name="StereotypeToApply">
- <properties xmi:id="_eFBohWT4EeSYLucr8QJGMw" name="stereotypeQualifiedName"/>
- <properties xmi:id="_eFBohmT4EeSYLucr8QJGMw" name="updateName" type="Boolean"/>
- <properties xmi:id="_eFBoh2T4EeSYLucr8QJGMw" name="requiredProfiles" multiplicity="-1"/>
- <properties xmi:id="_eFBoiGT4EeSYLucr8QJGMw" name="featuresToSet" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_eFBoiWT4EeSYLucr8QJGMw" name="FeatureToSet">
- <properties xmi:id="_eFBoimT4EeSYLucr8QJGMw" name="featureName"/>
- <properties xmi:id="_eFBoi2T4EeSYLucr8QJGMw" name="value" type="Reference"/>
- </elements>
- <elements xmi:id="_eFBojGT4EeSYLucr8QJGMw" name="FeatureValue"/>
- <elements xmi:id="_eFBojWT4EeSYLucr8QJGMw" name="ListValue" supertypes="_eFBojGT4EeSYLucr8QJGMw">
- <properties xmi:id="_eFBojmT4EeSYLucr8QJGMw" name="values" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_eFBoj2T4EeSYLucr8QJGMw" name="ConstantValue" supertypes="_eFBojGT4EeSYLucr8QJGMw">
- <properties xmi:id="_eFBokGT4EeSYLucr8QJGMw" name="valueInstance" type="Reference"/>
- </elements>
- <elements xmi:id="_eFBokWT4EeSYLucr8QJGMw" name="DynamicValue" supertypes="_eFBojGT4EeSYLucr8QJGMw"/>
- <elements xmi:id="_eFBokmT4EeSYLucr8QJGMw" name="QueryExecutionValue" supertypes="_eFBokWT4EeSYLucr8QJGMw"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_qx3uWWT4EeSYLucr8QJGMw" name="stereotypedelementmatcherconfiguration" label="stereotypedelementmatcherconfiguration">
- <elements xmi:id="_qx3uWmT4EeSYLucr8QJGMw" name="StereotypedElementMatcherConfiguration">
- <properties xmi:id="_qx3uW2T4EeSYLucr8QJGMw" name="stereotypedQualifiedName"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_oIHd2WT4EeSYLucr8QJGMw" name="settypeactionconfiguration" label="settypeactionconfiguration">
- <elements xmi:id="_oIHd2mT4EeSYLucr8QJGMw" name="SetTypeActionConfiguration">
- <properties xmi:id="_oIHd22T4EeSYLucr8QJGMw" name="validTypes" multiplicity="-1"/>
- <properties xmi:id="_oIHd3GT4EeSYLucr8QJGMw" name="creationTypes" multiplicity="-1"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_lG_2OWT4EeSYLucr8QJGMw" name="invariantstereotypeconfiguration" label="invariantstereotypeconfiguration">
- <elements xmi:id="_lG_2OmT4EeSYLucr8QJGMw" name="InvariantStereotypeConfiguration">
- <properties xmi:id="_lG_2O2T4EeSYLucr8QJGMw" name="stereotypeQualifiedName"/>
- <properties xmi:id="_lG_2PGT4EeSYLucr8QJGMw" name="requiredProfile"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
-</contexts:Context>
+<?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="_eFBoQGT4EeSYLucr8QJGMw" name="UMLExtendedTypes" label="UML Extended Element Types">
+ <dependencies href="ppe:/context/org.eclipse.papyrus.customization.extendedtypes//propertyView/ExtendedTypes/ExtendedTypes.ctx#_LxfSZGTrEeSnqN8Csryy_Q"/>
+ <tabs xmi:id="_elTDwGT4EeSYLucr8QJGMw" label="ExtendedTypes" id="extendedtypes" priority="100">
+ <sections xmi:id="_elTDwWT4EeSYLucr8QJGMw" name="Single ApplyStereotypeActionConfiguration" sectionFile="ui/SingleApplyStereotypeActionConfiguration.xwt">
+ <widget href="ui/SingleApplyStereotypeActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDwmT4EeSYLucr8QJGMw" name="Single StereotypeToApply" sectionFile="ui/SingleStereotypeToApply.xwt">
+ <widget href="ui/SingleStereotypeToApply.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDw2T4EeSYLucr8QJGMw" name="Single FeatureToSet" sectionFile="ui/SingleFeatureToSet.xwt">
+ <widget href="ui/SingleFeatureToSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDxGT4EeSYLucr8QJGMw" name="Single FeatureValue" sectionFile="ui/SingleFeatureValue.xwt">
+ <widget href="ui/SingleFeatureValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDxWT4EeSYLucr8QJGMw" name="Single ListValue" sectionFile="ui/SingleListValue.xwt">
+ <widget href="ui/SingleListValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDxmT4EeSYLucr8QJGMw" name="Single ConstantValue" sectionFile="ui/SingleConstantValue.xwt">
+ <widget href="ui/SingleConstantValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDx2T4EeSYLucr8QJGMw" name="Single DynamicValue" sectionFile="ui/SingleDynamicValue.xwt">
+ <widget href="ui/SingleDynamicValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDyGT4EeSYLucr8QJGMw" name="Single QueryExecutionValue" sectionFile="ui/SingleQueryExecutionValue.xwt">
+ <widget href="ui/SingleQueryExecutionValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDyWT4EeSYLucr8QJGMw" name="Multiple ApplyStereotypeActionConfiguration" sectionFile="ui/MultipleApplyStereotypeActionConfiguration.xwt">
+ <widget href="ui/MultipleApplyStereotypeActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDymT4EeSYLucr8QJGMw" name="Multiple StereotypeToApply" sectionFile="ui/MultipleStereotypeToApply.xwt">
+ <widget href="ui/MultipleStereotypeToApply.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDy2T4EeSYLucr8QJGMw" name="Multiple FeatureToSet" sectionFile="ui/MultipleFeatureToSet.xwt">
+ <widget href="ui/MultipleFeatureToSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDzGT4EeSYLucr8QJGMw" name="Multiple FeatureValue" sectionFile="ui/MultipleFeatureValue.xwt">
+ <widget href="ui/MultipleFeatureValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDzWT4EeSYLucr8QJGMw" name="Multiple ListValue" sectionFile="ui/MultipleListValue.xwt">
+ <widget href="ui/MultipleListValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDzmT4EeSYLucr8QJGMw" name="Multiple ConstantValue" sectionFile="ui/MultipleConstantValue.xwt">
+ <widget href="ui/MultipleConstantValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTDz2T4EeSYLucr8QJGMw" name="Multiple DynamicValue" sectionFile="ui/MultipleDynamicValue.xwt">
+ <widget href="ui/MultipleDynamicValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_elTD0GT4EeSYLucr8QJGMw" name="Multiple QueryExecutionValue" sectionFile="ui/MultipleQueryExecutionValue.xwt">
+ <widget href="ui/MultipleQueryExecutionValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_lXz5YWT4EeSYLucr8QJGMw" name="Single InvariantStereotypeConfiguration" sectionFile="ui/SingleInvariantStereotypeConfiguration.xwt">
+ <widget href="ui/SingleInvariantStereotypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_lXz5YmT4EeSYLucr8QJGMw" name="Multiple InvariantStereotypeConfiguration" sectionFile="ui/MultipleInvariantStereotypeConfiguration.xwt">
+ <widget href="ui/MultipleInvariantStereotypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_oP2dgWT4EeSYLucr8QJGMw" name="Single SetTypeActionConfiguration" sectionFile="ui/SingleSetTypeActionConfiguration.xwt">
+ <widget href="ui/SingleSetTypeActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_oP2dgmT4EeSYLucr8QJGMw" name="Multiple SetTypeActionConfiguration" sectionFile="ui/MultipleSetTypeActionConfiguration.xwt">
+ <widget href="ui/MultipleSetTypeActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_q7sYsWT4EeSYLucr8QJGMw" name="Single StereotypedElementMatcherConfiguration" sectionFile="ui/SingleStereotypedElementMatcherConfiguration.xwt">
+ <widget href="ui/SingleStereotypedElementMatcherConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_q7sYsmT4EeSYLucr8QJGMw" name="Multiple StereotypedElementMatcherConfiguration" sectionFile="ui/MultipleStereotypedElementMatcherConfiguration.xwt">
+ <widget href="ui/MultipleStereotypedElementMatcherConfiguration.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_eFBoQWT4EeSYLucr8QJGMw" name="Single ApplyStereotypeActionConfiguration" sections="_elTDwWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBogmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoQmT4EeSYLucr8QJGMw" name="isSingleApplyStereotypeActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoQ2T4EeSYLucr8QJGMw" name="className" value="ApplyStereotypeActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoRGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoRWT4EeSYLucr8QJGMw" name="Single StereotypeToApply" sections="_elTDwmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBohGT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoRmT4EeSYLucr8QJGMw" name="isSingleStereotypeToApply">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoR2T4EeSYLucr8QJGMw" name="className" value="StereotypeToApply"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoSGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoSWT4EeSYLucr8QJGMw" name="Single FeatureToSet" sections="_elTDw2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoiWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoSmT4EeSYLucr8QJGMw" name="isSingleFeatureToSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoS2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoTGT4EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoTWT4EeSYLucr8QJGMw" name="Single FeatureValue" sections="_elTDxGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojGT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoTmT4EeSYLucr8QJGMw" name="isSingleFeatureValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoT2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoUGT4EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoUWT4EeSYLucr8QJGMw" name="Single ListValue" sections="_elTDxWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoUmT4EeSYLucr8QJGMw" name="isSingleListValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoU2T4EeSYLucr8QJGMw" name="className" value="ListValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoVGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoVWT4EeSYLucr8QJGMw" name="Single ConstantValue" sections="_elTDxmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoj2T4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoVmT4EeSYLucr8QJGMw" name="isSingleConstantValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoV2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoWGT4EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoWWT4EeSYLucr8QJGMw" name="Single DynamicValue" sections="_elTDx2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoWmT4EeSYLucr8QJGMw" name="isSingleDynamicValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoW2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoXGT4EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoXWT4EeSYLucr8QJGMw" name="Single QueryExecutionValue" sections="_elTDyGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoXmT4EeSYLucr8QJGMw" name="isSingleQueryExecutionValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoX2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoYGT4EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoYWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ApplyStereotypeActionConfiguration" sections="_elTDyWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBogmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoYmT4EeSYLucr8QJGMw" name="isMultipleApplyStereotypeActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoY2T4EeSYLucr8QJGMw" name="className" value="ApplyStereotypeActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoZGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoZWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple StereotypeToApply" sections="_elTDymT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBohGT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoZmT4EeSYLucr8QJGMw" name="isMultipleStereotypeToApply">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoZ2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoaGT4EeSYLucr8QJGMw" name="className" value="StereotypeToApply"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoaWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureToSet" sections="_elTDy2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoiWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoamT4EeSYLucr8QJGMw" name="isMultipleFeatureToSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoa2T4EeSYLucr8QJGMw" name="className" value="FeatureToSet"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBobGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBobWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple FeatureValue" sections="_elTDzGT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojGT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBobmT4EeSYLucr8QJGMw" name="isMultipleFeatureValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBob2T4EeSYLucr8QJGMw" name="className" value="FeatureValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBocGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBocWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ListValue" sections="_elTDzWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBojWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBocmT4EeSYLucr8QJGMw" name="isMultipleListValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoc2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBodGT4EeSYLucr8QJGMw" name="className" value="ListValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBodWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple ConstantValue" sections="_elTDzmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBoj2T4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBodmT4EeSYLucr8QJGMw" name="isMultipleConstantValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBod2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoeGT4EeSYLucr8QJGMw" name="className" value="ConstantValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBoeWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple DynamicValue" sections="_elTDz2T4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokWT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBoemT4EeSYLucr8QJGMw" name="isMultipleDynamicValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBoe2T4EeSYLucr8QJGMw" name="className" value="DynamicValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBofGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_eFBofWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple QueryExecutionValue" sections="_elTD0GT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_eFBokmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_eFBofmT4EeSYLucr8QJGMw" name="isMultipleQueryExecutionValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBof2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/applystereotypeaction/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_eFBogGT4EeSYLucr8QJGMw" name="className" value="QueryExecutionValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_qx3uUWT4EeSYLucr8QJGMw" name="Single StereotypedElementMatcherConfiguration" sections="_q7sYsWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_qx3uWmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_qx3uUmT4EeSYLucr8QJGMw" name="isSingleStereotypedElementMatcherConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uU2T4EeSYLucr8QJGMw" name="className" value="StereotypedElementMatcherConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uVGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/payrus/extendedtypes/uml/stereotypematcherconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_qx3uVWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple StereotypedElementMatcherConfiguration" sections="_q7sYsmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_qx3uWmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_qx3uVmT4EeSYLucr8QJGMw" name="isMultipleStereotypedElementMatcherConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uV2T4EeSYLucr8QJGMw" name="className" value="StereotypedElementMatcherConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_qx3uWGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/payrus/extendedtypes/uml/stereotypematcherconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_oIHd0WT4EeSYLucr8QJGMw" name="Single SetTypeActionConfiguration" sections="_oP2dgWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_oIHd2mT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_oIHd0mT4EeSYLucr8QJGMw" name="isSingleSetTypeActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd02T4EeSYLucr8QJGMw" name="className" value="SetTypeActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd1GT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/settypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_oIHd1WT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple SetTypeActionConfiguration" sections="_oP2dgmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_oIHd2mT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_oIHd1mT4EeSYLucr8QJGMw" name="isMultipleSetTypeActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd12T4EeSYLucr8QJGMw" name="className" value="SetTypeActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_oIHd2GT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/uml/settypeaction/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_lG_2MWT4EeSYLucr8QJGMw" name="Single InvariantStereotypeConfiguration" sections="_lXz5YWT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_lG_2OmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_lG_2MmT4EeSYLucr8QJGMw" name="isSingleInvariantStereotypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2M2T4EeSYLucr8QJGMw" name="className" value="InvariantStereotypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2NGT4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/stereotype/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_lG_2NWT4EeSYLucr8QJGMw" elementMultiplicity="-1" name="Multiple InvariantStereotypeConfiguration" sections="_lXz5YmT4EeSYLucr8QJGMw" automaticContext="true" datacontexts="_lG_2OmT4EeSYLucr8QJGMw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_lG_2NmT4EeSYLucr8QJGMw" name="isMultipleInvariantStereotypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2N2T4EeSYLucr8QJGMw" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/stereotype/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_lG_2OGT4EeSYLucr8QJGMw" name="className" value="InvariantStereotypeConfiguration"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_eFBogWT4EeSYLucr8QJGMw" name="applystereotypeactionconfiguration" label="applystereotypeactionconfiguration">
+ <elements xmi:id="_eFBogmT4EeSYLucr8QJGMw" name="ApplyStereotypeActionConfiguration">
+ <properties xmi:id="_eFBog2T4EeSYLucr8QJGMw" name="stereotypesToApply" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_eFBohGT4EeSYLucr8QJGMw" name="StereotypeToApply">
+ <properties xmi:id="_eFBohWT4EeSYLucr8QJGMw" name="stereotypeQualifiedName"/>
+ <properties xmi:id="_eFBohmT4EeSYLucr8QJGMw" name="updateName" type="Boolean"/>
+ <properties xmi:id="_eFBoh2T4EeSYLucr8QJGMw" name="requiredProfiles" multiplicity="-1"/>
+ <properties xmi:id="_eFBoiGT4EeSYLucr8QJGMw" name="featuresToSet" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_eFBoiWT4EeSYLucr8QJGMw" name="FeatureToSet">
+ <properties xmi:id="_eFBoimT4EeSYLucr8QJGMw" name="featureName"/>
+ <properties xmi:id="_eFBoi2T4EeSYLucr8QJGMw" name="value" type="Reference"/>
+ </elements>
+ <elements xmi:id="_eFBojGT4EeSYLucr8QJGMw" name="FeatureValue"/>
+ <elements xmi:id="_eFBojWT4EeSYLucr8QJGMw" name="ListValue" supertypes="_eFBojGT4EeSYLucr8QJGMw">
+ <properties xmi:id="_eFBojmT4EeSYLucr8QJGMw" name="values" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_eFBoj2T4EeSYLucr8QJGMw" name="ConstantValue" supertypes="_eFBojGT4EeSYLucr8QJGMw">
+ <properties xmi:id="_eFBokGT4EeSYLucr8QJGMw" name="valueInstance" type="Reference"/>
+ </elements>
+ <elements xmi:id="_eFBokWT4EeSYLucr8QJGMw" name="DynamicValue" supertypes="_eFBojGT4EeSYLucr8QJGMw"/>
+ <elements xmi:id="_eFBokmT4EeSYLucr8QJGMw" name="QueryExecutionValue" supertypes="_eFBokWT4EeSYLucr8QJGMw"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_qx3uWWT4EeSYLucr8QJGMw" name="stereotypedelementmatcherconfiguration" label="stereotypedelementmatcherconfiguration">
+ <elements xmi:id="_qx3uWmT4EeSYLucr8QJGMw" name="StereotypedElementMatcherConfiguration">
+ <properties xmi:id="_qx3uW2T4EeSYLucr8QJGMw" name="stereotypedQualifiedName"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_oIHd2WT4EeSYLucr8QJGMw" name="settypeactionconfiguration" label="settypeactionconfiguration">
+ <elements xmi:id="_oIHd2mT4EeSYLucr8QJGMw" name="SetTypeActionConfiguration">
+ <properties xmi:id="_oIHd22T4EeSYLucr8QJGMw" name="validTypes" multiplicity="-1"/>
+ <properties xmi:id="_oIHd3GT4EeSYLucr8QJGMw" name="creationTypes" multiplicity="-1"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_lG_2OWT4EeSYLucr8QJGMw" name="invariantstereotypeconfiguration" label="invariantstereotypeconfiguration">
+ <elements xmi:id="_lG_2OmT4EeSYLucr8QJGMw" name="InvariantStereotypeConfiguration">
+ <properties xmi:id="_lG_2O2T4EeSYLucr8QJGMw" name="stereotypeQualifiedName"/>
+ <properties xmi:id="_lG_2PGT4EeSYLucr8QJGMw" name="requiredProfile"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes/propertyView/ExtendedTypes/ExtendedTypes.ctx b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes/propertyView/ExtendedTypes/ExtendedTypes.ctx
index b2b3892ee90..2ddc51fc435 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes/propertyView/ExtendedTypes/ExtendedTypes.ctx
+++ b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes/propertyView/ExtendedTypes/ExtendedTypes.ctx
@@ -1,468 +1,466 @@
-<?xml version="1.0" encoding="ASCII"?>
-<xmi:XMI 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">
- <contexts:Context xmi:id="_LxfSZGTrEeSnqN8Csryy_Q" name="ExtendedTypes">
- <tabs xmi:id="_LxfSZWTrEeSnqN8Csryy_Q" label="ExtendedTypes" id="extendedtypes" priority="100">
- <sections xmi:id="_LxfSZmTrEeSnqN8Csryy_Q" name="Single ExtendedElementTypeSet" sectionFile="ui/SingleExtendedElementTypeSet.xwt">
- <widget href="ui/SingleExtendedElementTypeSet.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSZ2TrEeSnqN8Csryy_Q" name="Single ElementTypeConfiguration" sectionFile="ui/SingleElementTypeConfiguration.xwt">
- <widget href="ui/SingleElementTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSaGTrEeSnqN8Csryy_Q" name="Single IconEntry" sectionFile="ui/SingleIconEntry.xwt">
- <widget href="ui/SingleIconEntry.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSaWTrEeSnqN8Csryy_Q" name="Single ConfigurationElement" sectionFile="ui/SingleConfigurationElement.xwt">
- <widget href="ui/SingleConfigurationElement.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSamTrEeSnqN8Csryy_Q" name="Single MatcherConfiguration" sectionFile="ui/SingleMatcherConfiguration.xwt">
- <widget href="ui/SingleMatcherConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSa2TrEeSnqN8Csryy_Q" name="Single ActionConfiguration" sectionFile="ui/SingleActionConfiguration.xwt">
- <widget href="ui/SingleActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSbGTrEeSnqN8Csryy_Q" name="Single ViewActionConfiguration" sectionFile="ui/SingleViewActionConfiguration.xwt">
- <widget href="ui/SingleViewActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSbWTrEeSnqN8Csryy_Q" name="Single SemanticActionConfiguration" sectionFile="ui/SingleSemanticActionConfiguration.xwt">
- <widget href="ui/SingleSemanticActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSbmTrEeSnqN8Csryy_Q" name="Single SemanticTypeConfiguration" sectionFile="ui/SingleSemanticTypeConfiguration.xwt">
- <widget href="ui/SingleSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSb2TrEeSnqN8Csryy_Q" name="Single ViewTypeConfiguration" sectionFile="ui/SingleViewTypeConfiguration.xwt">
- <widget href="ui/SingleViewTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfScGTrEeSnqN8Csryy_Q" name="Single ElementTypeAdviceConfiguration" sectionFile="ui/SingleElementTypeAdviceConfiguration.xwt">
- <widget href="ui/SingleElementTypeAdviceConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfScWTrEeSnqN8Csryy_Q" name="Single AspectSemanticTypeConfiguration" sectionFile="ui/SingleAspectSemanticTypeConfiguration.xwt">
- <widget href="ui/SingleAspectSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfScmTrEeSnqN8Csryy_Q" name="Single AspectViewTypeConfiguration" sectionFile="ui/SingleAspectViewTypeConfiguration.xwt">
- <widget href="ui/SingleAspectViewTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSc2TrEeSnqN8Csryy_Q" name="Multiple ExtendedElementTypeSet" sectionFile="ui/MultipleExtendedElementTypeSet.xwt">
- <widget href="ui/MultipleExtendedElementTypeSet.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSdGTrEeSnqN8Csryy_Q" name="Multiple ElementTypeConfiguration" sectionFile="ui/MultipleElementTypeConfiguration.xwt">
- <widget href="ui/MultipleElementTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSdWTrEeSnqN8Csryy_Q" name="Multiple IconEntry" sectionFile="ui/MultipleIconEntry.xwt">
- <widget href="ui/MultipleIconEntry.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSdmTrEeSnqN8Csryy_Q" name="Multiple ConfigurationElement" sectionFile="ui/MultipleConfigurationElement.xwt">
- <widget href="ui/MultipleConfigurationElement.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSd2TrEeSnqN8Csryy_Q" name="Multiple MatcherConfiguration" sectionFile="ui/MultipleMatcherConfiguration.xwt">
- <widget href="ui/MultipleMatcherConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSeGTrEeSnqN8Csryy_Q" name="Multiple ActionConfiguration" sectionFile="ui/MultipleActionConfiguration.xwt">
- <widget href="ui/MultipleActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSeWTrEeSnqN8Csryy_Q" name="Multiple ViewActionConfiguration" sectionFile="ui/MultipleViewActionConfiguration.xwt">
- <widget href="ui/MultipleViewActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSemTrEeSnqN8Csryy_Q" name="Multiple SemanticActionConfiguration" sectionFile="ui/MultipleSemanticActionConfiguration.xwt">
- <widget href="ui/MultipleSemanticActionConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSe2TrEeSnqN8Csryy_Q" name="Multiple SemanticTypeConfiguration" sectionFile="ui/MultipleSemanticTypeConfiguration.xwt">
- <widget href="ui/MultipleSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSfGTrEeSnqN8Csryy_Q" name="Multiple ViewTypeConfiguration" sectionFile="ui/MultipleViewTypeConfiguration.xwt">
- <widget href="ui/MultipleViewTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSfWTrEeSnqN8Csryy_Q" name="Multiple ElementTypeAdviceConfiguration" sectionFile="ui/MultipleElementTypeAdviceConfiguration.xwt">
- <widget href="ui/MultipleElementTypeAdviceConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSfmTrEeSnqN8Csryy_Q" name="Multiple AspectSemanticTypeConfiguration" sectionFile="ui/MultipleAspectSemanticTypeConfiguration.xwt">
- <widget href="ui/MultipleAspectSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSf2TrEeSnqN8Csryy_Q" name="Multiple AspectViewTypeConfiguration" sectionFile="ui/MultipleAspectViewTypeConfiguration.xwt">
- <widget href="ui/MultipleAspectViewTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSgGTrEeSnqN8Csryy_Q" name="Single InvariantContainerConfiguration" sectionFile="ui/SingleInvariantContainerConfiguration.xwt">
- <widget href="ui/SingleInvariantContainerConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSgWTrEeSnqN8Csryy_Q" name="Single HierarchyPermission" sectionFile="ui/SingleHierarchyPermission.xwt">
- <widget href="ui/SingleHierarchyPermission.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSgmTrEeSnqN8Csryy_Q" name="Multiple InvariantContainerConfiguration" sectionFile="ui/MultipleInvariantContainerConfiguration.xwt">
- <widget href="ui/MultipleInvariantContainerConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSg2TrEeSnqN8Csryy_Q" name="Multiple HierarchyPermission" sectionFile="ui/MultipleHierarchyPermission.xwt">
- <widget href="ui/MultipleHierarchyPermission.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfShGTrEeSnqN8Csryy_Q" name="Single InvariantSemanticTypeConfiguration" sectionFile="ui/SingleInvariantSemanticTypeConfiguration.xwt">
- <widget href="ui/SingleInvariantSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfShWTrEeSnqN8Csryy_Q" name="Single InvariantRuleConfiguration" sectionFile="ui/SingleInvariantRuleConfiguration.xwt">
- <widget href="ui/SingleInvariantRuleConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfShmTrEeSnqN8Csryy_Q" name="Single ComposedRuleConfiguration" sectionFile="ui/SingleComposedRuleConfiguration.xwt">
- <widget href="ui/SingleComposedRuleConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSh2TrEeSnqN8Csryy_Q" name="Single AndRule" sectionFile="ui/SingleAndRule.xwt">
- <widget href="ui/SingleAndRule.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSiGTrEeSnqN8Csryy_Q" name="Single OrRule" sectionFile="ui/SingleOrRule.xwt">
- <widget href="ui/SingleOrRule.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSiWTrEeSnqN8Csryy_Q" name="Multiple InvariantSemanticTypeConfiguration" sectionFile="ui/MultipleInvariantSemanticTypeConfiguration.xwt">
- <widget href="ui/MultipleInvariantSemanticTypeConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSimTrEeSnqN8Csryy_Q" name="Multiple InvariantRuleConfiguration" sectionFile="ui/MultipleInvariantRuleConfiguration.xwt">
- <widget href="ui/MultipleInvariantRuleConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSi2TrEeSnqN8Csryy_Q" name="Multiple ComposedRuleConfiguration" sectionFile="ui/MultipleComposedRuleConfiguration.xwt">
- <widget href="ui/MultipleComposedRuleConfiguration.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSjGTrEeSnqN8Csryy_Q" name="Multiple AndRule" sectionFile="ui/MultipleAndRule.xwt">
- <widget href="ui/MultipleAndRule.xwt#/"/>
- </sections>
- <sections xmi:id="_LxfSjWTrEeSnqN8Csryy_Q" name="Multiple OrRule" sectionFile="ui/MultipleOrRule.xwt">
- <widget href="ui/MultipleOrRule.xwt#/"/>
- </sections>
- </tabs>
- <views xmi:id="_LxfSjmTrEeSnqN8Csryy_Q" name="Single ExtendedElementTypeSet" sections="_LxfSZmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTL2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSj2TrEeSnqN8Csryy_Q" name="isSingleExtendedElementTypeSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSkGTrEeSnqN8Csryy_Q" name="className" value="ExtendedElementTypeSet"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSkWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSkmTrEeSnqN8Csryy_Q" name="Single ElementTypeConfiguration" sections="_LxfSZ2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTMmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSk2TrEeSnqN8Csryy_Q" name="isSingleElementTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSlGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSlWTrEeSnqN8Csryy_Q" name="className" value="ElementTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSlmTrEeSnqN8Csryy_Q" name="Single IconEntry" sections="_LxfSaGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTN2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSl2TrEeSnqN8Csryy_Q" name="isSingleIconEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSmGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSmWTrEeSnqN8Csryy_Q" name="className" value="IconEntry"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSmmTrEeSnqN8Csryy_Q" name="Single ConfigurationElement" sections="_LxfSaWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTOmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSm2TrEeSnqN8Csryy_Q" name="isSingleConfigurationElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSnGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSnWTrEeSnqN8Csryy_Q" name="className" value="ConfigurationElement"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSnmTrEeSnqN8Csryy_Q" name="Single MatcherConfiguration" sections="_LxfSamTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTP2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSn2TrEeSnqN8Csryy_Q" name="isSingleMatcherConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSoGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSoWTrEeSnqN8Csryy_Q" name="className" value="MatcherConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSomTrEeSnqN8Csryy_Q" name="Single ActionConfiguration" sections="_LxfSa2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSo2TrEeSnqN8Csryy_Q" name="isSingleActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSpGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSpWTrEeSnqN8Csryy_Q" name="className" value="ActionConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSpmTrEeSnqN8Csryy_Q" name="Single ViewActionConfiguration" sections="_LxfSbGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSp2TrEeSnqN8Csryy_Q" name="isSingleViewActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSqGTrEeSnqN8Csryy_Q" name="className" value="ViewActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSqWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSqmTrEeSnqN8Csryy_Q" name="Single SemanticActionConfiguration" sections="_LxfSbWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSq2TrEeSnqN8Csryy_Q" name="isSingleSemanticActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSrGTrEeSnqN8Csryy_Q" name="className" value="SemanticActionConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSrWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSrmTrEeSnqN8Csryy_Q" name="Single SemanticTypeConfiguration" sections="_LxfSbmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQ2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSr2TrEeSnqN8Csryy_Q" name="isSingleSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSsGTrEeSnqN8Csryy_Q" name="className" value="SemanticTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSsWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSsmTrEeSnqN8Csryy_Q" name="Single ViewTypeConfiguration" sections="_LxfSb2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSs2TrEeSnqN8Csryy_Q" name="isSingleViewTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfStGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfStWTrEeSnqN8Csryy_Q" name="className" value="ViewTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfStmTrEeSnqN8Csryy_Q" name="Single ElementTypeAdviceConfiguration" sections="_LxfScGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSt2TrEeSnqN8Csryy_Q" name="isSingleElementTypeAdviceConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSuGTrEeSnqN8Csryy_Q" name="className" value="ElementTypeAdviceConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSuWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSumTrEeSnqN8Csryy_Q" name="Single AspectSemanticTypeConfiguration" sections="_LxfScWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTR2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSu2TrEeSnqN8Csryy_Q" name="isSingleAspectSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSvGTrEeSnqN8Csryy_Q" name="className" value="AspectSemanticTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSvWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSvmTrEeSnqN8Csryy_Q" name="Single AspectViewTypeConfiguration" sections="_LxfScmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTSWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSv2TrEeSnqN8Csryy_Q" name="isSingleAspectViewTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSwGTrEeSnqN8Csryy_Q" name="className" value="AspectViewTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSwWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSwmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ExtendedElementTypeSet" sections="_LxfSc2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTL2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSw2TrEeSnqN8Csryy_Q" name="isMultipleExtendedElementTypeSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSxGTrEeSnqN8Csryy_Q" name="className" value="ExtendedElementTypeSet"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSxWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSxmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ElementTypeConfiguration" sections="_LxfSdGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTMmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSx2TrEeSnqN8Csryy_Q" name="isMultipleElementTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSyGTrEeSnqN8Csryy_Q" name="className" value="ElementTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSyWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSymTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple IconEntry" sections="_LxfSdWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTN2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSy2TrEeSnqN8Csryy_Q" name="isMultipleIconEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSzGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSzWTrEeSnqN8Csryy_Q" name="className" value="IconEntry"/>
- </constraints>
- </views>
- <views xmi:id="_LxfSzmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ConfigurationElement" sections="_LxfSdmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTOmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSz2TrEeSnqN8Csryy_Q" name="isMultipleConfigurationElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS0GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS0WTrEeSnqN8Csryy_Q" name="className" value="ConfigurationElement"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS0mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple MatcherConfiguration" sections="_LxfSd2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTP2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS02TrEeSnqN8Csryy_Q" name="isMultipleMatcherConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS1GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS1WTrEeSnqN8Csryy_Q" name="className" value="MatcherConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS1mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ActionConfiguration" sections="_LxfSeGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS12TrEeSnqN8Csryy_Q" name="isMultipleActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS2GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS2WTrEeSnqN8Csryy_Q" name="className" value="ActionConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS2mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ViewActionConfiguration" sections="_LxfSeWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS22TrEeSnqN8Csryy_Q" name="isMultipleViewActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS3GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS3WTrEeSnqN8Csryy_Q" name="className" value="ViewActionConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS3mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple SemanticActionConfiguration" sections="_LxfSemTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS32TrEeSnqN8Csryy_Q" name="isMultipleSemanticActionConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS4GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS4WTrEeSnqN8Csryy_Q" name="className" value="SemanticActionConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS4mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple SemanticTypeConfiguration" sections="_LxfSe2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQ2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS42TrEeSnqN8Csryy_Q" name="isMultipleSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS5GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS5WTrEeSnqN8Csryy_Q" name="className" value="SemanticTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS5mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ViewTypeConfiguration" sections="_LxfSfGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS52TrEeSnqN8Csryy_Q" name="isMultipleViewTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS6GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS6WTrEeSnqN8Csryy_Q" name="className" value="ViewTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS6mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ElementTypeAdviceConfiguration" sections="_LxfSfWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS62TrEeSnqN8Csryy_Q" name="isMultipleElementTypeAdviceConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS7GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS7WTrEeSnqN8Csryy_Q" name="className" value="ElementTypeAdviceConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS7mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AspectSemanticTypeConfiguration" sections="_LxfSfmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTR2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS72TrEeSnqN8Csryy_Q" name="isMultipleAspectSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS8GTrEeSnqN8Csryy_Q" name="className" value="AspectSemanticTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS8WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS8mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AspectViewTypeConfiguration" sections="_LxfSf2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTSWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS82TrEeSnqN8Csryy_Q" name="isMultipleAspectViewTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS9GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS9WTrEeSnqN8Csryy_Q" name="className" value="AspectViewTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS9mTrEeSnqN8Csryy_Q" name="Single InvariantSemanticTypeConfiguration" sections="_LxfShGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS92TrEeSnqN8Csryy_Q" name="isSingleInvariantSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS-GTrEeSnqN8Csryy_Q" name="className" value="InvariantSemanticTypeConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS-WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS-mTrEeSnqN8Csryy_Q" name="Single InvariantRuleConfiguration" sections="_LxfShWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS-2TrEeSnqN8Csryy_Q" name="isSingleInvariantRuleConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS_GTrEeSnqN8Csryy_Q" name="className" value="InvariantRuleConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS_WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfS_mTrEeSnqN8Csryy_Q" name="Single ComposedRuleConfiguration" sections="_LxfShmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTT2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS_2TrEeSnqN8Csryy_Q" name="isSingleComposedRuleConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTAGTrEeSnqN8Csryy_Q" name="className" value="ComposedRuleConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTAWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTAmTrEeSnqN8Csryy_Q" name="Single AndRule" sections="_LxfSh2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTA2TrEeSnqN8Csryy_Q" name="isSingleAndRule">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTBGTrEeSnqN8Csryy_Q" name="className" value="AndRule"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTBWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTBmTrEeSnqN8Csryy_Q" name="Single OrRule" sections="_LxfSiGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTB2TrEeSnqN8Csryy_Q" name="isSingleOrRule">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTCGTrEeSnqN8Csryy_Q" name="className" value="OrRule"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTCWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTCmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantSemanticTypeConfiguration" sections="_LxfSiWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTC2TrEeSnqN8Csryy_Q" name="isMultipleInvariantSemanticTypeConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTDGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTDWTrEeSnqN8Csryy_Q" name="className" value="InvariantSemanticTypeConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTDmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantRuleConfiguration" sections="_LxfSimTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTD2TrEeSnqN8Csryy_Q" name="isMultipleInvariantRuleConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTEGTrEeSnqN8Csryy_Q" name="className" value="InvariantRuleConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTEWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTEmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ComposedRuleConfiguration" sections="_LxfSi2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTT2TrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTE2TrEeSnqN8Csryy_Q" name="isMultipleComposedRuleConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTFGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTFWTrEeSnqN8Csryy_Q" name="className" value="ComposedRuleConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTFmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AndRule" sections="_LxfSjGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUWTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTF2TrEeSnqN8Csryy_Q" name="isMultipleAndRule">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTGGTrEeSnqN8Csryy_Q" name="className" value="AndRule"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTGWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTGmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple OrRule" sections="_LxfSjWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTG2TrEeSnqN8Csryy_Q" name="isMultipleOrRule">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTHGTrEeSnqN8Csryy_Q" name="className" value="OrRule"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTHWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTHmTrEeSnqN8Csryy_Q" name="Single InvariantContainerConfiguration" sections="_LxfSgGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTH2TrEeSnqN8Csryy_Q" name="isSingleInvariantContainerConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTIGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTIWTrEeSnqN8Csryy_Q" name="className" value="InvariantContainerConfiguration"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTImTrEeSnqN8Csryy_Q" name="Single HierarchyPermission" sections="_LxfSgWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTI2TrEeSnqN8Csryy_Q" name="isSingleHierarchyPermission">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTJGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTJWTrEeSnqN8Csryy_Q" name="className" value="HierarchyPermission"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTJmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantContainerConfiguration" sections="_LxfSgmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVGTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTJ2TrEeSnqN8Csryy_Q" name="isMultipleInvariantContainerConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTKGTrEeSnqN8Csryy_Q" name="className" value="InvariantContainerConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTKWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
- </constraints>
- </views>
- <views xmi:id="_LxfTKmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple HierarchyPermission" sections="_LxfSg2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVmTrEeSnqN8Csryy_Q">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTK2TrEeSnqN8Csryy_Q" name="isMultipleHierarchyPermission">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTLGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTLWTrEeSnqN8Csryy_Q" name="className" value="HierarchyPermission"/>
- </constraints>
- </views>
- <dataContexts xmi:id="_LxfTLmTrEeSnqN8Csryy_Q" name="extendedtypes" label="extendedtypes">
- <elements xmi:id="_LxfTL2TrEeSnqN8Csryy_Q" name="ExtendedElementTypeSet" supertypes="_LxfTOmTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTMGTrEeSnqN8Csryy_Q" name="elementType" type="Reference" multiplicity="-1"/>
- <properties xmi:id="_LxfTMWTrEeSnqN8Csryy_Q" name="extensible" type="Boolean"/>
- </elements>
- <elements xmi:id="_LxfTMmTrEeSnqN8Csryy_Q" name="ElementTypeConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTM2TrEeSnqN8Csryy_Q" name="hint"/>
- <properties xmi:id="_LxfTNGTrEeSnqN8Csryy_Q" name="kindName"/>
- <properties xmi:id="_LxfTNWTrEeSnqN8Csryy_Q" name="specializedTypesID" multiplicity="-1"/>
- <properties xmi:id="_LxfTNmTrEeSnqN8Csryy_Q" name="matcherConfiguration" type="Reference"/>
- </elements>
- <elements xmi:id="_LxfTN2TrEeSnqN8Csryy_Q" name="IconEntry">
- <properties xmi:id="_LxfTOGTrEeSnqN8Csryy_Q" name="iconPath"/>
- <properties xmi:id="_LxfTOWTrEeSnqN8Csryy_Q" name="bundleId"/>
- </elements>
- <elements xmi:id="_LxfTOmTrEeSnqN8Csryy_Q" name="ConfigurationElement">
- <properties xmi:id="_LxfTO2TrEeSnqN8Csryy_Q" name="name"/>
- <properties xmi:id="_LxfTPGTrEeSnqN8Csryy_Q" name="description"/>
- <properties xmi:id="_LxfTPWTrEeSnqN8Csryy_Q" name="identifier"/>
- <properties xmi:id="_LxfTPmTrEeSnqN8Csryy_Q" name="iconEntry" type="Reference"/>
- </elements>
- <elements xmi:id="_LxfTP2TrEeSnqN8Csryy_Q" name="MatcherConfiguration"/>
- <elements xmi:id="_LxfTQGTrEeSnqN8Csryy_Q" name="ActionConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTQWTrEeSnqN8Csryy_Q" name="ViewActionConfiguration" supertypes="_LxfTQGTrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTQmTrEeSnqN8Csryy_Q" name="SemanticActionConfiguration" supertypes="_LxfTQGTrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTQ2TrEeSnqN8Csryy_Q" name="SemanticTypeConfiguration" supertypes="_LxfTMmTrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTRGTrEeSnqN8Csryy_Q" name="ViewTypeConfiguration" supertypes="_LxfTMmTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTRWTrEeSnqN8Csryy_Q" name="specializedDiagramTypeID"/>
- </elements>
- <elements xmi:id="_LxfTRmTrEeSnqN8Csryy_Q" name="ElementTypeAdviceConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTR2TrEeSnqN8Csryy_Q" name="AspectSemanticTypeConfiguration" supertypes="_LxfTQ2TrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTSGTrEeSnqN8Csryy_Q" name="actionConfiguration" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_LxfTSWTrEeSnqN8Csryy_Q" name="AspectViewTypeConfiguration" supertypes="_LxfTRGTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTSmTrEeSnqN8Csryy_Q" name="actionConfiguration" type="Reference" multiplicity="-1"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_LxfTS2TrEeSnqN8Csryy_Q" name="invariantsemantictypeconfiguration" label="invariantsemantictypeconfiguration">
- <elements xmi:id="_LxfTTGTrEeSnqN8Csryy_Q" name="InvariantSemanticTypeConfiguration" supertypes="_LxfTQ2TrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTTWTrEeSnqN8Csryy_Q" name="invariantRuleConfiguration" type="Reference"/>
- </elements>
- <elements xmi:id="_LxfTTmTrEeSnqN8Csryy_Q" name="InvariantRuleConfiguration"/>
- <elements xmi:id="_LxfTT2TrEeSnqN8Csryy_Q" name="ComposedRuleConfiguration" supertypes="_LxfTTmTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTUGTrEeSnqN8Csryy_Q" name="composedRules" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_LxfTUWTrEeSnqN8Csryy_Q" name="AndRule" supertypes="_LxfTT2TrEeSnqN8Csryy_Q"/>
- <elements xmi:id="_LxfTUmTrEeSnqN8Csryy_Q" name="OrRule" supertypes="_LxfTT2TrEeSnqN8Csryy_Q"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_LxfTU2TrEeSnqN8Csryy_Q" name="invariantcontainerconfiguration" label="invariantcontainerconfiguration">
- <elements xmi:id="_LxfTVGTrEeSnqN8Csryy_Q" name="InvariantContainerConfiguration" supertypes="_LxfTTmTrEeSnqN8Csryy_Q">
- <properties xmi:id="_LxfTVWTrEeSnqN8Csryy_Q" name="permissions" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_LxfTVmTrEeSnqN8Csryy_Q" name="HierarchyPermission">
- <properties xmi:id="_LxfTV2TrEeSnqN8Csryy_Q" name="childType"/>
- <properties xmi:id="_LxfTWGTrEeSnqN8Csryy_Q" name="isPermitted" type="Boolean"/>
- <properties xmi:id="_LxfTWWTrEeSnqN8Csryy_Q" name="isStrict" type="Boolean"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- </contexts:Context>
-</xmi:XMI>
+<?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="_LxfSZGTrEeSnqN8Csryy_Q" name="ExtendedTypes" label="Core Extended Element Types">
+ <tabs xmi:id="_LxfSZWTrEeSnqN8Csryy_Q" label="ExtendedTypes" id="extendedtypes" priority="100">
+ <sections xmi:id="_LxfSZmTrEeSnqN8Csryy_Q" name="Single ExtendedElementTypeSet" sectionFile="ui/SingleExtendedElementTypeSet.xwt">
+ <widget href="ui/SingleExtendedElementTypeSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSZ2TrEeSnqN8Csryy_Q" name="Single ElementTypeConfiguration" sectionFile="ui/SingleElementTypeConfiguration.xwt">
+ <widget href="ui/SingleElementTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSaGTrEeSnqN8Csryy_Q" name="Single IconEntry" sectionFile="ui/SingleIconEntry.xwt">
+ <widget href="ui/SingleIconEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSaWTrEeSnqN8Csryy_Q" name="Single ConfigurationElement" sectionFile="ui/SingleConfigurationElement.xwt">
+ <widget href="ui/SingleConfigurationElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSamTrEeSnqN8Csryy_Q" name="Single MatcherConfiguration" sectionFile="ui/SingleMatcherConfiguration.xwt">
+ <widget href="ui/SingleMatcherConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSa2TrEeSnqN8Csryy_Q" name="Single ActionConfiguration" sectionFile="ui/SingleActionConfiguration.xwt">
+ <widget href="ui/SingleActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSbGTrEeSnqN8Csryy_Q" name="Single ViewActionConfiguration" sectionFile="ui/SingleViewActionConfiguration.xwt">
+ <widget href="ui/SingleViewActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSbWTrEeSnqN8Csryy_Q" name="Single SemanticActionConfiguration" sectionFile="ui/SingleSemanticActionConfiguration.xwt">
+ <widget href="ui/SingleSemanticActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSbmTrEeSnqN8Csryy_Q" name="Single SemanticTypeConfiguration" sectionFile="ui/SingleSemanticTypeConfiguration.xwt">
+ <widget href="ui/SingleSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSb2TrEeSnqN8Csryy_Q" name="Single ViewTypeConfiguration" sectionFile="ui/SingleViewTypeConfiguration.xwt">
+ <widget href="ui/SingleViewTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfScGTrEeSnqN8Csryy_Q" name="Single ElementTypeAdviceConfiguration" sectionFile="ui/SingleElementTypeAdviceConfiguration.xwt">
+ <widget href="ui/SingleElementTypeAdviceConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfScWTrEeSnqN8Csryy_Q" name="Single AspectSemanticTypeConfiguration" sectionFile="ui/SingleAspectSemanticTypeConfiguration.xwt">
+ <widget href="ui/SingleAspectSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfScmTrEeSnqN8Csryy_Q" name="Single AspectViewTypeConfiguration" sectionFile="ui/SingleAspectViewTypeConfiguration.xwt">
+ <widget href="ui/SingleAspectViewTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSc2TrEeSnqN8Csryy_Q" name="Multiple ExtendedElementTypeSet" sectionFile="ui/MultipleExtendedElementTypeSet.xwt">
+ <widget href="ui/MultipleExtendedElementTypeSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSdGTrEeSnqN8Csryy_Q" name="Multiple ElementTypeConfiguration" sectionFile="ui/MultipleElementTypeConfiguration.xwt">
+ <widget href="ui/MultipleElementTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSdWTrEeSnqN8Csryy_Q" name="Multiple IconEntry" sectionFile="ui/MultipleIconEntry.xwt">
+ <widget href="ui/MultipleIconEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSdmTrEeSnqN8Csryy_Q" name="Multiple ConfigurationElement" sectionFile="ui/MultipleConfigurationElement.xwt">
+ <widget href="ui/MultipleConfigurationElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSd2TrEeSnqN8Csryy_Q" name="Multiple MatcherConfiguration" sectionFile="ui/MultipleMatcherConfiguration.xwt">
+ <widget href="ui/MultipleMatcherConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSeGTrEeSnqN8Csryy_Q" name="Multiple ActionConfiguration" sectionFile="ui/MultipleActionConfiguration.xwt">
+ <widget href="ui/MultipleActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSeWTrEeSnqN8Csryy_Q" name="Multiple ViewActionConfiguration" sectionFile="ui/MultipleViewActionConfiguration.xwt">
+ <widget href="ui/MultipleViewActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSemTrEeSnqN8Csryy_Q" name="Multiple SemanticActionConfiguration" sectionFile="ui/MultipleSemanticActionConfiguration.xwt">
+ <widget href="ui/MultipleSemanticActionConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSe2TrEeSnqN8Csryy_Q" name="Multiple SemanticTypeConfiguration" sectionFile="ui/MultipleSemanticTypeConfiguration.xwt">
+ <widget href="ui/MultipleSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSfGTrEeSnqN8Csryy_Q" name="Multiple ViewTypeConfiguration" sectionFile="ui/MultipleViewTypeConfiguration.xwt">
+ <widget href="ui/MultipleViewTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSfWTrEeSnqN8Csryy_Q" name="Multiple ElementTypeAdviceConfiguration" sectionFile="ui/MultipleElementTypeAdviceConfiguration.xwt">
+ <widget href="ui/MultipleElementTypeAdviceConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSfmTrEeSnqN8Csryy_Q" name="Multiple AspectSemanticTypeConfiguration" sectionFile="ui/MultipleAspectSemanticTypeConfiguration.xwt">
+ <widget href="ui/MultipleAspectSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSf2TrEeSnqN8Csryy_Q" name="Multiple AspectViewTypeConfiguration" sectionFile="ui/MultipleAspectViewTypeConfiguration.xwt">
+ <widget href="ui/MultipleAspectViewTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSgGTrEeSnqN8Csryy_Q" name="Single InvariantContainerConfiguration" sectionFile="ui/SingleInvariantContainerConfiguration.xwt">
+ <widget href="ui/SingleInvariantContainerConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSgWTrEeSnqN8Csryy_Q" name="Single HierarchyPermission" sectionFile="ui/SingleHierarchyPermission.xwt">
+ <widget href="ui/SingleHierarchyPermission.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSgmTrEeSnqN8Csryy_Q" name="Multiple InvariantContainerConfiguration" sectionFile="ui/MultipleInvariantContainerConfiguration.xwt">
+ <widget href="ui/MultipleInvariantContainerConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSg2TrEeSnqN8Csryy_Q" name="Multiple HierarchyPermission" sectionFile="ui/MultipleHierarchyPermission.xwt">
+ <widget href="ui/MultipleHierarchyPermission.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfShGTrEeSnqN8Csryy_Q" name="Single InvariantSemanticTypeConfiguration" sectionFile="ui/SingleInvariantSemanticTypeConfiguration.xwt">
+ <widget href="ui/SingleInvariantSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfShWTrEeSnqN8Csryy_Q" name="Single InvariantRuleConfiguration" sectionFile="ui/SingleInvariantRuleConfiguration.xwt">
+ <widget href="ui/SingleInvariantRuleConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfShmTrEeSnqN8Csryy_Q" name="Single ComposedRuleConfiguration" sectionFile="ui/SingleComposedRuleConfiguration.xwt">
+ <widget href="ui/SingleComposedRuleConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSh2TrEeSnqN8Csryy_Q" name="Single AndRule" sectionFile="ui/SingleAndRule.xwt">
+ <widget href="ui/SingleAndRule.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSiGTrEeSnqN8Csryy_Q" name="Single OrRule" sectionFile="ui/SingleOrRule.xwt">
+ <widget href="ui/SingleOrRule.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSiWTrEeSnqN8Csryy_Q" name="Multiple InvariantSemanticTypeConfiguration" sectionFile="ui/MultipleInvariantSemanticTypeConfiguration.xwt">
+ <widget href="ui/MultipleInvariantSemanticTypeConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSimTrEeSnqN8Csryy_Q" name="Multiple InvariantRuleConfiguration" sectionFile="ui/MultipleInvariantRuleConfiguration.xwt">
+ <widget href="ui/MultipleInvariantRuleConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSi2TrEeSnqN8Csryy_Q" name="Multiple ComposedRuleConfiguration" sectionFile="ui/MultipleComposedRuleConfiguration.xwt">
+ <widget href="ui/MultipleComposedRuleConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSjGTrEeSnqN8Csryy_Q" name="Multiple AndRule" sectionFile="ui/MultipleAndRule.xwt">
+ <widget href="ui/MultipleAndRule.xwt#/"/>
+ </sections>
+ <sections xmi:id="_LxfSjWTrEeSnqN8Csryy_Q" name="Multiple OrRule" sectionFile="ui/MultipleOrRule.xwt">
+ <widget href="ui/MultipleOrRule.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_LxfSjmTrEeSnqN8Csryy_Q" name="Single ExtendedElementTypeSet" sections="_LxfSZmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTL2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSj2TrEeSnqN8Csryy_Q" name="isSingleExtendedElementTypeSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSkGTrEeSnqN8Csryy_Q" name="className" value="ExtendedElementTypeSet"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSkWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSkmTrEeSnqN8Csryy_Q" name="Single ElementTypeConfiguration" sections="_LxfSZ2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTMmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSk2TrEeSnqN8Csryy_Q" name="isSingleElementTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSlGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSlWTrEeSnqN8Csryy_Q" name="className" value="ElementTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSlmTrEeSnqN8Csryy_Q" name="Single IconEntry" sections="_LxfSaGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTN2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSl2TrEeSnqN8Csryy_Q" name="isSingleIconEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSmGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSmWTrEeSnqN8Csryy_Q" name="className" value="IconEntry"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSmmTrEeSnqN8Csryy_Q" name="Single ConfigurationElement" sections="_LxfSaWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTOmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSm2TrEeSnqN8Csryy_Q" name="isSingleConfigurationElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSnGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSnWTrEeSnqN8Csryy_Q" name="className" value="ConfigurationElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSnmTrEeSnqN8Csryy_Q" name="Single MatcherConfiguration" sections="_LxfSamTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTP2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSn2TrEeSnqN8Csryy_Q" name="isSingleMatcherConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSoGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSoWTrEeSnqN8Csryy_Q" name="className" value="MatcherConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSomTrEeSnqN8Csryy_Q" name="Single ActionConfiguration" sections="_LxfSa2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSo2TrEeSnqN8Csryy_Q" name="isSingleActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSpGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSpWTrEeSnqN8Csryy_Q" name="className" value="ActionConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSpmTrEeSnqN8Csryy_Q" name="Single ViewActionConfiguration" sections="_LxfSbGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSp2TrEeSnqN8Csryy_Q" name="isSingleViewActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSqGTrEeSnqN8Csryy_Q" name="className" value="ViewActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSqWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSqmTrEeSnqN8Csryy_Q" name="Single SemanticActionConfiguration" sections="_LxfSbWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSq2TrEeSnqN8Csryy_Q" name="isSingleSemanticActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSrGTrEeSnqN8Csryy_Q" name="className" value="SemanticActionConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSrWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSrmTrEeSnqN8Csryy_Q" name="Single SemanticTypeConfiguration" sections="_LxfSbmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQ2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSr2TrEeSnqN8Csryy_Q" name="isSingleSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSsGTrEeSnqN8Csryy_Q" name="className" value="SemanticTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSsWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSsmTrEeSnqN8Csryy_Q" name="Single ViewTypeConfiguration" sections="_LxfSb2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSs2TrEeSnqN8Csryy_Q" name="isSingleViewTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfStGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfStWTrEeSnqN8Csryy_Q" name="className" value="ViewTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfStmTrEeSnqN8Csryy_Q" name="Single ElementTypeAdviceConfiguration" sections="_LxfScGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSt2TrEeSnqN8Csryy_Q" name="isSingleElementTypeAdviceConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSuGTrEeSnqN8Csryy_Q" name="className" value="ElementTypeAdviceConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSuWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSumTrEeSnqN8Csryy_Q" name="Single AspectSemanticTypeConfiguration" sections="_LxfScWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTR2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSu2TrEeSnqN8Csryy_Q" name="isSingleAspectSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSvGTrEeSnqN8Csryy_Q" name="className" value="AspectSemanticTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSvWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSvmTrEeSnqN8Csryy_Q" name="Single AspectViewTypeConfiguration" sections="_LxfScmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTSWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSv2TrEeSnqN8Csryy_Q" name="isSingleAspectViewTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSwGTrEeSnqN8Csryy_Q" name="className" value="AspectViewTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSwWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSwmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ExtendedElementTypeSet" sections="_LxfSc2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTL2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSw2TrEeSnqN8Csryy_Q" name="isMultipleExtendedElementTypeSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSxGTrEeSnqN8Csryy_Q" name="className" value="ExtendedElementTypeSet"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSxWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSxmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ElementTypeConfiguration" sections="_LxfSdGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTMmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSx2TrEeSnqN8Csryy_Q" name="isMultipleElementTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSyGTrEeSnqN8Csryy_Q" name="className" value="ElementTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSyWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSymTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple IconEntry" sections="_LxfSdWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTN2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSy2TrEeSnqN8Csryy_Q" name="isMultipleIconEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSzGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfSzWTrEeSnqN8Csryy_Q" name="className" value="IconEntry"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfSzmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ConfigurationElement" sections="_LxfSdmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTOmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfSz2TrEeSnqN8Csryy_Q" name="isMultipleConfigurationElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS0GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS0WTrEeSnqN8Csryy_Q" name="className" value="ConfigurationElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS0mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple MatcherConfiguration" sections="_LxfSd2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTP2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS02TrEeSnqN8Csryy_Q" name="isMultipleMatcherConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS1GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS1WTrEeSnqN8Csryy_Q" name="className" value="MatcherConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS1mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ActionConfiguration" sections="_LxfSeGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS12TrEeSnqN8Csryy_Q" name="isMultipleActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS2GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS2WTrEeSnqN8Csryy_Q" name="className" value="ActionConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS2mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ViewActionConfiguration" sections="_LxfSeWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS22TrEeSnqN8Csryy_Q" name="isMultipleViewActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS3GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS3WTrEeSnqN8Csryy_Q" name="className" value="ViewActionConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS3mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple SemanticActionConfiguration" sections="_LxfSemTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS32TrEeSnqN8Csryy_Q" name="isMultipleSemanticActionConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS4GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS4WTrEeSnqN8Csryy_Q" name="className" value="SemanticActionConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS4mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple SemanticTypeConfiguration" sections="_LxfSe2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTQ2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS42TrEeSnqN8Csryy_Q" name="isMultipleSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS5GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS5WTrEeSnqN8Csryy_Q" name="className" value="SemanticTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS5mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ViewTypeConfiguration" sections="_LxfSfGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS52TrEeSnqN8Csryy_Q" name="isMultipleViewTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS6GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS6WTrEeSnqN8Csryy_Q" name="className" value="ViewTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS6mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ElementTypeAdviceConfiguration" sections="_LxfSfWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTRmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS62TrEeSnqN8Csryy_Q" name="isMultipleElementTypeAdviceConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS7GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS7WTrEeSnqN8Csryy_Q" name="className" value="ElementTypeAdviceConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS7mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AspectSemanticTypeConfiguration" sections="_LxfSfmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTR2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS72TrEeSnqN8Csryy_Q" name="isMultipleAspectSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS8GTrEeSnqN8Csryy_Q" name="className" value="AspectSemanticTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS8WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS8mTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AspectViewTypeConfiguration" sections="_LxfSf2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTSWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS82TrEeSnqN8Csryy_Q" name="isMultipleAspectViewTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS9GTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS9WTrEeSnqN8Csryy_Q" name="className" value="AspectViewTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS9mTrEeSnqN8Csryy_Q" name="Single InvariantSemanticTypeConfiguration" sections="_LxfShGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS92TrEeSnqN8Csryy_Q" name="isSingleInvariantSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS-GTrEeSnqN8Csryy_Q" name="className" value="InvariantSemanticTypeConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS-WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS-mTrEeSnqN8Csryy_Q" name="Single InvariantRuleConfiguration" sections="_LxfShWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS-2TrEeSnqN8Csryy_Q" name="isSingleInvariantRuleConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS_GTrEeSnqN8Csryy_Q" name="className" value="InvariantRuleConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfS_WTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfS_mTrEeSnqN8Csryy_Q" name="Single ComposedRuleConfiguration" sections="_LxfShmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTT2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfS_2TrEeSnqN8Csryy_Q" name="isSingleComposedRuleConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTAGTrEeSnqN8Csryy_Q" name="className" value="ComposedRuleConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTAWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTAmTrEeSnqN8Csryy_Q" name="Single AndRule" sections="_LxfSh2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTA2TrEeSnqN8Csryy_Q" name="isSingleAndRule">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTBGTrEeSnqN8Csryy_Q" name="className" value="AndRule"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTBWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTBmTrEeSnqN8Csryy_Q" name="Single OrRule" sections="_LxfSiGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTB2TrEeSnqN8Csryy_Q" name="isSingleOrRule">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTCGTrEeSnqN8Csryy_Q" name="className" value="OrRule"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTCWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTCmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantSemanticTypeConfiguration" sections="_LxfSiWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTC2TrEeSnqN8Csryy_Q" name="isMultipleInvariantSemanticTypeConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTDGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTDWTrEeSnqN8Csryy_Q" name="className" value="InvariantSemanticTypeConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTDmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantRuleConfiguration" sections="_LxfSimTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTTmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTD2TrEeSnqN8Csryy_Q" name="isMultipleInvariantRuleConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTEGTrEeSnqN8Csryy_Q" name="className" value="InvariantRuleConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTEWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTEmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple ComposedRuleConfiguration" sections="_LxfSi2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTT2TrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTE2TrEeSnqN8Csryy_Q" name="isMultipleComposedRuleConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTFGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTFWTrEeSnqN8Csryy_Q" name="className" value="ComposedRuleConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTFmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple AndRule" sections="_LxfSjGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUWTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTF2TrEeSnqN8Csryy_Q" name="isMultipleAndRule">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTGGTrEeSnqN8Csryy_Q" name="className" value="AndRule"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTGWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTGmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple OrRule" sections="_LxfSjWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTUmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTG2TrEeSnqN8Csryy_Q" name="isMultipleOrRule">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTHGTrEeSnqN8Csryy_Q" name="className" value="OrRule"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTHWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTHmTrEeSnqN8Csryy_Q" name="Single InvariantContainerConfiguration" sections="_LxfSgGTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTH2TrEeSnqN8Csryy_Q" name="isSingleInvariantContainerConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTIGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTIWTrEeSnqN8Csryy_Q" name="className" value="InvariantContainerConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTImTrEeSnqN8Csryy_Q" name="Single HierarchyPermission" sections="_LxfSgWTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTI2TrEeSnqN8Csryy_Q" name="isSingleHierarchyPermission">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTJGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTJWTrEeSnqN8Csryy_Q" name="className" value="HierarchyPermission"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTJmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple InvariantContainerConfiguration" sections="_LxfSgmTrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVGTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTJ2TrEeSnqN8Csryy_Q" name="isMultipleInvariantContainerConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTKGTrEeSnqN8Csryy_Q" name="className" value="InvariantContainerConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTKWTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
+ </constraints>
+ </views>
+ <views xmi:id="_LxfTKmTrEeSnqN8Csryy_Q" elementMultiplicity="-1" name="Multiple HierarchyPermission" sections="_LxfSg2TrEeSnqN8Csryy_Q" automaticContext="true" datacontexts="_LxfTVmTrEeSnqN8Csryy_Q">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_LxfTK2TrEeSnqN8Csryy_Q" name="isMultipleHierarchyPermission">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTLGTrEeSnqN8Csryy_Q" name="nsUri" value="http://www.eclipse.org/papyrus/infra/extendedtypes/semantictype/invariant/container/1.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_LxfTLWTrEeSnqN8Csryy_Q" name="className" value="HierarchyPermission"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_LxfTLmTrEeSnqN8Csryy_Q" name="extendedtypes" label="extendedtypes">
+ <elements xmi:id="_LxfTL2TrEeSnqN8Csryy_Q" name="ExtendedElementTypeSet" supertypes="_LxfTOmTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTMGTrEeSnqN8Csryy_Q" name="elementType" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_LxfTMWTrEeSnqN8Csryy_Q" name="extensible" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_LxfTMmTrEeSnqN8Csryy_Q" name="ElementTypeConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTM2TrEeSnqN8Csryy_Q" name="hint"/>
+ <properties xmi:id="_LxfTNGTrEeSnqN8Csryy_Q" name="kindName"/>
+ <properties xmi:id="_LxfTNWTrEeSnqN8Csryy_Q" name="specializedTypesID" multiplicity="-1"/>
+ <properties xmi:id="_LxfTNmTrEeSnqN8Csryy_Q" name="matcherConfiguration" type="Reference"/>
+ </elements>
+ <elements xmi:id="_LxfTN2TrEeSnqN8Csryy_Q" name="IconEntry">
+ <properties xmi:id="_LxfTOGTrEeSnqN8Csryy_Q" name="iconPath"/>
+ <properties xmi:id="_LxfTOWTrEeSnqN8Csryy_Q" name="bundleId"/>
+ </elements>
+ <elements xmi:id="_LxfTOmTrEeSnqN8Csryy_Q" name="ConfigurationElement">
+ <properties xmi:id="_LxfTO2TrEeSnqN8Csryy_Q" name="name"/>
+ <properties xmi:id="_LxfTPGTrEeSnqN8Csryy_Q" name="description"/>
+ <properties xmi:id="_LxfTPWTrEeSnqN8Csryy_Q" name="identifier"/>
+ <properties xmi:id="_LxfTPmTrEeSnqN8Csryy_Q" name="iconEntry" type="Reference"/>
+ </elements>
+ <elements xmi:id="_LxfTP2TrEeSnqN8Csryy_Q" name="MatcherConfiguration"/>
+ <elements xmi:id="_LxfTQGTrEeSnqN8Csryy_Q" name="ActionConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTQWTrEeSnqN8Csryy_Q" name="ViewActionConfiguration" supertypes="_LxfTQGTrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTQmTrEeSnqN8Csryy_Q" name="SemanticActionConfiguration" supertypes="_LxfTQGTrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTQ2TrEeSnqN8Csryy_Q" name="SemanticTypeConfiguration" supertypes="_LxfTMmTrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTRGTrEeSnqN8Csryy_Q" name="ViewTypeConfiguration" supertypes="_LxfTMmTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTRWTrEeSnqN8Csryy_Q" name="specializedDiagramTypeID"/>
+ </elements>
+ <elements xmi:id="_LxfTRmTrEeSnqN8Csryy_Q" name="ElementTypeAdviceConfiguration" supertypes="_LxfTOmTrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTR2TrEeSnqN8Csryy_Q" name="AspectSemanticTypeConfiguration" supertypes="_LxfTQ2TrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTSGTrEeSnqN8Csryy_Q" name="actionConfiguration" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_LxfTSWTrEeSnqN8Csryy_Q" name="AspectViewTypeConfiguration" supertypes="_LxfTRGTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTSmTrEeSnqN8Csryy_Q" name="actionConfiguration" type="Reference" multiplicity="-1"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_LxfTS2TrEeSnqN8Csryy_Q" name="invariantsemantictypeconfiguration" label="invariantsemantictypeconfiguration">
+ <elements xmi:id="_LxfTTGTrEeSnqN8Csryy_Q" name="InvariantSemanticTypeConfiguration" supertypes="_LxfTQ2TrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTTWTrEeSnqN8Csryy_Q" name="invariantRuleConfiguration" type="Reference"/>
+ </elements>
+ <elements xmi:id="_LxfTTmTrEeSnqN8Csryy_Q" name="InvariantRuleConfiguration"/>
+ <elements xmi:id="_LxfTT2TrEeSnqN8Csryy_Q" name="ComposedRuleConfiguration" supertypes="_LxfTTmTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTUGTrEeSnqN8Csryy_Q" name="composedRules" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_LxfTUWTrEeSnqN8Csryy_Q" name="AndRule" supertypes="_LxfTT2TrEeSnqN8Csryy_Q"/>
+ <elements xmi:id="_LxfTUmTrEeSnqN8Csryy_Q" name="OrRule" supertypes="_LxfTT2TrEeSnqN8Csryy_Q"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_LxfTU2TrEeSnqN8Csryy_Q" name="invariantcontainerconfiguration" label="invariantcontainerconfiguration">
+ <elements xmi:id="_LxfTVGTrEeSnqN8Csryy_Q" name="InvariantContainerConfiguration" supertypes="_LxfTTmTrEeSnqN8Csryy_Q">
+ <properties xmi:id="_LxfTVWTrEeSnqN8Csryy_Q" name="permissions" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_LxfTVmTrEeSnqN8Csryy_Q" name="HierarchyPermission">
+ <properties xmi:id="_LxfTV2TrEeSnqN8Csryy_Q" name="childType"/>
+ <properties xmi:id="_LxfTWGTrEeSnqN8Csryy_Q" name="isPermitted" type="Boolean"/>
+ <properties xmi:id="_LxfTWWTrEeSnqN8Csryy_Q" name="isStrict" type="Boolean"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java
index 6f451e3c1e4..bbb75165918 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2010, 2014 CEA LIST and others.
+ * Copyright (c) 2010, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - bug 422257
+ * Christian W. Damus - bug 482927
*
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.generation.wizard;
@@ -97,19 +98,19 @@ public class CreateContextWizard extends Wizard implements INewWizard {
for (Context context : contexts) {
Tab defaultTab = ContextsFactory.eINSTANCE.createTab();
defaultTab.setId(context.getName().toLowerCase());
- defaultTab.setLabel(context.getName());
+ defaultTab.setLabel(context.getUserLabel());
defaultTab.setPriority(100);
context.getTabs().add(defaultTab);
FieldSelection fieldSelection = selectFieldsPage.getFieldSelection();
// URI contextURI = context.eResource().getURI();
- // Resource selectionResource = context.eResource().getResourceSet().createResource(URI.createURI(context.getName() + "FieldSelection.xmi").resolve(contextURI)); //$NON-NLS-1$
+ // Resource selectionResource = context.eResource().getResourceSet().createResource(URI.createURI(context.getName() + "FieldSelection.xmi").resolve(contextURI)); //$NON-NLS-1$
// selectionResource.getContents().add(fieldSelection);
// try {
// selectionResource.save(null);
// } catch (IOException ex) {
- // Activator.log.error("Couldn't persist the field selection model", ex); //$NON-NLS-1$
+ // Activator.log.error("Couldn't persist the field selection model", ex); //$NON-NLS-1$
// }
layoutGenerator.setGenerator(generator);
@@ -157,7 +158,7 @@ public class CreateContextWizard extends Wizard implements INewWizard {
getContainer().run(true, true, new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
- monitor.beginTask(Messages.CreateContextWizard_propertyViewGenerationJobName + currentContext.getName(), numberOfSections + 1);
+ monitor.beginTask(Messages.CreateContextWizard_propertyViewGenerationJobName + currentContext.getUserLabel(), numberOfSections + 1);
monitor.worked(1);
try {
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/Customization.ctx b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/Customization.ctx
index c0568fdb21d..8bdaa42bf59 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/Customization.ctx
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/Customization.ctx
@@ -1,1356 +1,972 @@
-<?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:contexts="http://www.eclipse.org/papyrus/properties/contexts/0.9"
- xmlns:constraints="http://www.eclipse.org/papyrus/constraints/0.9"
- name="Customization">
- <tabs label="Context" id="context" category="" priority="10">
- <sections name="Single Environment" sectionFile="ui/SingleEnvironment.xwt">
- <widget href="ui/SingleEnvironment.xwt#/" />
- </sections>
- <sections name="Multiple Environment" sectionFile="ui/MultipleEnvironment.xwt">
- <widget href="ui/MultipleEnvironment.xwt#/" />
- </sections>
- <sections name="Single WidgetType" sectionFile="ui/SingleWidgetType.xwt">
- <widget href="ui/SingleWidgetType.xwt#/" />
- </sections>
- <sections name="Multiple WidgetType" sectionFile="ui/MultipleWidgetType.xwt">
- <widget href="ui/MultipleWidgetType.xwt#/" />
- </sections>
- <sections name="Single PropertyEditorType" sectionFile="ui/SinglePropertyEditorType.xwt">
- <widget href="ui/SinglePropertyEditorType.xwt#/" />
- </sections>
- <sections name="Multiple PropertyEditorType" sectionFile="ui/MultiplePropertyEditorType.xwt">
- <widget href="ui/MultiplePropertyEditorType.xwt#/" />
- </sections>
- <sections name="Single CompositeWidgetType" sectionFile="ui/SingleCompositeWidgetType.xwt">
- <widget href="ui/SingleCompositeWidgetType.xwt#/" />
- </sections>
- <sections name="Multiple CompositeWidgetType" sectionFile="ui/MultipleCompositeWidgetType.xwt">
- <widget href="ui/MultipleCompositeWidgetType.xwt#/" />
- </sections>
- <sections name="Single LayoutType" sectionFile="ui/SingleLayoutType.xwt">
- <widget href="ui/SingleLayoutType.xwt#/" />
- </sections>
- <sections name="Multiple LayoutType" sectionFile="ui/MultipleLayoutType.xwt">
- <widget href="ui/MultipleLayoutType.xwt#/" />
- </sections>
- <sections name="Single ConstraintType" sectionFile="ui/SingleConstraintType.xwt">
- <widget href="ui/SingleConstraintType.xwt#/" />
- </sections>
- <sections name="Multiple ConstraintType" sectionFile="ui/MultipleConstraintType.xwt">
- <widget href="ui/MultipleConstraintType.xwt#/" />
- </sections>
- <sections name="Single ModelElementFactoryDescriptor"
- sectionFile="ui/SingleModelElementFactoryDescriptor.xwt">
- <widget href="ui/SingleModelElementFactoryDescriptor.xwt#/" />
- </sections>
- <sections name="Multiple ModelElementFactoryDescriptor"
- sectionFile="ui/MultipleModelElementFactoryDescriptor.xwt">
- <widget href="ui/MultipleModelElementFactoryDescriptor.xwt#/" />
- </sections>
- <sections name="Single StandardWidgetType" sectionFile="ui/SingleStandardWidgetType.xwt">
- <widget href="ui/SingleStandardWidgetType.xwt#/" />
- </sections>
- <sections name="Multiple StandardWidgetType" sectionFile="ui/MultipleStandardWidgetType.xwt">
- <widget href="ui/MultipleStandardWidgetType.xwt#/" />
- </sections>
- <sections name="Single Context" sectionFile="ui/SingleContext.xwt">
- <widget href="ui/SingleContext.xwt#/" />
- </sections>
- <sections name="Multiple Context" sectionFile="ui/MultipleContext.xwt">
- <widget href="ui/MultipleContext.xwt#/" />
- </sections>
- <sections name="Single DisplayUnit" sectionFile="ui/SingleDisplayUnit.xwt">
- <widget href="ui/SingleDisplayUnit.xwt#/" />
- </sections>
- <sections name="Multiple DisplayUnit" sectionFile="ui/MultipleDisplayUnit.xwt">
- <widget href="ui/MultipleDisplayUnit.xwt#/" />
- </sections>
- <sections name="Single View" sectionFile="ui/SingleView.xwt">
- <widget href="ui/SingleView.xwt#/" />
- </sections>
- <sections name="Multiple View" sectionFile="ui/MultipleView.xwt">
- <widget href="ui/MultipleView.xwt#/" />
- </sections>
- <sections name="Single Tab" sectionFile="ui/SingleTab.xwt">
- <widget href="ui/SingleTab.xwt#/" />
- </sections>
- <sections name="Multiple Tab" sectionFile="ui/MultipleTab.xwt">
- <widget href="ui/MultipleTab.xwt#/" />
- </sections>
- <sections name="Single Section" sectionFile="ui/SingleSection.xwt">
- <widget href="ui/SingleSection.xwt#/" />
- </sections>
- <sections name="Multiple Section" sectionFile="ui/MultipleSection.xwt">
- <widget href="ui/MultipleSection.xwt#/" />
- </sections>
- <sections name="Single DataContextElement" sectionFile="ui/SingleDataContextElement.xwt">
- <widget href="ui/SingleDataContextElement.xwt#/" />
- </sections>
- <sections name="Multiple DataContextElement" sectionFile="ui/MultipleDataContextElement.xwt">
- <widget href="ui/MultipleDataContextElement.xwt#/" />
- </sections>
- <sections name="Single Property" sectionFile="ui/SingleProperty.xwt">
- <widget href="ui/SingleProperty.xwt#/" />
- </sections>
- <sections name="Multiple Property" sectionFile="ui/MultipleProperty.xwt">
- <widget href="ui/MultipleProperty.xwt#/" />
- </sections>
- <sections name="Single UnknownProperty" sectionFile="ui/SingleUnknownProperty.xwt">
- <widget href="ui/SingleUnknownProperty.xwt#/" />
- </sections>
- <sections name="Multiple UnknownProperty" sectionFile="ui/MultipleUnknownProperty.xwt">
- <widget href="ui/MultipleUnknownProperty.xwt#/" />
- </sections>
- <sections name="Single DataContextPackage" sectionFile="ui/SingleDataContextPackage.xwt">
- <widget href="ui/SingleDataContextPackage.xwt#/" />
- </sections>
- <sections name="Multiple DataContextPackage" sectionFile="ui/MultipleDataContextPackage.xwt">
- <widget href="ui/MultipleDataContextPackage.xwt#/" />
- </sections>
- <sections name="Single DataContextRoot" sectionFile="ui/SingleDataContextRoot.xwt">
- <widget href="ui/SingleDataContextRoot.xwt#/" />
- </sections>
- <sections name="Multiple DataContextRoot" sectionFile="ui/MultipleDataContextRoot.xwt">
- <widget href="ui/MultipleDataContextRoot.xwt#/" />
- </sections>
- <sections name="Single ConstraintDescriptor" sectionFile="ui/SingleConstraintDescriptor.xwt">
- <widget href="ui/SingleConstraintDescriptor.xwt#/" />
- </sections>
- <sections name="Multiple ConstraintDescriptor" sectionFile="ui/MultipleConstraintDescriptor.xwt">
- <widget href="ui/MultipleConstraintDescriptor.xwt#/" />
- </sections>
- <sections name="Single ConfigProperty" sectionFile="ui/SingleConfigProperty.xwt">
- <widget href="ui/SingleConfigProperty.xwt#/" />
- </sections>
- <sections name="Multiple ConfigProperty" sectionFile="ui/MultipleConfigProperty.xwt">
- <widget href="ui/MultipleConfigProperty.xwt#/" />
- </sections>
- <sections name="Single ValueProperty" sectionFile="ui/SingleValueProperty.xwt">
- <widget href="ui/SingleValueProperty.xwt#/" />
- </sections>
- <sections name="Multiple ValueProperty" sectionFile="ui/MultipleValueProperty.xwt">
- <widget href="ui/MultipleValueProperty.xwt#/" />
- </sections>
- <sections name="Single ReferenceProperty" sectionFile="ui/SingleReferenceProperty.xwt">
- <widget href="ui/SingleReferenceProperty.xwt#/" />
- </sections>
- <sections name="Multiple ReferenceProperty" sectionFile="ui/MultipleReferenceProperty.xwt">
- <widget href="ui/MultipleReferenceProperty.xwt#/" />
- </sections>
- <sections name="Single Element" sectionFile="ui/SingleElement.xwt">
- <widget href="ui/SingleElement.xwt#/" />
- </sections>
- <sections name="Multiple Element" sectionFile="ui/MultipleElement.xwt">
- <widget href="ui/MultipleElement.xwt#/" />
- </sections>
- <sections name="Single UIComponent" sectionFile="ui/SingleUIComponent.xwt">
- <widget href="ui/SingleUIComponent.xwt#/" />
- </sections>
- <sections name="Multiple UIComponent" sectionFile="ui/MultipleUIComponent.xwt">
- <widget href="ui/MultipleUIComponent.xwt#/" />
- </sections>
- <sections name="Single Widget" sectionFile="ui/SingleWidget.xwt">
- <widget href="ui/SingleWidget.xwt#/" />
- </sections>
- <sections name="Multiple Widget" sectionFile="ui/MultipleWidget.xwt">
- <widget href="ui/MultipleWidget.xwt#/" />
- </sections>
- <sections name="Single StandardWidget" sectionFile="ui/SingleStandardWidget.xwt">
- <widget href="ui/SingleStandardWidget.xwt#/" />
- </sections>
- <sections name="Multiple StandardWidget" sectionFile="ui/MultipleStandardWidget.xwt">
- <widget href="ui/MultipleStandardWidget.xwt#/" />
- </sections>
- <sections name="Single PropertyEditor" sectionFile="ui/SinglePropertyEditor.xwt">
- <widget href="ui/SinglePropertyEditor.xwt#/" />
- </sections>
- <sections name="Multiple PropertyEditor" sectionFile="ui/MultiplePropertyEditor.xwt">
- <widget href="ui/MultiplePropertyEditor.xwt#/" />
- </sections>
- <sections name="Single CompositeWidget" sectionFile="ui/SingleCompositeWidget.xwt">
- <widget href="ui/SingleCompositeWidget.xwt#/" />
- </sections>
- <sections name="Multiple CompositeWidget" sectionFile="ui/MultipleCompositeWidget.xwt">
- <widget href="ui/MultipleCompositeWidget.xwt#/" />
- </sections>
- <sections name="Single Layout" sectionFile="ui/SingleLayout.xwt">
- <widget href="ui/SingleLayout.xwt#/" />
- </sections>
- <sections name="Multiple Layout" sectionFile="ui/MultipleLayout.xwt">
- <widget href="ui/MultipleLayout.xwt#/" />
- </sections>
- <sections name="Single WidgetAttribute" sectionFile="ui/SingleWidgetAttribute.xwt">
- <widget href="ui/SingleWidgetAttribute.xwt#/" />
- </sections>
- <sections name="Multiple WidgetAttribute" sectionFile="ui/MultipleWidgetAttribute.xwt">
- <widget href="ui/MultipleWidgetAttribute.xwt#/" />
- </sections>
- <sections name="Single ValueAttribute" sectionFile="ui/SingleValueAttribute.xwt">
- <widget href="ui/SingleValueAttribute.xwt#/" />
- </sections>
- <sections name="Multiple ValueAttribute" sectionFile="ui/MultipleValueAttribute.xwt">
- <widget href="ui/MultipleValueAttribute.xwt#/" />
- </sections>
- <sections name="Single ReferenceAttribute" sectionFile="ui/SingleReferenceAttribute.xwt">
- <widget href="ui/SingleReferenceAttribute.xwt#/" />
- </sections>
- <sections name="Multiple ReferenceAttribute" sectionFile="ui/MultipleReferenceAttribute.xwt">
- <widget href="ui/MultipleReferenceAttribute.xwt#/" />
- </sections>
- <sections name="Single UnknownComponent" sectionFile="ui/SingleUnknownComponent.xwt">
- <widget href="ui/SingleUnknownComponent.xwt#/" />
- </sections>
- <sections name="Multiple UnknownComponent" sectionFile="ui/MultipleUnknownComponent.xwt">
- <widget href="ui/MultipleUnknownComponent.xwt#/" />
- </sections>
- <sections name="GroupAttributes" sectionFile="ui/GroupAttributes.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isGroup">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isGroup" />
- </properties>
- </constraints>
- <widget href="ui/GroupAttributes.xwt#/" />
- </sections>
- <sections name="EcoreInstanceOf" sectionFile="ui/EcoreInstanceOf.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isEcoreInstanceOf">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isEcoreInstanceOf" />
- </properties>
- </constraints>
- <widget href="ui/EcoreInstanceOf.xwt#/" />
- </sections>
- <sections name="UMLInstanceOf" sectionFile="ui/UMLInstanceOf.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isUMLInstanceOf">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isUmlInstanceOf" />
- </properties>
- </constraints>
- <widget href="ui/UMLInstanceOf.xwt#/" />
- </sections>
- <sections name="OCLQuery" sectionFile="ui/OCLQuery.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isOCLQueryConstraint">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isOclQuery" />
- </properties>
- </constraints>
- <widget href="ui/OCLQuery.xwt#/" />
- </sections>
- <sections name="Stereotype" sectionFile="ui/Stereotype.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isStereotypeConstraint">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isStereotype" />
- </properties>
- </constraints>
- <widget href="ui/Stereotype.xwt#/" />
- </sections>
- <sections name="GridLayout" sectionFile="ui/GridLayout.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isGridLayout">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isGridLayout" />
- </properties>
- </constraints>
- <widget href="ui/GridLayout.xwt#/" />
- </sections>
- <sections name="Label" sectionFile="ui/Label.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isSWTLabel">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isLabel" />
- </properties>
- </constraints>
- <widget href="ui/Label.xwt#/" />
- </sections>
- <sections name="Single ToggleButton" sectionFile="ui/Single ToggleButton.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isSingleToggleButton">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isToggleButton" />
- </properties>
- </constraints>
- <widget href="ui/Single ToggleButton.xwt#/" />
- </sections>
- <sections name="SingleFileSelector" sectionFile="ui/SingleFileSelector.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isSingleFileSelector">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isFileSelector" />
- </properties>
- </constraints>
- <widget href="ui/SingleFileSelector.xwt#/" />
- </sections>
- <sections name="Single IntegerSpinner" sectionFile="ui/Single IntegerSpinner.xwt">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isIntegerSpinner">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2" />
- <properties xsi:type="constraints:ReferenceProperty"
- name="query">
- <value href="custom.querySet#isIntegerSpinner" />
- </properties>
- </constraints>
- <widget href="ui/Single IntegerSpinner.xwt#/" />
- </sections>
- <sections name="SingleCompositeConstraint" sectionFile="ui/SingleCompositeConstraint.xwt">
- <widget href="ui/SingleCompositeConstraint.xwt#/" />
- </sections>
- <sections name="MultipleCompositeConstraint" sectionFile="ui/MultipleCompositeConstraint.xwt">
- <widget href="ui/MultipleCompositeConstraint.xwt#/" />
- </sections>
- </tabs>
- <views name="Single Environment" sections="//@tabs.0/@sections.0"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEnvironment">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Environment" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple Environment" sections="//@tabs.0/@sections.1"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEnvironment">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Environment" />
- </constraints>
- </views>
- <views name="Single WidgetType" sections="//@tabs.0/@sections.2"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="WidgetType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple WidgetType" sections="//@tabs.0/@sections.3"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="WidgetType" />
- </constraints>
- </views>
- <views name="Single PropertyEditorType" sections="//@tabs.0/@sections.4"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePropertyEditorType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="PropertyEditorType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple PropertyEditorType" sections="//@tabs.0/@sections.5"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePropertyEditorType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="PropertyEditorType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Single CompositeWidgetType" sections="//@tabs.0/@sections.6"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCompositeWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeWidgetType" />
- </constraints>
- </views>
- <views name="Multiple CompositeWidgetType" sections="//@tabs.0/@sections.7"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleCompositeWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeWidgetType" />
- </constraints>
- </views>
- <views name="Single LayoutType" sections="//@tabs.0/@sections.8"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLayoutType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="LayoutType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple LayoutType" sections="//@tabs.0/@sections.9"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLayoutType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="LayoutType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Single ConstraintType" sections="//@tabs.0/@sections.10"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConstraintType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConstraintType" />
- </constraints>
- </views>
- <views name="Multiple ConstraintType" sections="//@tabs.0/@sections.11"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleConstraintType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConstraintType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/environment/0.9" />
- </constraints>
- </views>
- <views name="Single ModelElementFactoryDescriptor" sections="//@tabs.0/@sections.12"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isSingleModelElementFactoryDescriptor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ModelElementFactoryDescriptor" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple ModelElementFactoryDescriptor" sections="//@tabs.0/@sections.13"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint"
- name="isMultipleModelElementFactoryDescriptor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ModelElementFactoryDescriptor" />
- </constraints>
- </views>
- <views name="Single StandardWidgetType" sections="//@tabs.0/@sections.14"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStandardWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="StandardWidgetType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Multiple StandardWidgetType" sections="//@tabs.0/@sections.15"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStandardWidgetType">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="StandardWidgetType" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/environment/0.9" />
- </constraints>
- </views>
- <views name="Single Context" sections="//@tabs.0/@sections.16"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleContext">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Context" />
- </constraints>
- </views>
- <views name="Multiple Context" sections="//@tabs.0/@sections.17"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleContext">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Context" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Single DisplayUnit" sections="//@tabs.0/@sections.18"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDisplayUnit">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DisplayUnit" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <views name="Multiple DisplayUnit" sections="//@tabs.0/@sections.19"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDisplayUnit">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DisplayUnit" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <views name="Single View" sections="//@tabs.0/@sections.20"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleView">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="View" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Multiple View" sections="//@tabs.0/@sections.21"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleView">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="View" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Single Tab" sections="//@tabs.0/@sections.22"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTab">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Tab" />
- </constraints>
- </views>
- <views name="Multiple Tab" sections="//@tabs.0/@sections.23"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTab">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Tab" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Single Section" sections="//@tabs.0/@sections.24"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSection">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Section" />
- </constraints>
- </views>
- <views name="Multiple Section" sections="//@tabs.0/@sections.25"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSection">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Section" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Single DataContextElement" sections="//@tabs.0/@sections.26"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDataContextElement">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextElement" />
- </constraints>
- </views>
- <views name="Multiple DataContextElement" sections="//@tabs.0/@sections.27"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDataContextElement">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextElement" />
- </constraints>
- </views>
- <views name="Single Property" sections="//@tabs.0/@sections.28"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Property" />
- </constraints>
- </views>
- <views name="Multiple Property" sections="//@tabs.0/@sections.29"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Property" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Single UnknownProperty" sections="//@tabs.0/@sections.30"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleUnknownProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UnknownProperty" />
- </constraints>
- </views>
- <views name="Multiple UnknownProperty" sections="//@tabs.0/@sections.31"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleUnknownProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UnknownProperty" />
- </constraints>
- </views>
- <views name="Single DataContextPackage" sections="//@tabs.0/@sections.32"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDataContextPackage">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextPackage" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- </constraints>
- </views>
- <views name="Multiple DataContextPackage" sections="//@tabs.0/@sections.33"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDataContextPackage">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextPackage" />
- </constraints>
- </views>
- <views name="Single DataContextRoot" sections="//@tabs.0/@sections.34"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDataContextRoot">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextRoot" />
- </constraints>
- </views>
- <views name="Multiple DataContextRoot" sections="//@tabs.0/@sections.35"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDataContextRoot">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/contexts/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="DataContextRoot" />
- </constraints>
- </views>
- <views name="Single ConstraintDescriptor"
- sections="//@tabs.0/@sections.36 //@tabs.0/@sections.67 //@tabs.0/@sections.68 //@tabs.0/@sections.69 //@tabs.0/@sections.70"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConstraintDescriptor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConstraintDescriptor" />
- </constraints>
- </views>
- <views name="Multiple ConstraintDescriptor" sections="//@tabs.0/@sections.37"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleConstraintDescriptor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConstraintDescriptor" />
- </constraints>
- </views>
- <views name="Single ConfigProperty" sections="//@tabs.0/@sections.38"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConfigProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConfigProperty" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <views name="Multiple ConfigProperty" sections="//@tabs.0/@sections.39"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleConfigProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ConfigProperty" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <views name="Single ValueProperty" sections="//@tabs.0/@sections.40"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleValueProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ValueProperty" />
- </constraints>
- </views>
- <views name="Multiple ValueProperty" sections="//@tabs.0/@sections.41"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleValueProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ValueProperty" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <views name="Single ReferenceProperty" sections="//@tabs.0/@sections.42"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleReferenceProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ReferenceProperty" />
- </constraints>
- </views>
- <views name="Multiple ReferenceProperty" sections="//@tabs.0/@sections.43"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleReferenceProperty">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ReferenceProperty" />
- </constraints>
- </views>
- <views name="Single Element" sections="//@tabs.0/@sections.44"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleElement">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Element" />
- </constraints>
- </views>
- <views name="Multiple Element" sections="//@tabs.0/@sections.45"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleElement">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Element" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single UIComponent" sections="//@tabs.0/@sections.46"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleUIComponent">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UIComponent" />
- </constraints>
- </views>
- <views name="Multiple UIComponent" sections="//@tabs.0/@sections.47"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleUIComponent">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UIComponent" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single Widget" sections="//@tabs.0/@sections.48"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Widget" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Multiple Widget" sections="//@tabs.0/@sections.49"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Widget" />
- </constraints>
- </views>
- <views name="Single StandardWidget" sections="//@tabs.0/@sections.50 //@tabs.0/@sections.72"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStandardWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="StandardWidget" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Multiple StandardWidget" sections="//@tabs.0/@sections.51"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStandardWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="StandardWidget" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single PropertyEditor"
- sections="//@tabs.0/@sections.52 //@tabs.0/@sections.73 //@tabs.0/@sections.74 //@tabs.0/@sections.75"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePropertyEditor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="PropertyEditor" />
- </constraints>
- </views>
- <views name="Multiple PropertyEditor" sections="//@tabs.0/@sections.53"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePropertyEditor">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="PropertyEditor" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single CompositeWidget" sections="//@tabs.0/@sections.54 //@tabs.0/@sections.66"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCompositeWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeWidget" />
- </constraints>
- </views>
- <views name="Multiple CompositeWidget" sections="//@tabs.0/@sections.55"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleCompositeWidget">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeWidget" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single Layout" sections="//@tabs.0/@sections.56 //@tabs.0/@sections.71"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLayout">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Layout" />
- </constraints>
- </views>
- <views name="Multiple Layout" sections="//@tabs.0/@sections.57"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLayout">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="Layout" />
- </constraints>
- </views>
- <views name="Single WidgetAttribute" sections="//@tabs.0/@sections.58"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleWidgetAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="WidgetAttribute" />
- </constraints>
- </views>
- <views name="Multiple WidgetAttribute" sections="//@tabs.0/@sections.59"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleWidgetAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="WidgetAttribute" />
- </constraints>
- </views>
- <views name="Single ValueAttribute" sections="//@tabs.0/@sections.60"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleValueAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ValueAttribute" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Multiple ValueAttribute" sections="//@tabs.0/@sections.61"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleValueAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ValueAttribute" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Single ReferenceAttribute" sections="//@tabs.0/@sections.62"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleReferenceAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ReferenceAttribute" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="Multiple ReferenceAttribute" sections="//@tabs.0/@sections.63"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleReferenceAttribute">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="ReferenceAttribute" />
- </constraints>
- </views>
- <views name="Single UnknownComponent" sections="//@tabs.0/@sections.64"
- automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleUnknownComponent">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UnknownComponent" />
- </constraints>
- </views>
- <views name="Multiple UnknownComponent" sections="//@tabs.0/@sections.65"
- elementMultiplicity="-1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleUnknownComponent">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="UnknownComponent" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/properties/ui/0.9" />
- </constraints>
- </views>
- <views name="SingleCompositeConstraint" sections="//@tabs.0/@sections.76">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCompositeConstraint">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeConstraint" />
- </constraints>
- </views>
- <views name="MultipleCompositeConstraint" sections="//@tabs.0/@sections.77"
- elementMultiplicity="-1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleCompositeConstraint">
- <constraintType
- href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0" />
- <properties xsi:type="constraints:ValueProperty" name="className"
- value="CompositeConstraint" />
- <properties xsi:type="constraints:ValueProperty" name="nsUri"
- value="http://www.eclipse.org/papyrus/constraints/0.9" />
- </constraints>
- </views>
- <dataContexts name="properties" label="properties">
- <elements xsi:type="contexts:DataContextPackage" name="environment">
- <elements name="Environment">
- <properties name="modelElementFactories" type="Reference"
- multiplicity="-1" />
- <properties name="constraintTypes" type="Reference"
- multiplicity="-1" />
- <properties name="widgetTypes" type="Reference"
- multiplicity="-1" />
- <properties name="propertyEditorTypes" type="Reference"
- multiplicity="-1" />
- <properties name="compositeWidgetTypes" type="Reference"
- multiplicity="-1" />
- <properties name="layoutTypes" type="Reference"
- multiplicity="-1" />
- </elements>
- <elements name="PropertyEditorType" supertypes="//@dataContexts.0/@elements.0/@elements.2">
- <properties name="type" type="Enumeration" />
- <properties name="multiplicity" type="Integer" />
- </elements>
- <elements name="WidgetType">
- <properties name="label" />
- <properties name="widgetClass" />
- </elements>
- <elements name="CompositeWidgetType" supertypes="//@dataContexts.0/@elements.0/@elements.2" />
- <elements name="LayoutType" supertypes="//@dataContexts.0/@elements.0/@elements.2" />
- <elements name="ConstraintType">
- <properties name="label" />
- <properties name="constraintClass" />
- </elements>
- <elements name="ModelElementFactoryDescriptor">
- <properties name="name" />
- <properties name="factoryClass" />
- </elements>
- <elements name="StandardWidgetType" supertypes="//@dataContexts.0/@elements.0/@elements.2" />
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="contexts">
- <elements name="Context">
- <properties name="name" description="The name of the Configuration" />
- <properties name="views" type="Reference" multiplicity="-1"
- description="The list of views for this Configuration" />
- <properties name="tabs" type="Reference" multiplicity="-1"
- description="The list of tabs for this Configuration" />
- <properties name="dataContexts" type="Reference"
- multiplicity="-1" description="The list of Data Contexts used by this configuration" />
- <properties name="dependencies" type="Reference"
- multiplicity="-1"
- description="The list of Configurations on which this configuration depends" />
- </elements>
- <elements name="DisplayUnit">
- <properties name="constraints" type="Reference"
- multiplicity="-1"
- description="The constraints associated to this Display Unit. The unit will be displayed only if at least one constraint is matched" />
- </elements>
- <elements name="View" supertypes="//@dataContexts.0/@elements.1/@elements.1">
- <properties name="name" description="The name of this view" />
- <properties name="sections" type="Reference"
- multiplicity="-1" description="The list of sections for this view" />
- <properties name="automaticContext" label="" type="Boolean"
- description="deprecated" />
- <properties name="datacontexts" type="Reference"
- multiplicity="-1" description="deprecated" />
- <properties name="elementMultiplicity" label="" type="Integer"
- description="The number of selected elements for which this view should be displayed. May be 1 (Single element), -1 (Any number of elements) or any positive integer (For a strict number of elements)" />
- </elements>
- <elements name="Tab">
- <properties name="label" description="The tab's label" />
- <properties name="id"
- description="The tab's id. The ID should be unique within its category" />
- <properties name="category" description="The tab's category" />
- <properties name="image" label=""
- description="The tab's image. The path should be of the form /&lt;plug-in id>/&lt;path to the image>" />
- <properties name="afterTab" label="" type="Reference"
- description="The tab after which this tab will be displayed. The afterTab's category should be the same as this tab's category" />
- <properties name="sections" type="Reference"
- multiplicity="-1"
- description="The list of sections that can be displayed in this tab" />
- <properties name="indented" label="" type="Boolean"
- description="Indicates if this tab should be indented. The preview isn't available for indentation" />
- <properties name="priority" type="Integer"
- description="Indicates the priority for this tab. A lower priority means the tab will be placed before the other tabs. 0 is the highest priority, 100 is a very low priority." />
- </elements>
- <elements name="Section" supertypes="//@dataContexts.0/@elements.1/@elements.1">
- <properties name="name"
- description="The section's name. It should be unique within this Configuration" />
- <properties name="tab" type="Reference"
- description="The tab in which this section will be displayed" />
- <properties name="sectionFile"
- description="The XWT file containing this section's UI declaration" />
- <properties name="widget" label="" type="Reference"
- description="The SWT Widget representing this section" />
- </elements>
- <elements name="DataContextElement">
- <properties name="name" label=""
- description="The name of this Data Context element" />
- <properties name="properties" label="" type="Reference"
- multiplicity="-1" description="The list of properties of this Element" />
- <properties name="package" type="Reference" description="This element's package" />
- <properties name="supertypes" type="Reference"
- multiplicity="-1" description="This element's direct supertypes" />
- </elements>
- <elements name="Property">
- <properties name="name" label="" description="The name of the property" />
- <properties name="label" description="The label of this property" />
- <properties name="type" type="Enumeration" description="The type of this property" />
- <properties name="contextElement" type="Reference"
- description="The element to which this property belongs" />
- <properties name="multiplicity" type="Integer"
- description="The multiplicity of this property." />
- <properties name="description" />
- </elements>
- <elements name="UnknownProperty" supertypes="//@dataContexts.0/@elements.1/@elements.6" />
- <elements name="DataContextPackage" supertypes="//@dataContexts.0/@elements.1/@elements.5">
- <properties name="elements" type="Reference"
- multiplicity="-1"
- description="The list of Data Context elements contained into this package" />
- </elements>
- <elements name="DataContextRoot" supertypes="//@dataContexts.0/@elements.1/@elements.8">
- <properties name="label" label=""
- description="The label of this Data Context root" />
- <properties name="modelElementFactory" type="Reference"
- description="The factory used to instantiate to ModelElements associated to all the DataContext Elements inside this DataContext Root" />
- </elements>
- <elements name="ConstraintDescriptor">
- <properties name="name" description="The name of this constraint descriptor" />
- <properties name="display" type="Reference"
- description="The display unit (View or Section) associated to this constraint." />
- <properties name="constraints" type="Reference"
- multiplicity="-1"
- description="The sub-constraints of this constraint (Used for Composite constraints - Not implemented yet)" />
- <properties name="overriddenConstraints" type="Reference"
- multiplicity="-1"
- description="The constraints overridden by this constraint. If two constraints match a given selection, a constraint may override another one. In such a case, the overridden constraint's displayUnit won't be displayed. This property is dedicated to manual resolution of constraints : the Constraint classes may also implement an automatic resolution of conflicts" />
- <properties name="overrideable" type="Boolean"
- description="If set to false, this constraint cannot be automatically overridden by other constraints. Only constraints which explicitly specify they need to override this constraint (Through the &quot;overriddenConstraints&quot; property) will be able to disable it." />
- </elements>
- <elements name="ConfigProperty">
- <properties name="name" description="The name of the property" />
- </elements>
- <elements name="ValueProperty" supertypes="//@dataContexts.0/@elements.1/@elements.11">
- <properties name="value" description="The value of the property" />
- </elements>
- <elements name="ReferenceProperty" supertypes="//@dataContexts.0/@elements.1/@elements.11">
- <properties name="value" label="" type="Reference"
- description="The value of the property" />
- </elements>
- <elements name="CompositeConstraint" supertypes="//@dataContexts.0/@elements.1/@elements.10">
- <properties name="constraints" type="Reference"
- multiplicity="-1"
- description="The sub-constraints owned by this composite constraint. The composite constraint is matched if and only if all its sub-constraints are matched." />
- </elements>
- <elements name="SimpleConstraint" supertypes="//@dataContexts.0/@elements.1/@elements.10">
- <properties name="constraintType" type="Reference"
- description="The type of this constraint" />
- <properties name="properties" label="" type="Reference"
- multiplicity="-1"
- description="The list of properties used to instantiate this constraint (key - value pairs)" />
- </elements>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="ui">
- <elements name="Element" />
- <elements name="UIComponent" supertypes="//@dataContexts.0/@elements.2/@elements.0">
- <properties name="attributes" type="Reference"
- multiplicity="-1"
- description="The attributes used to instantiate this element. Set of key - value pairs." />
- </elements>
- <elements name="Widget" supertypes="//@dataContexts.0/@elements.2/@elements.1" />
- <elements name="StandardWidget" supertypes="//@dataContexts.0/@elements.2/@elements.2">
- <properties name="widgetType" type="Reference"
- description="The type of this widget" />
- </elements>
- <elements name="PropertyEditor" supertypes="//@dataContexts.0/@elements.2/@elements.2">
- <properties name="property" type="Reference"
- description="The property that this editor will edit" />
- <properties name="readOnly" type="Boolean"
- description="Indicates if this editor should be read-only. Note that in some cases, the read only state may be applied at runtime, independently of this field's value" />
- <properties name="widgetType" type="Reference"
- description="The type of this widget" />
- <properties name="showLabel" type="Boolean"
- description="If set to false, the property editor's label won't be displayed" />
- <properties name="customLabel" label="Custom label"
- description="Defines a custom label for this editor. The custom label will replace the property's default label (Only for this property editor)" />
- </elements>
- <elements name="CompositeWidget" supertypes="//@dataContexts.0/@elements.2/@elements.2">
- <properties name="layout" type="Reference"
- description="The layout of this widget" />
- <properties name="widgets" type="Reference" multiplicity="-1"
- description="The widgets directly contained into this Composite" />
- <properties name="widgetType" type="Reference"
- description="The type of this Composite widget." />
- </elements>
- <elements name="Layout" supertypes="//@dataContexts.0/@elements.2/@elements.1">
- <properties name="layoutType" label="" type="Reference"
- description="The type of this Layout" />
- </elements>
- <elements name="WidgetAttribute" supertypes="//@dataContexts.0/@elements.2/@elements.0">
- <properties name="name" description="The name of the attribute" />
- </elements>
- <elements name="ValueAttribute" supertypes="//@dataContexts.0/@elements.2/@elements.7">
- <properties name="value" description="The litteral value of this attribute" />
- </elements>
- <elements name="ReferenceAttribute" supertypes="//@dataContexts.0/@elements.2/@elements.7">
- <properties name="value" type="Reference"
- description="The value of this attribute" />
- </elements>
- <elements name="UnknownComponent" supertypes="//@dataContexts.0/@elements.2/@elements.2">
- <properties name="typeName"
- description="The fully-qualified name of this element" />
- </elements>
- </elements>
- <modelElementFactory
- href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.2" />
- </dataContexts>
- <dataContexts name="Custom" label="Custom">
- <elements xsi:type="contexts:DataContextPackage" name="Attribute">
- <elements name="GridLayout">
- <properties name="numColumns" label="" type="Integer"
- description="The number of columns of this layout" />
- <properties name="makeColumnsEqualWidth"
- description="Indicates if all columns should have the same width" />
- </elements>
- <elements name="Group">
- <properties name="text" description="The label of this Group container" />
- </elements>
- <elements name="Text">
- <properties name="text" description="The text to display" />
- </elements>
- <elements name="Label">
- <properties name="text" label="Text" description="The text to display" />
- </elements>
- <elements name="BooleanToggle">
- <properties name="image" label="Image" />
- </elements>
- <elements name="FileSelector">
- <properties name="allowWorkspace" />
- <properties name="allowFileSystem" />
- <properties name="filteredExtension" />
- </elements>
- <elements name="IntegerSpinner">
- <properties name="minimum" label=""
- description="The minimum value that this spinner can return" />
- <properties name="maximum"
- description="The maximum value that this spinner can return" />
- <properties name="increment" description="The increment value for this spinner" />
- </elements>
- </elements>
- <modelElementFactory
- href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.0" />
- </dataContexts>
- <dataContexts name="Properties" label="Properties">
- <elements name="EcoreInstanceOf">
- <properties name="className" label="Class Name"
- description="The name of the Class" />
- <properties name="nsUri" label="NS URI"
- description="The namespace URI (NsURI) of the EPackage containing the Class" />
- </elements>
- <elements name="UMLInstanceOf">
- <properties name="umlClassName" label="UML Class name"
- description="The name of the UML Metaclass" />
- </elements>
- <elements name="OCLQuery">
- <properties name="query" label="Query" type="Reference"
- description="The EMF Query" />
- </elements>
- <elements name="Stereotype">
- <properties name="stereotypeName" label="Stereotype name"
- description="The fully qualified name of the Stereotype. The separator is &quot;::&quot;. For example : MyProfile::MyPackage::MyStereotype" />
- </elements>
- <modelElementFactory
- href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.1" />
- </dataContexts>
-</contexts:Context>
+<?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="_W38FcJLCEeWbp4A9_-WIrQ" name="Customization" label="Customization Models">
+ <tabs xmi:id="_W38FcZLCEeWbp4A9_-WIrQ" label="Context" id="context" category="" priority="10">
+ <sections xmi:id="_W38FcpLCEeWbp4A9_-WIrQ" name="Single Environment" sectionFile="ui/SingleEnvironment.xwt">
+ <widget href="ui/SingleEnvironment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38Fc5LCEeWbp4A9_-WIrQ" name="Multiple Environment" sectionFile="ui/MultipleEnvironment.xwt">
+ <widget href="ui/MultipleEnvironment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FdJLCEeWbp4A9_-WIrQ" name="Single WidgetType" sectionFile="ui/SingleWidgetType.xwt">
+ <widget href="ui/SingleWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FdZLCEeWbp4A9_-WIrQ" name="Multiple WidgetType" sectionFile="ui/MultipleWidgetType.xwt">
+ <widget href="ui/MultipleWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FdpLCEeWbp4A9_-WIrQ" name="Single PropertyEditorType" sectionFile="ui/SinglePropertyEditorType.xwt">
+ <widget href="ui/SinglePropertyEditorType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38Fd5LCEeWbp4A9_-WIrQ" name="Multiple PropertyEditorType" sectionFile="ui/MultiplePropertyEditorType.xwt">
+ <widget href="ui/MultiplePropertyEditorType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FeJLCEeWbp4A9_-WIrQ" name="Single CompositeWidgetType" sectionFile="ui/SingleCompositeWidgetType.xwt">
+ <widget href="ui/SingleCompositeWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FeZLCEeWbp4A9_-WIrQ" name="Multiple CompositeWidgetType" sectionFile="ui/MultipleCompositeWidgetType.xwt">
+ <widget href="ui/MultipleCompositeWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FepLCEeWbp4A9_-WIrQ" name="Single LayoutType" sectionFile="ui/SingleLayoutType.xwt">
+ <widget href="ui/SingleLayoutType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38Fe5LCEeWbp4A9_-WIrQ" name="Multiple LayoutType" sectionFile="ui/MultipleLayoutType.xwt">
+ <widget href="ui/MultipleLayoutType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FfJLCEeWbp4A9_-WIrQ" name="Single ConstraintType" sectionFile="ui/SingleConstraintType.xwt">
+ <widget href="ui/SingleConstraintType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FfZLCEeWbp4A9_-WIrQ" name="Multiple ConstraintType" sectionFile="ui/MultipleConstraintType.xwt">
+ <widget href="ui/MultipleConstraintType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FfpLCEeWbp4A9_-WIrQ" name="Single ModelElementFactoryDescriptor" sectionFile="ui/SingleModelElementFactoryDescriptor.xwt">
+ <widget href="ui/SingleModelElementFactoryDescriptor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38Ff5LCEeWbp4A9_-WIrQ" name="Multiple ModelElementFactoryDescriptor" sectionFile="ui/MultipleModelElementFactoryDescriptor.xwt">
+ <widget href="ui/MultipleModelElementFactoryDescriptor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38FgJLCEeWbp4A9_-WIrQ" name="Single StandardWidgetType" sectionFile="ui/SingleStandardWidgetType.xwt">
+ <widget href="ui/SingleStandardWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sgJLCEeWbp4A9_-WIrQ" name="Multiple StandardWidgetType" sectionFile="ui/MultipleStandardWidgetType.xwt">
+ <widget href="ui/MultipleStandardWidgetType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sgZLCEeWbp4A9_-WIrQ" name="Single Context" sectionFile="ui/SingleContext.xwt">
+ <widget href="ui/SingleContext.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sgpLCEeWbp4A9_-WIrQ" name="Multiple Context" sectionFile="ui/MultipleContext.xwt">
+ <widget href="ui/MultipleContext.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sg5LCEeWbp4A9_-WIrQ" name="Single DisplayUnit" sectionFile="ui/SingleDisplayUnit.xwt">
+ <widget href="ui/SingleDisplayUnit.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38shJLCEeWbp4A9_-WIrQ" name="Multiple DisplayUnit" sectionFile="ui/MultipleDisplayUnit.xwt">
+ <widget href="ui/MultipleDisplayUnit.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38shZLCEeWbp4A9_-WIrQ" name="Single View" sectionFile="ui/SingleView.xwt">
+ <widget href="ui/SingleView.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38shpLCEeWbp4A9_-WIrQ" name="Multiple View" sectionFile="ui/MultipleView.xwt">
+ <widget href="ui/MultipleView.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sh5LCEeWbp4A9_-WIrQ" name="Single Tab" sectionFile="ui/SingleTab.xwt">
+ <widget href="ui/SingleTab.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38siJLCEeWbp4A9_-WIrQ" name="Multiple Tab" sectionFile="ui/MultipleTab.xwt">
+ <widget href="ui/MultipleTab.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38siZLCEeWbp4A9_-WIrQ" name="Single Section" sectionFile="ui/SingleSection.xwt">
+ <widget href="ui/SingleSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sipLCEeWbp4A9_-WIrQ" name="Multiple Section" sectionFile="ui/MultipleSection.xwt">
+ <widget href="ui/MultipleSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38si5LCEeWbp4A9_-WIrQ" name="Single DataContextElement" sectionFile="ui/SingleDataContextElement.xwt">
+ <widget href="ui/SingleDataContextElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sjJLCEeWbp4A9_-WIrQ" name="Multiple DataContextElement" sectionFile="ui/MultipleDataContextElement.xwt">
+ <widget href="ui/MultipleDataContextElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sjZLCEeWbp4A9_-WIrQ" name="Single Property" sectionFile="ui/SingleProperty.xwt">
+ <widget href="ui/SingleProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sjpLCEeWbp4A9_-WIrQ" name="Multiple Property" sectionFile="ui/MultipleProperty.xwt">
+ <widget href="ui/MultipleProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sj5LCEeWbp4A9_-WIrQ" name="Single UnknownProperty" sectionFile="ui/SingleUnknownProperty.xwt">
+ <widget href="ui/SingleUnknownProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38skJLCEeWbp4A9_-WIrQ" name="Multiple UnknownProperty" sectionFile="ui/MultipleUnknownProperty.xwt">
+ <widget href="ui/MultipleUnknownProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38skZLCEeWbp4A9_-WIrQ" name="Single DataContextPackage" sectionFile="ui/SingleDataContextPackage.xwt">
+ <widget href="ui/SingleDataContextPackage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38skpLCEeWbp4A9_-WIrQ" name="Multiple DataContextPackage" sectionFile="ui/MultipleDataContextPackage.xwt">
+ <widget href="ui/MultipleDataContextPackage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sk5LCEeWbp4A9_-WIrQ" name="Single DataContextRoot" sectionFile="ui/SingleDataContextRoot.xwt">
+ <widget href="ui/SingleDataContextRoot.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38slJLCEeWbp4A9_-WIrQ" name="Multiple DataContextRoot" sectionFile="ui/MultipleDataContextRoot.xwt">
+ <widget href="ui/MultipleDataContextRoot.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38slZLCEeWbp4A9_-WIrQ" name="Single ConstraintDescriptor" sectionFile="ui/SingleConstraintDescriptor.xwt">
+ <widget href="ui/SingleConstraintDescriptor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38slpLCEeWbp4A9_-WIrQ" name="Multiple ConstraintDescriptor" sectionFile="ui/MultipleConstraintDescriptor.xwt">
+ <widget href="ui/MultipleConstraintDescriptor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sl5LCEeWbp4A9_-WIrQ" name="Single ConfigProperty" sectionFile="ui/SingleConfigProperty.xwt">
+ <widget href="ui/SingleConfigProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38smJLCEeWbp4A9_-WIrQ" name="Multiple ConfigProperty" sectionFile="ui/MultipleConfigProperty.xwt">
+ <widget href="ui/MultipleConfigProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38smZLCEeWbp4A9_-WIrQ" name="Single ValueProperty" sectionFile="ui/SingleValueProperty.xwt">
+ <widget href="ui/SingleValueProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38smpLCEeWbp4A9_-WIrQ" name="Multiple ValueProperty" sectionFile="ui/MultipleValueProperty.xwt">
+ <widget href="ui/MultipleValueProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38sm5LCEeWbp4A9_-WIrQ" name="Single ReferenceProperty" sectionFile="ui/SingleReferenceProperty.xwt">
+ <widget href="ui/SingleReferenceProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38snJLCEeWbp4A9_-WIrQ" name="Multiple ReferenceProperty" sectionFile="ui/MultipleReferenceProperty.xwt">
+ <widget href="ui/MultipleReferenceProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W38snZLCEeWbp4A9_-WIrQ" name="Single Element" sectionFile="ui/SingleElement.xwt">
+ <widget href="ui/SingleElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TkJLCEeWbp4A9_-WIrQ" name="Multiple Element" sectionFile="ui/MultipleElement.xwt">
+ <widget href="ui/MultipleElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TkZLCEeWbp4A9_-WIrQ" name="Single UIComponent" sectionFile="ui/SingleUIComponent.xwt">
+ <widget href="ui/SingleUIComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TkpLCEeWbp4A9_-WIrQ" name="Multiple UIComponent" sectionFile="ui/MultipleUIComponent.xwt">
+ <widget href="ui/MultipleUIComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39Tk5LCEeWbp4A9_-WIrQ" name="Single Widget" sectionFile="ui/SingleWidget.xwt">
+ <widget href="ui/SingleWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TlJLCEeWbp4A9_-WIrQ" name="Multiple Widget" sectionFile="ui/MultipleWidget.xwt">
+ <widget href="ui/MultipleWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TlZLCEeWbp4A9_-WIrQ" name="Single StandardWidget" sectionFile="ui/SingleStandardWidget.xwt">
+ <widget href="ui/SingleStandardWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TlpLCEeWbp4A9_-WIrQ" name="Multiple StandardWidget" sectionFile="ui/MultipleStandardWidget.xwt">
+ <widget href="ui/MultipleStandardWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39Tl5LCEeWbp4A9_-WIrQ" name="Single PropertyEditor" sectionFile="ui/SinglePropertyEditor.xwt">
+ <widget href="ui/SinglePropertyEditor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TmJLCEeWbp4A9_-WIrQ" name="Multiple PropertyEditor" sectionFile="ui/MultiplePropertyEditor.xwt">
+ <widget href="ui/MultiplePropertyEditor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TmZLCEeWbp4A9_-WIrQ" name="Single CompositeWidget" sectionFile="ui/SingleCompositeWidget.xwt">
+ <widget href="ui/SingleCompositeWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TmpLCEeWbp4A9_-WIrQ" name="Multiple CompositeWidget" sectionFile="ui/MultipleCompositeWidget.xwt">
+ <widget href="ui/MultipleCompositeWidget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39Tm5LCEeWbp4A9_-WIrQ" name="Single Layout" sectionFile="ui/SingleLayout.xwt">
+ <widget href="ui/SingleLayout.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TnJLCEeWbp4A9_-WIrQ" name="Multiple Layout" sectionFile="ui/MultipleLayout.xwt">
+ <widget href="ui/MultipleLayout.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TnZLCEeWbp4A9_-WIrQ" name="Single WidgetAttribute" sectionFile="ui/SingleWidgetAttribute.xwt">
+ <widget href="ui/SingleWidgetAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TnpLCEeWbp4A9_-WIrQ" name="Multiple WidgetAttribute" sectionFile="ui/MultipleWidgetAttribute.xwt">
+ <widget href="ui/MultipleWidgetAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39Tn5LCEeWbp4A9_-WIrQ" name="Single ValueAttribute" sectionFile="ui/SingleValueAttribute.xwt">
+ <widget href="ui/SingleValueAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39ToJLCEeWbp4A9_-WIrQ" name="Multiple ValueAttribute" sectionFile="ui/MultipleValueAttribute.xwt">
+ <widget href="ui/MultipleValueAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39ToZLCEeWbp4A9_-WIrQ" name="Single ReferenceAttribute" sectionFile="ui/SingleReferenceAttribute.xwt">
+ <widget href="ui/SingleReferenceAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TopLCEeWbp4A9_-WIrQ" name="Multiple ReferenceAttribute" sectionFile="ui/MultipleReferenceAttribute.xwt">
+ <widget href="ui/MultipleReferenceAttribute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39To5LCEeWbp4A9_-WIrQ" name="Single UnknownComponent" sectionFile="ui/SingleUnknownComponent.xwt">
+ <widget href="ui/SingleUnknownComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TpJLCEeWbp4A9_-WIrQ" name="Multiple UnknownComponent" sectionFile="ui/MultipleUnknownComponent.xwt">
+ <widget href="ui/MultipleUnknownComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W39TpZLCEeWbp4A9_-WIrQ" name="GroupAttributes" sectionFile="ui/GroupAttributes.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W396oJLCEeWbp4A9_-WIrQ" name="isGroup">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W396oZLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isGroup"/>
+ </properties>
+ </constraints>
+ <widget href="ui/GroupAttributes.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W396opLCEeWbp4A9_-WIrQ" name="EcoreInstanceOf" sectionFile="ui/EcoreInstanceOf.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W396o5LCEeWbp4A9_-WIrQ" name="isEcoreInstanceOf">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W396pJLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isEcoreInstanceOf"/>
+ </properties>
+ </constraints>
+ <widget href="ui/EcoreInstanceOf.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W396pZLCEeWbp4A9_-WIrQ" name="UMLInstanceOf" sectionFile="ui/UMLInstanceOf.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W396ppLCEeWbp4A9_-WIrQ" name="isUMLInstanceOf">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W396p5LCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isUmlInstanceOf"/>
+ </properties>
+ </constraints>
+ <widget href="ui/UMLInstanceOf.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W396qJLCEeWbp4A9_-WIrQ" name="OCLQuery" sectionFile="ui/OCLQuery.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W396qZLCEeWbp4A9_-WIrQ" name="isOCLQueryConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W396qpLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isOclQuery"/>
+ </properties>
+ </constraints>
+ <widget href="ui/OCLQuery.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W396q5LCEeWbp4A9_-WIrQ" name="Stereotype" sectionFile="ui/Stereotype.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W396rJLCEeWbp4A9_-WIrQ" name="isStereotypeConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W396rZLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isStereotype"/>
+ </properties>
+ </constraints>
+ <widget href="ui/Stereotype.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-hsJLCEeWbp4A9_-WIrQ" name="GridLayout" sectionFile="ui/GridLayout.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-hsZLCEeWbp4A9_-WIrQ" name="isGridLayout">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W3-hspLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isGridLayout"/>
+ </properties>
+ </constraints>
+ <widget href="ui/GridLayout.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-hs5LCEeWbp4A9_-WIrQ" name="Label" sectionFile="ui/Label.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-htJLCEeWbp4A9_-WIrQ" name="isSWTLabel">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W3-htZLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isLabel"/>
+ </properties>
+ </constraints>
+ <widget href="ui/Label.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-htpLCEeWbp4A9_-WIrQ" name="Single ToggleButton" sectionFile="ui/Single ToggleButton.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-ht5LCEeWbp4A9_-WIrQ" name="isSingleToggleButton">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W3-huJLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isToggleButton"/>
+ </properties>
+ </constraints>
+ <widget href="ui/Single ToggleButton.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-huZLCEeWbp4A9_-WIrQ" name="SingleFileSelector" sectionFile="ui/SingleFileSelector.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-hupLCEeWbp4A9_-WIrQ" name="isSingleFileSelector">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W3-hu5LCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isFileSelector"/>
+ </properties>
+ </constraints>
+ <widget href="ui/SingleFileSelector.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-hvJLCEeWbp4A9_-WIrQ" name="Single IntegerSpinner" sectionFile="ui/Single IntegerSpinner.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-hvZLCEeWbp4A9_-WIrQ" name="isIntegerSpinner">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_W3-hvpLCEeWbp4A9_-WIrQ" name="query">
+ <value href="custom.querySet#isIntegerSpinner"/>
+ </properties>
+ </constraints>
+ <widget href="ui/Single IntegerSpinner.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-hv5LCEeWbp4A9_-WIrQ" name="SingleCompositeConstraint" sectionFile="ui/SingleCompositeConstraint.xwt">
+ <widget href="ui/SingleCompositeConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_W3-hwJLCEeWbp4A9_-WIrQ" name="MultipleCompositeConstraint" sectionFile="ui/MultipleCompositeConstraint.xwt">
+ <widget href="ui/MultipleCompositeConstraint.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_W3-hwZLCEeWbp4A9_-WIrQ" name="Single Environment" sections="_W38FcpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3-hwpLCEeWbp4A9_-WIrQ" name="isSingleEnvironment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IwJLCEeWbp4A9_-WIrQ" name="className" value="Environment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IwZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_IwpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Environment" sections="_W38Fc5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_Iw5LCEeWbp4A9_-WIrQ" name="isMultipleEnvironment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IxJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IxZLCEeWbp4A9_-WIrQ" name="className" value="Environment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_IxpLCEeWbp4A9_-WIrQ" name="Single WidgetType" sections="_W38FdJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_Ix5LCEeWbp4A9_-WIrQ" name="isSingleWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IyJLCEeWbp4A9_-WIrQ" name="className" value="WidgetType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IyZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_IypLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple WidgetType" sections="_W38FdZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_Iy5LCEeWbp4A9_-WIrQ" name="isMultipleWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IzJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_IzZLCEeWbp4A9_-WIrQ" name="className" value="WidgetType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_IzpLCEeWbp4A9_-WIrQ" name="Single PropertyEditorType" sections="_W38FdpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_Iz5LCEeWbp4A9_-WIrQ" name="isSinglePropertyEditorType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I0JLCEeWbp4A9_-WIrQ" name="className" value="PropertyEditorType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I0ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_I0pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PropertyEditorType" sections="_W38Fd5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_I05LCEeWbp4A9_-WIrQ" name="isMultiplePropertyEditorType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I1JLCEeWbp4A9_-WIrQ" name="className" value="PropertyEditorType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I1ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_I1pLCEeWbp4A9_-WIrQ" name="Single CompositeWidgetType" sections="_W38FeJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_I15LCEeWbp4A9_-WIrQ" name="isSingleCompositeWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I2JLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I2ZLCEeWbp4A9_-WIrQ" name="className" value="CompositeWidgetType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_I2pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple CompositeWidgetType" sections="_W38FeZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_I25LCEeWbp4A9_-WIrQ" name="isMultipleCompositeWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I3JLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_I3ZLCEeWbp4A9_-WIrQ" name="className" value="CompositeWidgetType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_I3pLCEeWbp4A9_-WIrQ" name="Single LayoutType" sections="_W38FepLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_I35LCEeWbp4A9_-WIrQ" name="isSingleLayoutType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v0JLCEeWbp4A9_-WIrQ" name="className" value="LayoutType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v0ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v0pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple LayoutType" sections="_W38Fe5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v05LCEeWbp4A9_-WIrQ" name="isMultipleLayoutType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v1JLCEeWbp4A9_-WIrQ" name="className" value="LayoutType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v1ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v1pLCEeWbp4A9_-WIrQ" name="Single ConstraintType" sections="_W38FfJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v15LCEeWbp4A9_-WIrQ" name="isSingleConstraintType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v2JLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v2ZLCEeWbp4A9_-WIrQ" name="className" value="ConstraintType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v2pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ConstraintType" sections="_W38FfZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v25LCEeWbp4A9_-WIrQ" name="isMultipleConstraintType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v3JLCEeWbp4A9_-WIrQ" name="className" value="ConstraintType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v3ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v3pLCEeWbp4A9_-WIrQ" name="Single ModelElementFactoryDescriptor" sections="_W38FfpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v35LCEeWbp4A9_-WIrQ" name="isSingleModelElementFactoryDescriptor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v4JLCEeWbp4A9_-WIrQ" name="className" value="ModelElementFactoryDescriptor"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v4ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v4pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ModelElementFactoryDescriptor" sections="_W38Ff5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v45LCEeWbp4A9_-WIrQ" name="isMultipleModelElementFactoryDescriptor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v5JLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v5ZLCEeWbp4A9_-WIrQ" name="className" value="ModelElementFactoryDescriptor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v5pLCEeWbp4A9_-WIrQ" name="Single StandardWidgetType" sections="_W38FgJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v55LCEeWbp4A9_-WIrQ" name="isSingleStandardWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v6JLCEeWbp4A9_-WIrQ" name="className" value="StandardWidgetType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v6ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v6pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StandardWidgetType" sections="_W38sgJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v65LCEeWbp4A9_-WIrQ" name="isMultipleStandardWidgetType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v7JLCEeWbp4A9_-WIrQ" name="className" value="StandardWidgetType"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v7ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/environment/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v7pLCEeWbp4A9_-WIrQ" name="Single Context" sections="_W38sgZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v75LCEeWbp4A9_-WIrQ" name="isSingleContext">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v8JLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v8ZLCEeWbp4A9_-WIrQ" name="className" value="Context"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v8pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Context" sections="_W38sgpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v85LCEeWbp4A9_-WIrQ" name="isMultipleContext">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v9JLCEeWbp4A9_-WIrQ" name="className" value="Context"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v9ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v9pLCEeWbp4A9_-WIrQ" name="Single DisplayUnit" sections="_W38sg5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v95LCEeWbp4A9_-WIrQ" name="isSingleDisplayUnit">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v-JLCEeWbp4A9_-WIrQ" name="className" value="DisplayUnit"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v-ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v-pLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DisplayUnit" sections="_W38shJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W3_v-5LCEeWbp4A9_-WIrQ" name="isMultipleDisplayUnit">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v_JLCEeWbp4A9_-WIrQ" name="className" value="DisplayUnit"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W3_v_ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W3_v_pLCEeWbp4A9_-WIrQ" name="Single View" sections="_W38shZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW4JLCEeWbp4A9_-WIrQ" name="isSingleView">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW4ZLCEeWbp4A9_-WIrQ" name="className" value="View"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW4pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW45LCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple View" sections="_W38shpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW5JLCEeWbp4A9_-WIrQ" name="isMultipleView">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW5ZLCEeWbp4A9_-WIrQ" name="className" value="View"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW5pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW55LCEeWbp4A9_-WIrQ" name="Single Tab" sections="_W38sh5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW6JLCEeWbp4A9_-WIrQ" name="isSingleTab">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW6ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW6pLCEeWbp4A9_-WIrQ" name="className" value="Tab"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW65LCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Tab" sections="_W38siJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW7JLCEeWbp4A9_-WIrQ" name="isMultipleTab">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW7ZLCEeWbp4A9_-WIrQ" name="className" value="Tab"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW7pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW75LCEeWbp4A9_-WIrQ" name="Single Section" sections="_W38siZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW8JLCEeWbp4A9_-WIrQ" name="isSingleSection">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW8ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW8pLCEeWbp4A9_-WIrQ" name="className" value="Section"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW85LCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Section" sections="_W38sipLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW9JLCEeWbp4A9_-WIrQ" name="isMultipleSection">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW9ZLCEeWbp4A9_-WIrQ" name="className" value="Section"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW9pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW95LCEeWbp4A9_-WIrQ" name="Single DataContextElement" sections="_W38si5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW-JLCEeWbp4A9_-WIrQ" name="isSingleDataContextElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW-ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW-pLCEeWbp4A9_-WIrQ" name="className" value="DataContextElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4AW-5LCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DataContextElement" sections="_W38sjJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4AW_JLCEeWbp4A9_-WIrQ" name="isMultipleDataContextElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW_ZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4AW_pLCEeWbp4A9_-WIrQ" name="className" value="DataContextElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A98JLCEeWbp4A9_-WIrQ" name="Single Property" sections="_W38sjZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A98ZLCEeWbp4A9_-WIrQ" name="isSingleProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A98pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A985LCEeWbp4A9_-WIrQ" name="className" value="Property"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A99JLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Property" sections="_W38sjpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A99ZLCEeWbp4A9_-WIrQ" name="isMultipleProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A99pLCEeWbp4A9_-WIrQ" name="className" value="Property"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A995LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A9-JLCEeWbp4A9_-WIrQ" name="Single UnknownProperty" sections="_W38sj5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A9-ZLCEeWbp4A9_-WIrQ" name="isSingleUnknownProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A9-pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A9-5LCEeWbp4A9_-WIrQ" name="className" value="UnknownProperty"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A9_JLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple UnknownProperty" sections="_W38skJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A9_ZLCEeWbp4A9_-WIrQ" name="isMultipleUnknownProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A9_pLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A9_5LCEeWbp4A9_-WIrQ" name="className" value="UnknownProperty"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-AJLCEeWbp4A9_-WIrQ" name="Single DataContextPackage" sections="_W38skZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-AZLCEeWbp4A9_-WIrQ" name="isSingleDataContextPackage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-ApLCEeWbp4A9_-WIrQ" name="className" value="DataContextPackage"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-A5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-BJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DataContextPackage" sections="_W38skpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-BZLCEeWbp4A9_-WIrQ" name="isMultipleDataContextPackage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-BpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-B5LCEeWbp4A9_-WIrQ" name="className" value="DataContextPackage"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-CJLCEeWbp4A9_-WIrQ" name="Single DataContextRoot" sections="_W38sk5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-CZLCEeWbp4A9_-WIrQ" name="isSingleDataContextRoot">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-CpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-C5LCEeWbp4A9_-WIrQ" name="className" value="DataContextRoot"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-DJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DataContextRoot" sections="_W38slJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-DZLCEeWbp4A9_-WIrQ" name="isMultipleDataContextRoot">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-DpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/contexts/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-D5LCEeWbp4A9_-WIrQ" name="className" value="DataContextRoot"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-EJLCEeWbp4A9_-WIrQ" name="Single ConstraintDescriptor" sections="_W38slZLCEeWbp4A9_-WIrQ _W396opLCEeWbp4A9_-WIrQ _W396pZLCEeWbp4A9_-WIrQ _W396qJLCEeWbp4A9_-WIrQ _W396q5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-EZLCEeWbp4A9_-WIrQ" name="isSingleConstraintDescriptor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-EpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-E5LCEeWbp4A9_-WIrQ" name="className" value="ConstraintDescriptor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4A-FJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ConstraintDescriptor" sections="_W38slpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4A-FZLCEeWbp4A9_-WIrQ" name="isMultipleConstraintDescriptor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-FpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4A-F5LCEeWbp4A9_-WIrQ" name="className" value="ConstraintDescriptor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlAJLCEeWbp4A9_-WIrQ" name="Single ConfigProperty" sections="_W38sl5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlAZLCEeWbp4A9_-WIrQ" name="isSingleConfigProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlApLCEeWbp4A9_-WIrQ" name="className" value="ConfigProperty"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlA5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlBJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ConfigProperty" sections="_W38smJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlBZLCEeWbp4A9_-WIrQ" name="isMultipleConfigProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlBpLCEeWbp4A9_-WIrQ" name="className" value="ConfigProperty"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlB5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlCJLCEeWbp4A9_-WIrQ" name="Single ValueProperty" sections="_W38smZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlCZLCEeWbp4A9_-WIrQ" name="isSingleValueProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlCpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlC5LCEeWbp4A9_-WIrQ" name="className" value="ValueProperty"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlDJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ValueProperty" sections="_W38smpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlDZLCEeWbp4A9_-WIrQ" name="isMultipleValueProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlDpLCEeWbp4A9_-WIrQ" name="className" value="ValueProperty"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlD5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlEJLCEeWbp4A9_-WIrQ" name="Single ReferenceProperty" sections="_W38sm5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlEZLCEeWbp4A9_-WIrQ" name="isSingleReferenceProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlEpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlE5LCEeWbp4A9_-WIrQ" name="className" value="ReferenceProperty"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlFJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ReferenceProperty" sections="_W38snJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlFZLCEeWbp4A9_-WIrQ" name="isMultipleReferenceProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlFpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlF5LCEeWbp4A9_-WIrQ" name="className" value="ReferenceProperty"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlGJLCEeWbp4A9_-WIrQ" name="Single Element" sections="_W38snZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlGZLCEeWbp4A9_-WIrQ" name="isSingleElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlGpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlG5LCEeWbp4A9_-WIrQ" name="className" value="Element"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlHJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Element" sections="_W39TkJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlHZLCEeWbp4A9_-WIrQ" name="isMultipleElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlHpLCEeWbp4A9_-WIrQ" name="className" value="Element"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlH5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlIJLCEeWbp4A9_-WIrQ" name="Single UIComponent" sections="_W39TkZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlIZLCEeWbp4A9_-WIrQ" name="isSingleUIComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlIpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlI5LCEeWbp4A9_-WIrQ" name="className" value="UIComponent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlJJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple UIComponent" sections="_W39TkpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlJZLCEeWbp4A9_-WIrQ" name="isMultipleUIComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlJpLCEeWbp4A9_-WIrQ" name="className" value="UIComponent"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlJ5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlKJLCEeWbp4A9_-WIrQ" name="Single Widget" sections="_W39Tk5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlKZLCEeWbp4A9_-WIrQ" name="isSingleWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlKpLCEeWbp4A9_-WIrQ" name="className" value="Widget"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlK5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlLJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Widget" sections="_W39TlJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlLZLCEeWbp4A9_-WIrQ" name="isMultipleWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlLpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlL5LCEeWbp4A9_-WIrQ" name="className" value="Widget"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlMJLCEeWbp4A9_-WIrQ" name="Single StandardWidget" sections="_W39TlZLCEeWbp4A9_-WIrQ _W3-hs5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlMZLCEeWbp4A9_-WIrQ" name="isSingleStandardWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlMpLCEeWbp4A9_-WIrQ" name="className" value="StandardWidget"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4BlM5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4BlNJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StandardWidget" sections="_W39TlpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4BlNZLCEeWbp4A9_-WIrQ" name="isMultipleStandardWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMEJLCEeWbp4A9_-WIrQ" name="className" value="StandardWidget"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMEZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMEpLCEeWbp4A9_-WIrQ" name="Single PropertyEditor" sections="_W39Tl5LCEeWbp4A9_-WIrQ _W3-htpLCEeWbp4A9_-WIrQ _W3-huZLCEeWbp4A9_-WIrQ _W3-hvJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CME5LCEeWbp4A9_-WIrQ" name="isSinglePropertyEditor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMFJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMFZLCEeWbp4A9_-WIrQ" name="className" value="PropertyEditor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMFpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PropertyEditor" sections="_W39TmJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMF5LCEeWbp4A9_-WIrQ" name="isMultiplePropertyEditor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMGJLCEeWbp4A9_-WIrQ" name="className" value="PropertyEditor"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMGZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMGpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Single CompositeWidget" sections="_W39TmZLCEeWbp4A9_-WIrQ _W39TpZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMG5LCEeWbp4A9_-WIrQ" name="isSingleCompositeWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMHJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMHZLCEeWbp4A9_-WIrQ" name="className" value="CompositeWidget"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMHpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple CompositeWidget" sections="_W39TmpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMH5LCEeWbp4A9_-WIrQ" name="isMultipleCompositeWidget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMIJLCEeWbp4A9_-WIrQ" name="className" value="CompositeWidget"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMIZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMIpLCEeWbp4A9_-WIrQ" name="Single Layout" sections="_W39Tm5LCEeWbp4A9_-WIrQ _W3-hsJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMI5LCEeWbp4A9_-WIrQ" name="isSingleLayout">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMJJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMJZLCEeWbp4A9_-WIrQ" name="className" value="Layout"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMJpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Layout" sections="_W39TnJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMJ5LCEeWbp4A9_-WIrQ" name="isMultipleLayout">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMKJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMKZLCEeWbp4A9_-WIrQ" name="className" value="Layout"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMKpLCEeWbp4A9_-WIrQ" name="Single WidgetAttribute" sections="_W39TnZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMK5LCEeWbp4A9_-WIrQ" name="isSingleWidgetAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMLJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMLZLCEeWbp4A9_-WIrQ" name="className" value="WidgetAttribute"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMLpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple WidgetAttribute" sections="_W39TnpLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CML5LCEeWbp4A9_-WIrQ" name="isMultipleWidgetAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMMJLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMMZLCEeWbp4A9_-WIrQ" name="className" value="WidgetAttribute"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMMpLCEeWbp4A9_-WIrQ" name="Single ValueAttribute" sections="_W39Tn5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMM5LCEeWbp4A9_-WIrQ" name="isSingleValueAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMNJLCEeWbp4A9_-WIrQ" name="className" value="ValueAttribute"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMNZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMNpLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ValueAttribute" sections="_W39ToJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMN5LCEeWbp4A9_-WIrQ" name="isMultipleValueAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMOJLCEeWbp4A9_-WIrQ" name="className" value="ValueAttribute"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMOZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CMOpLCEeWbp4A9_-WIrQ" name="Single ReferenceAttribute" sections="_W39ToZLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CMO5LCEeWbp4A9_-WIrQ" name="isSingleReferenceAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMPJLCEeWbp4A9_-WIrQ" name="className" value="ReferenceAttribute"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CMPZLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CzIJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ReferenceAttribute" sections="_W39TopLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CzIZLCEeWbp4A9_-WIrQ" name="isMultipleReferenceAttribute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzIpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzI5LCEeWbp4A9_-WIrQ" name="className" value="ReferenceAttribute"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CzJJLCEeWbp4A9_-WIrQ" name="Single UnknownComponent" sections="_W39To5LCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CzJZLCEeWbp4A9_-WIrQ" name="isSingleUnknownComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzJpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzJ5LCEeWbp4A9_-WIrQ" name="className" value="UnknownComponent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CzKJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple UnknownComponent" sections="_W39TpJLCEeWbp4A9_-WIrQ" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CzKZLCEeWbp4A9_-WIrQ" name="isMultipleUnknownComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzKpLCEeWbp4A9_-WIrQ" name="className" value="UnknownComponent"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzK5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/properties/ui/0.9"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CzLJLCEeWbp4A9_-WIrQ" name="SingleCompositeConstraint" sections="_W3-hv5LCEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CzLZLCEeWbp4A9_-WIrQ" name="isSingleCompositeConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzLpLCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzL5LCEeWbp4A9_-WIrQ" name="className" value="CompositeConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_W4CzMJLCEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="MultipleCompositeConstraint" sections="_W3-hwJLCEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_W4CzMZLCEeWbp4A9_-WIrQ" name="isMultipleCompositeConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzMpLCEeWbp4A9_-WIrQ" name="className" value="CompositeConstraint"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_W4CzM5LCEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/constraints/0.9"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_W4CzNJLCEeWbp4A9_-WIrQ" name="properties" label="properties">
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_W4CzNZLCEeWbp4A9_-WIrQ" name="environment">
+ <elements xmi:id="_W4CzNpLCEeWbp4A9_-WIrQ" name="Environment">
+ <properties xmi:id="_W4CzN5LCEeWbp4A9_-WIrQ" name="modelElementFactories" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_W4CzOJLCEeWbp4A9_-WIrQ" name="constraintTypes" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_W4CzOZLCEeWbp4A9_-WIrQ" name="widgetTypes" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_W4CzOpLCEeWbp4A9_-WIrQ" name="propertyEditorTypes" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_W4CzO5LCEeWbp4A9_-WIrQ" name="compositeWidgetTypes" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_W4CzPJLCEeWbp4A9_-WIrQ" name="layoutTypes" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_W4CzPZLCEeWbp4A9_-WIrQ" name="PropertyEditorType" supertypes="_W4CzQJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4CzPpLCEeWbp4A9_-WIrQ" name="type" type="Enumeration"/>
+ <properties xmi:id="_W4CzP5LCEeWbp4A9_-WIrQ" name="multiplicity" type="Integer"/>
+ </elements>
+ <elements xmi:id="_W4CzQJLCEeWbp4A9_-WIrQ" name="WidgetType">
+ <properties xmi:id="_W4DaMJLCEeWbp4A9_-WIrQ" name="label"/>
+ <properties xmi:id="_W4DaMZLCEeWbp4A9_-WIrQ" name="widgetClass"/>
+ </elements>
+ <elements xmi:id="_W4DaMpLCEeWbp4A9_-WIrQ" name="CompositeWidgetType" supertypes="_W4CzQJLCEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_W4DaM5LCEeWbp4A9_-WIrQ" name="LayoutType" supertypes="_W4CzQJLCEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_W4DaNJLCEeWbp4A9_-WIrQ" name="ConstraintType">
+ <properties xmi:id="_W4DaNZLCEeWbp4A9_-WIrQ" name="label"/>
+ <properties xmi:id="_W4DaNpLCEeWbp4A9_-WIrQ" name="constraintClass"/>
+ </elements>
+ <elements xmi:id="_W4DaN5LCEeWbp4A9_-WIrQ" name="ModelElementFactoryDescriptor">
+ <properties xmi:id="_W4DaOJLCEeWbp4A9_-WIrQ" name="name"/>
+ <properties xmi:id="_W4DaOZLCEeWbp4A9_-WIrQ" name="factoryClass"/>
+ </elements>
+ <elements xmi:id="_W4DaOpLCEeWbp4A9_-WIrQ" name="StandardWidgetType" supertypes="_W4CzQJLCEeWbp4A9_-WIrQ"/>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_W4DaO5LCEeWbp4A9_-WIrQ" name="contexts">
+ <elements xmi:id="_W4DaPJLCEeWbp4A9_-WIrQ" name="Context">
+ <properties xmi:id="_W4DaPZLCEeWbp4A9_-WIrQ" name="name" description="The name of the Configuration"/>
+ <properties xmi:id="_atbwUJLCEeWbp4A9_-WIrQ" name="label" description="The optional user-presentable label of the Configuration (if different from the name)."/>
+ <properties xmi:id="_W4DaPpLCEeWbp4A9_-WIrQ" name="views" type="Reference" multiplicity="-1" description="The list of views for this Configuration"/>
+ <properties xmi:id="_W4DaP5LCEeWbp4A9_-WIrQ" name="tabs" type="Reference" multiplicity="-1" description="The list of tabs for this Configuration"/>
+ <properties xmi:id="_W4DaQJLCEeWbp4A9_-WIrQ" name="dataContexts" type="Reference" multiplicity="-1" description="The list of Data Contexts used by this configuration"/>
+ <properties xmi:id="_W4DaQZLCEeWbp4A9_-WIrQ" name="dependencies" type="Reference" multiplicity="-1" description="The list of Configurations on which this configuration depends"/>
+ </elements>
+ <elements xmi:id="_W4DaQpLCEeWbp4A9_-WIrQ" name="DisplayUnit">
+ <properties xmi:id="_W4DaQ5LCEeWbp4A9_-WIrQ" name="constraints" type="Reference" multiplicity="-1" description="The constraints associated to this Display Unit. The unit will be displayed only if at least one constraint is matched"/>
+ </elements>
+ <elements xmi:id="_W4DaRJLCEeWbp4A9_-WIrQ" name="View" supertypes="_W4DaQpLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4DaRZLCEeWbp4A9_-WIrQ" name="name" description="The name of this view"/>
+ <properties xmi:id="_W4DaRpLCEeWbp4A9_-WIrQ" name="sections" type="Reference" multiplicity="-1" description="The list of sections for this view"/>
+ <properties xmi:id="_W4DaR5LCEeWbp4A9_-WIrQ" name="automaticContext" label="" type="Boolean" description="deprecated"/>
+ <properties xmi:id="_W4DaSJLCEeWbp4A9_-WIrQ" name="datacontexts" type="Reference" multiplicity="-1" description="deprecated"/>
+ <properties xmi:id="_W4DaSZLCEeWbp4A9_-WIrQ" name="elementMultiplicity" label="" type="Integer" description="The number of selected elements for which this view should be displayed. May be 1 (Single element), -1 (Any number of elements) or any positive integer (For a strict number of elements)"/>
+ </elements>
+ <elements xmi:id="_W4DaSpLCEeWbp4A9_-WIrQ" name="Tab">
+ <properties xmi:id="_W4DaS5LCEeWbp4A9_-WIrQ" name="label" description="The tab's label"/>
+ <properties xmi:id="_W4DaTJLCEeWbp4A9_-WIrQ" name="id" description="The tab's id. The ID should be unique within its category"/>
+ <properties xmi:id="_W4DaTZLCEeWbp4A9_-WIrQ" name="category" description="The tab's category"/>
+ <properties xmi:id="_W4DaTpLCEeWbp4A9_-WIrQ" name="image" label="" description="The tab's image. The path should be of the form /&lt;plug-in id>/&lt;path to the image>"/>
+ <properties xmi:id="_W4DaT5LCEeWbp4A9_-WIrQ" name="afterTab" label="" type="Reference" description="The tab after which this tab will be displayed. The afterTab's category should be the same as this tab's category"/>
+ <properties xmi:id="_W4DaUJLCEeWbp4A9_-WIrQ" name="sections" type="Reference" multiplicity="-1" description="The list of sections that can be displayed in this tab"/>
+ <properties xmi:id="_W4DaUZLCEeWbp4A9_-WIrQ" name="indented" label="" type="Boolean" description="Indicates if this tab should be indented. The preview isn't available for indentation"/>
+ <properties xmi:id="_W4DaUpLCEeWbp4A9_-WIrQ" name="priority" type="Integer" description="Indicates the priority for this tab. A lower priority means the tab will be placed before the other tabs. 0 is the highest priority, 100 is a very low priority."/>
+ </elements>
+ <elements xmi:id="_W4DaU5LCEeWbp4A9_-WIrQ" name="Section" supertypes="_W4DaQpLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4DaVJLCEeWbp4A9_-WIrQ" name="name" description="The section's name. It should be unique within this Configuration"/>
+ <properties xmi:id="_W4DaVZLCEeWbp4A9_-WIrQ" name="tab" type="Reference" description="The tab in which this section will be displayed"/>
+ <properties xmi:id="_W4DaVpLCEeWbp4A9_-WIrQ" name="sectionFile" description="The XWT file containing this section's UI declaration"/>
+ <properties xmi:id="_W4DaV5LCEeWbp4A9_-WIrQ" name="widget" label="" type="Reference" description="The SWT Widget representing this section"/>
+ </elements>
+ <elements xmi:id="_W4DaWJLCEeWbp4A9_-WIrQ" name="DataContextElement">
+ <properties xmi:id="_W4DaWZLCEeWbp4A9_-WIrQ" name="name" label="" description="The name of this Data Context element"/>
+ <properties xmi:id="_W4DaWpLCEeWbp4A9_-WIrQ" name="properties" label="" type="Reference" multiplicity="-1" description="The list of properties of this Element"/>
+ <properties xmi:id="_W4DaW5LCEeWbp4A9_-WIrQ" name="package" type="Reference" description="This element's package"/>
+ <properties xmi:id="_W4DaXJLCEeWbp4A9_-WIrQ" name="supertypes" type="Reference" multiplicity="-1" description="This element's direct supertypes"/>
+ </elements>
+ <elements xmi:id="_W4DaXZLCEeWbp4A9_-WIrQ" name="Property">
+ <properties xmi:id="_W4DaXpLCEeWbp4A9_-WIrQ" name="name" label="" description="The name of the property"/>
+ <properties xmi:id="_W4DaX5LCEeWbp4A9_-WIrQ" name="label" description="The label of this property"/>
+ <properties xmi:id="_W4DaYJLCEeWbp4A9_-WIrQ" name="type" type="Enumeration" description="The type of this property"/>
+ <properties xmi:id="_W4DaYZLCEeWbp4A9_-WIrQ" name="contextElement" type="Reference" description="The element to which this property belongs"/>
+ <properties xmi:id="_W4DaYpLCEeWbp4A9_-WIrQ" name="multiplicity" type="Integer" description="The multiplicity of this property."/>
+ <properties xmi:id="_W4DaY5LCEeWbp4A9_-WIrQ" name="description"/>
+ </elements>
+ <elements xmi:id="_W4DaZJLCEeWbp4A9_-WIrQ" name="UnknownProperty" supertypes="_W4DaXZLCEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_W4DaZZLCEeWbp4A9_-WIrQ" name="DataContextPackage" supertypes="_W4DaWJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4DaZpLCEeWbp4A9_-WIrQ" name="elements" type="Reference" multiplicity="-1" description="The list of Data Context elements contained into this package"/>
+ </elements>
+ <elements xmi:id="_W4EBQJLCEeWbp4A9_-WIrQ" name="DataContextRoot" supertypes="_W4DaZZLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBQZLCEeWbp4A9_-WIrQ" name="label" label="" description="The label of this Data Context root"/>
+ <properties xmi:id="_W4EBQpLCEeWbp4A9_-WIrQ" name="modelElementFactory" type="Reference" description="The factory used to instantiate to ModelElements associated to all the DataContext Elements inside this DataContext Root"/>
+ </elements>
+ <elements xmi:id="_W4EBQ5LCEeWbp4A9_-WIrQ" name="ConstraintDescriptor">
+ <properties xmi:id="_W4EBRJLCEeWbp4A9_-WIrQ" name="name" description="The name of this constraint descriptor"/>
+ <properties xmi:id="_W4EBRZLCEeWbp4A9_-WIrQ" name="display" type="Reference" description="The display unit (View or Section) associated to this constraint."/>
+ <properties xmi:id="_W4EBRpLCEeWbp4A9_-WIrQ" name="constraints" type="Reference" multiplicity="-1" description="The sub-constraints of this constraint (Used for Composite constraints - Not implemented yet)"/>
+ <properties xmi:id="_W4EBR5LCEeWbp4A9_-WIrQ" name="overriddenConstraints" type="Reference" multiplicity="-1" description="The constraints overridden by this constraint. If two constraints match a given selection, a constraint may override another one. In such a case, the overridden constraint's displayUnit won't be displayed. This property is dedicated to manual resolution of constraints : the Constraint classes may also implement an automatic resolution of conflicts"/>
+ <properties xmi:id="_W4EBSJLCEeWbp4A9_-WIrQ" name="overrideable" type="Boolean" description="If set to false, this constraint cannot be automatically overridden by other constraints. Only constraints which explicitly specify they need to override this constraint (Through the &quot;overriddenConstraints&quot; property) will be able to disable it."/>
+ </elements>
+ <elements xmi:id="_W4EBSZLCEeWbp4A9_-WIrQ" name="ConfigProperty">
+ <properties xmi:id="_W4EBSpLCEeWbp4A9_-WIrQ" name="name" description="The name of the property"/>
+ </elements>
+ <elements xmi:id="_W4EBS5LCEeWbp4A9_-WIrQ" name="ValueProperty" supertypes="_W4EBSZLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBTJLCEeWbp4A9_-WIrQ" name="value" description="The value of the property"/>
+ </elements>
+ <elements xmi:id="_W4EBTZLCEeWbp4A9_-WIrQ" name="ReferenceProperty" supertypes="_W4EBSZLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBTpLCEeWbp4A9_-WIrQ" name="value" label="" type="Reference" description="The value of the property"/>
+ </elements>
+ <elements xmi:id="_W4EBT5LCEeWbp4A9_-WIrQ" name="CompositeConstraint" supertypes="_W4EBQ5LCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBUJLCEeWbp4A9_-WIrQ" name="constraints" type="Reference" multiplicity="-1" description="The sub-constraints owned by this composite constraint. The composite constraint is matched if and only if all its sub-constraints are matched."/>
+ </elements>
+ <elements xmi:id="_W4EBUZLCEeWbp4A9_-WIrQ" name="SimpleConstraint" supertypes="_W4EBQ5LCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBUpLCEeWbp4A9_-WIrQ" name="constraintType" type="Reference" description="The type of this constraint"/>
+ <properties xmi:id="_W4EBU5LCEeWbp4A9_-WIrQ" name="properties" label="" type="Reference" multiplicity="-1" description="The list of properties used to instantiate this constraint (key - value pairs)"/>
+ </elements>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_W4EBVJLCEeWbp4A9_-WIrQ" name="ui">
+ <elements xmi:id="_W4EBVZLCEeWbp4A9_-WIrQ" name="Element"/>
+ <elements xmi:id="_W4EBVpLCEeWbp4A9_-WIrQ" name="UIComponent" supertypes="_W4EBVZLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBV5LCEeWbp4A9_-WIrQ" name="attributes" type="Reference" multiplicity="-1" description="The attributes used to instantiate this element. Set of key - value pairs."/>
+ </elements>
+ <elements xmi:id="_W4EBWJLCEeWbp4A9_-WIrQ" name="Widget" supertypes="_W4EBVpLCEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_W4EBWZLCEeWbp4A9_-WIrQ" name="StandardWidget" supertypes="_W4EBWJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBWpLCEeWbp4A9_-WIrQ" name="widgetType" type="Reference" description="The type of this widget"/>
+ </elements>
+ <elements xmi:id="_W4EBW5LCEeWbp4A9_-WIrQ" name="PropertyEditor" supertypes="_W4EBWJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBXJLCEeWbp4A9_-WIrQ" name="property" type="Reference" description="The property that this editor will edit"/>
+ <properties xmi:id="_W4EBXZLCEeWbp4A9_-WIrQ" name="readOnly" type="Boolean" description="Indicates if this editor should be read-only. Note that in some cases, the read only state may be applied at runtime, independently of this field's value"/>
+ <properties xmi:id="_W4EBXpLCEeWbp4A9_-WIrQ" name="widgetType" type="Reference" description="The type of this widget"/>
+ <properties xmi:id="_W4EBX5LCEeWbp4A9_-WIrQ" name="showLabel" type="Boolean" description="If set to false, the property editor's label won't be displayed"/>
+ <properties xmi:id="_W4EBYJLCEeWbp4A9_-WIrQ" name="customLabel" label="Custom label" description="Defines a custom label for this editor. The custom label will replace the property's default label (Only for this property editor)"/>
+ </elements>
+ <elements xmi:id="_W4EBYZLCEeWbp4A9_-WIrQ" name="CompositeWidget" supertypes="_W4EBWJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBYpLCEeWbp4A9_-WIrQ" name="layout" type="Reference" description="The layout of this widget"/>
+ <properties xmi:id="_W4EBY5LCEeWbp4A9_-WIrQ" name="widgets" type="Reference" multiplicity="-1" description="The widgets directly contained into this Composite"/>
+ <properties xmi:id="_W4EBZJLCEeWbp4A9_-WIrQ" name="widgetType" type="Reference" description="The type of this Composite widget."/>
+ </elements>
+ <elements xmi:id="_W4EBZZLCEeWbp4A9_-WIrQ" name="Layout" supertypes="_W4EBVpLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBZpLCEeWbp4A9_-WIrQ" name="layoutType" label="" type="Reference" description="The type of this Layout"/>
+ </elements>
+ <elements xmi:id="_W4EBZ5LCEeWbp4A9_-WIrQ" name="WidgetAttribute" supertypes="_W4EBVZLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBaJLCEeWbp4A9_-WIrQ" name="name" description="The name of the attribute"/>
+ </elements>
+ <elements xmi:id="_W4EBaZLCEeWbp4A9_-WIrQ" name="ValueAttribute" supertypes="_W4EBZ5LCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBapLCEeWbp4A9_-WIrQ" name="value" description="The litteral value of this attribute"/>
+ </elements>
+ <elements xmi:id="_W4EBa5LCEeWbp4A9_-WIrQ" name="ReferenceAttribute" supertypes="_W4EBZ5LCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBbJLCEeWbp4A9_-WIrQ" name="value" type="Reference" description="The value of this attribute"/>
+ </elements>
+ <elements xmi:id="_W4EBbZLCEeWbp4A9_-WIrQ" name="UnknownComponent" supertypes="_W4EBWJLCEeWbp4A9_-WIrQ">
+ <properties xmi:id="_W4EBbpLCEeWbp4A9_-WIrQ" name="typeName" description="The fully-qualified name of this element"/>
+ </elements>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.2"/>
+ </dataContexts>
+ <dataContexts xmi:id="_W4EoUJLCEeWbp4A9_-WIrQ" name="Custom" label="Custom">
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_W4EoUZLCEeWbp4A9_-WIrQ" name="Attribute">
+ <elements xmi:id="_W4EoUpLCEeWbp4A9_-WIrQ" name="GridLayout">
+ <properties xmi:id="_W4EoU5LCEeWbp4A9_-WIrQ" name="numColumns" label="" type="Integer" description="The number of columns of this layout"/>
+ <properties xmi:id="_W4EoVJLCEeWbp4A9_-WIrQ" name="makeColumnsEqualWidth" description="Indicates if all columns should have the same width"/>
+ </elements>
+ <elements xmi:id="_W4EoVZLCEeWbp4A9_-WIrQ" name="Group">
+ <properties xmi:id="_W4EoVpLCEeWbp4A9_-WIrQ" name="text" description="The label of this Group container"/>
+ </elements>
+ <elements xmi:id="_W4EoV5LCEeWbp4A9_-WIrQ" name="Text">
+ <properties xmi:id="_W4EoWJLCEeWbp4A9_-WIrQ" name="text" description="The text to display"/>
+ </elements>
+ <elements xmi:id="_W4EoWZLCEeWbp4A9_-WIrQ" name="Label">
+ <properties xmi:id="_W4EoWpLCEeWbp4A9_-WIrQ" name="text" label="Text" description="The text to display"/>
+ </elements>
+ <elements xmi:id="_W4EoW5LCEeWbp4A9_-WIrQ" name="BooleanToggle">
+ <properties xmi:id="_W4EoXJLCEeWbp4A9_-WIrQ" name="image" label="Image"/>
+ </elements>
+ <elements xmi:id="_W4EoXZLCEeWbp4A9_-WIrQ" name="FileSelector">
+ <properties xmi:id="_W4EoXpLCEeWbp4A9_-WIrQ" name="allowWorkspace"/>
+ <properties xmi:id="_W4EoX5LCEeWbp4A9_-WIrQ" name="allowFileSystem"/>
+ <properties xmi:id="_W4EoYJLCEeWbp4A9_-WIrQ" name="filteredExtension"/>
+ </elements>
+ <elements xmi:id="_W4EoYZLCEeWbp4A9_-WIrQ" name="IntegerSpinner">
+ <properties xmi:id="_W4EoYpLCEeWbp4A9_-WIrQ" name="minimum" label="" description="The minimum value that this spinner can return"/>
+ <properties xmi:id="_W4EoY5LCEeWbp4A9_-WIrQ" name="maximum" description="The maximum value that this spinner can return"/>
+ <properties xmi:id="_W4EoZJLCEeWbp4A9_-WIrQ" name="increment" description="The increment value for this spinner"/>
+ </elements>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_W4EoZZLCEeWbp4A9_-WIrQ" name="Properties" label="Properties">
+ <elements xmi:id="_W4EoZpLCEeWbp4A9_-WIrQ" name="EcoreInstanceOf">
+ <properties xmi:id="_W4EoZ5LCEeWbp4A9_-WIrQ" name="className" label="Class Name" description="The name of the Class"/>
+ <properties xmi:id="_W4EoaJLCEeWbp4A9_-WIrQ" name="nsUri" label="NS URI" description="The namespace URI (NsURI) of the EPackage containing the Class"/>
+ </elements>
+ <elements xmi:id="_W4EoaZLCEeWbp4A9_-WIrQ" name="UMLInstanceOf">
+ <properties xmi:id="_W4EoapLCEeWbp4A9_-WIrQ" name="umlClassName" label="UML Class name" description="The name of the UML Metaclass"/>
+ </elements>
+ <elements xmi:id="_W4Eoa5LCEeWbp4A9_-WIrQ" name="OCLQuery">
+ <properties xmi:id="_W4EobJLCEeWbp4A9_-WIrQ" name="query" label="Query" type="Reference" description="The EMF Query"/>
+ </elements>
+ <elements xmi:id="_W4EobZLCEeWbp4A9_-WIrQ" name="Stereotype">
+ <properties xmi:id="_W4EobpLCEeWbp4A9_-WIrQ" name="stereotypeName" label="Stereotype name" description="The fully qualified name of the Stereotype. The separator is &quot;::&quot;. For example : MyProfile::MyPackage::MyStereotype"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.customization.properties/Model/CustomizationEnvironment.xmi#//@modelElementFactories.1"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/MultipleContext.xwt b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/MultipleContext.xwt
index 72c1c9e5b21..b1f5c116034 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/MultipleContext.xwt
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/MultipleContext.xwt
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+ xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
</Composite> \ No newline at end of file
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleContext.xwt b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleContext.xwt
index bb8a282c5fa..65c3f5eac93 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleContext.xwt
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleContext.xwt
@@ -1,17 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:StringEditor input="{Binding}"
- property="properties:contexts:Context:name"></ppe:StringEditor>
- <ppe:MultiReference input="{Binding}"
- property="properties:contexts:Context:dependencies"></ppe:MultiReference>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+ xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:StringEditor input="{Binding}"
+ property="properties:contexts:Context:name"></ppe:StringEditor>
+ <ppe:StringEditor input="{Binding}"
+ property="properties:contexts:Context:label" customLabel="UI Label"></ppe:StringEditor>
+ <ppe:MultiReference input="{Binding}"
+ property="properties:contexts:Context:dependencies"></ppe:MultiReference>
+ </Composite>
</Composite> \ No newline at end of file
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/ContextStorageActionUtil.java b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/ContextStorageActionUtil.java
index bbdc58340e5..dd62131cf5b 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/ContextStorageActionUtil.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/ContextStorageActionUtil.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2010, 2013 CEA LIST.
+ * Copyright (c) 2010, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - Factored out some methods from existing code for reuse (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.storage.actions;
@@ -37,7 +38,7 @@ public class ContextStorageActionUtil {
}
public static void initializeCopy(Context source, IProgressMonitor monitor) {
- monitor.beginTask(Messages.CopyContextAction_InitializingTheCopyOf + source.getName() + Messages.CopyContextAction_ThisMayTakeSomeTime, IProgressMonitor.UNKNOWN);
+ monitor.beginTask(Messages.CopyContextAction_InitializingTheCopyOf + source.getUserLabel() + Messages.CopyContextAction_ThisMayTakeSomeTime, IProgressMonitor.UNKNOWN);
// EcoreUtil.resolveAll(source); //This method is too expensive
resolveAllResources(source); // Ignores the *.xwt files. We will copy them manually.
monitor.done();
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextCopyAction.java b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextCopyAction.java
index ecaa6134d4c..ccdd43c370a 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextCopyAction.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextCopyAction.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2010, 2014 CEA LIST and others.
+ * Copyright (c) 2010, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -10,6 +10,7 @@
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - Factor out workspace storage for pluggable storage providers (CDO)
* Christian W. Damus (CEA) - bug 422257
+ * Christian W. Damus - bug 482927
*
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.storage.actions.workspace;
@@ -78,7 +79,7 @@ public class WorkspaceContextCopyAction implements IContextCopyAction {
* @param targetName
* The name of the new context
* @return
- * The new Context
+ * The new Context
*
* @throws CoreException
* If an error occured : the previous context cannot be read, or
@@ -151,7 +152,7 @@ public class WorkspaceContextCopyAction implements IContextCopyAction {
}
}
- monitor.beginTask(Messages.CopyContextAction_Copying + source.getName() + Messages.CopyContextAction_To + targetName, filesToCopy);
+ monitor.beginTask(Messages.CopyContextAction_Copying + source.getUserLabel() + Messages.CopyContextAction_To + targetName, filesToCopy);
// Copy of the context
copy(sourceResource, target);
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextDeleteAction.java b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextDeleteAction.java
index 407d7dbeb78..cfd2e84f32a 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextDeleteAction.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextDeleteAction.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2013 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - Factor out workspace storage for pluggable storage providers (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.storage.actions.workspace;
@@ -45,7 +46,7 @@ public class WorkspaceContextDeleteAction implements IContextDeleteAction {
public void delete(final Context context, IProgressMonitor monitor) throws CoreException {
final File directory = new File(context.eResource().getURI().toFileString()).getParentFile();
- SubMonitor sub = SubMonitor.convert(monitor, Messages.WorkspaceContextDeleteAction_1 + context.getName(), IProgressMonitor.UNKNOWN);
+ SubMonitor sub = SubMonitor.convert(monitor, Messages.WorkspaceContextDeleteAction_1 + context.getUserLabel(), IProgressMonitor.UNKNOWN);
try {
delete(directory);
} finally {
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextEditAction.java b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextEditAction.java
index 74c17c6a5bd..eda4dd9cf3d 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextEditAction.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/storage/actions/workspace/WorkspaceContextEditAction.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2010, 2013 CEA LIST.
+ * Copyright (c) 2010, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - Factor out workspace storage for pluggable storage providers (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.storage.actions.workspace;
@@ -47,7 +48,7 @@ public class WorkspaceContextEditAction implements IContextEditAction {
*/
@Override
public void openEditor(final Context context, IProgressMonitor monitor) throws CoreException {
- SubMonitor sub = SubMonitor.convert(monitor, Messages.WorkspaceContextEditAction_1 + context.getName(), IProgressMonitor.UNKNOWN);
+ SubMonitor sub = SubMonitor.convert(monitor, Messages.WorkspaceContextEditAction_1 + context.getUserLabel(), IProgressMonitor.UNKNOWN);
try {
runOpenEditor(context);
@@ -58,6 +59,6 @@ public class WorkspaceContextEditAction implements IContextEditAction {
protected void runOpenEditor(Context context) throws CoreException {
IFile contextFile = ProjectUtil.getContextFile(context);
- PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(new FileEditorInput(contextFile), "org.eclipse.papyrus.customization.properties.UIEditor", true); //$NON-NLS-1$;
+ PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(new FileEditorInput(contextFile), "org.eclipse.papyrus.customization.properties.UIEditor", true); //$NON-NLS-1$ ;
}
}
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/ui/CustomizationDialog.java b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/ui/CustomizationDialog.java
index 4178cdfed0f..a47ffa09dce 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/ui/CustomizationDialog.java
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/src/org/eclipse/papyrus/customization/properties/ui/CustomizationDialog.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2010, 2013 CEA LIST.
+ * Copyright (c) 2010, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - Factor out workspace storage for pluggable storage providers (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.customization.properties.ui;
@@ -109,7 +110,7 @@ public class CustomizationDialog extends TrayDialog implements SelectionListener
public String getText(final Object element) {
if (element != null && element instanceof Context) {
Context context = (Context) element;
- return context.getName() + (ConfigurationManager.getInstance().isPlugin(context) ? Messages.CustomizationDialog_plugin : ""); //$NON-NLS-1$
+ return context.getUserLabel() + (ConfigurationManager.getInstance().isPlugin(context) ? Messages.CustomizationDialog_plugin : ""); //$NON-NLS-1$
}
return super.getText(element);
}
@@ -277,7 +278,7 @@ public class CustomizationDialog extends TrayDialog implements SelectionListener
return;
}
- MessageDialog dialog = new MessageDialog(getShell(), Messages.CustomizationDialog_deleteContext, null, Messages.CustomizationDialog_deleteContextConfirmation1 + sourceContext.getName() + Messages.CustomizationDialog_deleteContextConfirmation2,
+ MessageDialog dialog = new MessageDialog(getShell(), Messages.CustomizationDialog_deleteContext, null, Messages.CustomizationDialog_deleteContextConfirmation1 + sourceContext.getUserLabel() + Messages.CustomizationDialog_deleteContextConfirmation2,
MessageDialog.CONFIRM, new String[] { IDialogConstants.YES_LABEL, IDialogConstants.NO_LABEL, IDialogConstants.CANCEL_LABEL }, 2);
int result = dialog.open();
if (result == 0) { // 0 is "Yes" (It is *not* the same 0 as Window.OK)
diff --git a/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java b/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java
index a8c043480bc..620699bc821 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java
+++ b/plugins/customization/org.eclipse.papyrus.customization/src/org/eclipse/papyrus/customization/factory/PropertyViewExtensionFactory.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2014 CEA LIST and others.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus (CEA) - bug 422257
+ * Christian W. Damus - bug 482927
*
*****************************************************************************/
package org.eclipse.papyrus.customization.factory;
@@ -104,7 +105,7 @@ public class PropertyViewExtensionFactory extends FileBasedExtensionFactory {
dialog.run(true, false, new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) {
- monitor.beginTask(Messages.PropertyViewExtensionFactory_InitializingCopy + source.getName() + Messages.PropertyViewExtensionFactory_WaitMessage, IProgressMonitor.UNKNOWN);
+ monitor.beginTask(Messages.PropertyViewExtensionFactory_InitializingCopy + source.getUserLabel() + Messages.PropertyViewExtensionFactory_WaitMessage, IProgressMonitor.UNKNOWN);
EcoreUtil.resolveAll(source);
monitor.done();
result = Status.OK_STATUS;
@@ -121,7 +122,7 @@ public class PropertyViewExtensionFactory extends FileBasedExtensionFactory {
try {
targetDirectory.mkdirs();
- monitor.beginTask(Messages.PropertyViewExtensionFactory_Copying + source.getName() + Messages.PropertyViewExtensionFactory_To + targetName, source.eResource().getResourceSet().getResources().size());
+ monitor.beginTask(Messages.PropertyViewExtensionFactory_Copying + source.getUserLabel() + Messages.PropertyViewExtensionFactory_To + targetName, source.eResource().getResourceSet().getResources().size());
// Copy of the context
copy(source.eResource(), target);
@@ -142,7 +143,7 @@ public class PropertyViewExtensionFactory extends FileBasedExtensionFactory {
monitor.done();
} catch (IOException ex) {
Activator.log.error(ex);
- result = new Status(IStatus.ERROR, Activator.PLUGIN_ID, "An error occured during the copy of " + source.getName(), ex); //$NON-NLS-1$
+ result = new Status(IStatus.ERROR, Activator.PLUGIN_ID, "An error occured during the copy of " + source.getUserLabel(), ex); //$NON-NLS-1$
return;
}
result = Status.OK_STATUS;
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/css.ctx b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/css.ctx
index c69de00f391..7acab6a523e 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/css.ctx
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/css.ctx
@@ -1,106 +1,106 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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="_8Mp0IIk1EeWBadfj_-2HEQ" name="CSS">
- <tabs xmi:id="_8Mp0IYk1EeWBadfj_-2HEQ" label="Style" id="style" category="org.eclipse.papyrus" image="" priority="70">
- <sections xmi:id="_8Mp0Iok1EeWBadfj_-2HEQ" name="SingleStylableElement" sectionFile="ui/SingleStylableElement.xwt">
- <widget href="ui/SingleStylableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_8MqbMIk1EeWBadfj_-2HEQ" name="MultipleStylableElement" sectionFile="ui/MultipleStylableElement.xwt">
- <widget href="ui/MultipleStylableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_8MqbMYk1EeWBadfj_-2HEQ" name="SingleDiagram" sectionFile="ui/SingleDiagram.xwt">
- <widget href="ui/SingleDiagram.xwt#/"/>
- </sections>
- <sections xmi:id="_8MqbMok1EeWBadfj_-2HEQ" name="SingleStyleSheetReference" sectionFile="ui/SingleStyleSheetReference.xwt">
- <widget href="ui/SingleStyleSheetReference.xwt#//@widgets.0"/>
- </sections>
- <sections xmi:id="_8MqbM4k1EeWBadfj_-2HEQ" name="SingleEmbeddedStyleSheet" sectionFile="ui/SingleEmbeddedStyleSheet.xwt">
- <widget href="ui/SingleEmbeddedStyleSheet.xwt#//@widgets.0"/>
- </sections>
- <sections xmi:id="_8MqbNIk1EeWBadfj_-2HEQ" name="SingleTheme" sectionFile="ui/SingleTheme.xwt">
- <widget href="ui/SingleTheme.xwt#/"/>
- </sections>
- </tabs>
- <views xmi:id="_8MqbNYk1EeWBadfj_-2HEQ" name="SingleStylableElement" sections="_8Mp0Iok1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbNok1EeWBadfj_-2HEQ" name="isSingleStylableElement" overrideable="false" overriddenConstraints="_8MqbOok1EeWBadfj_-2HEQ">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbN4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbOIk1EeWBadfj_-2HEQ" name="className" value="View"/>
- </constraints>
- </views>
- <views xmi:id="_8MqbOYk1EeWBadfj_-2HEQ" elementMultiplicity="-1" name="MultipleStylableElement" sections="_8MqbMIk1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbOok1EeWBadfj_-2HEQ" name="isMultipleStylableElement" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbO4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbPIk1EeWBadfj_-2HEQ" name="className" value="View"/>
- </constraints>
- </views>
- <views xmi:id="_8MqbPYk1EeWBadfj_-2HEQ" name="Diagram" sections="_8MqbMYk1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbPok1EeWBadfj_-2HEQ" name="isDiagram" overrideable="false" overriddenConstraints="_8MqbNok1EeWBadfj_-2HEQ _8MqbOok1EeWBadfj_-2HEQ">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbP4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbQIk1EeWBadfj_-2HEQ" name="className" value="Diagram"/>
- </constraints>
- </views>
- <views xmi:id="_8MqbQYk1EeWBadfj_-2HEQ" name="SingleStyleSheetReference" sections="_8MqbMok1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbQok1EeWBadfj_-2HEQ" name="isStyleSheetReference">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbQ4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbRIk1EeWBadfj_-2HEQ" name="className" value="StyleSheetReference"/>
- </constraints>
- </views>
- <views xmi:id="_8MqbRYk1EeWBadfj_-2HEQ" name="SingleEmbeddedStyleSheet" sections="_8MqbM4k1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbRok1EeWBadfj_-2HEQ" name="isEmbeddedStyleSheet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbR4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbSIk1EeWBadfj_-2HEQ" name="className" value="EmbeddedStyleSheet"/>
- </constraints>
- </views>
- <views xmi:id="_8MqbSYk1EeWBadfj_-2HEQ" name="SingleTheme" sections="_8MqbNIk1EeWBadfj_-2HEQ">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbSok1EeWBadfj_-2HEQ" name="isTheme">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbS4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbTIk1EeWBadfj_-2HEQ" name="className" value="Theme"/>
- </constraints>
- </views>
- <dataContexts xmi:id="_8MrCQIk1EeWBadfj_-2HEQ" name="CSS" label="CSS">
- <elements xmi:id="_8MrCQYk1EeWBadfj_-2HEQ" name="PapyrusCSSStyle">
- <properties xmi:id="_8MrCQok1EeWBadfj_-2HEQ" name="cssId" label="CSS ID" description="The CSS ID of this element. The ID should be unique within a Diagram. It can be used to retrieve the style properties applied to this element."/>
- <properties xmi:id="_8MrCQ4k1EeWBadfj_-2HEQ" name="cssClass" label="Applied styles" multiplicity="-1" description="The list of CSS Classes associated to this element. Classes are string identifiers, used by the CSS Stylesheets to identify a set of elements on which styles should be applied."/>
- <properties xmi:id="_8MrCRIk1EeWBadfj_-2HEQ" name="cssStyle" label="CSS Style" description="The list of CSS properties applied to this element. This is a local style, which will only be applied on the selected element."/>
- </elements>
- <elements xmi:id="_8MrCRYk1EeWBadfj_-2HEQ" name="DiagramStyle" supertypes="_8MrCQYk1EeWBadfj_-2HEQ">
- <properties xmi:id="_8MrCRok1EeWBadfj_-2HEQ" name="css_stylesheets" label="Diagram style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to this diagram"/>
- </elements>
- <elements xmi:id="_8MrCR4k1EeWBadfj_-2HEQ" name="ModelStyle">
- <properties xmi:id="_8MrCSIk1EeWBadfj_-2HEQ" name="modelStyleSheets" label="Model style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to this model"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_8MrCSYk1EeWBadfj_-2HEQ" name="WorkspaceThemes" label="Themes">
- <elements xmi:id="_8MrCSok1EeWBadfj_-2HEQ" name="Theme">
- <properties xmi:id="_8MrCS4k1EeWBadfj_-2HEQ" name="label" label="Label" description="Theme label"/>
- <properties xmi:id="_8MrCTIk1EeWBadfj_-2HEQ" name="icon" label="Icon" description="Theme icon"/>
- <properties xmi:id="_8MrCTYk1EeWBadfj_-2HEQ" name="stylesheets" label="Theme style sheets" type="Reference" multiplicity="-1"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.2"/>
- </dataContexts>
- <dataContexts xmi:id="_8MrCTok1EeWBadfj_-2HEQ" name="modelstylesheets" label="StyleSheets">
- <elements xmi:id="_8MrCT4k1EeWBadfj_-2HEQ" name="StyleSheetReference">
- <properties xmi:id="_8MrCUIk1EeWBadfj_-2HEQ" name="path" label="Path" description="The path to an external style sheet file"/>
- </elements>
- <elements xmi:id="_8MrCUYk1EeWBadfj_-2HEQ" name="EmbeddedStyleSheet">
- <properties xmi:id="_8MrCUok1EeWBadfj_-2HEQ" name="label" label="" description="The stylesheet's label"/>
- <properties xmi:id="_8MrCU4k1EeWBadfj_-2HEQ" name="content" label="Contents" description="The style sheet contents"/>
- </elements>
- <elements xmi:id="_8MrCVIk1EeWBadfj_-2HEQ" name="ModelStyleSheet">
- <properties xmi:id="_8MrCVYk1EeWBadfj_-2HEQ" name="stylesheets" label="Model style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to the model"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_8MrCVok1EeWBadfj_-2HEQ" name="Preferences" label="Preferences">
- <elements xmi:id="_8MrCV4k1EeWBadfj_-2HEQ" name="org.eclipse.papyrus.infra.gmfdiag.css">
- <properties xmi:id="_8MrCWIk1EeWBadfj_-2HEQ" name="currentTheme" label="" description="The theme currently applied to all Papyrus Diagrams in your workspace. The theme can be changed in the preferences."/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.1"/>
- </dataContexts>
-</contexts:Context>
+<?xml version="1.0" encoding="UTF-8"?>
+<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="_8Mp0IIk1EeWBadfj_-2HEQ" name="CSS" label="CSS in Diagrams">
+ <tabs xmi:id="_8Mp0IYk1EeWBadfj_-2HEQ" label="Style" id="style" category="org.eclipse.papyrus" image="" priority="70">
+ <sections xmi:id="_8Mp0Iok1EeWBadfj_-2HEQ" name="SingleStylableElement" sectionFile="ui/SingleStylableElement.xwt">
+ <widget href="ui/SingleStylableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_8MqbMIk1EeWBadfj_-2HEQ" name="MultipleStylableElement" sectionFile="ui/MultipleStylableElement.xwt">
+ <widget href="ui/MultipleStylableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_8MqbMYk1EeWBadfj_-2HEQ" name="SingleDiagram" sectionFile="ui/SingleDiagram.xwt">
+ <widget href="ui/SingleDiagram.xwt#/"/>
+ </sections>
+ <sections xmi:id="_8MqbMok1EeWBadfj_-2HEQ" name="SingleStyleSheetReference" sectionFile="ui/SingleStyleSheetReference.xwt">
+ <widget href="ui/SingleStyleSheetReference.xwt#//@widgets.0"/>
+ </sections>
+ <sections xmi:id="_8MqbM4k1EeWBadfj_-2HEQ" name="SingleEmbeddedStyleSheet" sectionFile="ui/SingleEmbeddedStyleSheet.xwt">
+ <widget href="ui/SingleEmbeddedStyleSheet.xwt#//@widgets.0"/>
+ </sections>
+ <sections xmi:id="_8MqbNIk1EeWBadfj_-2HEQ" name="SingleTheme" sectionFile="ui/SingleTheme.xwt">
+ <widget href="ui/SingleTheme.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_8MqbNYk1EeWBadfj_-2HEQ" name="SingleStylableElement" sections="_8Mp0Iok1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbNok1EeWBadfj_-2HEQ" name="isSingleStylableElement" overrideable="false" overriddenConstraints="_8MqbOok1EeWBadfj_-2HEQ">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbN4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbOIk1EeWBadfj_-2HEQ" name="className" value="View"/>
+ </constraints>
+ </views>
+ <views xmi:id="_8MqbOYk1EeWBadfj_-2HEQ" elementMultiplicity="-1" name="MultipleStylableElement" sections="_8MqbMIk1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbOok1EeWBadfj_-2HEQ" name="isMultipleStylableElement" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbO4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbPIk1EeWBadfj_-2HEQ" name="className" value="View"/>
+ </constraints>
+ </views>
+ <views xmi:id="_8MqbPYk1EeWBadfj_-2HEQ" name="Diagram" sections="_8MqbMYk1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbPok1EeWBadfj_-2HEQ" name="isDiagram" overrideable="false" overriddenConstraints="_8MqbNok1EeWBadfj_-2HEQ _8MqbOok1EeWBadfj_-2HEQ">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbP4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbQIk1EeWBadfj_-2HEQ" name="className" value="Diagram"/>
+ </constraints>
+ </views>
+ <views xmi:id="_8MqbQYk1EeWBadfj_-2HEQ" name="SingleStyleSheetReference" sections="_8MqbMok1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbQok1EeWBadfj_-2HEQ" name="isStyleSheetReference">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbQ4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbRIk1EeWBadfj_-2HEQ" name="className" value="StyleSheetReference"/>
+ </constraints>
+ </views>
+ <views xmi:id="_8MqbRYk1EeWBadfj_-2HEQ" name="SingleEmbeddedStyleSheet" sections="_8MqbM4k1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbRok1EeWBadfj_-2HEQ" name="isEmbeddedStyleSheet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbR4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbSIk1EeWBadfj_-2HEQ" name="className" value="EmbeddedStyleSheet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_8MqbSYk1EeWBadfj_-2HEQ" name="SingleTheme" sections="_8MqbNIk1EeWBadfj_-2HEQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_8MqbSok1EeWBadfj_-2HEQ" name="isTheme">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbS4k1EeWBadfj_-2HEQ" name="nsUri" value="http://www.eclipse.org/papyrus/infra/gmfdiag/css"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_8MqbTIk1EeWBadfj_-2HEQ" name="className" value="Theme"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_8MrCQIk1EeWBadfj_-2HEQ" name="CSS" label="CSS">
+ <elements xmi:id="_8MrCQYk1EeWBadfj_-2HEQ" name="PapyrusCSSStyle">
+ <properties xmi:id="_8MrCQok1EeWBadfj_-2HEQ" name="cssId" label="CSS ID" description="The CSS ID of this element. The ID should be unique within a Diagram. It can be used to retrieve the style properties applied to this element."/>
+ <properties xmi:id="_8MrCQ4k1EeWBadfj_-2HEQ" name="cssClass" label="Applied styles" multiplicity="-1" description="The list of CSS Classes associated to this element. Classes are string identifiers, used by the CSS Stylesheets to identify a set of elements on which styles should be applied."/>
+ <properties xmi:id="_8MrCRIk1EeWBadfj_-2HEQ" name="cssStyle" label="CSS Style" description="The list of CSS properties applied to this element. This is a local style, which will only be applied on the selected element."/>
+ </elements>
+ <elements xmi:id="_8MrCRYk1EeWBadfj_-2HEQ" name="DiagramStyle" supertypes="_8MrCQYk1EeWBadfj_-2HEQ">
+ <properties xmi:id="_8MrCRok1EeWBadfj_-2HEQ" name="css_stylesheets" label="Diagram style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to this diagram"/>
+ </elements>
+ <elements xmi:id="_8MrCR4k1EeWBadfj_-2HEQ" name="ModelStyle">
+ <properties xmi:id="_8MrCSIk1EeWBadfj_-2HEQ" name="modelStyleSheets" label="Model style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to this model"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_8MrCSYk1EeWBadfj_-2HEQ" name="WorkspaceThemes" label="Themes">
+ <elements xmi:id="_8MrCSok1EeWBadfj_-2HEQ" name="Theme">
+ <properties xmi:id="_8MrCS4k1EeWBadfj_-2HEQ" name="label" label="Label" description="Theme label"/>
+ <properties xmi:id="_8MrCTIk1EeWBadfj_-2HEQ" name="icon" label="Icon" description="Theme icon"/>
+ <properties xmi:id="_8MrCTYk1EeWBadfj_-2HEQ" name="stylesheets" label="Theme style sheets" type="Reference" multiplicity="-1"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.2"/>
+ </dataContexts>
+ <dataContexts xmi:id="_8MrCTok1EeWBadfj_-2HEQ" name="modelstylesheets" label="StyleSheets">
+ <elements xmi:id="_8MrCT4k1EeWBadfj_-2HEQ" name="StyleSheetReference">
+ <properties xmi:id="_8MrCUIk1EeWBadfj_-2HEQ" name="path" label="Path" description="The path to an external style sheet file"/>
+ </elements>
+ <elements xmi:id="_8MrCUYk1EeWBadfj_-2HEQ" name="EmbeddedStyleSheet">
+ <properties xmi:id="_8MrCUok1EeWBadfj_-2HEQ" name="label" label="" description="The stylesheet's label"/>
+ <properties xmi:id="_8MrCU4k1EeWBadfj_-2HEQ" name="content" label="Contents" description="The style sheet contents"/>
+ </elements>
+ <elements xmi:id="_8MrCVIk1EeWBadfj_-2HEQ" name="ModelStyleSheet">
+ <properties xmi:id="_8MrCVYk1EeWBadfj_-2HEQ" name="stylesheets" label="Model style sheets" type="Reference" multiplicity="-1" description="The style sheets associated to the model"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_8MrCVok1EeWBadfj_-2HEQ" name="Preferences" label="Preferences">
+ <elements xmi:id="_8MrCV4k1EeWBadfj_-2HEQ" name="org.eclipse.papyrus.infra.gmfdiag.css">
+ <properties xmi:id="_8MrCWIk1EeWBadfj_-2HEQ" name="currentTheme" label="" description="The theme currently applied to all Papyrus Diagrams in your workspace. The theme can be changed in the preferences."/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/Environment.xmi#//@modelElementFactories.1"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/notation/notation.ctx b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/notation/notation.ctx
index 484a6246643..26438fcf027 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/notation/notation.ctx
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/notation/notation.ctx
@@ -1,711 +1,711 @@
-<?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" name="notation">
- <tabs label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
- <sections name="Single Edge" sectionFile="ui/SingleEdge.xwt">
- <widget href="ui/SingleEdge.xwt#/"/>
- </sections>
- <sections name="Single Node" sectionFile="ui/SingleNode.xwt">
- <widget href="ui/SingleNode.xwt#/"/>
- </sections>
- <sections name="Single LayoutConstraint" sectionFile="ui/SingleLayoutConstraint.xwt">
- <widget href="ui/SingleLayoutConstraint.xwt#/"/>
- </sections>
- <sections name="Single Size" sectionFile="ui/SingleSize.xwt">
- <widget href="ui/SingleSize.xwt#/"/>
- </sections>
- <sections name="Single Location" sectionFile="ui/SingleLocation.xwt">
- <widget href="ui/SingleLocation.xwt#/"/>
- </sections>
- <sections name="Single Bounds" sectionFile="ui/SingleBounds.xwt">
- <widget href="ui/SingleBounds.xwt#/"/>
- </sections>
- <sections name="Single Ratio" sectionFile="ui/SingleRatio.xwt">
- <widget href="ui/SingleRatio.xwt#/"/>
- </sections>
- <sections name="Single Anchor" sectionFile="ui/SingleAnchor.xwt">
- <widget href="ui/SingleAnchor.xwt#/"/>
- </sections>
- <sections name="Single Bendpoints" sectionFile="ui/SingleBendpoints.xwt">
- <widget href="ui/SingleBendpoints.xwt#/"/>
- </sections>
- <sections name="Single IdentityAnchor" sectionFile="ui/SingleIdentityAnchor.xwt">
- <widget href="ui/SingleIdentityAnchor.xwt#/"/>
- </sections>
- <sections name="Single View" sectionFile="ui/SingleView.xwt">
- <widget href="ui/SingleView.xwt#/"/>
- </sections>
- <sections name="Single RelativeBendpoints" sectionFile="ui/SingleRelativeBendpoints.xwt">
- <widget href="ui/SingleRelativeBendpoints.xwt#/"/>
- </sections>
- <sections name="Single Image" sectionFile="ui/SingleImage.xwt">
- <widget href="ui/SingleImage.xwt#/"/>
- </sections>
- <sections name="Single Guide" sectionFile="ui/SingleGuide.xwt">
- <widget href="ui/SingleGuide.xwt#/"/>
- </sections>
- <sections name="Single NodeEntry" sectionFile="ui/SingleNodeEntry.xwt">
- <widget href="ui/SingleNodeEntry.xwt#/"/>
- </sections>
- <sections name="Single StringToPropertyValueMapEntry" sectionFile="ui/SingleStringToPropertyValueMapEntry.xwt">
- <widget href="ui/SingleStringToPropertyValueMapEntry.xwt#/"/>
- </sections>
- <sections name="Single PropertyValue" sectionFile="ui/SinglePropertyValue.xwt">
- <widget href="ui/SinglePropertyValue.xwt#/"/>
- </sections>
- <sections name="Single StringObjectConverter" sectionFile="ui/SingleStringObjectConverter.xwt">
- <widget href="ui/SingleStringObjectConverter.xwt#/"/>
- </sections>
- <sections name="Single Shape" sectionFile="ui/SingleShape.xwt">
- <widget href="ui/SingleShape.xwt#/"/>
- </sections>
- <sections name="Single Compartment" sectionFile="ui/SingleCompartment.xwt">
- <widget href="ui/SingleCompartment.xwt#/"/>
- </sections>
- <sections name="Single ListCompartment" sectionFile="ui/SingleListCompartment.xwt">
- <widget href="ui/SingleListCompartment.xwt#/"/>
- </sections>
- <sections name="Single Connector" sectionFile="ui/SingleConnector.xwt">
- <widget href="ui/SingleConnector.xwt#/"/>
- </sections>
- <sections name="Single StandardDiagram" sectionFile="ui/SingleStandardDiagram.xwt">
- <widget href="ui/SingleStandardDiagram.xwt#/"/>
- </sections>
- <sections name="Single DecorationNode" sectionFile="ui/SingleDecorationNode.xwt">
- <widget href="ui/SingleDecorationNode.xwt#/"/>
- </sections>
- <sections name="Single BasicDecorationNode" sectionFile="ui/SingleBasicDecorationNode.xwt">
- <widget href="ui/SingleBasicDecorationNode.xwt#/"/>
- </sections>
- <sections name="Single BasicCompartment" sectionFile="ui/SingleBasicCompartment.xwt">
- <widget href="ui/SingleBasicCompartment.xwt#/"/>
- </sections>
- <sections name="Single BasicSemanticCompartment" sectionFile="ui/SingleBasicSemanticCompartment.xwt">
- <widget href="ui/SingleBasicSemanticCompartment.xwt#/"/>
- </sections>
- <sections name="Single SemanticListCompartment" sectionFile="ui/SingleSemanticListCompartment.xwt">
- <widget href="ui/SingleSemanticListCompartment.xwt#/"/>
- </sections>
- <sections name="Multiple Edge" sectionFile="ui/MultipleEdge.xwt">
- <widget href="ui/MultipleEdge.xwt#/"/>
- </sections>
- <sections name="Multiple Node" sectionFile="ui/MultipleNode.xwt">
- <widget href="ui/MultipleNode.xwt#/"/>
- </sections>
- <sections name="Multiple LayoutConstraint" sectionFile="ui/MultipleLayoutConstraint.xwt">
- <widget href="ui/MultipleLayoutConstraint.xwt#/"/>
- </sections>
- <sections name="Multiple Size" sectionFile="ui/MultipleSize.xwt">
- <widget href="ui/MultipleSize.xwt#/"/>
- </sections>
- <sections name="Multiple Location" sectionFile="ui/MultipleLocation.xwt">
- <widget href="ui/MultipleLocation.xwt#/"/>
- </sections>
- <sections name="Multiple Bounds" sectionFile="ui/MultipleBounds.xwt">
- <widget href="ui/MultipleBounds.xwt#/"/>
- </sections>
- <sections name="Multiple Ratio" sectionFile="ui/MultipleRatio.xwt">
- <widget href="ui/MultipleRatio.xwt#/"/>
- </sections>
- <sections name="Multiple Anchor" sectionFile="ui/MultipleAnchor.xwt">
- <widget href="ui/MultipleAnchor.xwt#/"/>
- </sections>
- <sections name="Multiple Bendpoints" sectionFile="ui/MultipleBendpoints.xwt">
- <widget href="ui/MultipleBendpoints.xwt#/"/>
- </sections>
- <sections name="Multiple IdentityAnchor" sectionFile="ui/MultipleIdentityAnchor.xwt">
- <widget href="ui/MultipleIdentityAnchor.xwt#/"/>
- </sections>
- <sections name="Multiple View" sectionFile="ui/MultipleView.xwt">
- <widget href="ui/MultipleView.xwt#/"/>
- </sections>
- <sections name="Multiple RelativeBendpoints" sectionFile="ui/MultipleRelativeBendpoints.xwt">
- <widget href="ui/MultipleRelativeBendpoints.xwt#/"/>
- </sections>
- <sections name="Multiple Diagram" sectionFile="ui/MultipleDiagram.xwt">
- <widget href="ui/MultipleDiagram.xwt#/"/>
- </sections>
- <sections name="Multiple Image" sectionFile="ui/MultipleImage.xwt">
- <widget href="ui/MultipleImage.xwt#/"/>
- </sections>
- <sections name="Multiple Guide" sectionFile="ui/MultipleGuide.xwt">
- <widget href="ui/MultipleGuide.xwt#/"/>
- </sections>
- <sections name="Multiple NodeEntry" sectionFile="ui/MultipleNodeEntry.xwt">
- <widget href="ui/MultipleNodeEntry.xwt#/"/>
- </sections>
- <sections name="Multiple StringToPropertyValueMapEntry" sectionFile="ui/MultipleStringToPropertyValueMapEntry.xwt">
- <widget href="ui/MultipleStringToPropertyValueMapEntry.xwt#/"/>
- </sections>
- <sections name="Multiple PropertyValue" sectionFile="ui/MultiplePropertyValue.xwt">
- <widget href="ui/MultiplePropertyValue.xwt#/"/>
- </sections>
- <sections name="Multiple StringObjectConverter" sectionFile="ui/MultipleStringObjectConverter.xwt">
- <widget href="ui/MultipleStringObjectConverter.xwt#/"/>
- </sections>
- <sections name="Multiple Shape" sectionFile="ui/MultipleShape.xwt">
- <widget href="ui/MultipleShape.xwt#/"/>
- </sections>
- <sections name="Multiple Compartment" sectionFile="ui/MultipleCompartment.xwt">
- <widget href="ui/MultipleCompartment.xwt#/"/>
- </sections>
- <sections name="Multiple ListCompartment" sectionFile="ui/MultipleListCompartment.xwt">
- <widget href="ui/MultipleListCompartment.xwt#/"/>
- </sections>
- <sections name="Multiple Connector" sectionFile="ui/MultipleConnector.xwt">
- <widget href="ui/MultipleConnector.xwt#/"/>
- </sections>
- <sections name="Multiple StandardDiagram" sectionFile="ui/MultipleStandardDiagram.xwt">
- <widget href="ui/MultipleStandardDiagram.xwt#/"/>
- </sections>
- <sections name="Multiple DecorationNode" sectionFile="ui/MultipleDecorationNode.xwt">
- <widget href="ui/MultipleDecorationNode.xwt#/"/>
- </sections>
- <sections name="Multiple BasicDecorationNode" sectionFile="ui/MultipleBasicDecorationNode.xwt">
- <widget href="ui/MultipleBasicDecorationNode.xwt#/"/>
- </sections>
- <sections name="Multiple BasicCompartment" sectionFile="ui/MultipleBasicCompartment.xwt">
- <widget href="ui/MultipleBasicCompartment.xwt#/"/>
- </sections>
- <sections name="Multiple BasicSemanticCompartment" sectionFile="ui/MultipleBasicSemanticCompartment.xwt">
- <widget href="ui/MultipleBasicSemanticCompartment.xwt#/"/>
- </sections>
- <sections name="Multiple SemanticListCompartment" sectionFile="ui/MultipleSemanticListCompartment.xwt">
- <widget href="ui/MultipleSemanticListCompartment.xwt#/"/>
- </sections>
- <sections name="SingleDecorableElement" sectionFile="ui/SingleDecorableElement.xwt">
- <widget href="ui/SingleDecorableElement.xwt#/"/>
- </sections>
- </tabs>
- <tabs label="Rulers And Grid" id="rulersAndGrid" category="org.eclipse.papyrus" afterTab="//@tabs.0" priority="75">
- <sections name="Single RulersAndGrid" sectionFile="ui/SingleRulersAndGrid.xwt">
- <widget href="ui/SingleRulersAndGrid.xwt#/"/>
- </sections>
- </tabs>
- <tabs label="General" id="general" category="org.eclipse.papyrus" priority="75">
- <sections name="Single Diagram" sectionFile="ui/SingleDiagram.xwt">
- <widget href="ui/SingleDiagram.xwt#/"/>
- </sections>
- </tabs>
- <views name="Single Diagram" sections="//@tabs.2/@sections.0" automaticContext="true" datacontexts="//@dataContexts.0/@elements.12">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDiagram">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Diagram"/>
- </constraints>
- </views>
- <views name="Single Edge" sections="//@tabs.0/@sections.0" automaticContext="true" datacontexts="//@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEdge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Edge"/>
- </constraints>
- </views>
- <views name="Single Node" sections="//@tabs.0/@sections.1" automaticContext="true" datacontexts="//@dataContexts.0/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Node"/>
- </constraints>
- </views>
- <views name="Single LayoutConstraint" sections="//@tabs.0/@sections.2" automaticContext="true" datacontexts="//@dataContexts.0/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLayoutConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LayoutConstraint"/>
- </constraints>
- </views>
- <views name="Single Size" sections="//@tabs.0/@sections.3" automaticContext="true" datacontexts="//@dataContexts.0/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSize">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Size"/>
- </constraints>
- </views>
- <views name="Single Location" sections="//@tabs.0/@sections.4" automaticContext="true" datacontexts="//@dataContexts.0/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLocation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Location"/>
- </constraints>
- </views>
- <views name="Single Bounds" sections="//@tabs.0/@sections.5" automaticContext="true" datacontexts="//@dataContexts.0/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBounds">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Bounds"/>
- </constraints>
- </views>
- <views name="Single Ratio" sections="//@tabs.0/@sections.6" automaticContext="true" datacontexts="//@dataContexts.0/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleRatio">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Ratio"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single Anchor" sections="//@tabs.0/@sections.7" automaticContext="true" datacontexts="//@dataContexts.0/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAnchor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Anchor"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single Bendpoints" sections="//@tabs.0/@sections.8" automaticContext="true" datacontexts="//@dataContexts.0/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBendpoints">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Bendpoints"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single IdentityAnchor" sections="//@tabs.0/@sections.9" automaticContext="true" datacontexts="//@dataContexts.0/@elements.9">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIdentityAnchor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IdentityAnchor"/>
- </constraints>
- </views>
- <views name="Single View" sections="//@tabs.0/@sections.10" automaticContext="true" datacontexts="//@dataContexts.0/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleView">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="View"/>
- </constraints>
- </views>
- <views name="Single RelativeBendpoints" sections="//@tabs.0/@sections.11" automaticContext="true" datacontexts="//@dataContexts.0/@elements.11">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleRelativeBendpoints">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="RelativeBendpoints"/>
- </constraints>
- </views>
- <views name="Single Image" sections="//@tabs.0/@sections.12" automaticContext="true" datacontexts="//@dataContexts.0/@elements.13">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleImage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Image"/>
- </constraints>
- </views>
- <views name="Single Guide" sections="//@tabs.0/@sections.13" automaticContext="true" datacontexts="//@dataContexts.0/@elements.14">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleGuide">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Guide"/>
- </constraints>
- </views>
- <views name="Single NodeEntry" sections="//@tabs.0/@sections.14" automaticContext="true" datacontexts="//@dataContexts.0/@elements.15">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleNodeEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="NodeEntry"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single StringToPropertyValueMapEntry" sections="//@tabs.0/@sections.15" automaticContext="true" datacontexts="//@dataContexts.0/@elements.16">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStringToPropertyValueMapEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringToPropertyValueMapEntry"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single PropertyValue" sections="//@tabs.0/@sections.16" automaticContext="true" datacontexts="//@dataContexts.0/@elements.17">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePropertyValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PropertyValue"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single StringObjectConverter" sections="//@tabs.0/@sections.17" automaticContext="true" datacontexts="//@dataContexts.0/@elements.18">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStringObjectConverter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringObjectConverter"/>
- </constraints>
- </views>
- <views name="Single Shape" sections="//@tabs.0/@sections.18" automaticContext="true" datacontexts="//@dataContexts.0/@elements.19">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleShape">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Shape"/>
- </constraints>
- </views>
- <views name="Single Compartment" sections="//@tabs.0/@sections.19" automaticContext="true" datacontexts="//@dataContexts.0/@elements.20">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Compartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single ListCompartment" sections="//@tabs.0/@sections.20" automaticContext="true" datacontexts="//@dataContexts.0/@elements.21">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleListCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ListCompartment"/>
- </constraints>
- </views>
- <views name="Single Connector" sections="//@tabs.0/@sections.21" automaticContext="true" datacontexts="//@dataContexts.0/@elements.22">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConnector">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Connector"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single StandardDiagram" sections="//@tabs.0/@sections.22" automaticContext="true" datacontexts="//@dataContexts.0/@elements.23">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStandardDiagram">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StandardDiagram"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single DecorationNode" sections="//@tabs.0/@sections.23" automaticContext="true" datacontexts="//@dataContexts.0/@elements.24">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDecorationNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DecorationNode"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single BasicDecorationNode" sections="//@tabs.0/@sections.24" automaticContext="true" datacontexts="//@dataContexts.0/@elements.25">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBasicDecorationNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicDecorationNode"/>
- </constraints>
- </views>
- <views name="Single BasicCompartment" sections="//@tabs.0/@sections.25" automaticContext="true" datacontexts="//@dataContexts.0/@elements.26">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBasicCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicCompartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single BasicSemanticCompartment" sections="//@tabs.0/@sections.26" automaticContext="true" datacontexts="//@dataContexts.0/@elements.27">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBasicSemanticCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicSemanticCompartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single SemanticListCompartment" sections="//@tabs.0/@sections.27" automaticContext="true" datacontexts="//@dataContexts.0/@elements.28">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSemanticListCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SemanticListCompartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single RulersAndGrid" sections="//@tabs.1/@sections.0" datacontexts="//@dataContexts.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDiagramEditorConstraint" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.IsSingleDiagramEditorConstraint"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Edge" sections="//@tabs.0/@sections.28" automaticContext="true" datacontexts="//@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEdge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Edge"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Node" sections="//@tabs.0/@sections.29" automaticContext="true" datacontexts="//@dataContexts.0/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Node"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple LayoutConstraint" sections="//@tabs.0/@sections.30" automaticContext="true" datacontexts="//@dataContexts.0/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLayoutConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LayoutConstraint"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Size" sections="//@tabs.0/@sections.31" automaticContext="true" datacontexts="//@dataContexts.0/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSize">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Size"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Location" sections="//@tabs.0/@sections.32" automaticContext="true" datacontexts="//@dataContexts.0/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLocation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Location"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Bounds" sections="//@tabs.0/@sections.33" automaticContext="true" datacontexts="//@dataContexts.0/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBounds">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Bounds"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Ratio" sections="//@tabs.0/@sections.34" automaticContext="true" datacontexts="//@dataContexts.0/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleRatio">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Ratio"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Anchor" sections="//@tabs.0/@sections.35" automaticContext="true" datacontexts="//@dataContexts.0/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAnchor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Anchor"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Bendpoints" sections="//@tabs.0/@sections.36" automaticContext="true" datacontexts="//@dataContexts.0/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBendpoints">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Bendpoints"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IdentityAnchor" sections="//@tabs.0/@sections.37" automaticContext="true" datacontexts="//@dataContexts.0/@elements.9">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIdentityAnchor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IdentityAnchor"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple View" sections="//@tabs.0/@sections.38" automaticContext="true" datacontexts="//@dataContexts.0/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleView">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="View"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple RelativeBendpoints" sections="//@tabs.0/@sections.39" automaticContext="true" datacontexts="//@dataContexts.0/@elements.11">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleRelativeBendpoints">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="RelativeBendpoints"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Diagram" sections="//@tabs.0/@sections.40" automaticContext="true" datacontexts="//@dataContexts.0/@elements.12">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDiagram">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Diagram"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Image" sections="//@tabs.0/@sections.41" automaticContext="true" datacontexts="//@dataContexts.0/@elements.13">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleImage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Image"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Guide" sections="//@tabs.0/@sections.42" automaticContext="true" datacontexts="//@dataContexts.0/@elements.14">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleGuide">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Guide"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple NodeEntry" sections="//@tabs.0/@sections.43" automaticContext="true" datacontexts="//@dataContexts.0/@elements.15">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleNodeEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="NodeEntry"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple StringToPropertyValueMapEntry" sections="//@tabs.0/@sections.44" automaticContext="true" datacontexts="//@dataContexts.0/@elements.16">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStringToPropertyValueMapEntry">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringToPropertyValueMapEntry"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple PropertyValue" sections="//@tabs.0/@sections.45" automaticContext="true" datacontexts="//@dataContexts.0/@elements.17">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePropertyValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PropertyValue"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple StringObjectConverter" sections="//@tabs.0/@sections.46" automaticContext="true" datacontexts="//@dataContexts.0/@elements.18">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStringObjectConverter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringObjectConverter"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Shape" sections="//@tabs.0/@sections.47" automaticContext="true" datacontexts="//@dataContexts.0/@elements.19">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleShape">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Shape"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Compartment" sections="//@tabs.0/@sections.48" automaticContext="true" datacontexts="//@dataContexts.0/@elements.20">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Compartment"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ListCompartment" sections="//@tabs.0/@sections.49" automaticContext="true" datacontexts="//@dataContexts.0/@elements.21">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleListCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ListCompartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Connector" sections="//@tabs.0/@sections.50" automaticContext="true" datacontexts="//@dataContexts.0/@elements.22">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleConnector">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Connector"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple StandardDiagram" sections="//@tabs.0/@sections.51" automaticContext="true" datacontexts="//@dataContexts.0/@elements.23">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStandardDiagram">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StandardDiagram"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DecorationNode" sections="//@tabs.0/@sections.52" automaticContext="true" datacontexts="//@dataContexts.0/@elements.24">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDecorationNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DecorationNode"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple BasicDecorationNode" sections="//@tabs.0/@sections.53" automaticContext="true" datacontexts="//@dataContexts.0/@elements.25">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBasicDecorationNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicDecorationNode"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple BasicCompartment" sections="//@tabs.0/@sections.54" automaticContext="true" datacontexts="//@dataContexts.0/@elements.26">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBasicCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicCompartment"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple BasicSemanticCompartment" sections="//@tabs.0/@sections.55" automaticContext="true" datacontexts="//@dataContexts.0/@elements.27">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBasicSemanticCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BasicSemanticCompartment"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple SemanticListCompartment" sections="//@tabs.0/@sections.56" automaticContext="true" datacontexts="//@dataContexts.0/@elements.28">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSemanticListCompartment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SemanticListCompartment"/>
- </constraints>
- </views>
- <views name="Single Decorable Element" sections="//@tabs.0/@sections.57" automaticContext="true" datacontexts="//@dataContexts.1/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isDecorableElementConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.4"/>
- </constraints>
- </views>
- <dataContexts name="notation" label="notation">
- <elements name="Edge" supertypes="//@dataContexts.0/@elements.10">
- <properties name="source" type="Reference"/>
- <properties name="target" type="Reference"/>
- <properties name="bendpoints" type="Reference"/>
- <properties name="sourceAnchor" type="Reference"/>
- <properties name="targetAnchor" type="Reference"/>
- </elements>
- <elements name="Node" supertypes="//@dataContexts.0/@elements.10">
- <properties name="layoutConstraint" type="Reference"/>
- </elements>
- <elements name="LayoutConstraint"/>
- <elements name="Size" supertypes="//@dataContexts.0/@elements.2">
- <properties name="width" type="Integer"/>
- <properties name="height" type="Integer"/>
- </elements>
- <elements name="Location" supertypes="//@dataContexts.0/@elements.2">
- <properties name="x" type="Integer"/>
- <properties name="y" type="Integer"/>
- </elements>
- <elements name="Bounds" supertypes="//@dataContexts.0/@elements.4 //@dataContexts.0/@elements.3"/>
- <elements name="Ratio" supertypes="//@dataContexts.0/@elements.2">
- <properties name="value"/>
- </elements>
- <elements name="Anchor"/>
- <elements name="Bendpoints"/>
- <elements name="IdentityAnchor" supertypes="//@dataContexts.0/@elements.7">
- <properties name="id"/>
- </elements>
- <elements name="View">
- <properties name="visible" type="Boolean"/>
- <properties name="type"/>
- <properties name="mutable" type="Boolean"/>
- <properties name="sourceEdges" type="Reference" multiplicity="-1"/>
- <properties name="targetEdges" type="Reference" multiplicity="-1"/>
- <properties name="persistedChildren" type="Reference" multiplicity="-1"/>
- <properties name="styles" type="Reference" multiplicity="-1"/>
- <properties name="element" type="Reference"/>
- <properties name="diagram" type="Reference"/>
- <properties name="transientChildren" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="RelativeBendpoints" supertypes="//@dataContexts.0/@elements.8">
- <properties name="points"/>
- </elements>
- <elements name="Diagram" supertypes="//@dataContexts.0/@elements.10">
- <properties name="name" label="Name"/>
- <properties name="measurementUnit" type="Enumeration"/>
- <properties name="persistedEdges" type="Reference" multiplicity="-1"/>
- <properties name="TransientEdges" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="Image">
- <properties name="data"/>
- </elements>
- <elements name="Guide">
- <properties name="position" type="Integer"/>
- <properties name="nodeMap" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="NodeEntry">
- <properties name="value" type="Enumeration"/>
- <properties name="key" type="Reference"/>
- </elements>
- <elements name="StringToPropertyValueMapEntry">
- <properties name="key"/>
- <properties name="value" type="Reference"/>
- </elements>
- <elements name="PropertyValue" supertypes="//@dataContexts.0/@elements.18">
- <properties name="rawValue"/>
- <properties name="instanceType" type="Reference"/>
- </elements>
- <elements name="StringObjectConverter"/>
- <elements name="Shape" supertypes="//@dataContexts.0/@elements.1"/>
- <elements name="Compartment" supertypes="//@dataContexts.0/@elements.26"/>
- <elements name="ListCompartment" supertypes="//@dataContexts.0/@elements.26"/>
- <elements name="Connector" supertypes="//@dataContexts.0/@elements.0"/>
- <elements name="StandardDiagram" supertypes="//@dataContexts.0/@elements.12"/>
- <elements name="DecorationNode" supertypes="//@dataContexts.0/@elements.25"/>
- <elements name="BasicDecorationNode" supertypes="//@dataContexts.0/@elements.1"/>
- <elements name="BasicCompartment" supertypes="//@dataContexts.0/@elements.24"/>
- <elements name="BasicSemanticCompartment" supertypes="//@dataContexts.0/@elements.25"/>
- <elements name="SemanticListCompartment" supertypes="//@dataContexts.0/@elements.27"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.2"/>
- </dataContexts>
- <dataContexts name="decoratedElement" label="decoratedElement">
- <elements name="ShapeDecorableElement">
- <properties name="shapeVisibility" label="" type="Boolean" description="Boolean that indicates if the decorations should be visible or not"/>
- <properties name="shapeDirection" type="Reference" description="Direction where the decorations should be placed."/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.3"/>
- </dataContexts>
- <dataContexts name="rulersAndGrid" label="rulersAndGrid">
- <elements name="grid">
- <properties name="grid.isDisplayingGrid" label="Show Grid" type="Boolean" description=""/>
- <properties name="grid.isInFront" label="Grid In Front" type="Boolean" description=""/>
- <properties name="grid.color" label="Color"/>
- <properties name="grid.style" label="Style" type="Enumeration"/>
- <properties name="grid.spacing" label="Grid Spacing"/>
- <properties name="grid.isSnapToGrid" label="Snap To Grid"/>
- <properties name="grid.isSnapToShapes" label="Snap To Shapes"/>
- </elements>
- <elements name="rulers">
- <properties name="rulers.isDisplayingRulers" label="Show Ruler" type="Boolean"/>
- <properties name="rulers.units" label="Ruler Units"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.4"/>
- </dataContexts>
-</contexts:Context>
+<?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="_Lf718JLDEeWbp4A9_-WIrQ" name="notation" label="Diagram Notation">
+ <tabs xmi:id="_Lf718ZLDEeWbp4A9_-WIrQ" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
+ <sections xmi:id="_Lf718pLDEeWbp4A9_-WIrQ" name="Single Edge" sectionFile="ui/SingleEdge.xwt">
+ <widget href="ui/SingleEdge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf7185LDEeWbp4A9_-WIrQ" name="Single Node" sectionFile="ui/SingleNode.xwt">
+ <widget href="ui/SingleNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf719JLDEeWbp4A9_-WIrQ" name="Single LayoutConstraint" sectionFile="ui/SingleLayoutConstraint.xwt">
+ <widget href="ui/SingleLayoutConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf719ZLDEeWbp4A9_-WIrQ" name="Single Size" sectionFile="ui/SingleSize.xwt">
+ <widget href="ui/SingleSize.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf719pLDEeWbp4A9_-WIrQ" name="Single Location" sectionFile="ui/SingleLocation.xwt">
+ <widget href="ui/SingleLocation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf7195LDEeWbp4A9_-WIrQ" name="Single Bounds" sectionFile="ui/SingleBounds.xwt">
+ <widget href="ui/SingleBounds.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71-JLDEeWbp4A9_-WIrQ" name="Single Ratio" sectionFile="ui/SingleRatio.xwt">
+ <widget href="ui/SingleRatio.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71-ZLDEeWbp4A9_-WIrQ" name="Single Anchor" sectionFile="ui/SingleAnchor.xwt">
+ <widget href="ui/SingleAnchor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71-pLDEeWbp4A9_-WIrQ" name="Single Bendpoints" sectionFile="ui/SingleBendpoints.xwt">
+ <widget href="ui/SingleBendpoints.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71-5LDEeWbp4A9_-WIrQ" name="Single IdentityAnchor" sectionFile="ui/SingleIdentityAnchor.xwt">
+ <widget href="ui/SingleIdentityAnchor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71_JLDEeWbp4A9_-WIrQ" name="Single View" sectionFile="ui/SingleView.xwt">
+ <widget href="ui/SingleView.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71_ZLDEeWbp4A9_-WIrQ" name="Single RelativeBendpoints" sectionFile="ui/SingleRelativeBendpoints.xwt">
+ <widget href="ui/SingleRelativeBendpoints.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71_pLDEeWbp4A9_-WIrQ" name="Single Image" sectionFile="ui/SingleImage.xwt">
+ <widget href="ui/SingleImage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf71_5LDEeWbp4A9_-WIrQ" name="Single Guide" sectionFile="ui/SingleGuide.xwt">
+ <widget href="ui/SingleGuide.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72AJLDEeWbp4A9_-WIrQ" name="Single NodeEntry" sectionFile="ui/SingleNodeEntry.xwt">
+ <widget href="ui/SingleNodeEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72AZLDEeWbp4A9_-WIrQ" name="Single StringToPropertyValueMapEntry" sectionFile="ui/SingleStringToPropertyValueMapEntry.xwt">
+ <widget href="ui/SingleStringToPropertyValueMapEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72ApLDEeWbp4A9_-WIrQ" name="Single PropertyValue" sectionFile="ui/SinglePropertyValue.xwt">
+ <widget href="ui/SinglePropertyValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72A5LDEeWbp4A9_-WIrQ" name="Single StringObjectConverter" sectionFile="ui/SingleStringObjectConverter.xwt">
+ <widget href="ui/SingleStringObjectConverter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72BJLDEeWbp4A9_-WIrQ" name="Single Shape" sectionFile="ui/SingleShape.xwt">
+ <widget href="ui/SingleShape.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72BZLDEeWbp4A9_-WIrQ" name="Single Compartment" sectionFile="ui/SingleCompartment.xwt">
+ <widget href="ui/SingleCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72BpLDEeWbp4A9_-WIrQ" name="Single ListCompartment" sectionFile="ui/SingleListCompartment.xwt">
+ <widget href="ui/SingleListCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72B5LDEeWbp4A9_-WIrQ" name="Single Connector" sectionFile="ui/SingleConnector.xwt">
+ <widget href="ui/SingleConnector.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72CJLDEeWbp4A9_-WIrQ" name="Single StandardDiagram" sectionFile="ui/SingleStandardDiagram.xwt">
+ <widget href="ui/SingleStandardDiagram.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72CZLDEeWbp4A9_-WIrQ" name="Single DecorationNode" sectionFile="ui/SingleDecorationNode.xwt">
+ <widget href="ui/SingleDecorationNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72CpLDEeWbp4A9_-WIrQ" name="Single BasicDecorationNode" sectionFile="ui/SingleBasicDecorationNode.xwt">
+ <widget href="ui/SingleBasicDecorationNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72C5LDEeWbp4A9_-WIrQ" name="Single BasicCompartment" sectionFile="ui/SingleBasicCompartment.xwt">
+ <widget href="ui/SingleBasicCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72DJLDEeWbp4A9_-WIrQ" name="Single BasicSemanticCompartment" sectionFile="ui/SingleBasicSemanticCompartment.xwt">
+ <widget href="ui/SingleBasicSemanticCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72DZLDEeWbp4A9_-WIrQ" name="Single SemanticListCompartment" sectionFile="ui/SingleSemanticListCompartment.xwt">
+ <widget href="ui/SingleSemanticListCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72DpLDEeWbp4A9_-WIrQ" name="Multiple Edge" sectionFile="ui/MultipleEdge.xwt">
+ <widget href="ui/MultipleEdge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf72D5LDEeWbp4A9_-WIrQ" name="Multiple Node" sectionFile="ui/MultipleNode.xwt">
+ <widget href="ui/MultipleNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dAJLDEeWbp4A9_-WIrQ" name="Multiple LayoutConstraint" sectionFile="ui/MultipleLayoutConstraint.xwt">
+ <widget href="ui/MultipleLayoutConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dAZLDEeWbp4A9_-WIrQ" name="Multiple Size" sectionFile="ui/MultipleSize.xwt">
+ <widget href="ui/MultipleSize.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dApLDEeWbp4A9_-WIrQ" name="Multiple Location" sectionFile="ui/MultipleLocation.xwt">
+ <widget href="ui/MultipleLocation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dA5LDEeWbp4A9_-WIrQ" name="Multiple Bounds" sectionFile="ui/MultipleBounds.xwt">
+ <widget href="ui/MultipleBounds.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dBJLDEeWbp4A9_-WIrQ" name="Multiple Ratio" sectionFile="ui/MultipleRatio.xwt">
+ <widget href="ui/MultipleRatio.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dBZLDEeWbp4A9_-WIrQ" name="Multiple Anchor" sectionFile="ui/MultipleAnchor.xwt">
+ <widget href="ui/MultipleAnchor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dBpLDEeWbp4A9_-WIrQ" name="Multiple Bendpoints" sectionFile="ui/MultipleBendpoints.xwt">
+ <widget href="ui/MultipleBendpoints.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dB5LDEeWbp4A9_-WIrQ" name="Multiple IdentityAnchor" sectionFile="ui/MultipleIdentityAnchor.xwt">
+ <widget href="ui/MultipleIdentityAnchor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dCJLDEeWbp4A9_-WIrQ" name="Multiple View" sectionFile="ui/MultipleView.xwt">
+ <widget href="ui/MultipleView.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dCZLDEeWbp4A9_-WIrQ" name="Multiple RelativeBendpoints" sectionFile="ui/MultipleRelativeBendpoints.xwt">
+ <widget href="ui/MultipleRelativeBendpoints.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dCpLDEeWbp4A9_-WIrQ" name="Multiple Diagram" sectionFile="ui/MultipleDiagram.xwt">
+ <widget href="ui/MultipleDiagram.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dC5LDEeWbp4A9_-WIrQ" name="Multiple Image" sectionFile="ui/MultipleImage.xwt">
+ <widget href="ui/MultipleImage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dDJLDEeWbp4A9_-WIrQ" name="Multiple Guide" sectionFile="ui/MultipleGuide.xwt">
+ <widget href="ui/MultipleGuide.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dDZLDEeWbp4A9_-WIrQ" name="Multiple NodeEntry" sectionFile="ui/MultipleNodeEntry.xwt">
+ <widget href="ui/MultipleNodeEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dDpLDEeWbp4A9_-WIrQ" name="Multiple StringToPropertyValueMapEntry" sectionFile="ui/MultipleStringToPropertyValueMapEntry.xwt">
+ <widget href="ui/MultipleStringToPropertyValueMapEntry.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dD5LDEeWbp4A9_-WIrQ" name="Multiple PropertyValue" sectionFile="ui/MultiplePropertyValue.xwt">
+ <widget href="ui/MultiplePropertyValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dEJLDEeWbp4A9_-WIrQ" name="Multiple StringObjectConverter" sectionFile="ui/MultipleStringObjectConverter.xwt">
+ <widget href="ui/MultipleStringObjectConverter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dEZLDEeWbp4A9_-WIrQ" name="Multiple Shape" sectionFile="ui/MultipleShape.xwt">
+ <widget href="ui/MultipleShape.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dEpLDEeWbp4A9_-WIrQ" name="Multiple Compartment" sectionFile="ui/MultipleCompartment.xwt">
+ <widget href="ui/MultipleCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dE5LDEeWbp4A9_-WIrQ" name="Multiple ListCompartment" sectionFile="ui/MultipleListCompartment.xwt">
+ <widget href="ui/MultipleListCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dFJLDEeWbp4A9_-WIrQ" name="Multiple Connector" sectionFile="ui/MultipleConnector.xwt">
+ <widget href="ui/MultipleConnector.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dFZLDEeWbp4A9_-WIrQ" name="Multiple StandardDiagram" sectionFile="ui/MultipleStandardDiagram.xwt">
+ <widget href="ui/MultipleStandardDiagram.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dFpLDEeWbp4A9_-WIrQ" name="Multiple DecorationNode" sectionFile="ui/MultipleDecorationNode.xwt">
+ <widget href="ui/MultipleDecorationNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dF5LDEeWbp4A9_-WIrQ" name="Multiple BasicDecorationNode" sectionFile="ui/MultipleBasicDecorationNode.xwt">
+ <widget href="ui/MultipleBasicDecorationNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dGJLDEeWbp4A9_-WIrQ" name="Multiple BasicCompartment" sectionFile="ui/MultipleBasicCompartment.xwt">
+ <widget href="ui/MultipleBasicCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dGZLDEeWbp4A9_-WIrQ" name="Multiple BasicSemanticCompartment" sectionFile="ui/MultipleBasicSemanticCompartment.xwt">
+ <widget href="ui/MultipleBasicSemanticCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dGpLDEeWbp4A9_-WIrQ" name="Multiple SemanticListCompartment" sectionFile="ui/MultipleSemanticListCompartment.xwt">
+ <widget href="ui/MultipleSemanticListCompartment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_Lf8dG5LDEeWbp4A9_-WIrQ" name="SingleDecorableElement" sectionFile="ui/SingleDecorableElement.xwt">
+ <widget href="ui/SingleDecorableElement.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_Lf8dHJLDEeWbp4A9_-WIrQ" label="Rulers And Grid" id="rulersAndGrid" category="org.eclipse.papyrus" afterTab="_Lf718ZLDEeWbp4A9_-WIrQ" priority="75">
+ <sections xmi:id="_Lf8dHZLDEeWbp4A9_-WIrQ" name="Single RulersAndGrid" sectionFile="ui/SingleRulersAndGrid.xwt">
+ <widget href="ui/SingleRulersAndGrid.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_Lf8dHpLDEeWbp4A9_-WIrQ" label="General" id="general" category="org.eclipse.papyrus" priority="75">
+ <sections xmi:id="_Lf8dH5LDEeWbp4A9_-WIrQ" name="Single Diagram" sectionFile="ui/SingleDiagram.xwt">
+ <widget href="ui/SingleDiagram.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_Lf8dIJLDEeWbp4A9_-WIrQ" name="Single Diagram" sections="_Lf8dH5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5gpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf8dIZLDEeWbp4A9_-WIrQ" name="isSingleDiagram">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf8dIpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf8dI5LDEeWbp4A9_-WIrQ" name="className" value="Diagram"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf8dJJLDEeWbp4A9_-WIrQ" name="Single Edge" sections="_Lf718pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5X5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf8dJZLDEeWbp4A9_-WIrQ" name="isSingleEdge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf8dJpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf8dJ5LDEeWbp4A9_-WIrQ" name="className" value="Edge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf8dKJLDEeWbp4A9_-WIrQ" name="Single Node" sections="_Lf7185LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5ZZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf8dKZLDEeWbp4A9_-WIrQ" name="isSingleNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EEJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EEZLDEeWbp4A9_-WIrQ" name="className" value="Node"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EEpLDEeWbp4A9_-WIrQ" name="Single LayoutConstraint" sections="_Lf719JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5Z5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EE5LDEeWbp4A9_-WIrQ" name="isSingleLayoutConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EFJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EFZLDEeWbp4A9_-WIrQ" name="className" value="LayoutConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EFpLDEeWbp4A9_-WIrQ" name="Single Size" sections="_Lf719ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5aJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EF5LDEeWbp4A9_-WIrQ" name="isSingleSize">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EGJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EGZLDEeWbp4A9_-WIrQ" name="className" value="Size"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EGpLDEeWbp4A9_-WIrQ" name="Single Location" sections="_Lf719pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5a5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EG5LDEeWbp4A9_-WIrQ" name="isSingleLocation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EHJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EHZLDEeWbp4A9_-WIrQ" name="className" value="Location"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EHpLDEeWbp4A9_-WIrQ" name="Single Bounds" sections="_Lf7195LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5bpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EH5LDEeWbp4A9_-WIrQ" name="isSingleBounds">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EIJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EIZLDEeWbp4A9_-WIrQ" name="className" value="Bounds"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EIpLDEeWbp4A9_-WIrQ" name="Single Ratio" sections="_Lf71-JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5b5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EI5LDEeWbp4A9_-WIrQ" name="isSingleRatio">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EJJLDEeWbp4A9_-WIrQ" name="className" value="Ratio"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EJZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EJpLDEeWbp4A9_-WIrQ" name="Single Anchor" sections="_Lf71-ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5cZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EJ5LDEeWbp4A9_-WIrQ" name="isSingleAnchor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EKJLDEeWbp4A9_-WIrQ" name="className" value="Anchor"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EKpLDEeWbp4A9_-WIrQ" name="Single Bendpoints" sections="_Lf71-pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5cpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EK5LDEeWbp4A9_-WIrQ" name="isSingleBendpoints">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ELJLDEeWbp4A9_-WIrQ" name="className" value="Bendpoints"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ELZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9ELpLDEeWbp4A9_-WIrQ" name="Single IdentityAnchor" sections="_Lf71-5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5c5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EL5LDEeWbp4A9_-WIrQ" name="isSingleIdentityAnchor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EMJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EMZLDEeWbp4A9_-WIrQ" name="className" value="IdentityAnchor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EMpLDEeWbp4A9_-WIrQ" name="Single View" sections="_Lf71_JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5dZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EM5LDEeWbp4A9_-WIrQ" name="isSingleView">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ENJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ENZLDEeWbp4A9_-WIrQ" name="className" value="View"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9ENpLDEeWbp4A9_-WIrQ" name="Single RelativeBendpoints" sections="_Lf71_ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5gJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EN5LDEeWbp4A9_-WIrQ" name="isSingleRelativeBendpoints">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EOJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EOZLDEeWbp4A9_-WIrQ" name="className" value="RelativeBendpoints"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EOpLDEeWbp4A9_-WIrQ" name="Single Image" sections="_Lf71_pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5h5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EO5LDEeWbp4A9_-WIrQ" name="isSingleImage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EPJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EPZLDEeWbp4A9_-WIrQ" name="className" value="Image"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EPpLDEeWbp4A9_-WIrQ" name="Single Guide" sections="_Lf71_5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5iZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EP5LDEeWbp4A9_-WIrQ" name="isSingleGuide">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EQJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EQZLDEeWbp4A9_-WIrQ" name="className" value="Guide"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9EQpLDEeWbp4A9_-WIrQ" name="Single NodeEntry" sections="_Lf72AJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gUpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9EQ5LDEeWbp4A9_-WIrQ" name="isSingleNodeEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ERJLDEeWbp4A9_-WIrQ" name="className" value="NodeEntry"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ERZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9ERpLDEeWbp4A9_-WIrQ" name="Single StringToPropertyValueMapEntry" sections="_Lf72AZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gVZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9ER5LDEeWbp4A9_-WIrQ" name="isSingleStringToPropertyValueMapEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ESJLDEeWbp4A9_-WIrQ" name="className" value="StringToPropertyValueMapEntry"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ESZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9ESpLDEeWbp4A9_-WIrQ" name="Single PropertyValue" sections="_Lf72ApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gWJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9ES5LDEeWbp4A9_-WIrQ" name="isSinglePropertyValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ETJLDEeWbp4A9_-WIrQ" name="className" value="PropertyValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9ETZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9ETpLDEeWbp4A9_-WIrQ" name="Single StringObjectConverter" sections="_Lf72A5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gW5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9ET5LDEeWbp4A9_-WIrQ" name="isSingleStringObjectConverter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EUJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9EUZLDEeWbp4A9_-WIrQ" name="className" value="StringObjectConverter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rIJLDEeWbp4A9_-WIrQ" name="Single Shape" sections="_Lf72BJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rIZLDEeWbp4A9_-WIrQ" name="isSingleShape">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rIpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rI5LDEeWbp4A9_-WIrQ" name="className" value="Shape"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rJJLDEeWbp4A9_-WIrQ" name="Single Compartment" sections="_Lf72BZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rJZLDEeWbp4A9_-WIrQ" name="isSingleCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rJpLDEeWbp4A9_-WIrQ" name="className" value="Compartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rJ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rKJLDEeWbp4A9_-WIrQ" name="Single ListCompartment" sections="_Lf72BpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rKZLDEeWbp4A9_-WIrQ" name="isSingleListCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rKpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rK5LDEeWbp4A9_-WIrQ" name="className" value="ListCompartment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rLJLDEeWbp4A9_-WIrQ" name="Single Connector" sections="_Lf72B5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gX5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rLZLDEeWbp4A9_-WIrQ" name="isSingleConnector">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rLpLDEeWbp4A9_-WIrQ" name="className" value="Connector"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rL5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rMJLDEeWbp4A9_-WIrQ" name="Single StandardDiagram" sections="_Lf72CJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rMZLDEeWbp4A9_-WIrQ" name="isSingleStandardDiagram">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rMpLDEeWbp4A9_-WIrQ" name="className" value="StandardDiagram"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rM5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rNJLDEeWbp4A9_-WIrQ" name="Single DecorationNode" sections="_Lf72CZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rNZLDEeWbp4A9_-WIrQ" name="isSingleDecorationNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rNpLDEeWbp4A9_-WIrQ" name="className" value="DecorationNode"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rN5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rOJLDEeWbp4A9_-WIrQ" name="Single BasicDecorationNode" sections="_Lf72CpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rOZLDEeWbp4A9_-WIrQ" name="isSingleBasicDecorationNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rO5LDEeWbp4A9_-WIrQ" name="className" value="BasicDecorationNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rPJLDEeWbp4A9_-WIrQ" name="Single BasicCompartment" sections="_Lf72C5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gY5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rPZLDEeWbp4A9_-WIrQ" name="isSingleBasicCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rPpLDEeWbp4A9_-WIrQ" name="className" value="BasicCompartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rP5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rQJLDEeWbp4A9_-WIrQ" name="Single BasicSemanticCompartment" sections="_Lf72DJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gZJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rQZLDEeWbp4A9_-WIrQ" name="isSingleBasicSemanticCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rQpLDEeWbp4A9_-WIrQ" name="className" value="BasicSemanticCompartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rQ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rRJLDEeWbp4A9_-WIrQ" name="Single SemanticListCompartment" sections="_Lf72DZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gZZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rRZLDEeWbp4A9_-WIrQ" name="isSingleSemanticListCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rRpLDEeWbp4A9_-WIrQ" name="className" value="SemanticListCompartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rR5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rSJLDEeWbp4A9_-WIrQ" name="Single RulersAndGrid" sections="_Lf8dHZLDEeWbp4A9_-WIrQ" datacontexts="_Lf_gapLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rSZLDEeWbp4A9_-WIrQ" name="isSingleDiagramEditorConstraint" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rSpLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.IsSingleDiagramEditorConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rS5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Edge" sections="_Lf72DpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5X5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rTJLDEeWbp4A9_-WIrQ" name="isMultipleEdge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rTZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rTpLDEeWbp4A9_-WIrQ" name="className" value="Edge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rT5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Node" sections="_Lf72D5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5ZZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rUJLDEeWbp4A9_-WIrQ" name="isMultipleNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rUZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rUpLDEeWbp4A9_-WIrQ" name="className" value="Node"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rU5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple LayoutConstraint" sections="_Lf8dAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5Z5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rVJLDEeWbp4A9_-WIrQ" name="isMultipleLayoutConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rVZLDEeWbp4A9_-WIrQ" name="className" value="LayoutConstraint"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rVpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rV5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Size" sections="_Lf8dAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5aJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rWJLDEeWbp4A9_-WIrQ" name="isMultipleSize">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rWZLDEeWbp4A9_-WIrQ" name="className" value="Size"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rWpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rW5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Location" sections="_Lf8dApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5a5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rXJLDEeWbp4A9_-WIrQ" name="isMultipleLocation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rXZLDEeWbp4A9_-WIrQ" name="className" value="Location"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rXpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf9rX5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Bounds" sections="_Lf8dA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5bpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf9rYJLDEeWbp4A9_-WIrQ" name="isMultipleBounds">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf9rYZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SMJLDEeWbp4A9_-WIrQ" name="className" value="Bounds"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SMZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Ratio" sections="_Lf8dBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5b5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SMpLDEeWbp4A9_-WIrQ" name="isMultipleRatio">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SM5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SNJLDEeWbp4A9_-WIrQ" name="className" value="Ratio"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SNZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Anchor" sections="_Lf8dBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5cZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SNpLDEeWbp4A9_-WIrQ" name="isMultipleAnchor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SN5LDEeWbp4A9_-WIrQ" name="className" value="Anchor"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SOJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SOZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Bendpoints" sections="_Lf8dBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5cpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SOpLDEeWbp4A9_-WIrQ" name="isMultipleBendpoints">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SO5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SPJLDEeWbp4A9_-WIrQ" name="className" value="Bendpoints"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SPZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IdentityAnchor" sections="_Lf8dB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5c5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SPpLDEeWbp4A9_-WIrQ" name="isMultipleIdentityAnchor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SP5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SQJLDEeWbp4A9_-WIrQ" name="className" value="IdentityAnchor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SQZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple View" sections="_Lf8dCJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5dZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SQpLDEeWbp4A9_-WIrQ" name="isMultipleView">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SQ5LDEeWbp4A9_-WIrQ" name="className" value="View"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SRZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple RelativeBendpoints" sections="_Lf8dCZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5gJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SRpLDEeWbp4A9_-WIrQ" name="isMultipleRelativeBendpoints">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SR5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SSJLDEeWbp4A9_-WIrQ" name="className" value="RelativeBendpoints"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SSZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Diagram" sections="_Lf8dCpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5gpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SSpLDEeWbp4A9_-WIrQ" name="isMultipleDiagram">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SS5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-STJLDEeWbp4A9_-WIrQ" name="className" value="Diagram"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-STZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Image" sections="_Lf8dC5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5h5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-STpLDEeWbp4A9_-WIrQ" name="isMultipleImage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-ST5LDEeWbp4A9_-WIrQ" name="className" value="Image"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SUJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SUZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Guide" sections="_Lf8dDJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf-5iZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SUpLDEeWbp4A9_-WIrQ" name="isMultipleGuide">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SU5LDEeWbp4A9_-WIrQ" name="className" value="Guide"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SVJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SVZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple NodeEntry" sections="_Lf8dDZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gUpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SVpLDEeWbp4A9_-WIrQ" name="isMultipleNodeEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SV5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SWJLDEeWbp4A9_-WIrQ" name="className" value="NodeEntry"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SWZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StringToPropertyValueMapEntry" sections="_Lf8dDpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gVZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SWpLDEeWbp4A9_-WIrQ" name="isMultipleStringToPropertyValueMapEntry">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SW5LDEeWbp4A9_-WIrQ" name="className" value="StringToPropertyValueMapEntry"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SXJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SXZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PropertyValue" sections="_Lf8dD5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gWJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SXpLDEeWbp4A9_-WIrQ" name="isMultiplePropertyValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SX5LDEeWbp4A9_-WIrQ" name="className" value="PropertyValue"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SYJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SYZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StringObjectConverter" sections="_Lf8dEJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gW5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SYpLDEeWbp4A9_-WIrQ" name="isMultipleStringObjectConverter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SY5LDEeWbp4A9_-WIrQ" name="className" value="StringObjectConverter"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SZJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SZZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Shape" sections="_Lf8dEZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SZpLDEeWbp4A9_-WIrQ" name="isMultipleShape">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SZ5LDEeWbp4A9_-WIrQ" name="className" value="Shape"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SaJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SaZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Compartment" sections="_Lf8dEpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SapLDEeWbp4A9_-WIrQ" name="isMultipleCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-Sa5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-SbJLDEeWbp4A9_-WIrQ" name="className" value="Compartment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-SbZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ListCompartment" sections="_Lf8dE5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gXpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-SbpLDEeWbp4A9_-WIrQ" name="isMultipleListCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-Sb5LDEeWbp4A9_-WIrQ" name="className" value="ListCompartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-ScJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5QJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Connector" sections="_Lf8dFJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gX5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5QZLDEeWbp4A9_-WIrQ" name="isMultipleConnector">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5QpLDEeWbp4A9_-WIrQ" name="className" value="Connector"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5Q5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5RJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StandardDiagram" sections="_Lf8dFZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5RZLDEeWbp4A9_-WIrQ" name="isMultipleStandardDiagram">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5RpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5R5LDEeWbp4A9_-WIrQ" name="className" value="StandardDiagram"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5SJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DecorationNode" sections="_Lf8dFpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5SZLDEeWbp4A9_-WIrQ" name="isMultipleDecorationNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5SpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5S5LDEeWbp4A9_-WIrQ" name="className" value="DecorationNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5TJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple BasicDecorationNode" sections="_Lf8dF5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gYpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5TZLDEeWbp4A9_-WIrQ" name="isMultipleBasicDecorationNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5TpLDEeWbp4A9_-WIrQ" name="className" value="BasicDecorationNode"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5T5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5UJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple BasicCompartment" sections="_Lf8dGJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gY5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5UZLDEeWbp4A9_-WIrQ" name="isMultipleBasicCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5UpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5U5LDEeWbp4A9_-WIrQ" name="className" value="BasicCompartment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5VJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple BasicSemanticCompartment" sections="_Lf8dGZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gZJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5VZLDEeWbp4A9_-WIrQ" name="isMultipleBasicSemanticCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5VpLDEeWbp4A9_-WIrQ" name="className" value="BasicSemanticCompartment"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5V5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5WJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple SemanticListCompartment" sections="_Lf8dGpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gZZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5WZLDEeWbp4A9_-WIrQ" name="isMultipleSemanticListCompartment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5WpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_Lf-5W5LDEeWbp4A9_-WIrQ" name="className" value="SemanticListCompartment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_Lf-5XJLDEeWbp4A9_-WIrQ" name="Single Decorable Element" sections="_Lf8dG5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_Lf_gZ5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Lf-5XZLDEeWbp4A9_-WIrQ" name="isDecorableElementConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_Lf-5XpLDEeWbp4A9_-WIrQ" name="notation" label="notation">
+ <elements xmi:id="_Lf-5X5LDEeWbp4A9_-WIrQ" name="Edge" supertypes="_Lf-5dZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5YJLDEeWbp4A9_-WIrQ" name="source" type="Reference"/>
+ <properties xmi:id="_Lf-5YZLDEeWbp4A9_-WIrQ" name="target" type="Reference"/>
+ <properties xmi:id="_Lf-5YpLDEeWbp4A9_-WIrQ" name="bendpoints" type="Reference"/>
+ <properties xmi:id="_Lf-5Y5LDEeWbp4A9_-WIrQ" name="sourceAnchor" type="Reference"/>
+ <properties xmi:id="_Lf-5ZJLDEeWbp4A9_-WIrQ" name="targetAnchor" type="Reference"/>
+ </elements>
+ <elements xmi:id="_Lf-5ZZLDEeWbp4A9_-WIrQ" name="Node" supertypes="_Lf-5dZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5ZpLDEeWbp4A9_-WIrQ" name="layoutConstraint" type="Reference"/>
+ </elements>
+ <elements xmi:id="_Lf-5Z5LDEeWbp4A9_-WIrQ" name="LayoutConstraint"/>
+ <elements xmi:id="_Lf-5aJLDEeWbp4A9_-WIrQ" name="Size" supertypes="_Lf-5Z5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5aZLDEeWbp4A9_-WIrQ" name="width" type="Integer"/>
+ <properties xmi:id="_Lf-5apLDEeWbp4A9_-WIrQ" name="height" type="Integer"/>
+ </elements>
+ <elements xmi:id="_Lf-5a5LDEeWbp4A9_-WIrQ" name="Location" supertypes="_Lf-5Z5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5bJLDEeWbp4A9_-WIrQ" name="x" type="Integer"/>
+ <properties xmi:id="_Lf-5bZLDEeWbp4A9_-WIrQ" name="y" type="Integer"/>
+ </elements>
+ <elements xmi:id="_Lf-5bpLDEeWbp4A9_-WIrQ" name="Bounds" supertypes="_Lf-5a5LDEeWbp4A9_-WIrQ _Lf-5aJLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf-5b5LDEeWbp4A9_-WIrQ" name="Ratio" supertypes="_Lf-5Z5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5cJLDEeWbp4A9_-WIrQ" name="value"/>
+ </elements>
+ <elements xmi:id="_Lf-5cZLDEeWbp4A9_-WIrQ" name="Anchor"/>
+ <elements xmi:id="_Lf-5cpLDEeWbp4A9_-WIrQ" name="Bendpoints"/>
+ <elements xmi:id="_Lf-5c5LDEeWbp4A9_-WIrQ" name="IdentityAnchor" supertypes="_Lf-5cZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5dJLDEeWbp4A9_-WIrQ" name="id"/>
+ </elements>
+ <elements xmi:id="_Lf-5dZLDEeWbp4A9_-WIrQ" name="View">
+ <properties xmi:id="_Lf-5dpLDEeWbp4A9_-WIrQ" name="visible" type="Boolean"/>
+ <properties xmi:id="_Lf-5d5LDEeWbp4A9_-WIrQ" name="type"/>
+ <properties xmi:id="_Lf-5eJLDEeWbp4A9_-WIrQ" name="mutable" type="Boolean"/>
+ <properties xmi:id="_Lf-5eZLDEeWbp4A9_-WIrQ" name="sourceEdges" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_Lf-5epLDEeWbp4A9_-WIrQ" name="targetEdges" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_Lf-5e5LDEeWbp4A9_-WIrQ" name="persistedChildren" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_Lf-5fJLDEeWbp4A9_-WIrQ" name="styles" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_Lf-5fZLDEeWbp4A9_-WIrQ" name="element" type="Reference"/>
+ <properties xmi:id="_Lf-5fpLDEeWbp4A9_-WIrQ" name="diagram" type="Reference"/>
+ <properties xmi:id="_Lf-5f5LDEeWbp4A9_-WIrQ" name="transientChildren" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_Lf-5gJLDEeWbp4A9_-WIrQ" name="RelativeBendpoints" supertypes="_Lf-5cpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5gZLDEeWbp4A9_-WIrQ" name="points"/>
+ </elements>
+ <elements xmi:id="_Lf-5gpLDEeWbp4A9_-WIrQ" name="Diagram" supertypes="_Lf-5dZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf-5g5LDEeWbp4A9_-WIrQ" name="name" label="Name"/>
+ <properties xmi:id="_Lf-5hJLDEeWbp4A9_-WIrQ" name="measurementUnit" type="Enumeration"/>
+ <properties xmi:id="_Lf-5hZLDEeWbp4A9_-WIrQ" name="persistedEdges" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_Lf-5hpLDEeWbp4A9_-WIrQ" name="TransientEdges" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_Lf-5h5LDEeWbp4A9_-WIrQ" name="Image">
+ <properties xmi:id="_Lf-5iJLDEeWbp4A9_-WIrQ" name="data"/>
+ </elements>
+ <elements xmi:id="_Lf-5iZLDEeWbp4A9_-WIrQ" name="Guide">
+ <properties xmi:id="_Lf_gUJLDEeWbp4A9_-WIrQ" name="position" type="Integer"/>
+ <properties xmi:id="_Lf_gUZLDEeWbp4A9_-WIrQ" name="nodeMap" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_Lf_gUpLDEeWbp4A9_-WIrQ" name="NodeEntry">
+ <properties xmi:id="_Lf_gU5LDEeWbp4A9_-WIrQ" name="value" type="Enumeration"/>
+ <properties xmi:id="_Lf_gVJLDEeWbp4A9_-WIrQ" name="key" type="Reference"/>
+ </elements>
+ <elements xmi:id="_Lf_gVZLDEeWbp4A9_-WIrQ" name="StringToPropertyValueMapEntry">
+ <properties xmi:id="_Lf_gVpLDEeWbp4A9_-WIrQ" name="key"/>
+ <properties xmi:id="_Lf_gV5LDEeWbp4A9_-WIrQ" name="value" type="Reference"/>
+ </elements>
+ <elements xmi:id="_Lf_gWJLDEeWbp4A9_-WIrQ" name="PropertyValue" supertypes="_Lf_gW5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_Lf_gWZLDEeWbp4A9_-WIrQ" name="rawValue"/>
+ <properties xmi:id="_Lf_gWpLDEeWbp4A9_-WIrQ" name="instanceType" type="Reference"/>
+ </elements>
+ <elements xmi:id="_Lf_gW5LDEeWbp4A9_-WIrQ" name="StringObjectConverter"/>
+ <elements xmi:id="_Lf_gXJLDEeWbp4A9_-WIrQ" name="Shape" supertypes="_Lf-5ZZLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gXZLDEeWbp4A9_-WIrQ" name="Compartment" supertypes="_Lf_gY5LDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gXpLDEeWbp4A9_-WIrQ" name="ListCompartment" supertypes="_Lf_gY5LDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gX5LDEeWbp4A9_-WIrQ" name="Connector" supertypes="_Lf-5X5LDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gYJLDEeWbp4A9_-WIrQ" name="StandardDiagram" supertypes="_Lf-5gpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gYZLDEeWbp4A9_-WIrQ" name="DecorationNode" supertypes="_Lf_gYpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gYpLDEeWbp4A9_-WIrQ" name="BasicDecorationNode" supertypes="_Lf-5ZZLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gY5LDEeWbp4A9_-WIrQ" name="BasicCompartment" supertypes="_Lf_gYZLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gZJLDEeWbp4A9_-WIrQ" name="BasicSemanticCompartment" supertypes="_Lf_gYpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_Lf_gZZLDEeWbp4A9_-WIrQ" name="SemanticListCompartment" supertypes="_Lf_gZJLDEeWbp4A9_-WIrQ"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.2"/>
+ </dataContexts>
+ <dataContexts xmi:id="_Lf_gZpLDEeWbp4A9_-WIrQ" name="decoratedElement" label="decoratedElement">
+ <elements xmi:id="_Lf_gZ5LDEeWbp4A9_-WIrQ" name="ShapeDecorableElement">
+ <properties xmi:id="_Lf_gaJLDEeWbp4A9_-WIrQ" name="shapeVisibility" label="" type="Boolean" description="Boolean that indicates if the decorations should be visible or not"/>
+ <properties xmi:id="_Lf_gaZLDEeWbp4A9_-WIrQ" name="shapeDirection" type="Reference" description="Direction where the decorations should be placed."/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.3"/>
+ </dataContexts>
+ <dataContexts xmi:id="_Lf_gapLDEeWbp4A9_-WIrQ" name="rulersAndGrid" label="rulersAndGrid">
+ <elements xmi:id="_Lf_ga5LDEeWbp4A9_-WIrQ" name="grid">
+ <properties xmi:id="_Lf_gbJLDEeWbp4A9_-WIrQ" name="grid.isDisplayingGrid" label="Show Grid" type="Boolean" description=""/>
+ <properties xmi:id="_Lf_gbZLDEeWbp4A9_-WIrQ" name="grid.isInFront" label="Grid In Front" type="Boolean" description=""/>
+ <properties xmi:id="_Lf_gbpLDEeWbp4A9_-WIrQ" name="grid.color" label="Color"/>
+ <properties xmi:id="_Lf_gb5LDEeWbp4A9_-WIrQ" name="grid.style" label="Style" type="Enumeration"/>
+ <properties xmi:id="_Lf_gcJLDEeWbp4A9_-WIrQ" name="grid.spacing" label="Grid Spacing"/>
+ <properties xmi:id="_Lf_gcZLDEeWbp4A9_-WIrQ" name="grid.isSnapToGrid" label="Snap To Grid"/>
+ <properties xmi:id="_Lf_gcpLDEeWbp4A9_-WIrQ" name="grid.isSnapToShapes" label="Snap To Shapes"/>
+ </elements>
+ <elements xmi:id="_Lf_gc5LDEeWbp4A9_-WIrQ" name="rulers">
+ <properties xmi:id="_Lf_gdJLDEeWbp4A9_-WIrQ" name="rulers.isDisplayingRulers" label="Show Ruler" type="Boolean"/>
+ <properties xmi:id="_Lf_gdZLDEeWbp4A9_-WIrQ" name="rulers.units" label="Ruler Units"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.4"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/style.ctx b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/style.ctx
index facc9c72af4..e7afb83f8b7 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/style.ctx
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/style.ctx
@@ -1,931 +1,931 @@
-<?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" name="style">
- <tabs label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
- <sections name="Single Style" sectionFile="ui/SingleStyle.xwt">
- <widget href="ui/SingleStyle.xwt#/"/>
- </sections>
- <sections name="FillStyle" sectionFile="ui/FillStyle.xwt">
- <widget href="ui/FillStyle.xwt#/"/>
- </sections>
- <sections name="Single LineStyle" sectionFile="ui/LineStyle.xwt">
- <widget href="ui/LineStyle.xwt#/"/>
- </sections>
- <sections name="Single FontStyle" sectionFile="ui/FontStyle.xwt">
- <widget href="ui/FontStyle.xwt#/"/>
- </sections>
- <sections name="Single TitleStyle" sectionFile="ui/SingleTitleStyle.xwt">
- <widget href="ui/SingleTitleStyle.xwt#/"/>
- </sections>
- <sections name="Single SortingStyle" sectionFile="ui/SingleSortingStyle.xwt">
- <widget href="ui/SingleSortingStyle.xwt#/"/>
- </sections>
- <sections name="Single DescriptionStyle" sectionFile="ui/SingleDescriptionStyle.xwt">
- <widget href="ui/SingleDescriptionStyle.xwt#/"/>
- </sections>
- <sections name="Single RoutingStyle" sectionFile="ui/SingleRoutingStyle.xwt">
- <widget href="ui/SingleRoutingStyle.xwt#/"/>
- </sections>
- <sections name="Single CanonicalStyle" sectionFile="ui/SingleCanonicalStyle.xwt">
- <widget href="ui/SingleCanonicalStyle.xwt#/"/>
- </sections>
- <sections name="Single ShapeStyle" sectionFile="ui/ShapeStyle.xwt">
- <widget href="ui/ShapeStyle.xwt#/"/>
- </sections>
- <sections name="Single ConnectorStyle" sectionFile="ui/SingleConnectorStyle.xwt">
- <widget href="ui/SingleConnectorStyle.xwt#/"/>
- </sections>
- <sections name="Single PageStyle" sectionFile="ui/SinglePageStyle.xwt">
- <widget href="ui/SinglePageStyle.xwt#/"/>
- </sections>
- <sections name="Single DrawerStyle" sectionFile="ui/SingleDrawerStyle.xwt">
- <widget href="ui/SingleDrawerStyle.xwt#/"/>
- </sections>
- <sections name="Single GuideStyle" sectionFile="ui/SingleGuideStyle.xwt">
- <widget href="ui/SingleGuideStyle.xwt#/"/>
- </sections>
- <sections name="Single FilteringStyle" sectionFile="ui/SingleFilteringStyle.xwt">
- <widget href="ui/SingleFilteringStyle.xwt#/"/>
- </sections>
- <sections name="Single DiagramStyle" sectionFile="ui/SingleDiagramStyle.xwt">
- <widget href="ui/SingleDiagramStyle.xwt#/"/>
- </sections>
- <sections name="Single ImageStyle" sectionFile="ui/SingleImageStyle.xwt">
- <widget href="ui/SingleImageStyle.xwt#/"/>
- </sections>
- <sections name="Single ImageBufferStyle" sectionFile="ui/SingleImageBufferStyle.xwt">
- <widget href="ui/SingleImageBufferStyle.xwt#/"/>
- </sections>
- <sections name="Single PropertiesSetStyle" sectionFile="ui/SinglePropertiesSetStyle.xwt">
- <widget href="ui/SinglePropertiesSetStyle.xwt#/"/>
- </sections>
- <sections name="Single SingleValueStyle" sectionFile="ui/SingleSingleValueStyle.xwt">
- <widget href="ui/SingleSingleValueStyle.xwt#/"/>
- </sections>
- <sections name="Single ListValueStyle" sectionFile="ui/SingleListValueStyle.xwt">
- <widget href="ui/SingleListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single NamedStyle" sectionFile="ui/SingleNamedStyle.xwt">
- <widget href="ui/SingleNamedStyle.xwt#/"/>
- </sections>
- <sections name="Single DataTypeStyle" sectionFile="ui/SingleDataTypeStyle.xwt">
- <widget href="ui/SingleDataTypeStyle.xwt#/"/>
- </sections>
- <sections name="Single IntValueStyle" sectionFile="ui/SingleIntValueStyle.xwt">
- <widget href="ui/SingleIntValueStyle.xwt#/"/>
- </sections>
- <sections name="Single IntListValueStyle" sectionFile="ui/SingleIntListValueStyle.xwt">
- <widget href="ui/SingleIntListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single BooleanValueStyle" sectionFile="ui/SingleBooleanValueStyle.xwt">
- <widget href="ui/SingleBooleanValueStyle.xwt#/"/>
- </sections>
- <sections name="Single DoubleValueStyle" sectionFile="ui/SingleDoubleValueStyle.xwt">
- <widget href="ui/SingleDoubleValueStyle.xwt#/"/>
- </sections>
- <sections name="Single DoubleListValueStyle" sectionFile="ui/SingleDoubleListValueStyle.xwt">
- <widget href="ui/SingleDoubleListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single StringValueStyle" sectionFile="ui/SingleStringValueStyle.xwt">
- <widget href="ui/SingleStringValueStyle.xwt#/"/>
- </sections>
- <sections name="Single StringListValueStyle" sectionFile="ui/SingleStringListValueStyle.xwt">
- <widget href="ui/SingleStringListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single EObjectValueStyle" sectionFile="ui/SingleEObjectValueStyle.xwt">
- <widget href="ui/SingleEObjectValueStyle.xwt#/"/>
- </sections>
- <sections name="Single EObjectListValueStyle" sectionFile="ui/SingleEObjectListValueStyle.xwt">
- <widget href="ui/SingleEObjectListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single ByteArrayValueStyle" sectionFile="ui/SingleByteArrayValueStyle.xwt">
- <widget href="ui/SingleByteArrayValueStyle.xwt#/"/>
- </sections>
- <sections name="Single BooleanListValueStyle" sectionFile="ui/SingleBooleanListValueStyle.xwt">
- <widget href="ui/SingleBooleanListValueStyle.xwt#/"/>
- </sections>
- <sections name="Single HintedDiagramLinkStyle" sectionFile="ui/SingleHintedDiagramLinkStyle.xwt">
- <widget href="ui/SingleHintedDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Single DiagramLinkStyle" sectionFile="ui/SingleDiagramLinkStyle.xwt">
- <widget href="ui/SingleDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Single MultiDiagramLinkStyle" sectionFile="ui/SingleMultiDiagramLinkStyle.xwt">
- <widget href="ui/SingleMultiDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Single TextStyle" sectionFile="ui/SingleTextStyle.xwt">
- <widget href="ui/SingleTextStyle.xwt#/"/>
- </sections>
- <sections name="Single LineTypeStyle" sectionFile="ui/SingleLineTypeStyle.xwt">
- <widget href="ui/SingleLineTypeStyle.xwt#/"/>
- </sections>
- <sections name="Single ArrowStyle" sectionFile="ui/SingleArrowStyle.xwt">
- <widget href="ui/SingleArrowStyle.xwt#/"/>
- </sections>
- <sections name="Single RoundedCornersStyle" sectionFile="ui/RoundedCornersStyle.xwt">
- <widget href="ui/RoundedCornersStyle.xwt#/"/>
- </sections>
- <sections name="Multiple TitleStyle" sectionFile="ui/MultipleTitleStyle.xwt">
- <widget href="ui/MultipleTitleStyle.xwt#/"/>
- </sections>
- <sections name="Multiple SortingStyle" sectionFile="ui/MultipleSortingStyle.xwt">
- <widget href="ui/MultipleSortingStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DescriptionStyle" sectionFile="ui/MultipleDescriptionStyle.xwt">
- <widget href="ui/MultipleDescriptionStyle.xwt#/"/>
- </sections>
- <sections name="Multiple RoutingStyle" sectionFile="ui/MultipleRoutingStyle.xwt">
- <widget href="ui/MultipleRoutingStyle.xwt#/"/>
- </sections>
- <sections name="Multiple CanonicalStyle" sectionFile="ui/MultipleCanonicalStyle.xwt">
- <widget href="ui/MultipleCanonicalStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ConnectorStyle" sectionFile="ui/MultipleConnectorStyle.xwt">
- <widget href="ui/MultipleConnectorStyle.xwt#/"/>
- </sections>
- <sections name="Multiple PageStyle" sectionFile="ui/MultiplePageStyle.xwt">
- <widget href="ui/MultiplePageStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DrawerStyle" sectionFile="ui/MultipleDrawerStyle.xwt">
- <widget href="ui/MultipleDrawerStyle.xwt#/"/>
- </sections>
- <sections name="Multiple GuideStyle" sectionFile="ui/MultipleGuideStyle.xwt">
- <widget href="ui/MultipleGuideStyle.xwt#/"/>
- </sections>
- <sections name="Multiple FilteringStyle" sectionFile="ui/MultipleFilteringStyle.xwt">
- <widget href="ui/MultipleFilteringStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DiagramStyle" sectionFile="ui/MultipleDiagramStyle.xwt">
- <widget href="ui/MultipleDiagramStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ImageStyle" sectionFile="ui/MultipleImageStyle.xwt">
- <widget href="ui/MultipleImageStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ImageBufferStyle" sectionFile="ui/MultipleImageBufferStyle.xwt">
- <widget href="ui/MultipleImageBufferStyle.xwt#/"/>
- </sections>
- <sections name="Multiple PropertiesSetStyle" sectionFile="ui/MultiplePropertiesSetStyle.xwt">
- <widget href="ui/MultiplePropertiesSetStyle.xwt#/"/>
- </sections>
- <sections name="Multiple SingleValueStyle" sectionFile="ui/MultipleSingleValueStyle.xwt">
- <widget href="ui/MultipleSingleValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ListValueStyle" sectionFile="ui/MultipleListValueStyle.xwt">
- <widget href="ui/MultipleListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple NamedStyle" sectionFile="ui/MultipleNamedStyle.xwt">
- <widget href="ui/MultipleNamedStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DataTypeStyle" sectionFile="ui/MultipleDataTypeStyle.xwt">
- <widget href="ui/MultipleDataTypeStyle.xwt#/"/>
- </sections>
- <sections name="Multiple IntValueStyle" sectionFile="ui/MultipleIntValueStyle.xwt">
- <widget href="ui/MultipleIntValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple IntListValueStyle" sectionFile="ui/MultipleIntListValueStyle.xwt">
- <widget href="ui/MultipleIntListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple BooleanValueStyle" sectionFile="ui/MultipleBooleanValueStyle.xwt">
- <widget href="ui/MultipleBooleanValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DoubleValueStyle" sectionFile="ui/MultipleDoubleValueStyle.xwt">
- <widget href="ui/MultipleDoubleValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DoubleListValueStyle" sectionFile="ui/MultipleDoubleListValueStyle.xwt">
- <widget href="ui/MultipleDoubleListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple StringValueStyle" sectionFile="ui/MultipleStringValueStyle.xwt">
- <widget href="ui/MultipleStringValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple StringListValueStyle" sectionFile="ui/MultipleStringListValueStyle.xwt">
- <widget href="ui/MultipleStringListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple EObjectValueStyle" sectionFile="ui/MultipleEObjectValueStyle.xwt">
- <widget href="ui/MultipleEObjectValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple EObjectListValueStyle" sectionFile="ui/MultipleEObjectListValueStyle.xwt">
- <widget href="ui/MultipleEObjectListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ByteArrayValueStyle" sectionFile="ui/MultipleByteArrayValueStyle.xwt">
- <widget href="ui/MultipleByteArrayValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple BooleanListValueStyle" sectionFile="ui/MultipleBooleanListValueStyle.xwt">
- <widget href="ui/MultipleBooleanListValueStyle.xwt#/"/>
- </sections>
- <sections name="Multiple HintedDiagramLinkStyle" sectionFile="ui/MultipleHintedDiagramLinkStyle.xwt">
- <widget href="ui/MultipleHintedDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Multiple DiagramLinkStyle" sectionFile="ui/MultipleDiagramLinkStyle.xwt">
- <widget href="ui/MultipleDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Multiple MultiDiagramLinkStyle" sectionFile="ui/MultipleMultiDiagramLinkStyle.xwt">
- <widget href="ui/MultipleMultiDiagramLinkStyle.xwt#/"/>
- </sections>
- <sections name="Multiple TextStyle" sectionFile="ui/MultipleTextStyle.xwt">
- <widget href="ui/MultipleTextStyle.xwt#/"/>
- </sections>
- <sections name="Multiple LineTypeStyle" sectionFile="ui/MultipleLineTypeStyle.xwt">
- <widget href="ui/MultipleLineTypeStyle.xwt#/"/>
- </sections>
- <sections name="Multiple ArrowStyle" sectionFile="ui/MultipleArrowStyle.xwt">
- <widget href="ui/MultipleArrowStyle.xwt#/"/>
- </sections>
- <sections name="SingleGradientData" sectionFile="ui/SingleGradientData.xwt">
- <widget href="ui/SingleGradientData.xwt#/"/>
- </sections>
- </tabs>
- <views name="Single Style" sections="//@tabs.0/@sections.0" automaticContext="true" datacontexts="//@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Style"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="FillStyle" sections="//@tabs.0/@sections.1" automaticContext="true" datacontexts="//@dataContexts.0/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isFillStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FillStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="LineStyle" sections="//@tabs.0/@sections.2" automaticContext="true" datacontexts="//@dataContexts.0/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isLineStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LineStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="FontStyle" sections="//@tabs.0/@sections.3" automaticContext="true" datacontexts="//@dataContexts.0/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isFontStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FontStyle"/>
- </constraints>
- </views>
- <views name="Single TitleStyle" sections="//@tabs.0/@sections.4" automaticContext="true" datacontexts="//@dataContexts.0/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTitleStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TitleStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single SortingStyle" sections="//@tabs.0/@sections.5" automaticContext="true" datacontexts="//@dataContexts.0/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSortingStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SortingStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single DescriptionStyle" sections="//@tabs.0/@sections.6" automaticContext="true" datacontexts="//@dataContexts.0/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDescriptionStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DescriptionStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single RoutingStyle" sections="//@tabs.0/@sections.7" automaticContext="true" datacontexts="//@dataContexts.0/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleRoutingStyle" overrideable="false" overriddenConstraints="//@views.45/@constraints.0">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="RoutingStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single CanonicalStyle" sections="//@tabs.0/@sections.8" automaticContext="true" datacontexts="//@dataContexts.0/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCanonicalStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="CanonicalStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Single ShapeStyle" sections="//@tabs.0/@sections.9" automaticContext="true" datacontexts="//@dataContexts.0/@elements.9">
- <constraints xsi:type="constraints:SimpleConstraint" name="isShapeStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ShapeStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single ConnectorStyle" sections="//@tabs.0/@sections.10" automaticContext="true" datacontexts="//@dataContexts.0/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConnectorStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ConnectorStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single PageStyle" sections="//@tabs.0/@sections.11" automaticContext="true" datacontexts="//@dataContexts.0/@elements.11">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePageStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PageStyle"/>
- </constraints>
- </views>
- <views name="Single DrawerStyle" sections="//@tabs.0/@sections.12" automaticContext="true" datacontexts="//@dataContexts.0/@elements.12">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDrawerStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DrawerStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single GuideStyle" sections="//@tabs.0/@sections.13" automaticContext="true" datacontexts="//@dataContexts.0/@elements.13">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleGuideStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="GuideStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single FilteringStyle" sections="//@tabs.0/@sections.14" automaticContext="true" datacontexts="//@dataContexts.0/@elements.14">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleFilteringStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FilteringStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single DiagramStyle" sections="//@tabs.0/@sections.15" automaticContext="true" datacontexts="//@dataContexts.0/@elements.15">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDiagramStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DiagramStyle"/>
- </constraints>
- </views>
- <views name="Single ImageStyle" sections="//@tabs.0/@sections.16" automaticContext="true" datacontexts="//@dataContexts.0/@elements.16">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleImageStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ImageStyle"/>
- </constraints>
- </views>
- <views name="Single ImageBufferStyle" sections="//@tabs.0/@sections.17" automaticContext="true" datacontexts="//@dataContexts.0/@elements.17">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleImageBufferStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ImageBufferStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single PropertiesSetStyle" sections="//@tabs.0/@sections.18" automaticContext="true" datacontexts="//@dataContexts.0/@elements.18">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePropertiesSetStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PropertiesSetStyle"/>
- </constraints>
- </views>
- <views name="Single SingleValueStyle" sections="//@tabs.0/@sections.19" automaticContext="true" datacontexts="//@dataContexts.0/@elements.19">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSingleValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SingleValueStyle"/>
- </constraints>
- </views>
- <views name="Single ListValueStyle" sections="//@tabs.0/@sections.20" automaticContext="true" datacontexts="//@dataContexts.0/@elements.20">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single NamedStyle" sections="//@tabs.0/@sections.21" automaticContext="true" datacontexts="//@dataContexts.0/@elements.21">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleNamedStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="NamedStyle"/>
- </constraints>
- </views>
- <views name="Single DataTypeStyle" sections="//@tabs.0/@sections.22" automaticContext="true" datacontexts="//@dataContexts.0/@elements.22">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDataTypeStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DataTypeStyle"/>
- </constraints>
- </views>
- <views name="Single IntValueStyle" sections="//@tabs.0/@sections.23" automaticContext="true" datacontexts="//@dataContexts.0/@elements.23">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIntValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IntValueStyle"/>
- </constraints>
- </views>
- <views name="Single IntListValueStyle" sections="//@tabs.0/@sections.24" automaticContext="true" datacontexts="//@dataContexts.0/@elements.24">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIntListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IntListValueStyle"/>
- </constraints>
- </views>
- <views name="Single BooleanValueStyle" sections="//@tabs.0/@sections.25" automaticContext="true" datacontexts="//@dataContexts.0/@elements.25">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBooleanValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BooleanValueStyle"/>
- </constraints>
- </views>
- <views name="Single DoubleValueStyle" sections="//@tabs.0/@sections.26" automaticContext="true" datacontexts="//@dataContexts.0/@elements.26">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDoubleValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DoubleValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single DoubleListValueStyle" sections="//@tabs.0/@sections.27" automaticContext="true" datacontexts="//@dataContexts.0/@elements.27">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDoubleListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DoubleListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single StringValueStyle" sections="//@tabs.0/@sections.28" automaticContext="true" datacontexts="//@dataContexts.0/@elements.28">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStringValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single StringListValueStyle" sections="//@tabs.0/@sections.29" automaticContext="true" datacontexts="//@dataContexts.0/@elements.29">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleStringListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringListValueStyle"/>
- </constraints>
- </views>
- <views name="Single EObjectValueStyle" sections="//@tabs.0/@sections.30" automaticContext="true" datacontexts="//@dataContexts.0/@elements.30">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEObjectValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single EObjectListValueStyle" sections="//@tabs.0/@sections.31" automaticContext="true" datacontexts="//@dataContexts.0/@elements.31">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEObjectListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectListValueStyle"/>
- </constraints>
- </views>
- <views name="Single ByteArrayValueStyle" sections="//@tabs.0/@sections.32" automaticContext="true" datacontexts="//@dataContexts.0/@elements.32">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleByteArrayValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ByteArrayValueStyle"/>
- </constraints>
- </views>
- <views name="Single BooleanListValueStyle" sections="//@tabs.0/@sections.33" automaticContext="true" datacontexts="//@dataContexts.0/@elements.33">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleBooleanListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BooleanListValueStyle"/>
- </constraints>
- </views>
- <views name="Single HintedDiagramLinkStyle" sections="//@tabs.0/@sections.34" automaticContext="true" datacontexts="//@dataContexts.0/@elements.34">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleHintedDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="HintedDiagramLinkStyle"/>
- </constraints>
- </views>
- <views name="Single DiagramLinkStyle" sections="//@tabs.0/@sections.35" automaticContext="true" datacontexts="//@dataContexts.0/@elements.35">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DiagramLinkStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single MultiDiagramLinkStyle" sections="//@tabs.0/@sections.36" automaticContext="true" datacontexts="//@dataContexts.0/@elements.36">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleMultiDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="MultiDiagramLinkStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single TextStyle" sections="//@tabs.0/@sections.37" automaticContext="true" datacontexts="//@dataContexts.0/@elements.37">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTextStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TextStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="Single LineTypeStyle" sections="//@tabs.0/@sections.38" automaticContext="true" datacontexts="//@dataContexts.0/@elements.38">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLineTypeStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LineTypeStyle"/>
- </constraints>
- </views>
- <views name="Single ArrowStyle" sections="//@tabs.0/@sections.39" automaticContext="true" datacontexts="//@dataContexts.0/@elements.39">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleArrowStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ArrowStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="RoundedCornersStyle" sections="//@tabs.0/@sections.40" automaticContext="true" datacontexts="//@dataContexts.0/@elements.40">
- <constraints xsi:type="constraints:SimpleConstraint" name="isRoundedCornersStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="RoundedCornersStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Style" automaticContext="true" datacontexts="//@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Style"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple TitleStyle" sections="//@tabs.0/@sections.41" automaticContext="true" datacontexts="//@dataContexts.0/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTitleStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TitleStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple SortingStyle" sections="//@tabs.0/@sections.42" automaticContext="true" datacontexts="//@dataContexts.0/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSortingStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SortingStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DescriptionStyle" sections="//@tabs.0/@sections.43" automaticContext="true" datacontexts="//@dataContexts.0/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDescriptionStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DescriptionStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple RoutingStyle" sections="//@tabs.0/@sections.44" automaticContext="true" datacontexts="//@dataContexts.0/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleRoutingStyle" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="RoutingStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple CanonicalStyle" sections="//@tabs.0/@sections.45" automaticContext="true" datacontexts="//@dataContexts.0/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleCanonicalStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="CanonicalStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ConnectorStyle" sections="//@tabs.0/@sections.46" automaticContext="true" datacontexts="//@dataContexts.0/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleConnectorStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ConnectorStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple PageStyle" sections="//@tabs.0/@sections.47" automaticContext="true" datacontexts="//@dataContexts.0/@elements.11">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePageStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PageStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DrawerStyle" sections="//@tabs.0/@sections.48" automaticContext="true" datacontexts="//@dataContexts.0/@elements.12">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDrawerStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DrawerStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple GuideStyle" sections="//@tabs.0/@sections.49" automaticContext="true" datacontexts="//@dataContexts.0/@elements.13">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleGuideStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="GuideStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple FilteringStyle" sections="//@tabs.0/@sections.50" automaticContext="true" datacontexts="//@dataContexts.0/@elements.14">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleFilteringStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FilteringStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DiagramStyle" sections="//@tabs.0/@sections.51" automaticContext="true" datacontexts="//@dataContexts.0/@elements.15">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDiagramStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DiagramStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ImageStyle" sections="//@tabs.0/@sections.52" automaticContext="true" datacontexts="//@dataContexts.0/@elements.16">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleImageStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ImageStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ImageBufferStyle" sections="//@tabs.0/@sections.53" automaticContext="true" datacontexts="//@dataContexts.0/@elements.17">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleImageBufferStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ImageBufferStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple PropertiesSetStyle" sections="//@tabs.0/@sections.54" automaticContext="true" datacontexts="//@dataContexts.0/@elements.18">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePropertiesSetStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PropertiesSetStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple SingleValueStyle" sections="//@tabs.0/@sections.55" automaticContext="true" datacontexts="//@dataContexts.0/@elements.19">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSingleValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SingleValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ListValueStyle" sections="//@tabs.0/@sections.56" automaticContext="true" datacontexts="//@dataContexts.0/@elements.20">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ListValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple NamedStyle" sections="//@tabs.0/@sections.57" automaticContext="true" datacontexts="//@dataContexts.0/@elements.21">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleNamedStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="NamedStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DataTypeStyle" sections="//@tabs.0/@sections.58" automaticContext="true" datacontexts="//@dataContexts.0/@elements.22">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDataTypeStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DataTypeStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IntValueStyle" sections="//@tabs.0/@sections.59" automaticContext="true" datacontexts="//@dataContexts.0/@elements.23">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIntValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IntValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IntListValueStyle" sections="//@tabs.0/@sections.60" automaticContext="true" datacontexts="//@dataContexts.0/@elements.24">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIntListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IntListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple BooleanValueStyle" sections="//@tabs.0/@sections.61" automaticContext="true" datacontexts="//@dataContexts.0/@elements.25">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBooleanValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BooleanValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DoubleValueStyle" sections="//@tabs.0/@sections.62" automaticContext="true" datacontexts="//@dataContexts.0/@elements.26">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDoubleValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DoubleValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DoubleListValueStyle" sections="//@tabs.0/@sections.63" automaticContext="true" datacontexts="//@dataContexts.0/@elements.27">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDoubleListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DoubleListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple StringValueStyle" sections="//@tabs.0/@sections.64" automaticContext="true" datacontexts="//@dataContexts.0/@elements.28">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStringValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple StringListValueStyle" sections="//@tabs.0/@sections.65" automaticContext="true" datacontexts="//@dataContexts.0/@elements.29">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleStringListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="StringListValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple EObjectValueStyle" sections="//@tabs.0/@sections.66" automaticContext="true" datacontexts="//@dataContexts.0/@elements.30">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEObjectValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple EObjectListValueStyle" sections="//@tabs.0/@sections.67" automaticContext="true" datacontexts="//@dataContexts.0/@elements.31">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEObjectListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ByteArrayValueStyle" sections="//@tabs.0/@sections.68" automaticContext="true" datacontexts="//@dataContexts.0/@elements.32">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleByteArrayValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ByteArrayValueStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple BooleanListValueStyle" sections="//@tabs.0/@sections.69" automaticContext="true" datacontexts="//@dataContexts.0/@elements.33">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleBooleanListValueStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="BooleanListValueStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple HintedDiagramLinkStyle" sections="//@tabs.0/@sections.70" automaticContext="true" datacontexts="//@dataContexts.0/@elements.34">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleHintedDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="HintedDiagramLinkStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple DiagramLinkStyle" sections="//@tabs.0/@sections.71" automaticContext="true" datacontexts="//@dataContexts.0/@elements.35">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="DiagramLinkStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple MultiDiagramLinkStyle" sections="//@tabs.0/@sections.72" automaticContext="true" datacontexts="//@dataContexts.0/@elements.36">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleMultiDiagramLinkStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="MultiDiagramLinkStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple TextStyle" sections="//@tabs.0/@sections.73" automaticContext="true" datacontexts="//@dataContexts.0/@elements.37">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTextStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TextStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple LineTypeStyle" sections="//@tabs.0/@sections.74" automaticContext="true" datacontexts="//@dataContexts.0/@elements.38">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLineTypeStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LineTypeStyle"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ArrowStyle" sections="//@tabs.0/@sections.75" automaticContext="true" datacontexts="//@dataContexts.0/@elements.39">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleArrowStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ArrowStyle"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- </constraints>
- </views>
- <views name="SingleGradientData" sections="//@tabs.0/@sections.76">
- <constraints xsi:type="constraints:SimpleConstraint" name="isGradientData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="class" value="org.eclipse.gmf.runtime.notation.datatype.GradientData"/>
- </constraints>
- </views>
- <dataContexts name="notation" label="notation">
- <elements name="Style"/>
- <elements name="FillStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="fillColor" type="Integer"/>
- <properties name="transparency" type="Integer"/>
- <properties name="gradient" type="Reference"/>
- </elements>
- <elements name="LineStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="lineColor" type="Integer"/>
- <properties name="lineWidth" type="Integer"/>
- </elements>
- <elements name="FontStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="fontColor" type="Integer"/>
- <properties name="fontName"/>
- <properties name="fontHeight" type="Integer"/>
- <properties name="bold" type="Boolean"/>
- <properties name="italic" type="Boolean"/>
- <properties name="underline" type="Boolean"/>
- <properties name="strikeThrough" type="Boolean"/>
- </elements>
- <elements name="TitleStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="showTitle" type="Boolean"/>
- </elements>
- <elements name="SortingStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="sorting" type="Enumeration"/>
- <properties name="sortingKeys"/>
- <properties name="sortedObjects" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="DescriptionStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="description"/>
- </elements>
- <elements name="RoutingStyle" supertypes="//@dataContexts.0/@elements.40">
- <properties name="routing" type="Enumeration"/>
- <properties name="smoothness" type="Enumeration"/>
- <properties name="avoidObstructions" type="Boolean"/>
- <properties name="closestDistance" type="Boolean"/>
- <properties name="jumpLinkStatus" type="Enumeration"/>
- <properties name="jumpLinkType" type="Enumeration"/>
- <properties name="jumpLinksReverse" type="Boolean"/>
- </elements>
- <elements name="CanonicalStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="canonical" type="Boolean"/>
- </elements>
- <elements name="ShapeStyle" supertypes="//@dataContexts.0/@elements.3 //@dataContexts.0/@elements.6 //@dataContexts.0/@elements.1 //@dataContexts.0/@elements.2 //@dataContexts.0/@elements.40"/>
- <elements name="ConnectorStyle" supertypes="//@dataContexts.0/@elements.7 //@dataContexts.0/@elements.2"/>
- <elements name="PageStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="pageX" type="Integer"/>
- <properties name="pageY" type="Integer"/>
- <properties name="pageWidth" type="Integer"/>
- <properties name="pageHeight" type="Integer"/>
- </elements>
- <elements name="DrawerStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="collapsed" type="Boolean"/>
- </elements>
- <elements name="GuideStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="horizontalGuides" type="Reference" multiplicity="-1"/>
- <properties name="verticalGuides" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="FilteringStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="filtering" type="Enumeration"/>
- <properties name="filteringKeys"/>
- <properties name="filteredObjects" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="DiagramStyle" supertypes="//@dataContexts.0/@elements.11 //@dataContexts.0/@elements.13 //@dataContexts.0/@elements.6"/>
- <elements name="ImageStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="antiAlias"/>
- <properties name="maintainAspectRatio"/>
- <properties name="cropBound" type="Reference"/>
- </elements>
- <elements name="ImageBufferStyle" supertypes="//@dataContexts.0/@elements.16">
- <properties name="imageBuffer" type="Reference"/>
- </elements>
- <elements name="PropertiesSetStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="propertiesMap" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="SingleValueStyle" supertypes="//@dataContexts.0/@elements.22">
- <properties name="rawValue"/>
- </elements>
- <elements name="ListValueStyle" supertypes="//@dataContexts.0/@elements.22">
- <properties name="rawValuesList" multiplicity="-1"/>
- </elements>
- <elements name="NamedStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="name"/>
- </elements>
- <elements name="DataTypeStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="instanceType" type="Reference"/>
- </elements>
- <elements name="IntValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="intValue"/>
- </elements>
- <elements name="IntListValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="intListValue" multiplicity="-1"/>
- </elements>
- <elements name="BooleanValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="booleanValue"/>
- </elements>
- <elements name="DoubleValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="doubleValue"/>
- </elements>
- <elements name="DoubleListValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="doubleListValue" multiplicity="-1"/>
- </elements>
- <elements name="StringValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="stringValue"/>
- </elements>
- <elements name="StringListValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="stringListValue" multiplicity="-1"/>
- </elements>
- <elements name="EObjectValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="eObjectValue" type="Reference"/>
- </elements>
- <elements name="EObjectListValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="eObjectListValue" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="ByteArrayValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="byteArrayValue"/>
- </elements>
- <elements name="BooleanListValueStyle" supertypes="//@dataContexts.0/@elements.21">
- <properties name="booleanListValue" multiplicity="-1"/>
- </elements>
- <elements name="HintedDiagramLinkStyle" supertypes="//@dataContexts.0/@elements.35 //@dataContexts.0/@elements.0">
- <properties name="hint"/>
- </elements>
- <elements name="DiagramLinkStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="diagramLink" type="Reference"/>
- </elements>
- <elements name="MultiDiagramLinkStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="diagramLinks" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="TextStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="textAlignment" type="Enumeration"/>
- </elements>
- <elements name="LineTypeStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="lineType" type="Enumeration"/>
- </elements>
- <elements name="ArrowStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="arrowSource" type="Enumeration"/>
- <properties name="arrowTarget" type="Enumeration"/>
- </elements>
- <elements name="RoundedCornersStyle" supertypes="//@dataContexts.0/@elements.0">
- <properties name="roundedBendpointsRadius" type="Integer"/>
- </elements>
- <elements name="GradientData">
- <properties name="gradientColor1" label="Gradient color" type="Integer"/>
- <properties name="gradientColor2" label="Gradient color 2" type="Integer"/>
- <properties name="gradientStyle" type="Enumeration"/>
- <properties name="activate" label="Activate" type="Boolean"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
-</contexts:Context>
+<?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="_O2ds4JLDEeWbp4A9_-WIrQ" name="style" label="Diagram Styles">
+ <tabs xmi:id="_O2ds4ZLDEeWbp4A9_-WIrQ" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
+ <sections xmi:id="_O2ds4pLDEeWbp4A9_-WIrQ" name="Single Style" sectionFile="ui/SingleStyle.xwt">
+ <widget href="ui/SingleStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds45LDEeWbp4A9_-WIrQ" name="FillStyle" sectionFile="ui/FillStyle.xwt">
+ <widget href="ui/FillStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds5JLDEeWbp4A9_-WIrQ" name="Single LineStyle" sectionFile="ui/LineStyle.xwt">
+ <widget href="ui/LineStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds5ZLDEeWbp4A9_-WIrQ" name="Single FontStyle" sectionFile="ui/FontStyle.xwt">
+ <widget href="ui/FontStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds5pLDEeWbp4A9_-WIrQ" name="Single TitleStyle" sectionFile="ui/SingleTitleStyle.xwt">
+ <widget href="ui/SingleTitleStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds55LDEeWbp4A9_-WIrQ" name="Single SortingStyle" sectionFile="ui/SingleSortingStyle.xwt">
+ <widget href="ui/SingleSortingStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds6JLDEeWbp4A9_-WIrQ" name="Single DescriptionStyle" sectionFile="ui/SingleDescriptionStyle.xwt">
+ <widget href="ui/SingleDescriptionStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds6ZLDEeWbp4A9_-WIrQ" name="Single RoutingStyle" sectionFile="ui/SingleRoutingStyle.xwt">
+ <widget href="ui/SingleRoutingStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds6pLDEeWbp4A9_-WIrQ" name="Single CanonicalStyle" sectionFile="ui/SingleCanonicalStyle.xwt">
+ <widget href="ui/SingleCanonicalStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds65LDEeWbp4A9_-WIrQ" name="Single ShapeStyle" sectionFile="ui/ShapeStyle.xwt">
+ <widget href="ui/ShapeStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds7JLDEeWbp4A9_-WIrQ" name="Single ConnectorStyle" sectionFile="ui/SingleConnectorStyle.xwt">
+ <widget href="ui/SingleConnectorStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds7ZLDEeWbp4A9_-WIrQ" name="Single PageStyle" sectionFile="ui/SinglePageStyle.xwt">
+ <widget href="ui/SinglePageStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds7pLDEeWbp4A9_-WIrQ" name="Single DrawerStyle" sectionFile="ui/SingleDrawerStyle.xwt">
+ <widget href="ui/SingleDrawerStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds75LDEeWbp4A9_-WIrQ" name="Single GuideStyle" sectionFile="ui/SingleGuideStyle.xwt">
+ <widget href="ui/SingleGuideStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds8JLDEeWbp4A9_-WIrQ" name="Single FilteringStyle" sectionFile="ui/SingleFilteringStyle.xwt">
+ <widget href="ui/SingleFilteringStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds8ZLDEeWbp4A9_-WIrQ" name="Single DiagramStyle" sectionFile="ui/SingleDiagramStyle.xwt">
+ <widget href="ui/SingleDiagramStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds8pLDEeWbp4A9_-WIrQ" name="Single ImageStyle" sectionFile="ui/SingleImageStyle.xwt">
+ <widget href="ui/SingleImageStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds85LDEeWbp4A9_-WIrQ" name="Single ImageBufferStyle" sectionFile="ui/SingleImageBufferStyle.xwt">
+ <widget href="ui/SingleImageBufferStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds9JLDEeWbp4A9_-WIrQ" name="Single PropertiesSetStyle" sectionFile="ui/SinglePropertiesSetStyle.xwt">
+ <widget href="ui/SinglePropertiesSetStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds9ZLDEeWbp4A9_-WIrQ" name="Single SingleValueStyle" sectionFile="ui/SingleSingleValueStyle.xwt">
+ <widget href="ui/SingleSingleValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds9pLDEeWbp4A9_-WIrQ" name="Single ListValueStyle" sectionFile="ui/SingleListValueStyle.xwt">
+ <widget href="ui/SingleListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds95LDEeWbp4A9_-WIrQ" name="Single NamedStyle" sectionFile="ui/SingleNamedStyle.xwt">
+ <widget href="ui/SingleNamedStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds-JLDEeWbp4A9_-WIrQ" name="Single DataTypeStyle" sectionFile="ui/SingleDataTypeStyle.xwt">
+ <widget href="ui/SingleDataTypeStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds-ZLDEeWbp4A9_-WIrQ" name="Single IntValueStyle" sectionFile="ui/SingleIntValueStyle.xwt">
+ <widget href="ui/SingleIntValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds-pLDEeWbp4A9_-WIrQ" name="Single IntListValueStyle" sectionFile="ui/SingleIntListValueStyle.xwt">
+ <widget href="ui/SingleIntListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds-5LDEeWbp4A9_-WIrQ" name="Single BooleanValueStyle" sectionFile="ui/SingleBooleanValueStyle.xwt">
+ <widget href="ui/SingleBooleanValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds_JLDEeWbp4A9_-WIrQ" name="Single DoubleValueStyle" sectionFile="ui/SingleDoubleValueStyle.xwt">
+ <widget href="ui/SingleDoubleValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds_ZLDEeWbp4A9_-WIrQ" name="Single DoubleListValueStyle" sectionFile="ui/SingleDoubleListValueStyle.xwt">
+ <widget href="ui/SingleDoubleListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds_pLDEeWbp4A9_-WIrQ" name="Single StringValueStyle" sectionFile="ui/SingleStringValueStyle.xwt">
+ <widget href="ui/SingleStringValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2ds_5LDEeWbp4A9_-WIrQ" name="Single StringListValueStyle" sectionFile="ui/SingleStringListValueStyle.xwt">
+ <widget href="ui/SingleStringListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2dtAJLDEeWbp4A9_-WIrQ" name="Single EObjectValueStyle" sectionFile="ui/SingleEObjectValueStyle.xwt">
+ <widget href="ui/SingleEObjectValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2dtAZLDEeWbp4A9_-WIrQ" name="Single EObjectListValueStyle" sectionFile="ui/SingleEObjectListValueStyle.xwt">
+ <widget href="ui/SingleEObjectListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2dtApLDEeWbp4A9_-WIrQ" name="Single ByteArrayValueStyle" sectionFile="ui/SingleByteArrayValueStyle.xwt">
+ <widget href="ui/SingleByteArrayValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2dtA5LDEeWbp4A9_-WIrQ" name="Single BooleanListValueStyle" sectionFile="ui/SingleBooleanListValueStyle.xwt">
+ <widget href="ui/SingleBooleanListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2dtBJLDEeWbp4A9_-WIrQ" name="Single HintedDiagramLinkStyle" sectionFile="ui/SingleHintedDiagramLinkStyle.xwt">
+ <widget href="ui/SingleHintedDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT8JLDEeWbp4A9_-WIrQ" name="Single DiagramLinkStyle" sectionFile="ui/SingleDiagramLinkStyle.xwt">
+ <widget href="ui/SingleDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT8ZLDEeWbp4A9_-WIrQ" name="Single MultiDiagramLinkStyle" sectionFile="ui/SingleMultiDiagramLinkStyle.xwt">
+ <widget href="ui/SingleMultiDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT8pLDEeWbp4A9_-WIrQ" name="Single TextStyle" sectionFile="ui/SingleTextStyle.xwt">
+ <widget href="ui/SingleTextStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT85LDEeWbp4A9_-WIrQ" name="Single LineTypeStyle" sectionFile="ui/SingleLineTypeStyle.xwt">
+ <widget href="ui/SingleLineTypeStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT9JLDEeWbp4A9_-WIrQ" name="Single ArrowStyle" sectionFile="ui/SingleArrowStyle.xwt">
+ <widget href="ui/SingleArrowStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT9ZLDEeWbp4A9_-WIrQ" name="Single RoundedCornersStyle" sectionFile="ui/RoundedCornersStyle.xwt">
+ <widget href="ui/RoundedCornersStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT9pLDEeWbp4A9_-WIrQ" name="Multiple TitleStyle" sectionFile="ui/MultipleTitleStyle.xwt">
+ <widget href="ui/MultipleTitleStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT95LDEeWbp4A9_-WIrQ" name="Multiple SortingStyle" sectionFile="ui/MultipleSortingStyle.xwt">
+ <widget href="ui/MultipleSortingStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT-JLDEeWbp4A9_-WIrQ" name="Multiple DescriptionStyle" sectionFile="ui/MultipleDescriptionStyle.xwt">
+ <widget href="ui/MultipleDescriptionStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT-ZLDEeWbp4A9_-WIrQ" name="Multiple RoutingStyle" sectionFile="ui/MultipleRoutingStyle.xwt">
+ <widget href="ui/MultipleRoutingStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT-pLDEeWbp4A9_-WIrQ" name="Multiple CanonicalStyle" sectionFile="ui/MultipleCanonicalStyle.xwt">
+ <widget href="ui/MultipleCanonicalStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT-5LDEeWbp4A9_-WIrQ" name="Multiple ConnectorStyle" sectionFile="ui/MultipleConnectorStyle.xwt">
+ <widget href="ui/MultipleConnectorStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT_JLDEeWbp4A9_-WIrQ" name="Multiple PageStyle" sectionFile="ui/MultiplePageStyle.xwt">
+ <widget href="ui/MultiplePageStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT_ZLDEeWbp4A9_-WIrQ" name="Multiple DrawerStyle" sectionFile="ui/MultipleDrawerStyle.xwt">
+ <widget href="ui/MultipleDrawerStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT_pLDEeWbp4A9_-WIrQ" name="Multiple GuideStyle" sectionFile="ui/MultipleGuideStyle.xwt">
+ <widget href="ui/MultipleGuideStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eT_5LDEeWbp4A9_-WIrQ" name="Multiple FilteringStyle" sectionFile="ui/MultipleFilteringStyle.xwt">
+ <widget href="ui/MultipleFilteringStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUAJLDEeWbp4A9_-WIrQ" name="Multiple DiagramStyle" sectionFile="ui/MultipleDiagramStyle.xwt">
+ <widget href="ui/MultipleDiagramStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUAZLDEeWbp4A9_-WIrQ" name="Multiple ImageStyle" sectionFile="ui/MultipleImageStyle.xwt">
+ <widget href="ui/MultipleImageStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUApLDEeWbp4A9_-WIrQ" name="Multiple ImageBufferStyle" sectionFile="ui/MultipleImageBufferStyle.xwt">
+ <widget href="ui/MultipleImageBufferStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUA5LDEeWbp4A9_-WIrQ" name="Multiple PropertiesSetStyle" sectionFile="ui/MultiplePropertiesSetStyle.xwt">
+ <widget href="ui/MultiplePropertiesSetStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUBJLDEeWbp4A9_-WIrQ" name="Multiple SingleValueStyle" sectionFile="ui/MultipleSingleValueStyle.xwt">
+ <widget href="ui/MultipleSingleValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUBZLDEeWbp4A9_-WIrQ" name="Multiple ListValueStyle" sectionFile="ui/MultipleListValueStyle.xwt">
+ <widget href="ui/MultipleListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUBpLDEeWbp4A9_-WIrQ" name="Multiple NamedStyle" sectionFile="ui/MultipleNamedStyle.xwt">
+ <widget href="ui/MultipleNamedStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUB5LDEeWbp4A9_-WIrQ" name="Multiple DataTypeStyle" sectionFile="ui/MultipleDataTypeStyle.xwt">
+ <widget href="ui/MultipleDataTypeStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUCJLDEeWbp4A9_-WIrQ" name="Multiple IntValueStyle" sectionFile="ui/MultipleIntValueStyle.xwt">
+ <widget href="ui/MultipleIntValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUCZLDEeWbp4A9_-WIrQ" name="Multiple IntListValueStyle" sectionFile="ui/MultipleIntListValueStyle.xwt">
+ <widget href="ui/MultipleIntListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUCpLDEeWbp4A9_-WIrQ" name="Multiple BooleanValueStyle" sectionFile="ui/MultipleBooleanValueStyle.xwt">
+ <widget href="ui/MultipleBooleanValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUC5LDEeWbp4A9_-WIrQ" name="Multiple DoubleValueStyle" sectionFile="ui/MultipleDoubleValueStyle.xwt">
+ <widget href="ui/MultipleDoubleValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUDJLDEeWbp4A9_-WIrQ" name="Multiple DoubleListValueStyle" sectionFile="ui/MultipleDoubleListValueStyle.xwt">
+ <widget href="ui/MultipleDoubleListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUDZLDEeWbp4A9_-WIrQ" name="Multiple StringValueStyle" sectionFile="ui/MultipleStringValueStyle.xwt">
+ <widget href="ui/MultipleStringValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUDpLDEeWbp4A9_-WIrQ" name="Multiple StringListValueStyle" sectionFile="ui/MultipleStringListValueStyle.xwt">
+ <widget href="ui/MultipleStringListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUD5LDEeWbp4A9_-WIrQ" name="Multiple EObjectValueStyle" sectionFile="ui/MultipleEObjectValueStyle.xwt">
+ <widget href="ui/MultipleEObjectValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUEJLDEeWbp4A9_-WIrQ" name="Multiple EObjectListValueStyle" sectionFile="ui/MultipleEObjectListValueStyle.xwt">
+ <widget href="ui/MultipleEObjectListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUEZLDEeWbp4A9_-WIrQ" name="Multiple ByteArrayValueStyle" sectionFile="ui/MultipleByteArrayValueStyle.xwt">
+ <widget href="ui/MultipleByteArrayValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUEpLDEeWbp4A9_-WIrQ" name="Multiple BooleanListValueStyle" sectionFile="ui/MultipleBooleanListValueStyle.xwt">
+ <widget href="ui/MultipleBooleanListValueStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUE5LDEeWbp4A9_-WIrQ" name="Multiple HintedDiagramLinkStyle" sectionFile="ui/MultipleHintedDiagramLinkStyle.xwt">
+ <widget href="ui/MultipleHintedDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUFJLDEeWbp4A9_-WIrQ" name="Multiple DiagramLinkStyle" sectionFile="ui/MultipleDiagramLinkStyle.xwt">
+ <widget href="ui/MultipleDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUFZLDEeWbp4A9_-WIrQ" name="Multiple MultiDiagramLinkStyle" sectionFile="ui/MultipleMultiDiagramLinkStyle.xwt">
+ <widget href="ui/MultipleMultiDiagramLinkStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUFpLDEeWbp4A9_-WIrQ" name="Multiple TextStyle" sectionFile="ui/MultipleTextStyle.xwt">
+ <widget href="ui/MultipleTextStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2eUF5LDEeWbp4A9_-WIrQ" name="Multiple LineTypeStyle" sectionFile="ui/MultipleLineTypeStyle.xwt">
+ <widget href="ui/MultipleLineTypeStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2e7AJLDEeWbp4A9_-WIrQ" name="Multiple ArrowStyle" sectionFile="ui/MultipleArrowStyle.xwt">
+ <widget href="ui/MultipleArrowStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_O2e7AZLDEeWbp4A9_-WIrQ" name="SingleGradientData" sectionFile="ui/SingleGradientData.xwt">
+ <widget href="ui/SingleGradientData.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_O2e7ApLDEeWbp4A9_-WIrQ" name="Single Style" sections="_O2ds4pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7A5LDEeWbp4A9_-WIrQ" name="isSingleStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7BJLDEeWbp4A9_-WIrQ" name="className" value="Style"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7BZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7BpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="FillStyle" sections="_O2ds45LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXT5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7B5LDEeWbp4A9_-WIrQ" name="isFillStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7CJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7CZLDEeWbp4A9_-WIrQ" name="className" value="FillStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7CpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="LineStyle" sections="_O2ds5JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXU5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7C5LDEeWbp4A9_-WIrQ" name="isLineStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7DJLDEeWbp4A9_-WIrQ" name="className" value="LineStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7DZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7DpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="FontStyle" sections="_O2ds5ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXVpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7D5LDEeWbp4A9_-WIrQ" name="isFontStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7EJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7EZLDEeWbp4A9_-WIrQ" name="className" value="FontStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7EpLDEeWbp4A9_-WIrQ" name="Single TitleStyle" sections="_O2ds5pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXXpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7E5LDEeWbp4A9_-WIrQ" name="isSingleTitleStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7FJLDEeWbp4A9_-WIrQ" name="className" value="TitleStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7FZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7FpLDEeWbp4A9_-WIrQ" name="Single SortingStyle" sections="_O2ds55LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXYJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7F5LDEeWbp4A9_-WIrQ" name="isSingleSortingStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7GJLDEeWbp4A9_-WIrQ" name="className" value="SortingStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7GZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7GpLDEeWbp4A9_-WIrQ" name="Single DescriptionStyle" sections="_O2ds6JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXZJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7G5LDEeWbp4A9_-WIrQ" name="isSingleDescriptionStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7HJLDEeWbp4A9_-WIrQ" name="className" value="DescriptionStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7HZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7HpLDEeWbp4A9_-WIrQ" name="Single RoutingStyle" sections="_O2ds6ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXZpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7H5LDEeWbp4A9_-WIrQ" name="isSingleRoutingStyle" overrideable="false" overriddenConstraints="_O2gJRZLDEeWbp4A9_-WIrQ">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7IJLDEeWbp4A9_-WIrQ" name="className" value="RoutingStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7IZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7IpLDEeWbp4A9_-WIrQ" name="Single CanonicalStyle" sections="_O2ds6pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXbpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7I5LDEeWbp4A9_-WIrQ" name="isSingleCanonicalStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7JJLDEeWbp4A9_-WIrQ" name="className" value="CanonicalStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7JZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7JpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Single ShapeStyle" sections="_O2ds65LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXcJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7J5LDEeWbp4A9_-WIrQ" name="isShapeStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7KJLDEeWbp4A9_-WIrQ" name="className" value="ShapeStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7KZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7KpLDEeWbp4A9_-WIrQ" name="Single ConnectorStyle" sections="_O2ds7JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXcZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7K5LDEeWbp4A9_-WIrQ" name="isSingleConnectorStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7LJLDEeWbp4A9_-WIrQ" name="className" value="ConnectorStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7LZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7LpLDEeWbp4A9_-WIrQ" name="Single PageStyle" sections="_O2ds7ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXcpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7L5LDEeWbp4A9_-WIrQ" name="isSinglePageStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7MJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7MZLDEeWbp4A9_-WIrQ" name="className" value="PageStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7MpLDEeWbp4A9_-WIrQ" name="Single DrawerStyle" sections="_O2ds7pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXd5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7M5LDEeWbp4A9_-WIrQ" name="isSingleDrawerStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7NJLDEeWbp4A9_-WIrQ" name="className" value="DrawerStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7NZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7NpLDEeWbp4A9_-WIrQ" name="Single GuideStyle" sections="_O2ds75LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXeZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7N5LDEeWbp4A9_-WIrQ" name="isSingleGuideStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7OJLDEeWbp4A9_-WIrQ" name="className" value="GuideStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7OZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7OpLDEeWbp4A9_-WIrQ" name="Single FilteringStyle" sections="_O2ds8JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXfJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7O5LDEeWbp4A9_-WIrQ" name="isSingleFilteringStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7PJLDEeWbp4A9_-WIrQ" name="className" value="FilteringStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7PZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7PpLDEeWbp4A9_-WIrQ" name="Single DiagramStyle" sections="_O2ds8ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXgJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7P5LDEeWbp4A9_-WIrQ" name="isSingleDiagramStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7QJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7QZLDEeWbp4A9_-WIrQ" name="className" value="DiagramStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7QpLDEeWbp4A9_-WIrQ" name="Single ImageStyle" sections="_O2ds8pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXgZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2e7Q5LDEeWbp4A9_-WIrQ" name="isSingleImageStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7RJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2e7RZLDEeWbp4A9_-WIrQ" name="className" value="ImageStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2e7RpLDEeWbp4A9_-WIrQ" name="Single ImageBufferStyle" sections="_O2ds85LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXhZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiEJLDEeWbp4A9_-WIrQ" name="isSingleImageBufferStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiEZLDEeWbp4A9_-WIrQ" name="className" value="ImageBufferStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiEpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiE5LDEeWbp4A9_-WIrQ" name="Single PropertiesSetStyle" sections="_O2ds9JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXh5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiFJLDEeWbp4A9_-WIrQ" name="isSinglePropertiesSetStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiFZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiFpLDEeWbp4A9_-WIrQ" name="className" value="PropertiesSetStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiF5LDEeWbp4A9_-WIrQ" name="Single SingleValueStyle" sections="_O2ds9ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXiZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiGJLDEeWbp4A9_-WIrQ" name="isSingleSingleValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiGZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiGpLDEeWbp4A9_-WIrQ" name="className" value="SingleValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiG5LDEeWbp4A9_-WIrQ" name="Single ListValueStyle" sections="_O2ds9pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXi5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiHJLDEeWbp4A9_-WIrQ" name="isSingleListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiHZLDEeWbp4A9_-WIrQ" name="className" value="ListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiHpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiH5LDEeWbp4A9_-WIrQ" name="Single NamedStyle" sections="_O2ds95LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiIJLDEeWbp4A9_-WIrQ" name="isSingleNamedStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiIZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiIpLDEeWbp4A9_-WIrQ" name="className" value="NamedStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiI5LDEeWbp4A9_-WIrQ" name="Single DataTypeStyle" sections="_O2ds-JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXj5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiJJLDEeWbp4A9_-WIrQ" name="isSingleDataTypeStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiJZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiJpLDEeWbp4A9_-WIrQ" name="className" value="DataTypeStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiJ5LDEeWbp4A9_-WIrQ" name="Single IntValueStyle" sections="_O2ds-ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXkZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiKJLDEeWbp4A9_-WIrQ" name="isSingleIntValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiKpLDEeWbp4A9_-WIrQ" name="className" value="IntValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiK5LDEeWbp4A9_-WIrQ" name="Single IntListValueStyle" sections="_O2ds-pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXk5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiLJLDEeWbp4A9_-WIrQ" name="isSingleIntListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiLZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiLpLDEeWbp4A9_-WIrQ" name="className" value="IntListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiL5LDEeWbp4A9_-WIrQ" name="Single BooleanValueStyle" sections="_O2ds-5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXlZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiMJLDEeWbp4A9_-WIrQ" name="isSingleBooleanValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiMZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiMpLDEeWbp4A9_-WIrQ" name="className" value="BooleanValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiM5LDEeWbp4A9_-WIrQ" name="Single DoubleValueStyle" sections="_O2ds_JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXl5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiNJLDEeWbp4A9_-WIrQ" name="isSingleDoubleValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiNZLDEeWbp4A9_-WIrQ" name="className" value="DoubleValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiNpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiN5LDEeWbp4A9_-WIrQ" name="Single DoubleListValueStyle" sections="_O2ds_ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXmZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiOJLDEeWbp4A9_-WIrQ" name="isSingleDoubleListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiOZLDEeWbp4A9_-WIrQ" name="className" value="DoubleListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiO5LDEeWbp4A9_-WIrQ" name="Single StringValueStyle" sections="_O2ds_pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXm5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiPJLDEeWbp4A9_-WIrQ" name="isSingleStringValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiPZLDEeWbp4A9_-WIrQ" name="className" value="StringValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiPpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiP5LDEeWbp4A9_-WIrQ" name="Single StringListValueStyle" sections="_O2ds_5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXnZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiQJLDEeWbp4A9_-WIrQ" name="isSingleStringListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiQZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiQpLDEeWbp4A9_-WIrQ" name="className" value="StringListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiQ5LDEeWbp4A9_-WIrQ" name="Single EObjectValueStyle" sections="_O2dtAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXn5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiRJLDEeWbp4A9_-WIrQ" name="isSingleEObjectValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiRZLDEeWbp4A9_-WIrQ" name="className" value="EObjectValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiRpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiR5LDEeWbp4A9_-WIrQ" name="Single EObjectListValueStyle" sections="_O2dtAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXoZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiSJLDEeWbp4A9_-WIrQ" name="isSingleEObjectListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiSZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiSpLDEeWbp4A9_-WIrQ" name="className" value="EObjectListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiS5LDEeWbp4A9_-WIrQ" name="Single ByteArrayValueStyle" sections="_O2dtApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXo5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiTJLDEeWbp4A9_-WIrQ" name="isSingleByteArrayValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiTZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiTpLDEeWbp4A9_-WIrQ" name="className" value="ByteArrayValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiT5LDEeWbp4A9_-WIrQ" name="Single BooleanListValueStyle" sections="_O2dtA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXpZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiUJLDEeWbp4A9_-WIrQ" name="isSingleBooleanListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiUZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiUpLDEeWbp4A9_-WIrQ" name="className" value="BooleanListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiU5LDEeWbp4A9_-WIrQ" name="Single HintedDiagramLinkStyle" sections="_O2dtBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXp5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiVJLDEeWbp4A9_-WIrQ" name="isSingleHintedDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiVZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiVpLDEeWbp4A9_-WIrQ" name="className" value="HintedDiagramLinkStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2fiV5LDEeWbp4A9_-WIrQ" name="Single DiagramLinkStyle" sections="_O2eT8JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXqZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2fiWJLDEeWbp4A9_-WIrQ" name="isSingleDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiWZLDEeWbp4A9_-WIrQ" name="className" value="DiagramLinkStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2fiWpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJIJLDEeWbp4A9_-WIrQ" name="Single MultiDiagramLinkStyle" sections="_O2eT8ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-UJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJIZLDEeWbp4A9_-WIrQ" name="isSingleMultiDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJIpLDEeWbp4A9_-WIrQ" name="className" value="MultiDiagramLinkStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJI5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJJJLDEeWbp4A9_-WIrQ" name="Single TextStyle" sections="_O2eT8pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-UpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJJZLDEeWbp4A9_-WIrQ" name="isSingleTextStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJJpLDEeWbp4A9_-WIrQ" name="className" value="TextStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJJ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJKJLDEeWbp4A9_-WIrQ" name="Single LineTypeStyle" sections="_O2eT85LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-VJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJKZLDEeWbp4A9_-WIrQ" name="isSingleLineTypeStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJKpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJK5LDEeWbp4A9_-WIrQ" name="className" value="LineTypeStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJLJLDEeWbp4A9_-WIrQ" name="Single ArrowStyle" sections="_O2eT9JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-VpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJLZLDEeWbp4A9_-WIrQ" name="isSingleArrowStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJLpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJL5LDEeWbp4A9_-WIrQ" name="className" value="ArrowStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJMJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="RoundedCornersStyle" sections="_O2eT9ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-WZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJMZLDEeWbp4A9_-WIrQ" name="isRoundedCornersStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJMpLDEeWbp4A9_-WIrQ" name="className" value="RoundedCornersStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJM5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJNJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Style" automaticContext="true" datacontexts="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJNZLDEeWbp4A9_-WIrQ" name="isMultipleStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJNpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJN5LDEeWbp4A9_-WIrQ" name="className" value="Style"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJOJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TitleStyle" sections="_O2eT9pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXXpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJOZLDEeWbp4A9_-WIrQ" name="isMultipleTitleStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJO5LDEeWbp4A9_-WIrQ" name="className" value="TitleStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJPJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple SortingStyle" sections="_O2eT95LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXYJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJPZLDEeWbp4A9_-WIrQ" name="isMultipleSortingStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJPpLDEeWbp4A9_-WIrQ" name="className" value="SortingStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJP5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJQJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DescriptionStyle" sections="_O2eT-JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXZJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJQZLDEeWbp4A9_-WIrQ" name="isMultipleDescriptionStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJQpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJQ5LDEeWbp4A9_-WIrQ" name="className" value="DescriptionStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJRJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple RoutingStyle" sections="_O2eT-ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXZpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJRZLDEeWbp4A9_-WIrQ" name="isMultipleRoutingStyle" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJRpLDEeWbp4A9_-WIrQ" name="className" value="RoutingStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJR5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJSJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple CanonicalStyle" sections="_O2eT-pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXbpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJSZLDEeWbp4A9_-WIrQ" name="isMultipleCanonicalStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJSpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJS5LDEeWbp4A9_-WIrQ" name="className" value="CanonicalStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJTJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ConnectorStyle" sections="_O2eT-5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXcZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJTZLDEeWbp4A9_-WIrQ" name="isMultipleConnectorStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJTpLDEeWbp4A9_-WIrQ" name="className" value="ConnectorStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJT5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJUJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PageStyle" sections="_O2eT_JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXcpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJUZLDEeWbp4A9_-WIrQ" name="isMultiplePageStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJUpLDEeWbp4A9_-WIrQ" name="className" value="PageStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJU5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJVJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DrawerStyle" sections="_O2eT_ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXd5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJVZLDEeWbp4A9_-WIrQ" name="isMultipleDrawerStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJVpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJV5LDEeWbp4A9_-WIrQ" name="className" value="DrawerStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJWJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple GuideStyle" sections="_O2eT_pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXeZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJWZLDEeWbp4A9_-WIrQ" name="isMultipleGuideStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJWpLDEeWbp4A9_-WIrQ" name="className" value="GuideStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJW5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJXJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FilteringStyle" sections="_O2eT_5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXfJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJXZLDEeWbp4A9_-WIrQ" name="isMultipleFilteringStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJXpLDEeWbp4A9_-WIrQ" name="className" value="FilteringStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJX5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJYJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DiagramStyle" sections="_O2eUAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXgJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJYZLDEeWbp4A9_-WIrQ" name="isMultipleDiagramStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJYpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJY5LDEeWbp4A9_-WIrQ" name="className" value="DiagramStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJZJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ImageStyle" sections="_O2eUAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXgZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJZZLDEeWbp4A9_-WIrQ" name="isMultipleImageStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJZpLDEeWbp4A9_-WIrQ" name="className" value="ImageStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJZ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJaJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ImageBufferStyle" sections="_O2eUApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXhZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJaZLDEeWbp4A9_-WIrQ" name="isMultipleImageBufferStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJapLDEeWbp4A9_-WIrQ" name="className" value="ImageBufferStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJa5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJbJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PropertiesSetStyle" sections="_O2eUA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXh5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gJbZLDEeWbp4A9_-WIrQ" name="isMultiplePropertiesSetStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJbpLDEeWbp4A9_-WIrQ" name="className" value="PropertiesSetStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gJb5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gJcJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple SingleValueStyle" sections="_O2eUBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXiZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwMJLDEeWbp4A9_-WIrQ" name="isMultipleSingleValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwMZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwMpLDEeWbp4A9_-WIrQ" name="className" value="SingleValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwM5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ListValueStyle" sections="_O2eUBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXi5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwNJLDEeWbp4A9_-WIrQ" name="isMultipleListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwNZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwNpLDEeWbp4A9_-WIrQ" name="className" value="ListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwN5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple NamedStyle" sections="_O2eUBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwOJLDEeWbp4A9_-WIrQ" name="isMultipleNamedStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwOZLDEeWbp4A9_-WIrQ" name="className" value="NamedStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwO5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DataTypeStyle" sections="_O2eUB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXj5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwPJLDEeWbp4A9_-WIrQ" name="isMultipleDataTypeStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwPZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwPpLDEeWbp4A9_-WIrQ" name="className" value="DataTypeStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwP5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IntValueStyle" sections="_O2eUCJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXkZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwQJLDEeWbp4A9_-WIrQ" name="isMultipleIntValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwQZLDEeWbp4A9_-WIrQ" name="className" value="IntValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwQpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwQ5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IntListValueStyle" sections="_O2eUCZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXk5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwRJLDEeWbp4A9_-WIrQ" name="isMultipleIntListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwRZLDEeWbp4A9_-WIrQ" name="className" value="IntListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwRpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwR5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple BooleanValueStyle" sections="_O2eUCpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXlZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwSJLDEeWbp4A9_-WIrQ" name="isMultipleBooleanValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwSZLDEeWbp4A9_-WIrQ" name="className" value="BooleanValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwSpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwS5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DoubleValueStyle" sections="_O2eUC5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXl5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwTJLDEeWbp4A9_-WIrQ" name="isMultipleDoubleValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwTZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwTpLDEeWbp4A9_-WIrQ" name="className" value="DoubleValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwT5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DoubleListValueStyle" sections="_O2eUDJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXmZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwUJLDEeWbp4A9_-WIrQ" name="isMultipleDoubleListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwUZLDEeWbp4A9_-WIrQ" name="className" value="DoubleListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwUpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwU5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StringValueStyle" sections="_O2eUDZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXm5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwVJLDEeWbp4A9_-WIrQ" name="isMultipleStringValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwVZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwVpLDEeWbp4A9_-WIrQ" name="className" value="StringValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwV5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple StringListValueStyle" sections="_O2eUDpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXnZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwWJLDEeWbp4A9_-WIrQ" name="isMultipleStringListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwWZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwWpLDEeWbp4A9_-WIrQ" name="className" value="StringListValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwW5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EObjectValueStyle" sections="_O2eUD5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXn5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwXJLDEeWbp4A9_-WIrQ" name="isMultipleEObjectValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwXZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwXpLDEeWbp4A9_-WIrQ" name="className" value="EObjectValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwX5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EObjectListValueStyle" sections="_O2eUEJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXoZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwYJLDEeWbp4A9_-WIrQ" name="isMultipleEObjectListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwYZLDEeWbp4A9_-WIrQ" name="className" value="EObjectListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwYpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwY5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ByteArrayValueStyle" sections="_O2eUEZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXo5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwZJLDEeWbp4A9_-WIrQ" name="isMultipleByteArrayValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwZZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwZpLDEeWbp4A9_-WIrQ" name="className" value="ByteArrayValueStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwZ5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple BooleanListValueStyle" sections="_O2eUEpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXpZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwaJLDEeWbp4A9_-WIrQ" name="isMultipleBooleanListValueStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwaZLDEeWbp4A9_-WIrQ" name="className" value="BooleanListValueStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwapLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwa5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple HintedDiagramLinkStyle" sections="_O2eUE5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXp5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwbJLDEeWbp4A9_-WIrQ" name="isMultipleHintedDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwbZLDEeWbp4A9_-WIrQ" name="className" value="HintedDiagramLinkStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwbpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwb5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple DiagramLinkStyle" sections="_O2eUFJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2hXqZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwcJLDEeWbp4A9_-WIrQ" name="isMultipleDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwcZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwcpLDEeWbp4A9_-WIrQ" name="className" value="DiagramLinkStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwc5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple MultiDiagramLinkStyle" sections="_O2eUFZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-UJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gwdJLDEeWbp4A9_-WIrQ" name="isMultipleMultiDiagramLinkStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwdZLDEeWbp4A9_-WIrQ" name="className" value="MultiDiagramLinkStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2gwdpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2gwd5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TextStyle" sections="_O2eUFpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-UpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2gweJLDEeWbp4A9_-WIrQ" name="isMultipleTextStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXQJLDEeWbp4A9_-WIrQ" name="className" value="TextStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXQZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2hXQpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple LineTypeStyle" sections="_O2eUF5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-VJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2hXQ5LDEeWbp4A9_-WIrQ" name="isMultipleLineTypeStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXRZLDEeWbp4A9_-WIrQ" name="className" value="LineTypeStyle"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2hXRpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ArrowStyle" sections="_O2e7AJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_O2h-VpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2hXR5LDEeWbp4A9_-WIrQ" name="isMultipleArrowStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXSJLDEeWbp4A9_-WIrQ" name="className" value="ArrowStyle"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXSZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_O2hXSpLDEeWbp4A9_-WIrQ" name="SingleGradientData" sections="_O2e7AZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_O2hXS5LDEeWbp4A9_-WIrQ" name="isGradientData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_O2hXTJLDEeWbp4A9_-WIrQ" name="class" value="org.eclipse.gmf.runtime.notation.datatype.GradientData"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_O2hXTZLDEeWbp4A9_-WIrQ" name="notation" label="notation">
+ <elements xmi:id="_O2hXTpLDEeWbp4A9_-WIrQ" name="Style"/>
+ <elements xmi:id="_O2hXT5LDEeWbp4A9_-WIrQ" name="FillStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXUJLDEeWbp4A9_-WIrQ" name="fillColor" type="Integer"/>
+ <properties xmi:id="_O2hXUZLDEeWbp4A9_-WIrQ" name="transparency" type="Integer"/>
+ <properties xmi:id="_O2hXUpLDEeWbp4A9_-WIrQ" name="gradient" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2hXU5LDEeWbp4A9_-WIrQ" name="LineStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXVJLDEeWbp4A9_-WIrQ" name="lineColor" type="Integer"/>
+ <properties xmi:id="_O2hXVZLDEeWbp4A9_-WIrQ" name="lineWidth" type="Integer"/>
+ </elements>
+ <elements xmi:id="_O2hXVpLDEeWbp4A9_-WIrQ" name="FontStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXV5LDEeWbp4A9_-WIrQ" name="fontColor" type="Integer"/>
+ <properties xmi:id="_O2hXWJLDEeWbp4A9_-WIrQ" name="fontName"/>
+ <properties xmi:id="_O2hXWZLDEeWbp4A9_-WIrQ" name="fontHeight" type="Integer"/>
+ <properties xmi:id="_O2hXWpLDEeWbp4A9_-WIrQ" name="bold" type="Boolean"/>
+ <properties xmi:id="_O2hXW5LDEeWbp4A9_-WIrQ" name="italic" type="Boolean"/>
+ <properties xmi:id="_O2hXXJLDEeWbp4A9_-WIrQ" name="underline" type="Boolean"/>
+ <properties xmi:id="_O2hXXZLDEeWbp4A9_-WIrQ" name="strikeThrough" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_O2hXXpLDEeWbp4A9_-WIrQ" name="TitleStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXX5LDEeWbp4A9_-WIrQ" name="showTitle" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_O2hXYJLDEeWbp4A9_-WIrQ" name="SortingStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXYZLDEeWbp4A9_-WIrQ" name="sorting" type="Enumeration"/>
+ <properties xmi:id="_O2hXYpLDEeWbp4A9_-WIrQ" name="sortingKeys"/>
+ <properties xmi:id="_O2hXY5LDEeWbp4A9_-WIrQ" name="sortedObjects" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXZJLDEeWbp4A9_-WIrQ" name="DescriptionStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXZZLDEeWbp4A9_-WIrQ" name="description"/>
+ </elements>
+ <elements xmi:id="_O2hXZpLDEeWbp4A9_-WIrQ" name="RoutingStyle" supertypes="_O2h-WZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXZ5LDEeWbp4A9_-WIrQ" name="routing" type="Enumeration"/>
+ <properties xmi:id="_O2hXaJLDEeWbp4A9_-WIrQ" name="smoothness" type="Enumeration"/>
+ <properties xmi:id="_O2hXaZLDEeWbp4A9_-WIrQ" name="avoidObstructions" type="Boolean"/>
+ <properties xmi:id="_O2hXapLDEeWbp4A9_-WIrQ" name="closestDistance" type="Boolean"/>
+ <properties xmi:id="_O2hXa5LDEeWbp4A9_-WIrQ" name="jumpLinkStatus" type="Enumeration"/>
+ <properties xmi:id="_O2hXbJLDEeWbp4A9_-WIrQ" name="jumpLinkType" type="Enumeration"/>
+ <properties xmi:id="_O2hXbZLDEeWbp4A9_-WIrQ" name="jumpLinksReverse" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_O2hXbpLDEeWbp4A9_-WIrQ" name="CanonicalStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXb5LDEeWbp4A9_-WIrQ" name="canonical" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_O2hXcJLDEeWbp4A9_-WIrQ" name="ShapeStyle" supertypes="_O2hXVpLDEeWbp4A9_-WIrQ _O2hXZJLDEeWbp4A9_-WIrQ _O2hXT5LDEeWbp4A9_-WIrQ _O2hXU5LDEeWbp4A9_-WIrQ _O2h-WZLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_O2hXcZLDEeWbp4A9_-WIrQ" name="ConnectorStyle" supertypes="_O2hXZpLDEeWbp4A9_-WIrQ _O2hXU5LDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_O2hXcpLDEeWbp4A9_-WIrQ" name="PageStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXc5LDEeWbp4A9_-WIrQ" name="pageX" type="Integer"/>
+ <properties xmi:id="_O2hXdJLDEeWbp4A9_-WIrQ" name="pageY" type="Integer"/>
+ <properties xmi:id="_O2hXdZLDEeWbp4A9_-WIrQ" name="pageWidth" type="Integer"/>
+ <properties xmi:id="_O2hXdpLDEeWbp4A9_-WIrQ" name="pageHeight" type="Integer"/>
+ </elements>
+ <elements xmi:id="_O2hXd5LDEeWbp4A9_-WIrQ" name="DrawerStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXeJLDEeWbp4A9_-WIrQ" name="collapsed" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_O2hXeZLDEeWbp4A9_-WIrQ" name="GuideStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXepLDEeWbp4A9_-WIrQ" name="horizontalGuides" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_O2hXe5LDEeWbp4A9_-WIrQ" name="verticalGuides" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXfJLDEeWbp4A9_-WIrQ" name="FilteringStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXfZLDEeWbp4A9_-WIrQ" name="filtering" type="Enumeration"/>
+ <properties xmi:id="_O2hXfpLDEeWbp4A9_-WIrQ" name="filteringKeys"/>
+ <properties xmi:id="_O2hXf5LDEeWbp4A9_-WIrQ" name="filteredObjects" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXgJLDEeWbp4A9_-WIrQ" name="DiagramStyle" supertypes="_O2hXcpLDEeWbp4A9_-WIrQ _O2hXeZLDEeWbp4A9_-WIrQ _O2hXZJLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_O2hXgZLDEeWbp4A9_-WIrQ" name="ImageStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXgpLDEeWbp4A9_-WIrQ" name="antiAlias"/>
+ <properties xmi:id="_O2hXg5LDEeWbp4A9_-WIrQ" name="maintainAspectRatio"/>
+ <properties xmi:id="_O2hXhJLDEeWbp4A9_-WIrQ" name="cropBound" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2hXhZLDEeWbp4A9_-WIrQ" name="ImageBufferStyle" supertypes="_O2hXgZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXhpLDEeWbp4A9_-WIrQ" name="imageBuffer" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2hXh5LDEeWbp4A9_-WIrQ" name="PropertiesSetStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXiJLDEeWbp4A9_-WIrQ" name="propertiesMap" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXiZLDEeWbp4A9_-WIrQ" name="SingleValueStyle" supertypes="_O2hXj5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXipLDEeWbp4A9_-WIrQ" name="rawValue"/>
+ </elements>
+ <elements xmi:id="_O2hXi5LDEeWbp4A9_-WIrQ" name="ListValueStyle" supertypes="_O2hXj5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXjJLDEeWbp4A9_-WIrQ" name="rawValuesList" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXjZLDEeWbp4A9_-WIrQ" name="NamedStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXjpLDEeWbp4A9_-WIrQ" name="name"/>
+ </elements>
+ <elements xmi:id="_O2hXj5LDEeWbp4A9_-WIrQ" name="DataTypeStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXkJLDEeWbp4A9_-WIrQ" name="instanceType" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2hXkZLDEeWbp4A9_-WIrQ" name="IntValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXkpLDEeWbp4A9_-WIrQ" name="intValue"/>
+ </elements>
+ <elements xmi:id="_O2hXk5LDEeWbp4A9_-WIrQ" name="IntListValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXlJLDEeWbp4A9_-WIrQ" name="intListValue" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXlZLDEeWbp4A9_-WIrQ" name="BooleanValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXlpLDEeWbp4A9_-WIrQ" name="booleanValue"/>
+ </elements>
+ <elements xmi:id="_O2hXl5LDEeWbp4A9_-WIrQ" name="DoubleValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXmJLDEeWbp4A9_-WIrQ" name="doubleValue"/>
+ </elements>
+ <elements xmi:id="_O2hXmZLDEeWbp4A9_-WIrQ" name="DoubleListValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXmpLDEeWbp4A9_-WIrQ" name="doubleListValue" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXm5LDEeWbp4A9_-WIrQ" name="StringValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXnJLDEeWbp4A9_-WIrQ" name="stringValue"/>
+ </elements>
+ <elements xmi:id="_O2hXnZLDEeWbp4A9_-WIrQ" name="StringListValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXnpLDEeWbp4A9_-WIrQ" name="stringListValue" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXn5LDEeWbp4A9_-WIrQ" name="EObjectValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXoJLDEeWbp4A9_-WIrQ" name="eObjectValue" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2hXoZLDEeWbp4A9_-WIrQ" name="EObjectListValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXopLDEeWbp4A9_-WIrQ" name="eObjectListValue" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXo5LDEeWbp4A9_-WIrQ" name="ByteArrayValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXpJLDEeWbp4A9_-WIrQ" name="byteArrayValue"/>
+ </elements>
+ <elements xmi:id="_O2hXpZLDEeWbp4A9_-WIrQ" name="BooleanListValueStyle" supertypes="_O2hXjZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXppLDEeWbp4A9_-WIrQ" name="booleanListValue" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2hXp5LDEeWbp4A9_-WIrQ" name="HintedDiagramLinkStyle" supertypes="_O2hXqZLDEeWbp4A9_-WIrQ _O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXqJLDEeWbp4A9_-WIrQ" name="hint"/>
+ </elements>
+ <elements xmi:id="_O2hXqZLDEeWbp4A9_-WIrQ" name="DiagramLinkStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2hXqpLDEeWbp4A9_-WIrQ" name="diagramLink" type="Reference"/>
+ </elements>
+ <elements xmi:id="_O2h-UJLDEeWbp4A9_-WIrQ" name="MultiDiagramLinkStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2h-UZLDEeWbp4A9_-WIrQ" name="diagramLinks" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_O2h-UpLDEeWbp4A9_-WIrQ" name="TextStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2h-U5LDEeWbp4A9_-WIrQ" name="textAlignment" type="Enumeration"/>
+ </elements>
+ <elements xmi:id="_O2h-VJLDEeWbp4A9_-WIrQ" name="LineTypeStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2h-VZLDEeWbp4A9_-WIrQ" name="lineType" type="Enumeration"/>
+ </elements>
+ <elements xmi:id="_O2h-VpLDEeWbp4A9_-WIrQ" name="ArrowStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2h-V5LDEeWbp4A9_-WIrQ" name="arrowSource" type="Enumeration"/>
+ <properties xmi:id="_O2h-WJLDEeWbp4A9_-WIrQ" name="arrowTarget" type="Enumeration"/>
+ </elements>
+ <elements xmi:id="_O2h-WZLDEeWbp4A9_-WIrQ" name="RoundedCornersStyle" supertypes="_O2hXTpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_O2h-WpLDEeWbp4A9_-WIrQ" name="roundedBendpointsRadius" type="Integer"/>
+ </elements>
+ <elements xmi:id="_O2h-W5LDEeWbp4A9_-WIrQ" name="GradientData">
+ <properties xmi:id="_O2h-XJLDEeWbp4A9_-WIrQ" name="gradientColor1" label="Gradient color" type="Integer"/>
+ <properties xmi:id="_O2h-XZLDEeWbp4A9_-WIrQ" name="gradientColor2" label="Gradient color 2" type="Integer"/>
+ <properties xmi:id="_O2h-XpLDEeWbp4A9_-WIrQ" name="gradientStyle" type="Enumeration"/>
+ <properties xmi:id="_O2h-X5LDEeWbp4A9_-WIrQ" name="activate" label="Activate" type="Boolean"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/synchronization/synchronization.ctx b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/synchronization/synchronization.ctx
index 0b9b1edd0d5..b44f1f6df3b 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/synchronization/synchronization.ctx
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/synchronization/synchronization.ctx
@@ -1,5 +1,5 @@
<?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="_SsfbQMElEeS_u7hIvAIReA" name="synchronization">
+<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="_SsfbQMElEeS_u7hIvAIReA" name="synchronization" label="Diagram Synchronization">
<tabs xmi:id="_SsfbQcElEeS_u7hIvAIReA" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
<sections xmi:id="_SsgCV8ElEeS_u7hIvAIReA" name="Single CanonicalStyle" sectionFile="ui/SingleCanonicalStyle.xwt">
<widget href="ui/SingleCanonicalStyle.xwt#/"/>
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/model/nattable.ctx b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/model/nattable.ctx
index 9149aa4990b..e240f18c2c2 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/model/nattable.ctx
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/model/nattable.ctx
@@ -1,882 +1,882 @@
-<?xml version="1.0" encoding="ASCII"?>
-<xmi:XMI 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">
- <contexts:Context name="nattable">
- <tabs label="Table" id="Table" category="default" priority="1">
- <sections name="Single Table" sectionFile="ui/SingleTable.xwt">
- <widget href="ui/SingleTable.xwt#/"/>
- </sections>
- <sections name="Multiple Table" sectionFile="ui/MultipleTable.xwt">
- <widget href="ui/MultipleTable.xwt#/"/>
- </sections>
- <sections name="Single TableConfiguration" sectionFile="ui/SingleTableConfiguration.xwt">
- <widget href="ui/SingleTableConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple TableConfiguration" sectionFile="ui/MultipleTableConfiguration.xwt">
- <widget href="ui/MultipleTableConfiguration.xwt#/"/>
- </sections>
- <sections name="Single AbstractAxisProvider" sectionFile="ui/SingleAbstractAxisProvider.xwt">
- <widget href="ui/SingleAbstractAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple AbstractAxisProvider" sectionFile="ui/MultipleAbstractAxisProvider.xwt">
- <widget href="ui/MultipleAbstractAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single AxisProvider" sectionFile="ui/SingleAxisProvider.xwt">
- <widget href="ui/SingleAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple AxisProvider" sectionFile="ui/MultipleAxisProvider.xwt">
- <widget href="ui/MultipleAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single IMasterAxisProvider" sectionFile="ui/SingleIMasterAxisProvider.xwt">
- <widget href="ui/SingleIMasterAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple IMasterAxisProvider" sectionFile="ui/MultipleIMasterAxisProvider.xwt">
- <widget href="ui/MultipleIMasterAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single ISlaveAxisProvider" sectionFile="ui/SingleISlaveAxisProvider.xwt">
- <widget href="ui/SingleISlaveAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple ISlaveAxisProvider" sectionFile="ui/MultipleISlaveAxisProvider.xwt">
- <widget href="ui/MultipleISlaveAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single SlaveObjectAxisProvider" sectionFile="ui/SingleSlaveObjectAxisProvider.xwt">
- <widget href="ui/SingleSlaveObjectAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple SlaveObjectAxisProvider" sectionFile="ui/MultipleSlaveObjectAxisProvider.xwt">
- <widget href="ui/MultipleSlaveObjectAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single MasterObjectAxisProvider" sectionFile="ui/SingleMasterObjectAxisProvider.xwt">
- <widget href="ui/SingleMasterObjectAxisProvider.xwt#/"/>
- </sections>
- <sections name="Multiple MasterObjectAxisProvider" sectionFile="ui/MultipleMasterObjectAxisProvider.xwt">
- <widget href="ui/MultipleMasterObjectAxisProvider.xwt#/"/>
- </sections>
- <sections name="Single ILabelProviderConfiguration" sectionFile="ui/SingleILabelProviderConfiguration.xwt">
- <widget href="ui/SingleILabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple ILabelProviderConfiguration" sectionFile="ui/MultipleILabelProviderConfiguration.xwt">
- <widget href="ui/MultipleILabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Single ObjectLabelProviderConfiguration" sectionFile="ui/SingleObjectLabelProviderConfiguration.xwt">
- <widget href="ui/SingleObjectLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple ObjectLabelProviderConfiguration" sectionFile="ui/MultipleObjectLabelProviderConfiguration.xwt">
- <widget href="ui/MultipleObjectLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Single FeatureLabelProviderConfiguration" sectionFile="ui/SingleFeatureLabelProviderConfiguration.xwt">
- <widget href="ui/SingleFeatureLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple FeatureLabelProviderConfiguration" sectionFile="ui/MultipleFeatureLabelProviderConfiguration.xwt">
- <widget href="ui/MultipleFeatureLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="Single AbstractHeaderAxisConfiguration" sectionFile="ui/SingleAbstractHeaderAxisConfiguration.xwt">
- <widget href="ui/SingleAbstractHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple AbstractHeaderAxisConfiguration" sectionFile="ui/MultipleAbstractHeaderAxisConfiguration.xwt">
- <widget href="ui/MultipleAbstractHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Single AxisManagerRepresentation" sectionFile="ui/SingleAxisManagerRepresentation.xwt">
- <widget href="ui/SingleAxisManagerRepresentation.xwt#/"/>
- </sections>
- <sections name="Multiple AxisManagerRepresentation" sectionFile="ui/MultipleAxisManagerRepresentation.xwt">
- <widget href="ui/MultipleAxisManagerRepresentation.xwt#/"/>
- </sections>
- <sections name="Single AxisManagerConfiguration" sectionFile="ui/SingleAxisManagerConfiguration.xwt">
- <widget href="ui/SingleAxisManagerConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple AxisManagerConfiguration" sectionFile="ui/MultipleAxisManagerConfiguration.xwt">
- <widget href="ui/MultipleAxisManagerConfiguration.xwt#/"/>
- </sections>
- <sections name="Single TableHeaderAxisConfiguration" sectionFile="ui/SingleTableHeaderAxisConfiguration.xwt">
- <widget href="ui/SingleTableHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple TableHeaderAxisConfiguration" sectionFile="ui/MultipleTableHeaderAxisConfiguration.xwt">
- <widget href="ui/MultipleTableHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Single LocalTableHeaderAxisConfiguration" sectionFile="ui/SingleLocalTableHeaderAxisConfiguration.xwt">
- <widget href="ui/SingleLocalTableHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple LocalTableHeaderAxisConfiguration" sectionFile="ui/MultipleLocalTableHeaderAxisConfiguration.xwt">
- <widget href="ui/MultipleLocalTableHeaderAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Single IAxisConfiguration" sectionFile="ui/SingleIAxisConfiguration.xwt">
- <widget href="ui/SingleIAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple IAxisConfiguration" sectionFile="ui/MultipleIAxisConfiguration.xwt">
- <widget href="ui/MultipleIAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Single FeatureAxisConfiguration" sectionFile="ui/SingleFeatureAxisConfiguration.xwt">
- <widget href="ui/SingleFeatureAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple FeatureAxisConfiguration" sectionFile="ui/MultipleFeatureAxisConfiguration.xwt">
- <widget href="ui/MultipleFeatureAxisConfiguration.xwt#/"/>
- </sections>
- <sections name="Single IFillingConfiguration" sectionFile="ui/SingleIFillingConfiguration.xwt">
- <widget href="ui/SingleIFillingConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple IFillingConfiguration" sectionFile="ui/MultipleIFillingConfiguration.xwt">
- <widget href="ui/MultipleIFillingConfiguration.xwt#/"/>
- </sections>
- <sections name="Single EStructuralFeatureValueFillingConfiguration" sectionFile="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt">
- <widget href="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple EStructuralFeatureValueFillingConfiguration" sectionFile="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt">
- <widget href="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
- </sections>
- <sections name="Single IPasteConfiguration" sectionFile="ui/SingleIPasteConfiguration.xwt">
- <widget href="ui/SingleIPasteConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple IPasteConfiguration" sectionFile="ui/MultipleIPasteConfiguration.xwt">
- <widget href="ui/MultipleIPasteConfiguration.xwt#/"/>
- </sections>
- <sections name="Single PasteEObjectConfiguration" sectionFile="ui/SinglePasteEObjectConfiguration.xwt">
- <widget href="ui/SinglePasteEObjectConfiguration.xwt#/"/>
- </sections>
- <sections name="Multiple PasteEObjectConfiguration" sectionFile="ui/MultiplePasteEObjectConfiguration.xwt">
- <widget href="ui/MultiplePasteEObjectConfiguration.xwt#/"/>
- </sections>
- <sections name="Single AbstractTableTester" sectionFile="ui/SingleAbstractTableTester.xwt">
- <widget href="ui/SingleAbstractTableTester.xwt#/"/>
- </sections>
- <sections name="Multiple AbstractTableTester" sectionFile="ui/MultipleAbstractTableTester.xwt">
- <widget href="ui/MultipleAbstractTableTester.xwt#/"/>
- </sections>
- <sections name="Single JavaTableTester" sectionFile="ui/SingleJavaTableTester.xwt">
- <widget href="ui/SingleJavaTableTester.xwt#/"/>
- </sections>
- <sections name="Multiple JavaTableTester" sectionFile="ui/MultipleJavaTableTester.xwt">
- <widget href="ui/MultipleJavaTableTester.xwt#/"/>
- </sections>
- <sections name="Single IAxis" sectionFile="ui/SingleIAxis.xwt">
- <widget href="ui/SingleIAxis.xwt#/"/>
- </sections>
- <sections name="Multiple IAxis" sectionFile="ui/MultipleIAxis.xwt">
- <widget href="ui/MultipleIAxis.xwt#/"/>
- </sections>
- <sections name="Single IdAxis" sectionFile="ui/SingleIdAxis.xwt">
- <widget href="ui/SingleIdAxis.xwt#/"/>
- </sections>
- <sections name="Multiple IdAxis" sectionFile="ui/MultipleIdAxis.xwt">
- <widget href="ui/MultipleIdAxis.xwt#/"/>
- </sections>
- <sections name="Single ObjectAxis" sectionFile="ui/SingleObjectAxis.xwt">
- <widget href="ui/SingleObjectAxis.xwt#/"/>
- </sections>
- <sections name="Multiple ObjectAxis" sectionFile="ui/MultipleObjectAxis.xwt">
- <widget href="ui/MultipleObjectAxis.xwt#/"/>
- </sections>
- <sections name="Single EObjectAxis" sectionFile="ui/SingleEObjectAxis.xwt">
- <widget href="ui/SingleEObjectAxis.xwt#/"/>
- </sections>
- <sections name="Multiple EObjectAxis" sectionFile="ui/MultipleEObjectAxis.xwt">
- <widget href="ui/MultipleEObjectAxis.xwt#/"/>
- </sections>
- <sections name="Single FeatureAxis" sectionFile="ui/SingleFeatureAxis.xwt">
- <widget href="ui/SingleFeatureAxis.xwt#/"/>
- </sections>
- <sections name="Multiple FeatureAxis" sectionFile="ui/MultipleFeatureAxis.xwt">
- <widget href="ui/MultipleFeatureAxis.xwt#/"/>
- </sections>
- <sections name="Single FeatureIdAxis" sectionFile="ui/SingleFeatureIdAxis.xwt">
- <widget href="ui/SingleFeatureIdAxis.xwt#/"/>
- </sections>
- <sections name="Multiple FeatureIdAxis" sectionFile="ui/MultipleFeatureIdAxis.xwt">
- <widget href="ui/MultipleFeatureIdAxis.xwt#/"/>
- </sections>
- <sections name="Single EStructuralFeatureAxis" sectionFile="ui/SingleEStructuralFeatureAxis.xwt">
- <widget href="ui/SingleEStructuralFeatureAxis.xwt#/"/>
- </sections>
- <sections name="Multiple EStructuralFeatureAxis" sectionFile="ui/MultipleEStructuralFeatureAxis.xwt">
- <widget href="ui/MultipleEStructuralFeatureAxis.xwt#/"/>
- </sections>
- <sections name="Single ObjectIdAxis" sectionFile="ui/SingleObjectIdAxis.xwt">
- <widget href="ui/SingleObjectIdAxis.xwt#/"/>
- </sections>
- <sections name="Multiple ObjectIdAxis" sectionFile="ui/MultipleObjectIdAxis.xwt">
- <widget href="ui/MultipleObjectIdAxis.xwt#/"/>
- </sections>
- </tabs>
- <tabs label="Appearance" id="TableAppearance" category="default" afterTab="/0/@tabs.0">
- <sections name="SingleTableAppearance" sectionFile="ui/SingleTableAppearance.xwt">
- <widget href="ui/SingleTableAppearance.xwt#/"/>
- </sections>
- <sections name="ColumnFeatureLabelProviderConfiguration" sectionFile="ui/ColumnFeatureLabelProviderConfiguration.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="hasColumnFeatureLabelConfigurationConstraint" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnFeatureLabelConfigurationConstraint"/>
- </constraints>
- <widget href="ui/ColumnFeatureLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="ColumnObjectLabelProviderConfiguration" sectionFile="ui/ColumnObjectLabelProviderConfiguration.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="hasColumnObjectLabelConfigurationConstraint" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnObjectLabelConfigurationConstraint"/>
- </constraints>
- <widget href="ui/ColumnObjectLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="RowFeatureLabelProviderConfiguration" sectionFile="ui/RowFeatureLabelProviderConfiguration.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="hasRowFeatureLabelConfigurationConstraint" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowFeatureLabelConfigurationConstraint"/>
- </constraints>
- <widget href="ui/RowFeatureLabelProviderConfiguration.xwt#/"/>
- </sections>
- <sections name="RowObjectLabelProviderConfiguration" sectionFile="ui/RowObjectLabelProviderConfiguration.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="hasRowObjectLabelConfigurationConstraint" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowObjectLabelConfigurationConstraint"/>
- </constraints>
- <widget href="ui/RowObjectLabelProviderConfiguration.xwt#/"/>
- </sections>
- </tabs>
- <tabs label="Paste" id="Paste In Table" category="default" afterTab="/0/@tabs.1">
- <sections name="CanPasteEObjectColumnSection" sectionFile="ui/CanPasteEObjectColumnSection.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="canPasteColumnEObjectConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateColumnElementContraint"/>
- </constraints>
- <widget href="ui/CanPasteEObjectColumnSection.xwt#/"/>
- </sections>
- <sections name="CantPasteEObjectColumnSection" sectionFile="ui/CantPasteEObjectColumnSection.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="cantPasteColumnEObjectConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateColumnElementContraint"/>
- </constraints>
- <widget href="ui/CantPasteEObjectColumnSection.xwt#/"/>
- </sections>
- <sections name="CanPasteEObjectRowSection" sectionFile="ui/CanPasteEObjectRowSection.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="canPasteEObjectRowConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateRowElementContraint"/>
- </constraints>
- <widget href="ui/CanPasteEObjectRowSection.xwt#/"/>
- </sections>
- <sections name="CantPasteEObjectRowSection" sectionFile="ui/CantPasteEObjectRowSection.xwt">
- <constraints xsi:type="constraints:SimpleConstraint" name="cantPasteEObjectRowConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateRowElementContraint"/>
- </constraints>
- <widget href="ui/CantPasteEObjectRowSection.xwt#/"/>
- </sections>
- </tabs>
- <views name="Single Table" sections="/0/@tabs.0/@sections.0" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Table"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple Table" sections="/0/@tabs.0/@sections.1" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Table"/>
- </constraints>
- </views>
- <views name="Single TableConfiguration" sections="/0/@tabs.0/@sections.2" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.1/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTableConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple TableConfiguration" sections="/0/@tabs.0/@sections.3" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.1/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTableConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
- </constraints>
- </views>
- <views name="Single AbstractAxisProvider" sections="/0/@tabs.0/@sections.4" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAbstractAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractAxisProvider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AbstractAxisProvider" sections="/0/@tabs.0/@sections.5" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAbstractAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractAxisProvider"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- </constraints>
- </views>
- <views name="Single AxisProvider" sections="/0/@tabs.0/@sections.6" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisProvider"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AxisProvider" sections="/0/@tabs.0/@sections.7" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisProvider"/>
- </constraints>
- </views>
- <views name="Single IMasterAxisProvider" sections="/0/@tabs.0/@sections.8" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIMasterAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IMasterAxisProvider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IMasterAxisProvider" sections="/0/@tabs.0/@sections.9" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIMasterAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IMasterAxisProvider"/>
- </constraints>
- </views>
- <views name="Single ISlaveAxisProvider" sections="/0/@tabs.0/@sections.10" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleISlaveAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ISlaveAxisProvider"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ISlaveAxisProvider" sections="/0/@tabs.0/@sections.11" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleISlaveAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ISlaveAxisProvider"/>
- </constraints>
- </views>
- <views name="Single SlaveObjectAxisProvider" sections="/0/@tabs.0/@sections.12" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleSlaveObjectAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SlaveObjectAxisProvider"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple SlaveObjectAxisProvider" sections="/0/@tabs.0/@sections.13" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleSlaveObjectAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="SlaveObjectAxisProvider"/>
- </constraints>
- </views>
- <views name="Single MasterObjectAxisProvider" sections="/0/@tabs.0/@sections.14" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleMasterObjectAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="MasterObjectAxisProvider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple MasterObjectAxisProvider" sections="/0/@tabs.0/@sections.15" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.2/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleMasterObjectAxisProvider">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="MasterObjectAxisProvider"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
- </constraints>
- </views>
- <views name="Single ILabelProviderConfiguration" sections="/0/@tabs.0/@sections.16" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleILabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ILabelProviderConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ILabelProviderConfiguration" sections="/0/@tabs.0/@sections.17" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleILabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ILabelProviderConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- </constraints>
- </views>
- <views name="Single ObjectLabelProviderConfiguration" sections="/0/@tabs.0/@sections.18" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleObjectLabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectLabelProviderConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ObjectLabelProviderConfiguration" sections="/0/@tabs.0/@sections.19" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleObjectLabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectLabelProviderConfiguration"/>
- </constraints>
- </views>
- <views name="Single FeatureLabelProviderConfiguration" sections="/0/@tabs.0/@sections.20" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleFeatureLabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureLabelProviderConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple FeatureLabelProviderConfiguration" sections="/0/@tabs.0/@sections.21" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.3/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleFeatureLabelProviderConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureLabelProviderConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
- </constraints>
- </views>
- <views name="Single AbstractHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.22" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAbstractHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractHeaderAxisConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AbstractHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.23" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAbstractHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractHeaderAxisConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single AxisManagerRepresentation" sections="/0/@tabs.0/@sections.24" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAxisManagerRepresentation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisManagerRepresentation"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AxisManagerRepresentation" sections="/0/@tabs.0/@sections.25" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAxisManagerRepresentation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisManagerRepresentation"/>
- </constraints>
- </views>
- <views name="Single AxisManagerConfiguration" sections="/0/@tabs.0/@sections.26" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAxisManagerConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisManagerConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AxisManagerConfiguration" sections="/0/@tabs.0/@sections.27" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAxisManagerConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AxisManagerConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single TableHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.28" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTableHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableHeaderAxisConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple TableHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.29" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTableHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableHeaderAxisConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single LocalTableHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.30" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleLocalTableHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LocalTableHeaderAxisConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple LocalTableHeaderAxisConfiguration" sections="/0/@tabs.0/@sections.31" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleLocalTableHeaderAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="LocalTableHeaderAxisConfiguration"/>
- </constraints>
- </views>
- <views name="Single IAxisConfiguration" sections="/0/@tabs.0/@sections.32" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IAxisConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IAxisConfiguration" sections="/0/@tabs.0/@sections.33" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IAxisConfiguration"/>
- </constraints>
- </views>
- <views name="Single FeatureAxisConfiguration" sections="/0/@tabs.0/@sections.34" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleFeatureAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureAxisConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple FeatureAxisConfiguration" sections="/0/@tabs.0/@sections.35" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleFeatureAxisConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureAxisConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single IFillingConfiguration" sections="/0/@tabs.0/@sections.36" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIFillingConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IFillingConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IFillingConfiguration" sections="/0/@tabs.0/@sections.37" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIFillingConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IFillingConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single EStructuralFeatureValueFillingConfiguration" sections="/0/@tabs.0/@sections.38" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEStructuralFeatureValueFillingConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple EStructuralFeatureValueFillingConfiguration" sections="/0/@tabs.0/@sections.39" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.8">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEStructuralFeatureValueFillingConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single IPasteConfiguration" sections="/0/@tabs.0/@sections.40" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.9">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIPasteConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IPasteConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IPasteConfiguration" sections="/0/@tabs.0/@sections.41" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.9">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIPasteConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IPasteConfiguration"/>
- </constraints>
- </views>
- <views name="Single PasteEObjectConfiguration" sections="/0/@tabs.0/@sections.42" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePasteEObjectConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PasteEObjectConfiguration"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple PasteEObjectConfiguration" sections="/0/@tabs.0/@sections.43" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.4/@elements.10">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePasteEObjectConfiguration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="PasteEObjectConfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
- </constraints>
- </views>
- <views name="Single AbstractTableTester" sections="/0/@tabs.0/@sections.44" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.5/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleAbstractTableTester">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractTableTester"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple AbstractTableTester" sections="/0/@tabs.0/@sections.45" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.5/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleAbstractTableTester">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="AbstractTableTester"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
- </constraints>
- </views>
- <views name="Single JavaTableTester" sections="/0/@tabs.0/@sections.46" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.5/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleJavaTableTester">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="JavaTableTester"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple JavaTableTester" sections="/0/@tabs.0/@sections.47" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.5/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleJavaTableTester">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="JavaTableTester"/>
- </constraints>
- </views>
- <views name="Single IAxis" sections="/0/@tabs.0/@sections.48" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IAxis" sections="/0/@tabs.0/@sections.49" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IAxis"/>
- </constraints>
- </views>
- <views name="Single IdAxis" sections="/0/@tabs.0/@sections.50" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IdAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple IdAxis" sections="/0/@tabs.0/@sections.51" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.1">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="IdAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views name="Single ObjectAxis" sections="/0/@tabs.0/@sections.52" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleObjectAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ObjectAxis" sections="/0/@tabs.0/@sections.53" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleObjectAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views name="Single EObjectAxis" sections="/0/@tabs.0/@sections.54" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEObjectAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple EObjectAxis" sections="/0/@tabs.0/@sections.55" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.2">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEObjectAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EObjectAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views name="Single FeatureAxis" sections="/0/@tabs.0/@sections.56" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleFeatureAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple FeatureAxis" sections="/0/@tabs.0/@sections.57" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleFeatureAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views name="Single FeatureIdAxis" sections="/0/@tabs.0/@sections.58" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleFeatureIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureIdAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple FeatureIdAxis" sections="/0/@tabs.0/@sections.59" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleFeatureIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="FeatureIdAxis"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- </constraints>
- </views>
- <views name="Single EStructuralFeatureAxis" sections="/0/@tabs.0/@sections.60" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleEStructuralFeatureAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EStructuralFeatureAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple EStructuralFeatureAxis" sections="/0/@tabs.0/@sections.61" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleEStructuralFeatureAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="EStructuralFeatureAxis"/>
- </constraints>
- </views>
- <views name="Single ObjectIdAxis" sections="/0/@tabs.0/@sections.62" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleObjectIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectIdAxis"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple ObjectIdAxis" sections="/0/@tabs.0/@sections.63" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.6/@elements.7">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleObjectIdAxis">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="ObjectIdAxis"/>
- </constraints>
- </views>
- <views name="SingleTableAppearance" sections="/0/@tabs.1/@sections.0 /0/@tabs.1/@sections.1 /0/@tabs.1/@sections.2 /0/@tabs.1/@sections.3 /0/@tabs.1/@sections.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="singleTable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Table"/>
- </constraints>
- </views>
- <views name="SinglePasteInTable" sections="/0/@tabs.2/@sections.0 /0/@tabs.2/@sections.1 /0/@tabs.2/@sections.2 /0/@tabs.2/@sections.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="singleTable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Table"/>
- </constraints>
- </views>
- <dataContexts name="nattable" label="nattable">
- <elements name="Table" supertypes="/0/@dataContexts.0/@elements.1/@elements.0">
- <properties name="context" type="Reference"/>
- <properties name="tableConfiguration" type="Reference"/>
- <properties name="invertAxis"/>
- <properties name="columnAxisProvidersHistory" type="Reference" multiplicity="-1"/>
- <properties name="rowAxisProvidersHistory" type="Reference" multiplicity="-1"/>
- <properties name="localRowHeaderAxisConfiguration" type="Reference"/>
- <properties name="localColumnHeaderAxisConfiguration" type="Reference"/>
- <properties name="currentRowAxisProvider" type="Reference"/>
- <properties name="currentColumnAxisProvider" type="Reference"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayIcon" label="Display Column FeatureIcon" type="Boolean" description="Display Column Icon"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayLabel" label="Display Column Feature Label" type="Boolean" description="Display Column Label"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Column Feature IsDerived" type="Boolean" description="Display Column Feature IsDerived"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayType" label="Display Column Feature Type" type="Boolean" description="Display Column Feature Type"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Column Feature Multiplicity" type="Boolean" description="Display Column Feature Multiplicity"/>
- <properties name="columnFeatureLabelProviderConfigurationDisplayName" label="Display Column Feature Name" type="Boolean" description="Display Column Feature Name"/>
- <properties name="columnObjectLabelProviderConfigurationDisplayIcon" label="Display Column Object Icon" type="Boolean" description="Display Column Object Icon"/>
- <properties name="columnObjectLabelProviderConfigurationDisplayLabel" label="Display Column Object Label" type="Boolean" description="Display Column Object Label"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayIcon" label="Display Row FeatureIcon" type="Boolean" description="Display Row Icon"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayLabel" label="Display Row Feature Label" type="Boolean" description="Display Row Label"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Row Feature IsDerived" type="Boolean" description="Display Row Feature IsDerived"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayType" label="Display Row Feature Type" type="Boolean" description="Display Row Feature Type"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Row Feature Multiplicity" type="Boolean" description="Display Row Feature Multiplicity"/>
- <properties name="rowFeatureLabelProviderConfigurationDisplayName" label="Display Row Feature Name" type="Boolean" description="Display Row Feature Name"/>
- <properties name="rowObjectLabelProviderConfigurationDisplayIcon" label="Display Row Object Icon" type="Boolean" description="Display Row Object Icon"/>
- <properties name="rowObjectLabelProviderConfigurationDisplayLabel" label="Display Row Object Label" type="Boolean" description="Display Row Object Label"/>
- <properties name="rowPastedEObjectId" label="Row Pasted Element Type Id" description="Row Pasted Element Type Id"/>
- <properties name="rowPastedEObjectContainmentFeature" label="Row Pasted EObject Contaiment Feature"/>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattableconfiguration">
- <elements name="TableNamedElement">
- <properties name="description"/>
- <properties name="name"/>
- </elements>
- <elements name="TableConfiguration" supertypes="/0/@dataContexts.0/@elements.1/@elements.0">
- <properties name="type"/>
- <properties name="iconPath"/>
- <properties name="creationTester" type="Reference"/>
- <properties name="cellEditorDeclaration" type="Enumeration"/>
- <properties name="rowHeaderAxisConfiguration" type="Reference"/>
- <properties name="columnHeaderAxisConfiguration" type="Reference"/>
- <properties name="columnAxisProviders" type="Reference" multiplicity="-1"/>
- <properties name="rowAxisProviders" type="Reference" multiplicity="-1"/>
- <properties name="defaultRowAxisProvider" type="Reference"/>
- <properties name="defaultColumnAxisProvider" type="Reference"/>
- </elements>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattableaxisprovider">
- <elements name="AbstractAxisProvider"/>
- <elements name="IMasterAxisProvider" supertypes="/0/@dataContexts.0/@elements.2/@elements.3">
- <properties name="disconnectSlave"/>
- </elements>
- <elements name="ISlaveAxisProvider" supertypes="/0/@dataContexts.0/@elements.2/@elements.3"/>
- <elements name="AxisProvider" supertypes="/0/@dataContexts.0/@elements.2/@elements.0">
- <properties name="axis" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="SlaveObjectAxisProvider" supertypes="/0/@dataContexts.0/@elements.2/@elements.2"/>
- <elements name="MasterObjectAxisProvider" supertypes="/0/@dataContexts.0/@elements.2/@elements.1"/>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattablelabelprovider">
- <elements name="ILabelProviderConfiguration"/>
- <elements name="FeatureLabelProviderConfiguration" supertypes="/0/@dataContexts.0/@elements.3/@elements.2">
- <properties name="displayIsDerived"/>
- <properties name="displayType"/>
- <properties name="displayMultiplicity"/>
- <properties name="displayName"/>
- </elements>
- <elements name="ObjectLabelProviderConfiguration" supertypes="/0/@dataContexts.0/@elements.3/@elements.0">
- <properties name="displayIcon"/>
- <properties name="displayLabel"/>
- </elements>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattableaxisconfiguration">
- <elements name="AbstractHeaderAxisConfiguration">
- <properties name="indexStyle" type="Enumeration"/>
- <properties name="displayLabel"/>
- <properties name="displayFilter"/>
- <properties name="displayIndex"/>
- <properties name="ownedLabelConfigurations" type="Reference" multiplicity="-1"/>
- <properties name="ownedAxisConfigurations" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="AxisManagerRepresentation">
- <properties name="axisManagerId"/>
- <properties name="labelProviderContext"/>
- <properties name="headerLabelConfiguration" type="Reference"/>
- <properties name="specificAxisConfigurations" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="AxisManagerConfiguration">
- <properties name="localHeaderLabelConfiguration" type="Reference"/>
- <properties name="axisManager" type="Reference"/>
- <properties name="localSpecificConfigurations" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="TableHeaderAxisConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.0">
- <properties name="axisManagers" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="LocalTableHeaderAxisConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.0">
- <properties name="axisManagerConfigurations" type="Reference" multiplicity="-1"/>
- </elements>
- <elements name="IAxisConfiguration"/>
- <elements name="FeatureAxisConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.5">
- <properties name="showOnlyCommonFeature" type="Boolean"/>
- </elements>
- <elements name="IFillingConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.5"/>
- <elements name="EStructuralFeatureValueFillingConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.7">
- <properties name="listenFeature" type="Reference"/>
- </elements>
- <elements name="IPasteConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.5"/>
- <elements name="PasteEObjectConfiguration" supertypes="/0/@dataContexts.0/@elements.4/@elements.9">
- <properties name="pastedElementId"/>
- <properties name="pasteElementContainementFeature" type="Reference"/>
- </elements>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattabletester">
- <elements name="AbstractTableTester"/>
- <elements name="JavaTableTester" supertypes="/0/@dataContexts.0/@elements.5/@elements.0">
- <properties name="tester"/>
- </elements>
- </elements>
- <elements xsi:type="contexts:DataContextPackage" name="nattableaxis">
- <elements name="IAxis">
- <properties name="manager" type="Reference"/>
- <properties name="alias"/>
- </elements>
- <elements name="IdAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.0">
- <properties name="element"/>
- </elements>
- <elements name="EObjectAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.4">
- <properties name="element" type="Reference"/>
- </elements>
- <elements name="FeatureAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.0">
- <properties name="localLabelConfiguration" type="Reference"/>
- </elements>
- <elements name="ObjectAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.0">
- <properties name="localLabelConfiguration" type="Reference"/>
- </elements>
- <elements name="FeatureIdAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.1 /0/@dataContexts.0/@elements.6/@elements.3"/>
- <elements name="EStructuralFeatureAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.3">
- <properties name="element" type="Reference"/>
- </elements>
- <elements name="ObjectIdAxis" supertypes="/0/@dataContexts.0/@elements.6/@elements.1 /0/@dataContexts.0/@elements.6/@elements.4"/>
- </elements>
- <modelElementFactory href="Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- </contexts:Context>
- <contexts:View name="Single TableNamedElement" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.1/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTableNamedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableNamedElement"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
- </constraints>
- </contexts:View>
- <contexts:View elementMultiplicity="-1" name="Multiple TableNamedElement" automaticContext="true" datacontexts="/0/@dataContexts.0/@elements.1/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTableNamedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="TableNamedElement"/>
- </constraints>
- </contexts:View>
-</xmi:XMI>
+<?xml version="1.0" encoding="ASCII"?>
+<xmi:XMI 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">
+ <contexts:Context xmi:id="_bYd04JLDEeWbp4A9_-WIrQ" name="nattable" label="Table Configuration Models">
+ <tabs xmi:id="_bYd04ZLDEeWbp4A9_-WIrQ" label="Table" id="Table" category="default" priority="1">
+ <sections xmi:id="_bYd04pLDEeWbp4A9_-WIrQ" name="Single Table" sectionFile="ui/SingleTable.xwt">
+ <widget href="ui/SingleTable.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd045LDEeWbp4A9_-WIrQ" name="Multiple Table" sectionFile="ui/MultipleTable.xwt">
+ <widget href="ui/MultipleTable.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd05JLDEeWbp4A9_-WIrQ" name="Single TableConfiguration" sectionFile="ui/SingleTableConfiguration.xwt">
+ <widget href="ui/SingleTableConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd05ZLDEeWbp4A9_-WIrQ" name="Multiple TableConfiguration" sectionFile="ui/MultipleTableConfiguration.xwt">
+ <widget href="ui/MultipleTableConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd05pLDEeWbp4A9_-WIrQ" name="Single AbstractAxisProvider" sectionFile="ui/SingleAbstractAxisProvider.xwt">
+ <widget href="ui/SingleAbstractAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd055LDEeWbp4A9_-WIrQ" name="Multiple AbstractAxisProvider" sectionFile="ui/MultipleAbstractAxisProvider.xwt">
+ <widget href="ui/MultipleAbstractAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd06JLDEeWbp4A9_-WIrQ" name="Single AxisProvider" sectionFile="ui/SingleAxisProvider.xwt">
+ <widget href="ui/SingleAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd06ZLDEeWbp4A9_-WIrQ" name="Multiple AxisProvider" sectionFile="ui/MultipleAxisProvider.xwt">
+ <widget href="ui/MultipleAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYd06pLDEeWbp4A9_-WIrQ" name="Single IMasterAxisProvider" sectionFile="ui/SingleIMasterAxisProvider.xwt">
+ <widget href="ui/SingleIMasterAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb8JLDEeWbp4A9_-WIrQ" name="Multiple IMasterAxisProvider" sectionFile="ui/MultipleIMasterAxisProvider.xwt">
+ <widget href="ui/MultipleIMasterAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb8ZLDEeWbp4A9_-WIrQ" name="Single ISlaveAxisProvider" sectionFile="ui/SingleISlaveAxisProvider.xwt">
+ <widget href="ui/SingleISlaveAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb8pLDEeWbp4A9_-WIrQ" name="Multiple ISlaveAxisProvider" sectionFile="ui/MultipleISlaveAxisProvider.xwt">
+ <widget href="ui/MultipleISlaveAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb85LDEeWbp4A9_-WIrQ" name="Single SlaveObjectAxisProvider" sectionFile="ui/SingleSlaveObjectAxisProvider.xwt">
+ <widget href="ui/SingleSlaveObjectAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb9JLDEeWbp4A9_-WIrQ" name="Multiple SlaveObjectAxisProvider" sectionFile="ui/MultipleSlaveObjectAxisProvider.xwt">
+ <widget href="ui/MultipleSlaveObjectAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb9ZLDEeWbp4A9_-WIrQ" name="Single MasterObjectAxisProvider" sectionFile="ui/SingleMasterObjectAxisProvider.xwt">
+ <widget href="ui/SingleMasterObjectAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb9pLDEeWbp4A9_-WIrQ" name="Multiple MasterObjectAxisProvider" sectionFile="ui/MultipleMasterObjectAxisProvider.xwt">
+ <widget href="ui/MultipleMasterObjectAxisProvider.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb95LDEeWbp4A9_-WIrQ" name="Single ILabelProviderConfiguration" sectionFile="ui/SingleILabelProviderConfiguration.xwt">
+ <widget href="ui/SingleILabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb-JLDEeWbp4A9_-WIrQ" name="Multiple ILabelProviderConfiguration" sectionFile="ui/MultipleILabelProviderConfiguration.xwt">
+ <widget href="ui/MultipleILabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb-ZLDEeWbp4A9_-WIrQ" name="Single ObjectLabelProviderConfiguration" sectionFile="ui/SingleObjectLabelProviderConfiguration.xwt">
+ <widget href="ui/SingleObjectLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb-pLDEeWbp4A9_-WIrQ" name="Multiple ObjectLabelProviderConfiguration" sectionFile="ui/MultipleObjectLabelProviderConfiguration.xwt">
+ <widget href="ui/MultipleObjectLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb-5LDEeWbp4A9_-WIrQ" name="Single FeatureLabelProviderConfiguration" sectionFile="ui/SingleFeatureLabelProviderConfiguration.xwt">
+ <widget href="ui/SingleFeatureLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb_JLDEeWbp4A9_-WIrQ" name="Multiple FeatureLabelProviderConfiguration" sectionFile="ui/MultipleFeatureLabelProviderConfiguration.xwt">
+ <widget href="ui/MultipleFeatureLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb_ZLDEeWbp4A9_-WIrQ" name="Single AbstractHeaderAxisConfiguration" sectionFile="ui/SingleAbstractHeaderAxisConfiguration.xwt">
+ <widget href="ui/SingleAbstractHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb_pLDEeWbp4A9_-WIrQ" name="Multiple AbstractHeaderAxisConfiguration" sectionFile="ui/MultipleAbstractHeaderAxisConfiguration.xwt">
+ <widget href="ui/MultipleAbstractHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYeb_5LDEeWbp4A9_-WIrQ" name="Single AxisManagerRepresentation" sectionFile="ui/SingleAxisManagerRepresentation.xwt">
+ <widget href="ui/SingleAxisManagerRepresentation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecAJLDEeWbp4A9_-WIrQ" name="Multiple AxisManagerRepresentation" sectionFile="ui/MultipleAxisManagerRepresentation.xwt">
+ <widget href="ui/MultipleAxisManagerRepresentation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecAZLDEeWbp4A9_-WIrQ" name="Single AxisManagerConfiguration" sectionFile="ui/SingleAxisManagerConfiguration.xwt">
+ <widget href="ui/SingleAxisManagerConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecApLDEeWbp4A9_-WIrQ" name="Multiple AxisManagerConfiguration" sectionFile="ui/MultipleAxisManagerConfiguration.xwt">
+ <widget href="ui/MultipleAxisManagerConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecA5LDEeWbp4A9_-WIrQ" name="Single TableHeaderAxisConfiguration" sectionFile="ui/SingleTableHeaderAxisConfiguration.xwt">
+ <widget href="ui/SingleTableHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecBJLDEeWbp4A9_-WIrQ" name="Multiple TableHeaderAxisConfiguration" sectionFile="ui/MultipleTableHeaderAxisConfiguration.xwt">
+ <widget href="ui/MultipleTableHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecBZLDEeWbp4A9_-WIrQ" name="Single LocalTableHeaderAxisConfiguration" sectionFile="ui/SingleLocalTableHeaderAxisConfiguration.xwt">
+ <widget href="ui/SingleLocalTableHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecBpLDEeWbp4A9_-WIrQ" name="Multiple LocalTableHeaderAxisConfiguration" sectionFile="ui/MultipleLocalTableHeaderAxisConfiguration.xwt">
+ <widget href="ui/MultipleLocalTableHeaderAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecB5LDEeWbp4A9_-WIrQ" name="Single IAxisConfiguration" sectionFile="ui/SingleIAxisConfiguration.xwt">
+ <widget href="ui/SingleIAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecCJLDEeWbp4A9_-WIrQ" name="Multiple IAxisConfiguration" sectionFile="ui/MultipleIAxisConfiguration.xwt">
+ <widget href="ui/MultipleIAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecCZLDEeWbp4A9_-WIrQ" name="Single FeatureAxisConfiguration" sectionFile="ui/SingleFeatureAxisConfiguration.xwt">
+ <widget href="ui/SingleFeatureAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecCpLDEeWbp4A9_-WIrQ" name="Multiple FeatureAxisConfiguration" sectionFile="ui/MultipleFeatureAxisConfiguration.xwt">
+ <widget href="ui/MultipleFeatureAxisConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecC5LDEeWbp4A9_-WIrQ" name="Single IFillingConfiguration" sectionFile="ui/SingleIFillingConfiguration.xwt">
+ <widget href="ui/SingleIFillingConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecDJLDEeWbp4A9_-WIrQ" name="Multiple IFillingConfiguration" sectionFile="ui/MultipleIFillingConfiguration.xwt">
+ <widget href="ui/MultipleIFillingConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecDZLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureValueFillingConfiguration" sectionFile="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt">
+ <widget href="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecDpLDEeWbp4A9_-WIrQ" name="Multiple EStructuralFeatureValueFillingConfiguration" sectionFile="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt">
+ <widget href="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecD5LDEeWbp4A9_-WIrQ" name="Single IPasteConfiguration" sectionFile="ui/SingleIPasteConfiguration.xwt">
+ <widget href="ui/SingleIPasteConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecEJLDEeWbp4A9_-WIrQ" name="Multiple IPasteConfiguration" sectionFile="ui/MultipleIPasteConfiguration.xwt">
+ <widget href="ui/MultipleIPasteConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecEZLDEeWbp4A9_-WIrQ" name="Single PasteEObjectConfiguration" sectionFile="ui/SinglePasteEObjectConfiguration.xwt">
+ <widget href="ui/SinglePasteEObjectConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecEpLDEeWbp4A9_-WIrQ" name="Multiple PasteEObjectConfiguration" sectionFile="ui/MultiplePasteEObjectConfiguration.xwt">
+ <widget href="ui/MultiplePasteEObjectConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecE5LDEeWbp4A9_-WIrQ" name="Single AbstractTableTester" sectionFile="ui/SingleAbstractTableTester.xwt">
+ <widget href="ui/SingleAbstractTableTester.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecFJLDEeWbp4A9_-WIrQ" name="Multiple AbstractTableTester" sectionFile="ui/MultipleAbstractTableTester.xwt">
+ <widget href="ui/MultipleAbstractTableTester.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecFZLDEeWbp4A9_-WIrQ" name="Single JavaTableTester" sectionFile="ui/SingleJavaTableTester.xwt">
+ <widget href="ui/SingleJavaTableTester.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecFpLDEeWbp4A9_-WIrQ" name="Multiple JavaTableTester" sectionFile="ui/MultipleJavaTableTester.xwt">
+ <widget href="ui/MultipleJavaTableTester.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecF5LDEeWbp4A9_-WIrQ" name="Single IAxis" sectionFile="ui/SingleIAxis.xwt">
+ <widget href="ui/SingleIAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecGJLDEeWbp4A9_-WIrQ" name="Multiple IAxis" sectionFile="ui/MultipleIAxis.xwt">
+ <widget href="ui/MultipleIAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecGZLDEeWbp4A9_-WIrQ" name="Single IdAxis" sectionFile="ui/SingleIdAxis.xwt">
+ <widget href="ui/SingleIdAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecGpLDEeWbp4A9_-WIrQ" name="Multiple IdAxis" sectionFile="ui/MultipleIdAxis.xwt">
+ <widget href="ui/MultipleIdAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecG5LDEeWbp4A9_-WIrQ" name="Single ObjectAxis" sectionFile="ui/SingleObjectAxis.xwt">
+ <widget href="ui/SingleObjectAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecHJLDEeWbp4A9_-WIrQ" name="Multiple ObjectAxis" sectionFile="ui/MultipleObjectAxis.xwt">
+ <widget href="ui/MultipleObjectAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecHZLDEeWbp4A9_-WIrQ" name="Single EObjectAxis" sectionFile="ui/SingleEObjectAxis.xwt">
+ <widget href="ui/SingleEObjectAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYecHpLDEeWbp4A9_-WIrQ" name="Multiple EObjectAxis" sectionFile="ui/MultipleEObjectAxis.xwt">
+ <widget href="ui/MultipleEObjectAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDAJLDEeWbp4A9_-WIrQ" name="Single FeatureAxis" sectionFile="ui/SingleFeatureAxis.xwt">
+ <widget href="ui/SingleFeatureAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDAZLDEeWbp4A9_-WIrQ" name="Multiple FeatureAxis" sectionFile="ui/MultipleFeatureAxis.xwt">
+ <widget href="ui/MultipleFeatureAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDApLDEeWbp4A9_-WIrQ" name="Single FeatureIdAxis" sectionFile="ui/SingleFeatureIdAxis.xwt">
+ <widget href="ui/SingleFeatureIdAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDA5LDEeWbp4A9_-WIrQ" name="Multiple FeatureIdAxis" sectionFile="ui/MultipleFeatureIdAxis.xwt">
+ <widget href="ui/MultipleFeatureIdAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDBJLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureAxis" sectionFile="ui/SingleEStructuralFeatureAxis.xwt">
+ <widget href="ui/SingleEStructuralFeatureAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDBZLDEeWbp4A9_-WIrQ" name="Multiple EStructuralFeatureAxis" sectionFile="ui/MultipleEStructuralFeatureAxis.xwt">
+ <widget href="ui/MultipleEStructuralFeatureAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDBpLDEeWbp4A9_-WIrQ" name="Single ObjectIdAxis" sectionFile="ui/SingleObjectIdAxis.xwt">
+ <widget href="ui/SingleObjectIdAxis.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDB5LDEeWbp4A9_-WIrQ" name="Multiple ObjectIdAxis" sectionFile="ui/MultipleObjectIdAxis.xwt">
+ <widget href="ui/MultipleObjectIdAxis.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_bYfDCJLDEeWbp4A9_-WIrQ" label="Appearance" id="TableAppearance" category="default" afterTab="_bYd04ZLDEeWbp4A9_-WIrQ">
+ <sections xmi:id="_bYfDCZLDEeWbp4A9_-WIrQ" name="SingleTableAppearance" sectionFile="ui/SingleTableAppearance.xwt">
+ <widget href="ui/SingleTableAppearance.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDCpLDEeWbp4A9_-WIrQ" name="ColumnFeatureLabelProviderConfiguration" sectionFile="ui/ColumnFeatureLabelProviderConfiguration.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDC5LDEeWbp4A9_-WIrQ" name="hasColumnFeatureLabelConfigurationConstraint" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDDJLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnFeatureLabelConfigurationConstraint"/>
+ </constraints>
+ <widget href="ui/ColumnFeatureLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDDZLDEeWbp4A9_-WIrQ" name="ColumnObjectLabelProviderConfiguration" sectionFile="ui/ColumnObjectLabelProviderConfiguration.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDDpLDEeWbp4A9_-WIrQ" name="hasColumnObjectLabelConfigurationConstraint" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDD5LDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnObjectLabelConfigurationConstraint"/>
+ </constraints>
+ <widget href="ui/ColumnObjectLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDEJLDEeWbp4A9_-WIrQ" name="RowFeatureLabelProviderConfiguration" sectionFile="ui/RowFeatureLabelProviderConfiguration.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDEZLDEeWbp4A9_-WIrQ" name="hasRowFeatureLabelConfigurationConstraint" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDEpLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowFeatureLabelConfigurationConstraint"/>
+ </constraints>
+ <widget href="ui/RowFeatureLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDE5LDEeWbp4A9_-WIrQ" name="RowObjectLabelProviderConfiguration" sectionFile="ui/RowObjectLabelProviderConfiguration.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDFJLDEeWbp4A9_-WIrQ" name="hasRowObjectLabelConfigurationConstraint" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDFZLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowObjectLabelConfigurationConstraint"/>
+ </constraints>
+ <widget href="ui/RowObjectLabelProviderConfiguration.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_bYfDFpLDEeWbp4A9_-WIrQ" label="Paste" id="Paste In Table" category="default" afterTab="_bYfDCJLDEeWbp4A9_-WIrQ">
+ <sections xmi:id="_bYfDF5LDEeWbp4A9_-WIrQ" name="CanPasteEObjectColumnSection" sectionFile="ui/CanPasteEObjectColumnSection.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDGJLDEeWbp4A9_-WIrQ" name="canPasteColumnEObjectConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDGZLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateColumnElementContraint"/>
+ </constraints>
+ <widget href="ui/CanPasteEObjectColumnSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDGpLDEeWbp4A9_-WIrQ" name="CantPasteEObjectColumnSection" sectionFile="ui/CantPasteEObjectColumnSection.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDG5LDEeWbp4A9_-WIrQ" name="cantPasteColumnEObjectConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDHJLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateColumnElementContraint"/>
+ </constraints>
+ <widget href="ui/CantPasteEObjectColumnSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDHZLDEeWbp4A9_-WIrQ" name="CanPasteEObjectRowSection" sectionFile="ui/CanPasteEObjectRowSection.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDHpLDEeWbp4A9_-WIrQ" name="canPasteEObjectRowConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDH5LDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateRowElementContraint"/>
+ </constraints>
+ <widget href="ui/CanPasteEObjectRowSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_bYfDIJLDEeWbp4A9_-WIrQ" name="CantPasteEObjectRowSection" sectionFile="ui/CantPasteEObjectRowSection.xwt">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDIZLDEeWbp4A9_-WIrQ" name="cantPasteEObjectRowConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.4"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDIpLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateRowElementContraint"/>
+ </constraints>
+ <widget href="ui/CantPasteEObjectRowSection.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_bYfDI5LDEeWbp4A9_-WIrQ" name="Single Table" sections="_bYd04pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYg4hJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDJJLDEeWbp4A9_-WIrQ" name="isSingleTable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDJZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDJpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDJ5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Table" sections="_bYd045LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYg4hJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDKJLDEeWbp4A9_-WIrQ" name="isMultipleTable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDKpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDK5LDEeWbp4A9_-WIrQ" name="Single TableConfiguration" sections="_bYd05JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfX5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDLJLDEeWbp4A9_-WIrQ" name="isSingleTableConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDLZLDEeWbp4A9_-WIrQ" name="className" value="TableConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDLpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDL5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableConfiguration" sections="_bYd05ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfX5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDMJLDEeWbp4A9_-WIrQ" name="isMultipleTableConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDMZLDEeWbp4A9_-WIrQ" name="className" value="TableConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDMpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDM5LDEeWbp4A9_-WIrQ" name="Single AbstractAxisProvider" sections="_bYd05pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfa5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDNJLDEeWbp4A9_-WIrQ" name="isSingleAbstractAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDNZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDNpLDEeWbp4A9_-WIrQ" name="className" value="AbstractAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDN5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractAxisProvider" sections="_bYd055LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfa5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDOJLDEeWbp4A9_-WIrQ" name="isMultipleAbstractAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDOZLDEeWbp4A9_-WIrQ" name="className" value="AbstractAxisProvider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfDO5LDEeWbp4A9_-WIrQ" name="Single AxisProvider" sections="_bYd06JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfb5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDPJLDEeWbp4A9_-WIrQ" name="isSingleAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqEJLDEeWbp4A9_-WIrQ" name="className" value="AxisProvider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqEZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqEpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisProvider" sections="_bYd06ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfb5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqE5LDEeWbp4A9_-WIrQ" name="isMultipleAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqFJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqFZLDEeWbp4A9_-WIrQ" name="className" value="AxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqFpLDEeWbp4A9_-WIrQ" name="Single IMasterAxisProvider" sections="_bYd06pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqF5LDEeWbp4A9_-WIrQ" name="isSingleIMasterAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqGJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqGZLDEeWbp4A9_-WIrQ" name="className" value="IMasterAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqGpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IMasterAxisProvider" sections="_bYeb8JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqG5LDEeWbp4A9_-WIrQ" name="isMultipleIMasterAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqHJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqHZLDEeWbp4A9_-WIrQ" name="className" value="IMasterAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqHpLDEeWbp4A9_-WIrQ" name="Single ISlaveAxisProvider" sections="_bYeb8ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqH5LDEeWbp4A9_-WIrQ" name="isSingleISlaveAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqIJLDEeWbp4A9_-WIrQ" name="className" value="ISlaveAxisProvider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqIZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqIpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ISlaveAxisProvider" sections="_bYeb8pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqI5LDEeWbp4A9_-WIrQ" name="isMultipleISlaveAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqJJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqJZLDEeWbp4A9_-WIrQ" name="className" value="ISlaveAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqJpLDEeWbp4A9_-WIrQ" name="Single SlaveObjectAxisProvider" sections="_bYeb85LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqJ5LDEeWbp4A9_-WIrQ" name="isSingleSlaveObjectAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqKJLDEeWbp4A9_-WIrQ" name="className" value="SlaveObjectAxisProvider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqKpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple SlaveObjectAxisProvider" sections="_bYeb9JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqK5LDEeWbp4A9_-WIrQ" name="isMultipleSlaveObjectAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqLJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqLZLDEeWbp4A9_-WIrQ" name="className" value="SlaveObjectAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqLpLDEeWbp4A9_-WIrQ" name="Single MasterObjectAxisProvider" sections="_bYeb9ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqL5LDEeWbp4A9_-WIrQ" name="isSingleMasterObjectAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqMJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqMZLDEeWbp4A9_-WIrQ" name="className" value="MasterObjectAxisProvider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqMpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple MasterObjectAxisProvider" sections="_bYeb9pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqM5LDEeWbp4A9_-WIrQ" name="isMultipleMasterObjectAxisProvider">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqNJLDEeWbp4A9_-WIrQ" name="className" value="MasterObjectAxisProvider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqNZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqNpLDEeWbp4A9_-WIrQ" name="Single ILabelProviderConfiguration" sections="_bYeb95LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqN5LDEeWbp4A9_-WIrQ" name="isSingleILabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqOJLDEeWbp4A9_-WIrQ" name="className" value="ILabelProviderConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqOZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqOpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ILabelProviderConfiguration" sections="_bYeb-JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqO5LDEeWbp4A9_-WIrQ" name="isMultipleILabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqPJLDEeWbp4A9_-WIrQ" name="className" value="ILabelProviderConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqPZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqPpLDEeWbp4A9_-WIrQ" name="Single ObjectLabelProviderConfiguration" sections="_bYeb-ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfepLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqP5LDEeWbp4A9_-WIrQ" name="isSingleObjectLabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqQJLDEeWbp4A9_-WIrQ" name="className" value="ObjectLabelProviderConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqQZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqQpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectLabelProviderConfiguration" sections="_bYeb-pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfepLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqQ5LDEeWbp4A9_-WIrQ" name="isMultipleObjectLabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqRZLDEeWbp4A9_-WIrQ" name="className" value="ObjectLabelProviderConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqRpLDEeWbp4A9_-WIrQ" name="Single FeatureLabelProviderConfiguration" sections="_bYeb-5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqR5LDEeWbp4A9_-WIrQ" name="isSingleFeatureLabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqSJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqSZLDEeWbp4A9_-WIrQ" name="className" value="FeatureLabelProviderConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqSpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureLabelProviderConfiguration" sections="_bYeb_JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqS5LDEeWbp4A9_-WIrQ" name="isMultipleFeatureLabelProviderConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqTJLDEeWbp4A9_-WIrQ" name="className" value="FeatureLabelProviderConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqTZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqTpLDEeWbp4A9_-WIrQ" name="Single AbstractHeaderAxisConfiguration" sections="_bYeb_ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhffpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqT5LDEeWbp4A9_-WIrQ" name="isSingleAbstractHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqUJLDEeWbp4A9_-WIrQ" name="className" value="AbstractHeaderAxisConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqUZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqUpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractHeaderAxisConfiguration" sections="_bYeb_pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhffpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqU5LDEeWbp4A9_-WIrQ" name="isMultipleAbstractHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqVJLDEeWbp4A9_-WIrQ" name="className" value="AbstractHeaderAxisConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqVZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqVpLDEeWbp4A9_-WIrQ" name="Single AxisManagerRepresentation" sections="_bYeb_5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfhZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqV5LDEeWbp4A9_-WIrQ" name="isSingleAxisManagerRepresentation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqWJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqWZLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerRepresentation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqWpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisManagerRepresentation" sections="_bYecAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfhZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqW5LDEeWbp4A9_-WIrQ" name="isMultipleAxisManagerRepresentation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqXJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqXZLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerRepresentation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYfqXpLDEeWbp4A9_-WIrQ" name="Single AxisManagerConfiguration" sections="_bYecAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfipLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqX5LDEeWbp4A9_-WIrQ" name="isSingleAxisManagerConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqYJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRIJLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRIZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisManagerConfiguration" sections="_bYecApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfipLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRIpLDEeWbp4A9_-WIrQ" name="isMultipleAxisManagerConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRI5LDEeWbp4A9_-WIrQ" name="className" value="AxisManagerConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRJJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRJZLDEeWbp4A9_-WIrQ" name="Single TableHeaderAxisConfiguration" sections="_bYecA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfjpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRJpLDEeWbp4A9_-WIrQ" name="isSingleTableHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRJ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRKJLDEeWbp4A9_-WIrQ" name="className" value="TableHeaderAxisConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRKZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableHeaderAxisConfiguration" sections="_bYecBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfjpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRKpLDEeWbp4A9_-WIrQ" name="isMultipleTableHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRK5LDEeWbp4A9_-WIrQ" name="className" value="TableHeaderAxisConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRLJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRLZLDEeWbp4A9_-WIrQ" name="Single LocalTableHeaderAxisConfiguration" sections="_bYecBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRLpLDEeWbp4A9_-WIrQ" name="isSingleLocalTableHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRL5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRMJLDEeWbp4A9_-WIrQ" name="className" value="LocalTableHeaderAxisConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRMZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple LocalTableHeaderAxisConfiguration" sections="_bYecBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRMpLDEeWbp4A9_-WIrQ" name="isMultipleLocalTableHeaderAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRM5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRNJLDEeWbp4A9_-WIrQ" name="className" value="LocalTableHeaderAxisConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRNZLDEeWbp4A9_-WIrQ" name="Single IAxisConfiguration" sections="_bYecB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRNpLDEeWbp4A9_-WIrQ" name="isSingleIAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRN5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgROJLDEeWbp4A9_-WIrQ" name="className" value="IAxisConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgROZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IAxisConfiguration" sections="_bYecCJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgROpLDEeWbp4A9_-WIrQ" name="isMultipleIAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRO5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRPJLDEeWbp4A9_-WIrQ" name="className" value="IAxisConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRPZLDEeWbp4A9_-WIrQ" name="Single FeatureAxisConfiguration" sections="_bYecCZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfk5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRPpLDEeWbp4A9_-WIrQ" name="isSingleFeatureAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRP5LDEeWbp4A9_-WIrQ" name="className" value="FeatureAxisConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRQJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRQZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureAxisConfiguration" sections="_bYecCpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfk5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRQpLDEeWbp4A9_-WIrQ" name="isMultipleFeatureAxisConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRQ5LDEeWbp4A9_-WIrQ" name="className" value="FeatureAxisConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRRZLDEeWbp4A9_-WIrQ" name="Single IFillingConfiguration" sections="_bYecC5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRRpLDEeWbp4A9_-WIrQ" name="isSingleIFillingConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRR5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRSJLDEeWbp4A9_-WIrQ" name="className" value="IFillingConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRSZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IFillingConfiguration" sections="_bYecDJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRSpLDEeWbp4A9_-WIrQ" name="isMultipleIFillingConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRS5LDEeWbp4A9_-WIrQ" name="className" value="IFillingConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRTJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRTZLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureValueFillingConfiguration" sections="_bYecDZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRTpLDEeWbp4A9_-WIrQ" name="isSingleEStructuralFeatureValueFillingConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRT5LDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRUJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRUZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EStructuralFeatureValueFillingConfiguration" sections="_bYecDpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRUpLDEeWbp4A9_-WIrQ" name="isMultipleEStructuralFeatureValueFillingConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRU5LDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRVJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRVZLDEeWbp4A9_-WIrQ" name="Single IPasteConfiguration" sections="_bYecD5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRVpLDEeWbp4A9_-WIrQ" name="isSingleIPasteConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRV5LDEeWbp4A9_-WIrQ" name="className" value="IPasteConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRWJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRWZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IPasteConfiguration" sections="_bYecEJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRWpLDEeWbp4A9_-WIrQ" name="isMultipleIPasteConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRW5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRXJLDEeWbp4A9_-WIrQ" name="className" value="IPasteConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRXZLDEeWbp4A9_-WIrQ" name="Single PasteEObjectConfiguration" sections="_bYecEZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRXpLDEeWbp4A9_-WIrQ" name="isSinglePasteEObjectConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRX5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRYJLDEeWbp4A9_-WIrQ" name="className" value="PasteEObjectConfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRYZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PasteEObjectConfiguration" sections="_bYecEpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRYpLDEeWbp4A9_-WIrQ" name="isMultiplePasteEObjectConfiguration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRY5LDEeWbp4A9_-WIrQ" name="className" value="PasteEObjectConfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRZJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRZZLDEeWbp4A9_-WIrQ" name="Single AbstractTableTester" sections="_bYecE5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRZpLDEeWbp4A9_-WIrQ" name="isSingleAbstractTableTester">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRZ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRaJLDEeWbp4A9_-WIrQ" name="className" value="AbstractTableTester"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYgRaZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractTableTester" sections="_bYecFJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4MJLDEeWbp4A9_-WIrQ" name="isMultipleAbstractTableTester">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4MZLDEeWbp4A9_-WIrQ" name="className" value="AbstractTableTester"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4MpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4M5LDEeWbp4A9_-WIrQ" name="Single JavaTableTester" sections="_bYecFZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4NJLDEeWbp4A9_-WIrQ" name="isSingleJavaTableTester">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4NZLDEeWbp4A9_-WIrQ" name="className" value="JavaTableTester"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4NpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4N5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple JavaTableTester" sections="_bYecFpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4OJLDEeWbp4A9_-WIrQ" name="isMultipleJavaTableTester">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4OZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4OpLDEeWbp4A9_-WIrQ" name="className" value="JavaTableTester"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4O5LDEeWbp4A9_-WIrQ" name="Single IAxis" sections="_bYecF5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfoZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4PJLDEeWbp4A9_-WIrQ" name="isSingleIAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4PZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4PpLDEeWbp4A9_-WIrQ" name="className" value="IAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4P5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IAxis" sections="_bYecGJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfoZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4QJLDEeWbp4A9_-WIrQ" name="isMultipleIAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4QZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4QpLDEeWbp4A9_-WIrQ" name="className" value="IAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4Q5LDEeWbp4A9_-WIrQ" name="Single IdAxis" sections="_bYecGZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfpJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4RJLDEeWbp4A9_-WIrQ" name="isSingleIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4RZLDEeWbp4A9_-WIrQ" name="className" value="IdAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4RpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4R5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IdAxis" sections="_bYecGpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfpJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4SJLDEeWbp4A9_-WIrQ" name="isMultipleIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4SZLDEeWbp4A9_-WIrQ" name="className" value="IdAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4SpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4S5LDEeWbp4A9_-WIrQ" name="Single ObjectAxis" sections="_bYecG5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4TJLDEeWbp4A9_-WIrQ" name="isSingleObjectAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4TZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4TpLDEeWbp4A9_-WIrQ" name="className" value="ObjectAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4T5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectAxis" sections="_bYecHJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4UJLDEeWbp4A9_-WIrQ" name="isMultipleObjectAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4UZLDEeWbp4A9_-WIrQ" name="className" value="ObjectAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4UpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4U5LDEeWbp4A9_-WIrQ" name="Single EObjectAxis" sections="_bYecHZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfppLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4VJLDEeWbp4A9_-WIrQ" name="isSingleEObjectAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4VZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4VpLDEeWbp4A9_-WIrQ" name="className" value="EObjectAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4V5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EObjectAxis" sections="_bYecHpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfppLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4WJLDEeWbp4A9_-WIrQ" name="isMultipleEObjectAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4WZLDEeWbp4A9_-WIrQ" name="className" value="EObjectAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4WpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4W5LDEeWbp4A9_-WIrQ" name="Single FeatureAxis" sections="_bYfDAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4XJLDEeWbp4A9_-WIrQ" name="isSingleFeatureAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4XZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4XpLDEeWbp4A9_-WIrQ" name="className" value="FeatureAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4X5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureAxis" sections="_bYfDAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4YJLDEeWbp4A9_-WIrQ" name="isMultipleFeatureAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4YZLDEeWbp4A9_-WIrQ" name="className" value="FeatureAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4YpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4Y5LDEeWbp4A9_-WIrQ" name="Single FeatureIdAxis" sections="_bYfDApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4ZJLDEeWbp4A9_-WIrQ" name="isSingleFeatureIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4ZZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4ZpLDEeWbp4A9_-WIrQ" name="className" value="FeatureIdAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4Z5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureIdAxis" sections="_bYfDA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4aJLDEeWbp4A9_-WIrQ" name="isMultipleFeatureIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4aZLDEeWbp4A9_-WIrQ" name="className" value="FeatureIdAxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4apLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4a5LDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureAxis" sections="_bYfDBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4bJLDEeWbp4A9_-WIrQ" name="isSingleEStructuralFeatureAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4bZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4bpLDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4b5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EStructuralFeatureAxis" sections="_bYfDBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4cJLDEeWbp4A9_-WIrQ" name="isMultipleEStructuralFeatureAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4cZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4cpLDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4c5LDEeWbp4A9_-WIrQ" name="Single ObjectIdAxis" sections="_bYfDBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfr5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4dJLDEeWbp4A9_-WIrQ" name="isSingleObjectIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4dZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4dpLDEeWbp4A9_-WIrQ" name="className" value="ObjectIdAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4d5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectIdAxis" sections="_bYfDB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfr5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4eJLDEeWbp4A9_-WIrQ" name="isMultipleObjectIdAxis">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4eZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4epLDEeWbp4A9_-WIrQ" name="className" value="ObjectIdAxis"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4e5LDEeWbp4A9_-WIrQ" name="SingleTableAppearance" sections="_bYfDCZLDEeWbp4A9_-WIrQ _bYfDCpLDEeWbp4A9_-WIrQ _bYfDDZLDEeWbp4A9_-WIrQ _bYfDEJLDEeWbp4A9_-WIrQ _bYfDE5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4fJLDEeWbp4A9_-WIrQ" name="singleTable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4fZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4fpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
+ </constraints>
+ </views>
+ <views xmi:id="_bYg4f5LDEeWbp4A9_-WIrQ" name="SinglePasteInTable" sections="_bYfDF5LDEeWbp4A9_-WIrQ _bYfDGpLDEeWbp4A9_-WIrQ _bYfDHZLDEeWbp4A9_-WIrQ _bYfDIJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4gJLDEeWbp4A9_-WIrQ" name="singleTable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4gZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4gpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_bYg4g5LDEeWbp4A9_-WIrQ" name="nattable" label="nattable">
+ <elements xmi:id="_bYg4hJLDEeWbp4A9_-WIrQ" name="Table" supertypes="_bYhfXJLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfQJLDEeWbp4A9_-WIrQ" name="context" type="Reference"/>
+ <properties xmi:id="_bYhfQZLDEeWbp4A9_-WIrQ" name="tableConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfQpLDEeWbp4A9_-WIrQ" name="invertAxis"/>
+ <properties xmi:id="_bYhfQ5LDEeWbp4A9_-WIrQ" name="columnAxisProvidersHistory" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_bYhfRJLDEeWbp4A9_-WIrQ" name="rowAxisProvidersHistory" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_bYhfRZLDEeWbp4A9_-WIrQ" name="localRowHeaderAxisConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfRpLDEeWbp4A9_-WIrQ" name="localColumnHeaderAxisConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfR5LDEeWbp4A9_-WIrQ" name="currentRowAxisProvider" type="Reference"/>
+ <properties xmi:id="_bYhfSJLDEeWbp4A9_-WIrQ" name="currentColumnAxisProvider" type="Reference"/>
+ <properties xmi:id="_bYhfSZLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayIcon" label="Display Column FeatureIcon" type="Boolean" description="Display Column Icon"/>
+ <properties xmi:id="_bYhfSpLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayLabel" label="Display Column Feature Label" type="Boolean" description="Display Column Label"/>
+ <properties xmi:id="_bYhfS5LDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Column Feature IsDerived" type="Boolean" description="Display Column Feature IsDerived"/>
+ <properties xmi:id="_bYhfTJLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayType" label="Display Column Feature Type" type="Boolean" description="Display Column Feature Type"/>
+ <properties xmi:id="_bYhfTZLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Column Feature Multiplicity" type="Boolean" description="Display Column Feature Multiplicity"/>
+ <properties xmi:id="_bYhfTpLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayName" label="Display Column Feature Name" type="Boolean" description="Display Column Feature Name"/>
+ <properties xmi:id="_bYhfT5LDEeWbp4A9_-WIrQ" name="columnObjectLabelProviderConfigurationDisplayIcon" label="Display Column Object Icon" type="Boolean" description="Display Column Object Icon"/>
+ <properties xmi:id="_bYhfUJLDEeWbp4A9_-WIrQ" name="columnObjectLabelProviderConfigurationDisplayLabel" label="Display Column Object Label" type="Boolean" description="Display Column Object Label"/>
+ <properties xmi:id="_bYhfUZLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayIcon" label="Display Row FeatureIcon" type="Boolean" description="Display Row Icon"/>
+ <properties xmi:id="_bYhfUpLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayLabel" label="Display Row Feature Label" type="Boolean" description="Display Row Label"/>
+ <properties xmi:id="_bYhfU5LDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Row Feature IsDerived" type="Boolean" description="Display Row Feature IsDerived"/>
+ <properties xmi:id="_bYhfVJLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayType" label="Display Row Feature Type" type="Boolean" description="Display Row Feature Type"/>
+ <properties xmi:id="_bYhfVZLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Row Feature Multiplicity" type="Boolean" description="Display Row Feature Multiplicity"/>
+ <properties xmi:id="_bYhfVpLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayName" label="Display Row Feature Name" type="Boolean" description="Display Row Feature Name"/>
+ <properties xmi:id="_bYhfV5LDEeWbp4A9_-WIrQ" name="rowObjectLabelProviderConfigurationDisplayIcon" label="Display Row Object Icon" type="Boolean" description="Display Row Object Icon"/>
+ <properties xmi:id="_bYhfWJLDEeWbp4A9_-WIrQ" name="rowObjectLabelProviderConfigurationDisplayLabel" label="Display Row Object Label" type="Boolean" description="Display Row Object Label"/>
+ <properties xmi:id="_bYhfWZLDEeWbp4A9_-WIrQ" name="rowPastedEObjectId" label="Row Pasted Element Type Id" description="Row Pasted Element Type Id"/>
+ <properties xmi:id="_bYhfWpLDEeWbp4A9_-WIrQ" name="rowPastedEObjectContainmentFeature" label="Row Pasted EObject Contaiment Feature"/>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfW5LDEeWbp4A9_-WIrQ" name="nattableconfiguration">
+ <elements xmi:id="_bYhfXJLDEeWbp4A9_-WIrQ" name="TableNamedElement">
+ <properties xmi:id="_bYhfXZLDEeWbp4A9_-WIrQ" name="description"/>
+ <properties xmi:id="_bYhfXpLDEeWbp4A9_-WIrQ" name="name"/>
+ </elements>
+ <elements xmi:id="_bYhfX5LDEeWbp4A9_-WIrQ" name="TableConfiguration" supertypes="_bYhfXJLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfYJLDEeWbp4A9_-WIrQ" name="type"/>
+ <properties xmi:id="_bYhfYZLDEeWbp4A9_-WIrQ" name="iconPath"/>
+ <properties xmi:id="_bYhfYpLDEeWbp4A9_-WIrQ" name="creationTester" type="Reference"/>
+ <properties xmi:id="_bYhfY5LDEeWbp4A9_-WIrQ" name="cellEditorDeclaration" type="Enumeration"/>
+ <properties xmi:id="_bYhfZJLDEeWbp4A9_-WIrQ" name="rowHeaderAxisConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfZZLDEeWbp4A9_-WIrQ" name="columnHeaderAxisConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfZpLDEeWbp4A9_-WIrQ" name="columnAxisProviders" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_bYhfZ5LDEeWbp4A9_-WIrQ" name="rowAxisProviders" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_bYhfaJLDEeWbp4A9_-WIrQ" name="defaultRowAxisProvider" type="Reference"/>
+ <properties xmi:id="_bYhfaZLDEeWbp4A9_-WIrQ" name="defaultColumnAxisProvider" type="Reference"/>
+ </elements>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfapLDEeWbp4A9_-WIrQ" name="nattableaxisprovider">
+ <elements xmi:id="_bYhfa5LDEeWbp4A9_-WIrQ" name="AbstractAxisProvider"/>
+ <elements xmi:id="_bYhfbJLDEeWbp4A9_-WIrQ" name="IMasterAxisProvider" supertypes="_bYhfb5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfbZLDEeWbp4A9_-WIrQ" name="disconnectSlave"/>
+ </elements>
+ <elements xmi:id="_bYhfbpLDEeWbp4A9_-WIrQ" name="ISlaveAxisProvider" supertypes="_bYhfb5LDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_bYhfb5LDEeWbp4A9_-WIrQ" name="AxisProvider" supertypes="_bYhfa5LDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfcJLDEeWbp4A9_-WIrQ" name="axis" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfcZLDEeWbp4A9_-WIrQ" name="SlaveObjectAxisProvider" supertypes="_bYhfbpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_bYhfcpLDEeWbp4A9_-WIrQ" name="MasterObjectAxisProvider" supertypes="_bYhfbJLDEeWbp4A9_-WIrQ"/>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfc5LDEeWbp4A9_-WIrQ" name="nattablelabelprovider">
+ <elements xmi:id="_bYhfdJLDEeWbp4A9_-WIrQ" name="ILabelProviderConfiguration"/>
+ <elements xmi:id="_bYhfdZLDEeWbp4A9_-WIrQ" name="FeatureLabelProviderConfiguration" supertypes="_bYhfepLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfdpLDEeWbp4A9_-WIrQ" name="displayIsDerived"/>
+ <properties xmi:id="_bYhfd5LDEeWbp4A9_-WIrQ" name="displayType"/>
+ <properties xmi:id="_bYhfeJLDEeWbp4A9_-WIrQ" name="displayMultiplicity"/>
+ <properties xmi:id="_bYhfeZLDEeWbp4A9_-WIrQ" name="displayName"/>
+ </elements>
+ <elements xmi:id="_bYhfepLDEeWbp4A9_-WIrQ" name="ObjectLabelProviderConfiguration" supertypes="_bYhfdJLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfe5LDEeWbp4A9_-WIrQ" name="displayIcon"/>
+ <properties xmi:id="_bYhffJLDEeWbp4A9_-WIrQ" name="displayLabel"/>
+ </elements>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhffZLDEeWbp4A9_-WIrQ" name="nattableaxisconfiguration">
+ <elements xmi:id="_bYhffpLDEeWbp4A9_-WIrQ" name="AbstractHeaderAxisConfiguration">
+ <properties xmi:id="_bYhff5LDEeWbp4A9_-WIrQ" name="indexStyle" type="Enumeration"/>
+ <properties xmi:id="_bYhfgJLDEeWbp4A9_-WIrQ" name="displayLabel"/>
+ <properties xmi:id="_bYhfgZLDEeWbp4A9_-WIrQ" name="displayFilter"/>
+ <properties xmi:id="_bYhfgpLDEeWbp4A9_-WIrQ" name="displayIndex"/>
+ <properties xmi:id="_bYhfg5LDEeWbp4A9_-WIrQ" name="ownedLabelConfigurations" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_bYhfhJLDEeWbp4A9_-WIrQ" name="ownedAxisConfigurations" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfhZLDEeWbp4A9_-WIrQ" name="AxisManagerRepresentation">
+ <properties xmi:id="_bYhfhpLDEeWbp4A9_-WIrQ" name="axisManagerId"/>
+ <properties xmi:id="_bYhfh5LDEeWbp4A9_-WIrQ" name="labelProviderContext"/>
+ <properties xmi:id="_bYhfiJLDEeWbp4A9_-WIrQ" name="headerLabelConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfiZLDEeWbp4A9_-WIrQ" name="specificAxisConfigurations" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfipLDEeWbp4A9_-WIrQ" name="AxisManagerConfiguration">
+ <properties xmi:id="_bYhfi5LDEeWbp4A9_-WIrQ" name="localHeaderLabelConfiguration" type="Reference"/>
+ <properties xmi:id="_bYhfjJLDEeWbp4A9_-WIrQ" name="axisManager" type="Reference"/>
+ <properties xmi:id="_bYhfjZLDEeWbp4A9_-WIrQ" name="localSpecificConfigurations" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfjpLDEeWbp4A9_-WIrQ" name="TableHeaderAxisConfiguration" supertypes="_bYhffpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfj5LDEeWbp4A9_-WIrQ" name="axisManagers" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfkJLDEeWbp4A9_-WIrQ" name="LocalTableHeaderAxisConfiguration" supertypes="_bYhffpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfkZLDEeWbp4A9_-WIrQ" name="axisManagerConfigurations" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_bYhfkpLDEeWbp4A9_-WIrQ" name="IAxisConfiguration"/>
+ <elements xmi:id="_bYhfk5LDEeWbp4A9_-WIrQ" name="FeatureAxisConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhflJLDEeWbp4A9_-WIrQ" name="showOnlyCommonFeature" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_bYhflZLDEeWbp4A9_-WIrQ" name="IFillingConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_bYhflpLDEeWbp4A9_-WIrQ" name="EStructuralFeatureValueFillingConfiguration" supertypes="_bYhflZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfl5LDEeWbp4A9_-WIrQ" name="listenFeature" type="Reference"/>
+ </elements>
+ <elements xmi:id="_bYhfmJLDEeWbp4A9_-WIrQ" name="IPasteConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_bYhfmZLDEeWbp4A9_-WIrQ" name="PasteEObjectConfiguration" supertypes="_bYhfmJLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfmpLDEeWbp4A9_-WIrQ" name="pastedElementId"/>
+ <properties xmi:id="_bYhfm5LDEeWbp4A9_-WIrQ" name="pasteElementContainementFeature" type="Reference"/>
+ </elements>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfnJLDEeWbp4A9_-WIrQ" name="nattabletester">
+ <elements xmi:id="_bYhfnZLDEeWbp4A9_-WIrQ" name="AbstractTableTester"/>
+ <elements xmi:id="_bYhfnpLDEeWbp4A9_-WIrQ" name="JavaTableTester" supertypes="_bYhfnZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfn5LDEeWbp4A9_-WIrQ" name="tester"/>
+ </elements>
+ </elements>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfoJLDEeWbp4A9_-WIrQ" name="nattableaxis">
+ <elements xmi:id="_bYhfoZLDEeWbp4A9_-WIrQ" name="IAxis">
+ <properties xmi:id="_bYhfopLDEeWbp4A9_-WIrQ" name="manager" type="Reference"/>
+ <properties xmi:id="_bYhfo5LDEeWbp4A9_-WIrQ" name="alias"/>
+ </elements>
+ <elements xmi:id="_bYhfpJLDEeWbp4A9_-WIrQ" name="IdAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfpZLDEeWbp4A9_-WIrQ" name="element"/>
+ </elements>
+ <elements xmi:id="_bYhfppLDEeWbp4A9_-WIrQ" name="EObjectAxis" supertypes="_bYhfqpLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfp5LDEeWbp4A9_-WIrQ" name="element" type="Reference"/>
+ </elements>
+ <elements xmi:id="_bYhfqJLDEeWbp4A9_-WIrQ" name="FeatureAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfqZLDEeWbp4A9_-WIrQ" name="localLabelConfiguration" type="Reference"/>
+ </elements>
+ <elements xmi:id="_bYhfqpLDEeWbp4A9_-WIrQ" name="ObjectAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfq5LDEeWbp4A9_-WIrQ" name="localLabelConfiguration" type="Reference"/>
+ </elements>
+ <elements xmi:id="_bYhfrJLDEeWbp4A9_-WIrQ" name="FeatureIdAxis" supertypes="_bYhfpJLDEeWbp4A9_-WIrQ _bYhfqJLDEeWbp4A9_-WIrQ"/>
+ <elements xmi:id="_bYhfrZLDEeWbp4A9_-WIrQ" name="EStructuralFeatureAxis" supertypes="_bYhfqJLDEeWbp4A9_-WIrQ">
+ <properties xmi:id="_bYhfrpLDEeWbp4A9_-WIrQ" name="element" type="Reference"/>
+ </elements>
+ <elements xmi:id="_bYhfr5LDEeWbp4A9_-WIrQ" name="ObjectIdAxis" supertypes="_bYhfpJLDEeWbp4A9_-WIrQ _bYhfqpLDEeWbp4A9_-WIrQ"/>
+ </elements>
+ <modelElementFactory href="Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ </contexts:Context>
+ <contexts:View xmi:id="_bYhfsJLDEeWbp4A9_-WIrQ" name="Single TableNamedElement" automaticContext="true" datacontexts="_bYhfXJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYhfsZLDEeWbp4A9_-WIrQ" name="isSingleTableNamedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhfspLDEeWbp4A9_-WIrQ" name="className" value="TableNamedElement"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhfs5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
+ </constraints>
+ </contexts:View>
+ <contexts:View xmi:id="_bYhftJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableNamedElement" automaticContext="true" datacontexts="_bYhfXJLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYhftZLDEeWbp4A9_-WIrQ" name="isMultipleTableNamedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhftpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhft5LDEeWbp4A9_-WIrQ" name="className" value="TableNamedElement"/>
+ </constraints>
+ </contexts:View>
+</xmi:XMI>
diff --git a/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/resources/UMLStereotypeApplicationExternalResource.ctx b/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/resources/UMLStereotypeApplicationExternalResource.ctx
index c723e9f55ee..1b7bc535f51 100644
--- a/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/resources/UMLStereotypeApplicationExternalResource.ctx
+++ b/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/resources/UMLStereotypeApplicationExternalResource.ctx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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="_gJfb0Ld1EeShYcLqgrAa5Q" name="UMLStereotypeApplicationExternalResource">
+<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="_gJfb0Ld1EeShYcLqgrAa5Q" name="UMLStereotypeApplicationExternalResource" label="UML Profile Externalization">
<dependencies href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#_69QJkKDJEeSZxfCXzZz3-w"/>
<tabs xmi:id="_gJfb0bd1EeShYcLqgrAa5Q" label="Profile" id="profile" category="org.eclipse.papyrus" priority="50">
<sections xmi:id="_gJfb0rd1EeShYcLqgrAa5Q" name="SinglePackageProfile" sectionFile="ui/SinglePackageProfile.xwt">
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/model/prop/seq.ctx b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/model/prop/seq.ctx
index 52c1aa04741..59ba1bcccda 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/model/prop/seq.ctx
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/model/prop/seq.ctx
@@ -1,112 +1,112 @@
-<?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" name="SequenceNotation">
- <tabs label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
- <sections name="CombinedFragmentTitle" sectionFile="ui/CombinedFragmentTitle.xwt">
- <widget href="ui/CombinedFragmentTitle.xwt#/"/>
- </sections>
- <sections name="ConsiderIgnoreFragmentTitle" sectionFile="ui/ConsiderIgnoreFragmentTitle.xwt">
- <widget href="ui/ConsiderIgnoreFragmentTitle.xwt#/"/>
- </sections>
- <sections name="MessageStyle" sectionFile="ui/MessageStyle.xwt">
- <widget href="ui/MessageStyle.xwt#/"/>
- </sections>
- <sections name="InteractionOperandGuardVisibility" sectionFile="ui/InteractionOperandGuardVisibility.xwt">
- <widget href="ui/InteractionOperandGuardVisibility.xwt#/"/>
- </sections>
- <sections name="LinkRoute" sectionFile="ui/LinkRoute.xwt">
- <widget href="ui/LinkRoute.xwt#/"/>
- </sections>
- <sections name="GateNameSection" sectionFile="ui/GateNameSection.xwt">
- <widget href="ui/GateNameSection.xwt#/"/>
- </sections>
- <sections name="DisplayBehaviorSection" sectionFile="ui/DisplayBehaviorSection.xwt">
- <widget href="ui/DisplayBehaviorSection.xwt#/"/>
- </sections>
- </tabs>
- <views name="CombinedFragmentTitle" sections="//@tabs.0/@sections.0" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleCombinedFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="CombinedFragment"/>
- </constraints>
- </views>
- <views name="ConsiderIgnoreFragmentTitle" sections="//@tabs.0/@sections.1" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleConsiderIgnoreFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="ConsiderIgnoreFragment"/>
- </constraints>
- </views>
- <views name="MessageStyle" sections="//@tabs.0/@sections.2" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMessageStyle">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
- <properties xsi:type="constraints:ValueProperty" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
- <properties xsi:type="constraints:ValueProperty" name="className" value="Edge"/>
- </constraints>
- </views>
- <views name="InteractionOperandGuard" sections="//@tabs.0/@sections.3">
- <constraints xsi:type="constraints:SimpleConstraint" name="isInteractionOperand">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="InteractionOperand"/>
- </constraints>
- </views>
- <views name="LinkRoute" sections="//@tabs.0/@sections.4">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMLinkRoute">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="sourcePart" value="org.eclipse.papyrus.uml.diagram.sequence.edit.parts.DurationConstraintEditPart"/>
- </constraints>
- </views>
- <views name="GateName" sections="//@tabs.0/@sections.5">
- <constraints xsi:type="constraints:SimpleConstraint" name="isGate">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="Gate"/>
- </constraints>
- </views>
- <views name="DisplayBehavior" sections="//@tabs.0/@sections.6">
- <constraints xsi:type="constraints:SimpleConstraint" name="isBehaviorExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="BehaviorExecutionSpecification"/>
- </constraints>
- </views>
- <dataContexts name="Preference" label="Preference">
- <elements name="org.eclipse.papyrus.infra.gmfdiag.preferences">
- <properties name="ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility" label="Show name" type="Boolean" description="Show the Title in the diagram"/>
- <properties name="ELEMENT_PapyrusUMLSequenceDiagram_ConsiderIgnoreFragment_CombinedFragmentCompartment.compartment_name.visibility" label="Show name" type="Boolean" description="Show the Title in the diagram"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.1"/>
- </dataContexts>
- <dataContexts name="MessageStyle" label="MessageStyle">
- <elements name="LineStyle">
- <properties name="lineColor" type="Integer"/>
- <properties name="lineWidth" type="Integer"/>
- </elements>
- <elements name="FontStyle">
- <properties name="fontColor" type="Integer"/>
- <properties name="fontName"/>
- <properties name="fontHeight" type="Integer"/>
- <properties name="bold" type="Boolean"/>
- <properties name="italic" type="Boolean"/>
- <properties name="underline" type="Boolean"/>
- <properties name="strikeThrough" type="Boolean"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts name="InteractionOperand" label="Interaction Operand">
- <elements name="Guard">
- <properties name="visilibity" label="Show Guard" type="Boolean" description="Show or hide Guard for Interaction Operand&#xD;&#xA;"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.2"/>
- </dataContexts>
- <dataContexts name="LinkRoute" label="Link Route">
- <elements name="Routing">
- <properties name="style"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.4"/>
- </dataContexts>
- <dataContexts name="Gate" label="Gate">
- <properties name="showName" label="Show Name" type="Boolean" description="Show name on diagram."/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.3"/>
- </dataContexts>
- <dataContexts name="Behavior" label="Behavior">
- <properties name="displayBehavior" label="Display" type="Boolean" description="Display Behavior Label."/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.5"/>
- </dataContexts>
-</contexts:Context>
+<?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="_m_oaYJLFEeWfWq9wJhwxKw" name="SequenceNotation" label="UML Sequence Diagram Notation">
+ <tabs xmi:id="_m_pBcJLFEeWfWq9wJhwxKw" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
+ <sections xmi:id="_m_pBcZLFEeWfWq9wJhwxKw" name="CombinedFragmentTitle" sectionFile="ui/CombinedFragmentTitle.xwt">
+ <widget href="ui/CombinedFragmentTitle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBcpLFEeWfWq9wJhwxKw" name="ConsiderIgnoreFragmentTitle" sectionFile="ui/ConsiderIgnoreFragmentTitle.xwt">
+ <widget href="ui/ConsiderIgnoreFragmentTitle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBc5LFEeWfWq9wJhwxKw" name="MessageStyle" sectionFile="ui/MessageStyle.xwt">
+ <widget href="ui/MessageStyle.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBdJLFEeWfWq9wJhwxKw" name="InteractionOperandGuardVisibility" sectionFile="ui/InteractionOperandGuardVisibility.xwt">
+ <widget href="ui/InteractionOperandGuardVisibility.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBdZLFEeWfWq9wJhwxKw" name="LinkRoute" sectionFile="ui/LinkRoute.xwt">
+ <widget href="ui/LinkRoute.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBdpLFEeWfWq9wJhwxKw" name="GateNameSection" sectionFile="ui/GateNameSection.xwt">
+ <widget href="ui/GateNameSection.xwt#/"/>
+ </sections>
+ <sections xmi:id="_m_pBd5LFEeWfWq9wJhwxKw" name="DisplayBehaviorSection" sectionFile="ui/DisplayBehaviorSection.xwt">
+ <widget href="ui/DisplayBehaviorSection.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_m_pBeJLFEeWfWq9wJhwxKw" name="CombinedFragmentTitle" sections="_m_pBcZLFEeWfWq9wJhwxKw" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_pBeZLFEeWfWq9wJhwxKw" name="isSingleCombinedFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pBepLFEeWfWq9wJhwxKw" name="umlClassName" value="CombinedFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_pBe5LFEeWfWq9wJhwxKw" name="ConsiderIgnoreFragmentTitle" sections="_m_pBcpLFEeWfWq9wJhwxKw" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_pBfJLFEeWfWq9wJhwxKw" name="isSingleConsiderIgnoreFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pogJLFEeWfWq9wJhwxKw" name="umlClassName" value="ConsiderIgnoreFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_pogZLFEeWfWq9wJhwxKw" name="MessageStyle" sections="_m_pBc5LFEeWfWq9wJhwxKw" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_pogpLFEeWfWq9wJhwxKw" name="isMessageStyle">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.3"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pog5LFEeWfWq9wJhwxKw" name="nsUri" value="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pohJLFEeWfWq9wJhwxKw" name="className" value="Edge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_pohZLFEeWfWq9wJhwxKw" name="InteractionOperandGuard" sections="_m_pBdJLFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_pohpLFEeWfWq9wJhwxKw" name="isInteractionOperand">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_poh5LFEeWfWq9wJhwxKw" name="umlClassName" value="InteractionOperand"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_poiJLFEeWfWq9wJhwxKw" name="LinkRoute" sections="_m_pBdZLFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_poiZLFEeWfWq9wJhwxKw" name="isMLinkRoute">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_poipLFEeWfWq9wJhwxKw" name="sourcePart" value="org.eclipse.papyrus.uml.diagram.sequence.edit.parts.DurationConstraintEditPart"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_poi5LFEeWfWq9wJhwxKw" name="GateName" sections="_m_pBdpLFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_pojJLFEeWfWq9wJhwxKw" name="isGate">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pojZLFEeWfWq9wJhwxKw" name="umlClassName" value="Gate"/>
+ </constraints>
+ </views>
+ <views xmi:id="_m_pojpLFEeWfWq9wJhwxKw" name="DisplayBehavior" sections="_m_pBd5LFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_m_poj5LFEeWfWq9wJhwxKw" name="isBehaviorExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_m_pokJLFEeWfWq9wJhwxKw" name="umlClassName" value="BehaviorExecutionSpecification"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_m_pokZLFEeWfWq9wJhwxKw" name="Preference" label="Preference">
+ <elements xmi:id="_m_pokpLFEeWfWq9wJhwxKw" name="org.eclipse.papyrus.infra.gmfdiag.preferences">
+ <properties xmi:id="_m_pok5LFEeWfWq9wJhwxKw" name="ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility" label="Show name" type="Boolean" description="Show the Title in the diagram"/>
+ <properties xmi:id="_m_polJLFEeWfWq9wJhwxKw" name="ELEMENT_PapyrusUMLSequenceDiagram_ConsiderIgnoreFragment_CombinedFragmentCompartment.compartment_name.visibility" label="Show name" type="Boolean" description="Show the Title in the diagram"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.1"/>
+ </dataContexts>
+ <dataContexts xmi:id="_m_polZLFEeWfWq9wJhwxKw" name="MessageStyle" label="MessageStyle">
+ <elements xmi:id="_m_polpLFEeWfWq9wJhwxKw" name="LineStyle">
+ <properties xmi:id="_m_pol5LFEeWfWq9wJhwxKw" name="lineColor" type="Integer"/>
+ <properties xmi:id="_m_pomJLFEeWfWq9wJhwxKw" name="lineWidth" type="Integer"/>
+ </elements>
+ <elements xmi:id="_m_pomZLFEeWfWq9wJhwxKw" name="FontStyle">
+ <properties xmi:id="_m_pompLFEeWfWq9wJhwxKw" name="fontColor" type="Integer"/>
+ <properties xmi:id="_m_pom5LFEeWfWq9wJhwxKw" name="fontName"/>
+ <properties xmi:id="_m_ponJLFEeWfWq9wJhwxKw" name="fontHeight" type="Integer"/>
+ <properties xmi:id="_m_ponZLFEeWfWq9wJhwxKw" name="bold" type="Boolean"/>
+ <properties xmi:id="_m_ponpLFEeWfWq9wJhwxKw" name="italic" type="Boolean"/>
+ <properties xmi:id="_m_pon5LFEeWfWq9wJhwxKw" name="underline" type="Boolean"/>
+ <properties xmi:id="_m_pooJLFEeWfWq9wJhwxKw" name="strikeThrough" type="Boolean"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_m_pooZLFEeWfWq9wJhwxKw" name="InteractionOperand" label="Interaction Operand">
+ <elements xmi:id="_m_poopLFEeWfWq9wJhwxKw" name="Guard">
+ <properties xmi:id="_m_poo5LFEeWfWq9wJhwxKw" name="visilibity" label="Show Guard" type="Boolean" description="Show or hide Guard for Interaction Operand&#xD;&#xA;"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.2"/>
+ </dataContexts>
+ <dataContexts xmi:id="_m_popJLFEeWfWq9wJhwxKw" name="LinkRoute" label="Link Route">
+ <elements xmi:id="_m_popZLFEeWfWq9wJhwxKw" name="Routing">
+ <properties xmi:id="_m_poppLFEeWfWq9wJhwxKw" name="style"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.4"/>
+ </dataContexts>
+ <dataContexts xmi:id="_m_pop5LFEeWfWq9wJhwxKw" name="Gate" label="Gate">
+ <properties xmi:id="_m_poqJLFEeWfWq9wJhwxKw" name="showName" label="Show Name" type="Boolean" description="Show name on diagram."/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.3"/>
+ </dataContexts>
+ <dataContexts xmi:id="_m_poqZLFEeWfWq9wJhwxKw" name="Behavior" label="Behavior">
+ <properties xmi:id="_m_poqpLFEeWfWq9wJhwxKw" name="displayBehavior" label="Display" type="Boolean" description="Display Behavior Label."/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.diagram.sequence/model/prop/Environment.xmi#//@modelElementFactories.5"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/propertyView/symbols/symbols.ctx b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/propertyView/symbols/symbols.ctx
index cc47fd266a5..0eadb0c40ad 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/propertyView/symbols/symbols.ctx
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/propertyView/symbols/symbols.ctx
@@ -1,34 +1,34 @@
-<?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" name="Symbols">
- <tabs label="Symbol" id="symbol" category="org.eclipse.papyrus" image="" priority="100">
- <afterTab href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#//@tabs.1"/>
- <sections name="Single TypeSymbolDefinition" sectionFile="ui/SingleTypeSymbolDefinition.xwt">
- <widget href="ui/SingleTypeSymbolDefinition.xwt#/"/>
- </sections>
- <sections name="Multiple TypeSymbolDefinition" sectionFile="ui/MultipleTypeSymbolDefinition.xwt">
- <widget href="ui/MultipleTypeSymbolDefinition.xwt#/"/>
- </sections>
- </tabs>
- <views name="Single TypeSymbolDefinition" sections="//@tabs.0/@sections.0" automaticContext="true" datacontexts="//@dataContexts.0/@elements.1/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleTypeSymbolDefinition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
- <properties xsi:type="constraints:ValueProperty" name="stereotypeName" value="PapyrusInternal::Symbols::TypeSymbolDefinition"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="Multiple TypeSymbolDefinition" sections="//@tabs.0/@sections.1" automaticContext="true" datacontexts="//@dataContexts.0/@elements.1/@elements.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isMultipleTypeSymbolDefinition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
- <properties xsi:type="constraints:ValueProperty" name="stereotypeName" value="PapyrusInternal::Symbols::TypeSymbolDefinition"/>
- </constraints>
- </views>
- <dataContexts name="PapyrusInternal" label="Papyrus Internal Profile">
- <elements name="Path"/>
- <elements xsi:type="contexts:DataContextPackage" name="Symbols">
- <elements name="TypeSymbolDefinition">
- <properties name="symbolPath"/>
- <supertypes href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#//@dataContexts.0/@elements.14"/>
- </elements>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.2"/>
- </dataContexts>
-</contexts:Context>
+<?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="_i5HQ8JLFEeWfWq9wJhwxKw" name="Symbols" label="UML Diagram Symbols">
+ <tabs xmi:id="_i5HQ8ZLFEeWfWq9wJhwxKw" label="Symbol" id="symbol" category="org.eclipse.papyrus" image="" priority="100">
+ <afterTab href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#//@tabs.1"/>
+ <sections xmi:id="_i5HQ8pLFEeWfWq9wJhwxKw" name="Single TypeSymbolDefinition" sectionFile="ui/SingleTypeSymbolDefinition.xwt">
+ <widget href="ui/SingleTypeSymbolDefinition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_i5HQ85LFEeWfWq9wJhwxKw" name="Multiple TypeSymbolDefinition" sectionFile="ui/MultipleTypeSymbolDefinition.xwt">
+ <widget href="ui/MultipleTypeSymbolDefinition.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_i5HQ9JLFEeWfWq9wJhwxKw" name="Single TypeSymbolDefinition" sections="_i5HQ8pLFEeWfWq9wJhwxKw" automaticContext="true" datacontexts="_i5H4BpLFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_i5HQ9ZLFEeWfWq9wJhwxKw" name="isSingleTypeSymbolDefinition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_i5HQ9pLFEeWfWq9wJhwxKw" name="stereotypeName" value="PapyrusInternal::Symbols::TypeSymbolDefinition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_i5H4AJLFEeWfWq9wJhwxKw" elementMultiplicity="-1" name="Multiple TypeSymbolDefinition" sections="_i5HQ85LFEeWfWq9wJhwxKw" automaticContext="true" datacontexts="_i5H4BpLFEeWfWq9wJhwxKw">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_i5H4AZLFEeWfWq9wJhwxKw" name="isMultipleTypeSymbolDefinition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_i5H4ApLFEeWfWq9wJhwxKw" name="stereotypeName" value="PapyrusInternal::Symbols::TypeSymbolDefinition"/>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_i5H4A5LFEeWfWq9wJhwxKw" name="PapyrusInternal" label="Papyrus Internal Profile">
+ <elements xmi:id="_i5H4BJLFEeWfWq9wJhwxKw" name="Path"/>
+ <elements xsi:type="contexts:DataContextPackage" xmi:id="_i5H4BZLFEeWfWq9wJhwxKw" name="Symbols">
+ <elements xmi:id="_i5H4BpLFEeWfWq9wJhwxKw" name="TypeSymbolDefinition">
+ <properties xmi:id="_i5H4B5LFEeWfWq9wJhwxKw" name="symbolPath"/>
+ <supertypes href="ppe:/context/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx#//@dataContexts.0/@elements.14"/>
+ </elements>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.2"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
index 4ce6617e32d..e0451c82e67 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
@@ -1,5326 +1,5326 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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="_69QJkKDJEeSZxfCXzZz3-w" name="UML">
- <tabs xmi:id="_69QJkaDJEeSZxfCXzZz3-w" label="UML" id="uml" category="org.eclipse.papyrus" image="" priority="10">
- <sections xmi:id="_69QJkqDJEeSZxfCXzZz3-w" name="SinglePackage" sectionFile="ui/SinglePackage.xwt">
- <widget href="ui/SinglePackage.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJk6DJEeSZxfCXzZz3-w" name="MultiplePackage" sectionFile="ui/MultiplePackage.xwt">
- <widget href="ui/MultiplePackage.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJlKDJEeSZxfCXzZz3-w" name="SinglePackageableElement" sectionFile="ui/SinglePackageableElement.xwt">
- <widget href="ui/SinglePackageableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJlaDJEeSZxfCXzZz3-w" name="MultiplePackageableElement" sectionFile="ui/MultiplePackageableElement.xwt">
- <widget href="ui/MultiplePackageableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJlqDJEeSZxfCXzZz3-w" name="SingleNamedElement" sectionFile="ui/SingleNamedElement.xwt">
- <widget href="ui/SingleNamedElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJl6DJEeSZxfCXzZz3-w" name="MultipleNamedElement" sectionFile="ui/MultipleNamedElement.xwt">
- <widget href="ui/MultipleNamedElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJmKDJEeSZxfCXzZz3-w" name="SingleNamespace" sectionFile="ui/SingleNamespace.xwt">
- <widget href="ui/SingleNamespace.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJmaDJEeSZxfCXzZz3-w" name="MultipleNamespace" sectionFile="ui/MultipleNamespace.xwt">
- <widget href="ui/MultipleNamespace.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJmqDJEeSZxfCXzZz3-w" name="SingleElementImport" sectionFile="ui/SingleElementImport.xwt">
- <widget href="ui/SingleElementImport.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJm6DJEeSZxfCXzZz3-w" name="MultipleElementImport" sectionFile="ui/MultipleElementImport.xwt">
- <widget href="ui/MultipleElementImport.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJnKDJEeSZxfCXzZz3-w" name="SinglePackageImport" sectionFile="ui/SinglePackageImport.xwt">
- <widget href="ui/SinglePackageImport.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJnaDJEeSZxfCXzZz3-w" name="MultiplePackageImport" sectionFile="ui/MultiplePackageImport.xwt">
- <widget href="ui/MultiplePackageImport.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJnqDJEeSZxfCXzZz3-w" name="SingleConstraint" sectionFile="ui/SingleConstraint.xwt">
- <widget href="ui/SingleConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJn6DJEeSZxfCXzZz3-w" name="MultipleConstraint" sectionFile="ui/MultipleConstraint.xwt">
- <widget href="ui/MultipleConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJoKDJEeSZxfCXzZz3-w" name="SingleValueSpecification" sectionFile="ui/SingleValueSpecification.xwt">
- <widget href="ui/SingleValueSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJoaDJEeSZxfCXzZz3-w" name="MultipleValueSpecification" sectionFile="ui/MultipleValueSpecification.xwt">
- <widget href="ui/MultipleValueSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJoqDJEeSZxfCXzZz3-w" name="SingleTypedElement" sectionFile="ui/SingleTypedElement.xwt">
- <widget href="ui/SingleTypedElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJo6DJEeSZxfCXzZz3-w" name="MultipleTypedElement" sectionFile="ui/MultipleTypedElement.xwt">
- <widget href="ui/MultipleTypedElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJpKDJEeSZxfCXzZz3-w" name="SingleType" sectionFile="ui/SingleType.xwt">
- <widget href="ui/SingleType.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJpaDJEeSZxfCXzZz3-w" name="MultipleType" sectionFile="ui/MultipleType.xwt">
- <widget href="ui/MultipleType.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJpqDJEeSZxfCXzZz3-w" name="SingleAssociation" sectionFile="ui/SingleAssociation.xwt">
- <widget href="ui/SingleAssociation.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJp6DJEeSZxfCXzZz3-w" name="MultipleAssociation" sectionFile="ui/MultipleAssociation.xwt">
- <widget href="ui/MultipleAssociation.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJqKDJEeSZxfCXzZz3-w" name="SingleClassifier" sectionFile="ui/SingleClassifier.xwt">
- <widget href="ui/SingleClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJqaDJEeSZxfCXzZz3-w" name="MultipleClassifier" sectionFile="ui/MultipleClassifier.xwt">
- <widget href="ui/MultipleClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJqqDJEeSZxfCXzZz3-w" name="SingleRedefinableElement" sectionFile="ui/SingleRedefinableElement.xwt">
- <widget href="ui/SingleRedefinableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJq6DJEeSZxfCXzZz3-w" name="MultipleRedefinableElement" sectionFile="ui/MultipleRedefinableElement.xwt">
- <widget href="ui/MultipleRedefinableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJrKDJEeSZxfCXzZz3-w" name="SingleTemplateParameter" sectionFile="ui/SingleTemplateParameter.xwt">
- <widget href="ui/SingleTemplateParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJraDJEeSZxfCXzZz3-w" name="SingleGeneralization" sectionFile="ui/SingleGeneralization.xwt">
- <widget href="ui/SingleGeneralization.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJrqDJEeSZxfCXzZz3-w" name="MultipleGeneralization" sectionFile="ui/MultipleGeneralization.xwt">
- <widget href="ui/MultipleGeneralization.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJr6DJEeSZxfCXzZz3-w" name="SingleGeneralizationSet" sectionFile="ui/SingleGeneralizationSet.xwt">
- <widget href="ui/SingleGeneralizationSet.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJsKDJEeSZxfCXzZz3-w" name="MultipleGeneralizationSet" sectionFile="ui/MultipleGeneralizationSet.xwt">
- <widget href="ui/MultipleGeneralizationSet.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJsaDJEeSZxfCXzZz3-w" name="SingleFeature" sectionFile="ui/SingleFeature.xwt">
- <widget href="ui/SingleFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJsqDJEeSZxfCXzZz3-w" name="MultipleFeature" sectionFile="ui/MultipleFeature.xwt">
- <widget href="ui/MultipleFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJs6DJEeSZxfCXzZz3-w" name="SingleSubstitution" sectionFile="ui/SingleSubstitution.xwt">
- <widget href="ui/SingleSubstitution.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJtKDJEeSZxfCXzZz3-w" name="MultipleSubstitution" sectionFile="ui/MultipleSubstitution.xwt">
- <widget href="ui/MultipleSubstitution.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJtaDJEeSZxfCXzZz3-w" name="SingleRealization" sectionFile="ui/SingleRealization.xwt">
- <widget href="ui/SingleRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJtqDJEeSZxfCXzZz3-w" name="MultipleRealization" sectionFile="ui/MultipleRealization.xwt">
- <widget href="ui/MultipleRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJt6DJEeSZxfCXzZz3-w" name="SingleAbstraction" sectionFile="ui/SingleAbstraction.xwt">
- <widget href="ui/SingleAbstraction.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJuKDJEeSZxfCXzZz3-w" name="MultipleAbstraction" sectionFile="ui/MultipleAbstraction.xwt">
- <widget href="ui/MultipleAbstraction.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJuaDJEeSZxfCXzZz3-w" name="SingleOpaqueExpression" sectionFile="ui/SingleOpaqueExpression.xwt">
- <widget href="ui/SingleOpaqueExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJuqDJEeSZxfCXzZz3-w" name="MultipleOpaqueExpression" sectionFile="ui/MultipleOpaqueExpression.xwt">
- <widget href="ui/MultipleOpaqueExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJu6DJEeSZxfCXzZz3-w" name="SingleParameter" sectionFile="ui/SingleParameter.xwt">
- <widget href="ui/SingleParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJvKDJEeSZxfCXzZz3-w" name="MultipleParameter" sectionFile="ui/MultipleParameter.xwt">
- <widget href="ui/MultipleParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJvaDJEeSZxfCXzZz3-w" name="SingleMultiplicityElement" sectionFile="ui/SingleMultiplicityElement.xwt">
- <widget href="ui/SingleMultiplicityElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJvqDJEeSZxfCXzZz3-w" name="MultipleMultiplicityElement" sectionFile="ui/MultipleMultiplicityElement.xwt">
- <widget href="ui/MultipleMultiplicityElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJv6DJEeSZxfCXzZz3-w" name="SingleConnectableElement" sectionFile="ui/SingleConnectableElement.xwt">
- <widget href="ui/SingleConnectableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJwKDJEeSZxfCXzZz3-w" name="MultipleConnectableElement" sectionFile="ui/MultipleConnectableElement.xwt">
- <widget href="ui/MultipleConnectableElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJwaDJEeSZxfCXzZz3-w" name="SingleConnectorEnd" sectionFile="ui/SingleConnectorEnd.xwt">
- <widget href="ui/SingleConnectorEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69QJwqDJEeSZxfCXzZz3-w" name="MultipleConnectorEnd" sectionFile="ui/MultipleConnectorEnd.xwt">
- <widget href="ui/MultipleConnectorEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQMKDJEeSZxfCXzZz3-w" name="SingleProperty" sectionFile="ui/SingleProperty.xwt">
- <widget href="ui/SingleProperty.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQMaDJEeSZxfCXzZz3-w" name="MultipleProperty" sectionFile="ui/MultipleProperty.xwt">
- <widget href="ui/MultipleProperty.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQMqDJEeSZxfCXzZz3-w" name="SingleDeploymentTarget" sectionFile="ui/SingleDeploymentTarget.xwt">
- <widget href="ui/SingleDeploymentTarget.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQM6DJEeSZxfCXzZz3-w" name="MultipleDeploymentTarget" sectionFile="ui/MultipleDeploymentTarget.xwt">
- <widget href="ui/MultipleDeploymentTarget.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQNKDJEeSZxfCXzZz3-w" name="SingleDeployment" sectionFile="ui/SingleDeployment.xwt">
- <widget href="ui/SingleDeployment.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQNaDJEeSZxfCXzZz3-w" name="MultipleDeployment" sectionFile="ui/MultipleDeployment.xwt">
- <widget href="ui/MultipleDeployment.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQNqDJEeSZxfCXzZz3-w" name="SingleDeployedArtifact" sectionFile="ui/SingleDeployedArtifact.xwt">
- <widget href="ui/SingleDeployedArtifact.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQN6DJEeSZxfCXzZz3-w" name="MultipleDeployedArtifact" sectionFile="ui/MultipleDeployedArtifact.xwt">
- <widget href="ui/MultipleDeployedArtifact.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQOKDJEeSZxfCXzZz3-w" name="SingleDeploymentSpecification" sectionFile="ui/SingleDeploymentSpecification.xwt">
- <widget href="ui/SingleDeploymentSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQOaDJEeSZxfCXzZz3-w" name="MultipleDeploymentSpecification" sectionFile="ui/MultipleDeploymentSpecification.xwt">
- <widget href="ui/MultipleDeploymentSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQOqDJEeSZxfCXzZz3-w" name="SingleArtifact" sectionFile="ui/SingleArtifact.xwt">
- <widget href="ui/SingleArtifact.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQO6DJEeSZxfCXzZz3-w" name="MultipleArtifact" sectionFile="ui/MultipleArtifact.xwt">
- <widget href="ui/MultipleArtifact.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQPKDJEeSZxfCXzZz3-w" name="SingleManifestation" sectionFile="ui/SingleManifestation.xwt">
- <widget href="ui/SingleManifestation.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQPaDJEeSZxfCXzZz3-w" name="MultipleManifestation" sectionFile="ui/MultipleManifestation.xwt">
- <widget href="ui/MultipleManifestation.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQPqDJEeSZxfCXzZz3-w" name="SingleOperation" sectionFile="ui/SingleOperation.xwt">
- <widget href="ui/SingleOperation.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQP6DJEeSZxfCXzZz3-w" name="MultipleOperation" sectionFile="ui/MultipleOperation.xwt">
- <widget href="ui/MultipleOperation.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQQKDJEeSZxfCXzZz3-w" name="SingleBehavioralFeature" sectionFile="ui/SingleBehavioralFeature.xwt">
- <widget href="ui/SingleBehavioralFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQQaDJEeSZxfCXzZz3-w" name="MultipleBehavioralFeature" sectionFile="ui/MultipleBehavioralFeature.xwt">
- <widget href="ui/MultipleBehavioralFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQQqDJEeSZxfCXzZz3-w" name="SingleBehavior" sectionFile="ui/SingleBehavior.xwt">
- <widget href="ui/SingleBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQQ6DJEeSZxfCXzZz3-w" name="MultipleBehavior" sectionFile="ui/MultipleBehavior.xwt">
- <widget href="ui/MultipleBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQRKDJEeSZxfCXzZz3-w" name="SingleClass" sectionFile="ui/SingleClass.xwt">
- <widget href="ui/SingleClass.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQRaDJEeSZxfCXzZz3-w" name="MultipleClass" sectionFile="ui/MultipleClass.xwt">
- <widget href="ui/MultipleClass.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQRqDJEeSZxfCXzZz3-w" name="SingleBehavioredClassifier" sectionFile="ui/SingleBehavioredClassifier.xwt">
- <widget href="ui/SingleBehavioredClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQR6DJEeSZxfCXzZz3-w" name="MultipleBehavioredClassifier" sectionFile="ui/MultipleBehavioredClassifier.xwt">
- <widget href="ui/MultipleBehavioredClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQSKDJEeSZxfCXzZz3-w" name="SingleInterfaceRealization" sectionFile="ui/SingleInterfaceRealization.xwt">
- <widget href="ui/SingleInterfaceRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQSaDJEeSZxfCXzZz3-w" name="MultipleInterfaceRealization" sectionFile="ui/MultipleInterfaceRealization.xwt">
- <widget href="ui/MultipleInterfaceRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQSqDJEeSZxfCXzZz3-w" name="SingleInterface" sectionFile="ui/SingleInterface.xwt">
- <widget href="ui/SingleInterface.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQS6DJEeSZxfCXzZz3-w" name="MultipleInterface" sectionFile="ui/MultipleInterface.xwt">
- <widget href="ui/MultipleInterface.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQTKDJEeSZxfCXzZz3-w" name="SingleReception" sectionFile="ui/SingleReception.xwt">
- <widget href="ui/SingleReception.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQTaDJEeSZxfCXzZz3-w" name="MultipleReception" sectionFile="ui/MultipleReception.xwt">
- <widget href="ui/MultipleReception.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQTqDJEeSZxfCXzZz3-w" name="SingleSignal" sectionFile="ui/SingleSignal.xwt">
- <widget href="ui/SingleSignal.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQT6DJEeSZxfCXzZz3-w" name="MultipleSignal" sectionFile="ui/MultipleSignal.xwt">
- <widget href="ui/MultipleSignal.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQUKDJEeSZxfCXzZz3-w" name="SingleProtocolStateMachine" sectionFile="ui/SingleProtocolStateMachine.xwt">
- <widget href="ui/SingleProtocolStateMachine.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQUaDJEeSZxfCXzZz3-w" name="MultipleProtocolStateMachine" sectionFile="ui/MultipleProtocolStateMachine.xwt">
- <widget href="ui/MultipleProtocolStateMachine.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQUqDJEeSZxfCXzZz3-w" name="SingleStateMachine" sectionFile="ui/SingleStateMachine.xwt">
- <widget href="ui/SingleStateMachine.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQU6DJEeSZxfCXzZz3-w" name="MultipleStateMachine" sectionFile="ui/MultipleStateMachine.xwt">
- <widget href="ui/MultipleStateMachine.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQVKDJEeSZxfCXzZz3-w" name="SingleRegion" sectionFile="ui/SingleRegion.xwt">
- <widget href="ui/SingleRegion.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQVaDJEeSZxfCXzZz3-w" name="MultipleRegion" sectionFile="ui/MultipleRegion.xwt">
- <widget href="ui/MultipleRegion.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQVqDJEeSZxfCXzZz3-w" name="SingleVertex" sectionFile="ui/SingleVertex.xwt">
- <widget href="ui/SingleVertex.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQV6DJEeSZxfCXzZz3-w" name="MultipleVertex" sectionFile="ui/MultipleVertex.xwt">
- <widget href="ui/MultipleVertex.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQWKDJEeSZxfCXzZz3-w" name="SingleTransition" sectionFile="ui/SingleTransition.xwt">
- <widget href="ui/SingleTransition.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQWaDJEeSZxfCXzZz3-w" name="MultipleTransition" sectionFile="ui/MultipleTransition.xwt">
- <widget href="ui/MultipleTransition.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQWqDJEeSZxfCXzZz3-w" name="SingleTrigger" sectionFile="ui/SingleTrigger.xwt">
- <widget href="ui/SingleTrigger.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQW6DJEeSZxfCXzZz3-w" name="MultipleTrigger" sectionFile="ui/MultipleTrigger.xwt">
- <widget href="ui/MultipleTrigger.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQXKDJEeSZxfCXzZz3-w" name="SingleEvent" sectionFile="ui/SingleEvent.xwt">
- <widget href="ui/SingleEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQXaDJEeSZxfCXzZz3-w" name="MultipleEvent" sectionFile="ui/MultipleEvent.xwt">
- <widget href="ui/MultipleEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQXqDJEeSZxfCXzZz3-w" name="SinglePort" sectionFile="ui/SinglePort.xwt">
- <widget href="ui/SinglePort.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQX6DJEeSZxfCXzZz3-w" name="MultiplePort" sectionFile="ui/MultiplePort.xwt">
- <widget href="ui/MultiplePort.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQYKDJEeSZxfCXzZz3-w" name="SingleState" sectionFile="ui/SingleState.xwt">
- <widget href="ui/SingleState.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQYaDJEeSZxfCXzZz3-w" name="MultipleState" sectionFile="ui/MultipleState.xwt">
- <widget href="ui/MultipleState.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQYqDJEeSZxfCXzZz3-w" name="SingleConnectionPointReference" sectionFile="ui/SingleConnectionPointReference.xwt">
- <widget href="ui/SingleConnectionPointReference.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQY6DJEeSZxfCXzZz3-w" name="MultipleConnectionPointReference" sectionFile="ui/MultipleConnectionPointReference.xwt">
- <widget href="ui/MultipleConnectionPointReference.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQZKDJEeSZxfCXzZz3-w" name="SinglePseudostate" sectionFile="ui/SinglePseudostate.xwt">
- <widget href="ui/SinglePseudostate.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQZaDJEeSZxfCXzZz3-w" name="MultiplePseudostate" sectionFile="ui/MultiplePseudostate.xwt">
- <widget href="ui/MultiplePseudostate.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQZqDJEeSZxfCXzZz3-w" name="SingleEncapsulatedClassifier" sectionFile="ui/SingleEncapsulatedClassifier.xwt">
- <widget href="ui/SingleEncapsulatedClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQZ6DJEeSZxfCXzZz3-w" name="MultipleEncapsulatedClassifier" sectionFile="ui/MultipleEncapsulatedClassifier.xwt">
- <widget href="ui/MultipleEncapsulatedClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQaKDJEeSZxfCXzZz3-w" name="SingleStructuredClassifier" sectionFile="ui/SingleStructuredClassifier.xwt">
- <widget href="ui/SingleStructuredClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQaaDJEeSZxfCXzZz3-w" name="MultipleStructuredClassifier" sectionFile="ui/MultipleStructuredClassifier.xwt">
- <widget href="ui/MultipleStructuredClassifier.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQaqDJEeSZxfCXzZz3-w" name="SingleConnector" sectionFile="ui/SingleConnector.xwt">
- <widget href="ui/SingleConnector.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQa6DJEeSZxfCXzZz3-w" name="MultipleConnector" sectionFile="ui/MultipleConnector.xwt">
- <widget href="ui/MultipleConnector.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQbKDJEeSZxfCXzZz3-w" name="SingleExtension" sectionFile="ui/SingleExtension.xwt">
- <widget href="ui/SingleExtension.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQbaDJEeSZxfCXzZz3-w" name="MultipleExtension" sectionFile="ui/MultipleExtension.xwt">
- <widget href="ui/MultipleExtension.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQbqDJEeSZxfCXzZz3-w" name="SingleExtensionEnd" sectionFile="ui/SingleExtensionEnd.xwt">
- <widget href="ui/SingleExtensionEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQb6DJEeSZxfCXzZz3-w" name="MultipleExtensionEnd" sectionFile="ui/MultipleExtensionEnd.xwt">
- <widget href="ui/MultipleExtensionEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQcKDJEeSZxfCXzZz3-w" name="SingleStereotype" sectionFile="ui/SingleStereotype.xwt">
- <widget href="ui/SingleStereotype.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQcaDJEeSZxfCXzZz3-w" name="MultipleStereotype" sectionFile="ui/MultipleStereotype.xwt">
- <widget href="ui/MultipleStereotype.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQcqDJEeSZxfCXzZz3-w" name="SingleProfile" sectionFile="ui/SingleProfile.xwt">
- <widget href="ui/SingleProfile.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQc6DJEeSZxfCXzZz3-w" name="MultipleProfile" sectionFile="ui/MultipleProfile.xwt">
- <widget href="ui/MultipleProfile.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQdKDJEeSZxfCXzZz3-w" name="SingleModel" sectionFile="ui/SingleModel.xwt">
- <widget href="ui/SingleModel.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQdaDJEeSZxfCXzZz3-w" name="MultipleModel" sectionFile="ui/MultipleModel.xwt">
- <widget href="ui/MultipleModel.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQdqDJEeSZxfCXzZz3-w" name="SingleParameterSet" sectionFile="ui/SingleParameterSet.xwt">
- <widget href="ui/SingleParameterSet.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQd6DJEeSZxfCXzZz3-w" name="MultipleParameterSet" sectionFile="ui/MultipleParameterSet.xwt">
- <widget href="ui/MultipleParameterSet.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQeKDJEeSZxfCXzZz3-w" name="SingleDataType" sectionFile="ui/SingleDataType.xwt">
- <widget href="ui/SingleDataType.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQeaDJEeSZxfCXzZz3-w" name="MultipleDataType" sectionFile="ui/MultipleDataType.xwt">
- <widget href="ui/MultipleDataType.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQeqDJEeSZxfCXzZz3-w" name="SingleOperationTemplateParameter" sectionFile="ui/SingleOperationTemplateParameter.xwt">
- <widget href="ui/SingleOperationTemplateParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQe6DJEeSZxfCXzZz3-w" name="SingleStructuralFeature" sectionFile="ui/SingleStructuralFeature.xwt">
- <widget href="ui/SingleStructuralFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQfKDJEeSZxfCXzZz3-w" name="MultipleStructuralFeature" sectionFile="ui/MultipleStructuralFeature.xwt">
- <widget href="ui/MultipleStructuralFeature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQfaDJEeSZxfCXzZz3-w" name="SingleConnectableElementTemplateParameter" sectionFile="ui/SingleConnectableElementTemplateParameter.xwt">
- <widget href="ui/SingleConnectableElementTemplateParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQfqDJEeSZxfCXzZz3-w" name="SingleCollaborationUse" sectionFile="ui/SingleCollaborationUse.xwt">
- <widget href="ui/SingleCollaborationUse.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQf6DJEeSZxfCXzZz3-w" name="MultipleCollaborationUse" sectionFile="ui/MultipleCollaborationUse.xwt">
- <widget href="ui/MultipleCollaborationUse.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQgKDJEeSZxfCXzZz3-w" name="SingleCollaboration" sectionFile="ui/SingleCollaboration.xwt">
- <widget href="ui/SingleCollaboration.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQgaDJEeSZxfCXzZz3-w" name="MultipleCollaboration" sectionFile="ui/MultipleCollaboration.xwt">
- <widget href="ui/MultipleCollaboration.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQgqDJEeSZxfCXzZz3-w" name="SingleUseCase" sectionFile="ui/SingleUseCase.xwt">
- <widget href="ui/SingleUseCase.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQg6DJEeSZxfCXzZz3-w" name="MultipleUseCase" sectionFile="ui/MultipleUseCase.xwt">
- <widget href="ui/MultipleUseCase.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQhKDJEeSZxfCXzZz3-w" name="SingleInclude" sectionFile="ui/SingleInclude.xwt">
- <widget href="ui/SingleInclude.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQhaDJEeSZxfCXzZz3-w" name="MultipleInclude" sectionFile="ui/MultipleInclude.xwt">
- <widget href="ui/MultipleInclude.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQhqDJEeSZxfCXzZz3-w" name="SingleExtend" sectionFile="ui/SingleExtend.xwt">
- <widget href="ui/SingleExtend.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQh6DJEeSZxfCXzZz3-w" name="MultipleExtend" sectionFile="ui/MultipleExtend.xwt">
- <widget href="ui/MultipleExtend.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQiKDJEeSZxfCXzZz3-w" name="SingleExtensionPoint" sectionFile="ui/SingleExtensionPoint.xwt">
- <widget href="ui/SingleExtensionPoint.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQiaDJEeSZxfCXzZz3-w" name="MultipleExtensionPoint" sectionFile="ui/MultipleExtensionPoint.xwt">
- <widget href="ui/MultipleExtensionPoint.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQiqDJEeSZxfCXzZz3-w" name="SingleRedefinableTemplateSignature" sectionFile="ui/SingleRedefinableTemplateSignature.xwt">
- <widget href="ui/SingleRedefinableTemplateSignature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQi6DJEeSZxfCXzZz3-w" name="MultipleRedefinableTemplateSignature" sectionFile="ui/MultipleRedefinableTemplateSignature.xwt">
- <widget href="ui/MultipleRedefinableTemplateSignature.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQjKDJEeSZxfCXzZz3-w" name="SingleClassifierTemplateParameter" sectionFile="ui/SingleClassifierTemplateParameter.xwt">
- <widget href="ui/SingleClassifierTemplateParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQjaDJEeSZxfCXzZz3-w" name="MultipleClassifierTemplateParameter" sectionFile="ui/MultipleClassifierTemplateParameter.xwt">
- <widget href="ui/MultipleClassifierTemplateParameter.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQjqDJEeSZxfCXzZz3-w" name="SingleStringExpression" sectionFile="ui/SingleStringExpression.xwt">
- <widget href="ui/SingleStringExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQj6DJEeSZxfCXzZz3-w" name="MultipleStringExpression" sectionFile="ui/MultipleStringExpression.xwt">
- <widget href="ui/MultipleStringExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQkKDJEeSZxfCXzZz3-w" name="SingleExpression" sectionFile="ui/SingleExpression.xwt">
- <widget href="ui/SingleExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQkaDJEeSZxfCXzZz3-w" name="MultipleExpression" sectionFile="ui/MultipleExpression.xwt">
- <widget href="ui/MultipleExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQkqDJEeSZxfCXzZz3-w" name="SingleUsage" sectionFile="ui/SingleUsage.xwt">
- <widget href="ui/SingleUsage.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQk6DJEeSZxfCXzZz3-w" name="MultipleUsage" sectionFile="ui/MultipleUsage.xwt">
- <widget href="ui/MultipleUsage.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQlKDJEeSZxfCXzZz3-w" name="SingleProfileApplication" sectionFile="ui/SingleProfileApplication.xwt">
- <widget href="ui/SingleProfileApplication.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQlaDJEeSZxfCXzZz3-w" name="MultipleProfileApplication" sectionFile="ui/MultipleProfileApplication.xwt">
- <widget href="ui/MultipleProfileApplication.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQlqDJEeSZxfCXzZz3-w" name="SingleEnumeration" sectionFile="ui/SingleEnumeration.xwt">
- <widget href="ui/SingleEnumeration.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQl6DJEeSZxfCXzZz3-w" name="MultipleEnumeration" sectionFile="ui/MultipleEnumeration.xwt">
- <widget href="ui/MultipleEnumeration.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQmKDJEeSZxfCXzZz3-w" name="SingleEnumerationLiteral" sectionFile="ui/SingleEnumerationLiteral.xwt">
- <widget href="ui/SingleEnumerationLiteral.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQmaDJEeSZxfCXzZz3-w" name="MultipleEnumerationLiteral" sectionFile="ui/MultipleEnumerationLiteral.xwt">
- <widget href="ui/MultipleEnumerationLiteral.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQmqDJEeSZxfCXzZz3-w" name="SingleInstanceSpecification" sectionFile="ui/SingleInstanceSpecification.xwt">
- <widget href="ui/SingleInstanceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQm6DJEeSZxfCXzZz3-w" name="MultipleInstanceSpecification" sectionFile="ui/MultipleInstanceSpecification.xwt">
- <widget href="ui/MultipleInstanceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQnKDJEeSZxfCXzZz3-w" name="SingleSlot" sectionFile="ui/SingleSlot.xwt">
- <widget href="ui/SingleSlot.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQnaDJEeSZxfCXzZz3-w" name="SinglePrimitiveType" sectionFile="ui/SinglePrimitiveType.xwt">
- <widget href="ui/SinglePrimitiveType.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQnqDJEeSZxfCXzZz3-w" name="MultiplePrimitiveType" sectionFile="ui/MultiplePrimitiveType.xwt">
- <widget href="ui/MultiplePrimitiveType.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQn6DJEeSZxfCXzZz3-w" name="SingleLiteralSpecification" sectionFile="ui/SingleLiteralSpecification.xwt">
- <widget href="ui/SingleLiteralSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQoKDJEeSZxfCXzZz3-w" name="MultipleLiteralSpecification" sectionFile="ui/MultipleLiteralSpecification.xwt">
- <widget href="ui/MultipleLiteralSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQoaDJEeSZxfCXzZz3-w" name="SingleLiteralInteger" sectionFile="ui/SingleLiteralInteger.xwt">
- <widget href="ui/SingleLiteralInteger.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQoqDJEeSZxfCXzZz3-w" name="MultipleLiteralInteger" sectionFile="ui/MultipleLiteralInteger.xwt">
- <widget href="ui/MultipleLiteralInteger.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQo6DJEeSZxfCXzZz3-w" name="SingleLiteralString" sectionFile="ui/SingleLiteralString.xwt">
- <widget href="ui/SingleLiteralString.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQpKDJEeSZxfCXzZz3-w" name="MultipleLiteralString" sectionFile="ui/MultipleLiteralString.xwt">
- <widget href="ui/MultipleLiteralString.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQpaDJEeSZxfCXzZz3-w" name="SingleLiteralBoolean" sectionFile="ui/SingleLiteralBoolean.xwt">
- <widget href="ui/SingleLiteralBoolean.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQpqDJEeSZxfCXzZz3-w" name="MultipleLiteralBoolean" sectionFile="ui/MultipleLiteralBoolean.xwt">
- <widget href="ui/MultipleLiteralBoolean.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQp6DJEeSZxfCXzZz3-w" name="SingleLiteralNull" sectionFile="ui/SingleLiteralNull.xwt">
- <widget href="ui/SingleLiteralNull.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQqKDJEeSZxfCXzZz3-w" name="MultipleLiteralNull" sectionFile="ui/MultipleLiteralNull.xwt">
- <widget href="ui/MultipleLiteralNull.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQqaDJEeSZxfCXzZz3-w" name="SingleInstanceValue" sectionFile="ui/SingleInstanceValue.xwt">
- <widget href="ui/SingleInstanceValue.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQqqDJEeSZxfCXzZz3-w" name="MultipleInstanceValue" sectionFile="ui/MultipleInstanceValue.xwt">
- <widget href="ui/MultipleInstanceValue.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQq6DJEeSZxfCXzZz3-w" name="SingleLiteralUnlimitedNatural" sectionFile="ui/SingleLiteralUnlimitedNatural.xwt">
- <widget href="ui/SingleLiteralUnlimitedNatural.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQrKDJEeSZxfCXzZz3-w" name="MultipleLiteralUnlimitedNatural" sectionFile="ui/MultipleLiteralUnlimitedNatural.xwt">
- <widget href="ui/MultipleLiteralUnlimitedNatural.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQraDJEeSZxfCXzZz3-w" name="SingleOpaqueBehavior" sectionFile="ui/SingleOpaqueBehavior.xwt">
- <widget href="ui/SingleOpaqueBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQrqDJEeSZxfCXzZz3-w" name="MultipleOpaqueBehavior" sectionFile="ui/MultipleOpaqueBehavior.xwt">
- <widget href="ui/MultipleOpaqueBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQr6DJEeSZxfCXzZz3-w" name="SingleFunctionBehavior" sectionFile="ui/SingleFunctionBehavior.xwt">
- <widget href="ui/SingleFunctionBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQsKDJEeSZxfCXzZz3-w" name="MultipleFunctionBehavior" sectionFile="ui/MultipleFunctionBehavior.xwt">
- <widget href="ui/MultipleFunctionBehavior.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQsaDJEeSZxfCXzZz3-w" name="SingleOpaqueAction" sectionFile="ui/SingleOpaqueAction.xwt">
- <widget href="ui/SingleOpaqueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQsqDJEeSZxfCXzZz3-w" name="MultipleOpaqueAction" sectionFile="ui/MultipleOpaqueAction.xwt">
- <widget href="ui/MultipleOpaqueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQs6DJEeSZxfCXzZz3-w" name="SingleAction" sectionFile="ui/SingleAction.xwt">
- <widget href="ui/SingleAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQtKDJEeSZxfCXzZz3-w" name="MultipleAction" sectionFile="ui/MultipleAction.xwt">
- <widget href="ui/MultipleAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQtaDJEeSZxfCXzZz3-w" name="SingleExecutableNode" sectionFile="ui/SingleExecutableNode.xwt">
- <widget href="ui/SingleExecutableNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQtqDJEeSZxfCXzZz3-w" name="MultipleExecutableNode" sectionFile="ui/MultipleExecutableNode.xwt">
- <widget href="ui/MultipleExecutableNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQt6DJEeSZxfCXzZz3-w" name="SingleActivityNode" sectionFile="ui/SingleActivityNode.xwt">
- <widget href="ui/SingleActivityNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQuKDJEeSZxfCXzZz3-w" name="MultipleActivityNode" sectionFile="ui/MultipleActivityNode.xwt">
- <widget href="ui/MultipleActivityNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQuaDJEeSZxfCXzZz3-w" name="SingleStructuredActivityNode" sectionFile="ui/SingleStructuredActivityNode.xwt">
- <widget href="ui/SingleStructuredActivityNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQuqDJEeSZxfCXzZz3-w" name="MultipleStructuredActivityNode" sectionFile="ui/MultipleStructuredActivityNode.xwt">
- <widget href="ui/MultipleStructuredActivityNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQu6DJEeSZxfCXzZz3-w" name="SingleActivity" sectionFile="ui/SingleActivity.xwt">
- <widget href="ui/SingleActivity.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQvKDJEeSZxfCXzZz3-w" name="MultipleActivity" sectionFile="ui/MultipleActivity.xwt">
- <widget href="ui/MultipleActivity.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQvaDJEeSZxfCXzZz3-w" name="SingleVariable" sectionFile="ui/SingleVariable.xwt">
- <widget href="ui/SingleVariable.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQvqDJEeSZxfCXzZz3-w" name="MultipleVariable" sectionFile="ui/MultipleVariable.xwt">
- <widget href="ui/MultipleVariable.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQv6DJEeSZxfCXzZz3-w" name="SingleActivityEdge" sectionFile="ui/SingleActivityEdge.xwt">
- <widget href="ui/SingleActivityEdge.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQwKDJEeSZxfCXzZz3-w" name="MultipleActivityEdge" sectionFile="ui/MultipleActivityEdge.xwt">
- <widget href="ui/MultipleActivityEdge.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQwaDJEeSZxfCXzZz3-w" name="SingleActivityPartition" sectionFile="ui/SingleActivityPartition.xwt">
- <widget href="ui/SingleActivityPartition.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQwqDJEeSZxfCXzZz3-w" name="MultipleActivityPartition" sectionFile="ui/MultipleActivityPartition.xwt">
- <widget href="ui/MultipleActivityPartition.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQw6DJEeSZxfCXzZz3-w" name="SingleInterruptibleActivityRegion" sectionFile="ui/SingleInterruptibleActivityRegion.xwt">
- <widget href="ui/SingleInterruptibleActivityRegion.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQxKDJEeSZxfCXzZz3-w" name="SingleExceptionHandler" sectionFile="ui/SingleExceptionHandler.xwt">
- <widget href="ui/SingleExceptionHandler.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQxaDJEeSZxfCXzZz3-w" name="SingleObjectNode" sectionFile="ui/SingleObjectNode.xwt">
- <widget href="ui/SingleObjectNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQxqDJEeSZxfCXzZz3-w" name="MultipleObjectNode" sectionFile="ui/MultipleObjectNode.xwt">
- <widget href="ui/MultipleObjectNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQx6DJEeSZxfCXzZz3-w" name="SingleOutputPin" sectionFile="ui/SingleOutputPin.xwt">
- <widget href="ui/SingleOutputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQyKDJEeSZxfCXzZz3-w" name="MultipleOutputPin" sectionFile="ui/MultipleOutputPin.xwt">
- <widget href="ui/MultipleOutputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQyaDJEeSZxfCXzZz3-w" name="SinglePin" sectionFile="ui/SinglePin.xwt">
- <widget href="ui/SinglePin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQyqDJEeSZxfCXzZz3-w" name="MultiplePin" sectionFile="ui/MultiplePin.xwt">
- <widget href="ui/MultiplePin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQy6DJEeSZxfCXzZz3-w" name="SingleInputPin" sectionFile="ui/SingleInputPin.xwt">
- <widget href="ui/SingleInputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQzKDJEeSZxfCXzZz3-w" name="MultipleInputPin" sectionFile="ui/MultipleInputPin.xwt">
- <widget href="ui/MultipleInputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQzaDJEeSZxfCXzZz3-w" name="SingleCallAction" sectionFile="ui/SingleCallAction.xwt">
- <widget href="ui/SingleCallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQzqDJEeSZxfCXzZz3-w" name="MultipleCallAction" sectionFile="ui/MultipleCallAction.xwt">
- <widget href="ui/MultipleCallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQz6DJEeSZxfCXzZz3-w" name="SingleInvocationAction" sectionFile="ui/SingleInvocationAction.xwt">
- <widget href="ui/SingleInvocationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ0KDJEeSZxfCXzZz3-w" name="MultipleInvocationAction" sectionFile="ui/MultipleInvocationAction.xwt">
- <widget href="ui/MultipleInvocationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ0aDJEeSZxfCXzZz3-w" name="SingleSendSignalAction" sectionFile="ui/SingleSendSignalAction.xwt">
- <widget href="ui/SingleSendSignalAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ0qDJEeSZxfCXzZz3-w" name="MultipleSendSignalAction" sectionFile="ui/MultipleSendSignalAction.xwt">
- <widget href="ui/MultipleSendSignalAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ06DJEeSZxfCXzZz3-w" name="SingleCallOperationAction" sectionFile="ui/SingleCallOperationAction.xwt">
- <widget href="ui/SingleCallOperationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ1KDJEeSZxfCXzZz3-w" name="MultipleCallOperationAction" sectionFile="ui/MultipleCallOperationAction.xwt">
- <widget href="ui/MultipleCallOperationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ1aDJEeSZxfCXzZz3-w" name="SingleCallBehaviorAction" sectionFile="ui/SingleCallBehaviorAction.xwt">
- <widget href="ui/SingleCallBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ1qDJEeSZxfCXzZz3-w" name="MultipleCallBehaviorAction" sectionFile="ui/MultipleCallBehaviorAction.xwt">
- <widget href="ui/MultipleCallBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ16DJEeSZxfCXzZz3-w" name="SingleSequenceNode" sectionFile="ui/SingleSequenceNode.xwt">
- <widget href="ui/SingleSequenceNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ2KDJEeSZxfCXzZz3-w" name="MultipleSequenceNode" sectionFile="ui/MultipleSequenceNode.xwt">
- <widget href="ui/MultipleSequenceNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ2aDJEeSZxfCXzZz3-w" name="SingleControlNode" sectionFile="ui/SingleControlNode.xwt">
- <widget href="ui/SingleControlNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ2qDJEeSZxfCXzZz3-w" name="MultipleControlNode" sectionFile="ui/MultipleControlNode.xwt">
- <widget href="ui/MultipleControlNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ26DJEeSZxfCXzZz3-w" name="SingleControlFlow" sectionFile="ui/SingleControlFlow.xwt">
- <widget href="ui/SingleControlFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ3KDJEeSZxfCXzZz3-w" name="MultipleControlFlow" sectionFile="ui/MultipleControlFlow.xwt">
- <widget href="ui/MultipleControlFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69WQ3aDJEeSZxfCXzZz3-w" name="SingleInitialNode" sectionFile="ui/SingleInitialNode.xwt">
- <widget href="ui/SingleInitialNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW0KDJEeSZxfCXzZz3-w" name="MultipleInitialNode" sectionFile="ui/MultipleInitialNode.xwt">
- <widget href="ui/MultipleInitialNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW0aDJEeSZxfCXzZz3-w" name="SingleActivityParameterNode" sectionFile="ui/SingleActivityParameterNode.xwt">
- <widget href="ui/SingleActivityParameterNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW0qDJEeSZxfCXzZz3-w" name="MultipleActivityParameterNode" sectionFile="ui/MultipleActivityParameterNode.xwt">
- <widget href="ui/MultipleActivityParameterNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW06DJEeSZxfCXzZz3-w" name="SingleValuePin" sectionFile="ui/SingleValuePin.xwt">
- <widget href="ui/SingleValuePin.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW1KDJEeSZxfCXzZz3-w" name="MultipleValuePin" sectionFile="ui/MultipleValuePin.xwt">
- <widget href="ui/MultipleValuePin.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW1aDJEeSZxfCXzZz3-w" name="SingleMessage" sectionFile="ui/SingleMessage.xwt">
- <widget href="ui/SingleMessage.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW1qDJEeSZxfCXzZz3-w" name="MultipleMessage" sectionFile="ui/MultipleMessage.xwt">
- <widget href="ui/MultipleMessage.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW16DJEeSZxfCXzZz3-w" name="SingleMessageEnd" sectionFile="ui/SingleMessageEnd.xwt">
- <widget href="ui/SingleMessageEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW2KDJEeSZxfCXzZz3-w" name="MultipleMessageEnd" sectionFile="ui/MultipleMessageEnd.xwt">
- <widget href="ui/MultipleMessageEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW2aDJEeSZxfCXzZz3-w" name="SingleInteraction" sectionFile="ui/SingleInteraction.xwt">
- <widget href="ui/SingleInteraction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW2qDJEeSZxfCXzZz3-w" name="MultipleInteraction" sectionFile="ui/MultipleInteraction.xwt">
- <widget href="ui/MultipleInteraction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW26DJEeSZxfCXzZz3-w" name="SingleInteractionFragment" sectionFile="ui/SingleInteractionFragment.xwt">
- <widget href="ui/SingleInteractionFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW3KDJEeSZxfCXzZz3-w" name="MultipleInteractionFragment" sectionFile="ui/MultipleInteractionFragment.xwt">
- <widget href="ui/MultipleInteractionFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW3aDJEeSZxfCXzZz3-w" name="SingleLifeline" sectionFile="ui/SingleLifeline.xwt">
- <widget href="ui/SingleLifeline.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW3qDJEeSZxfCXzZz3-w" name="MultipleLifeline" sectionFile="ui/MultipleLifeline.xwt">
- <widget href="ui/MultipleLifeline.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW36DJEeSZxfCXzZz3-w" name="SinglePartDecomposition" sectionFile="ui/SinglePartDecomposition.xwt">
- <widget href="ui/SinglePartDecomposition.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW4KDJEeSZxfCXzZz3-w" name="MultiplePartDecomposition" sectionFile="ui/MultiplePartDecomposition.xwt">
- <widget href="ui/MultiplePartDecomposition.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW4aDJEeSZxfCXzZz3-w" name="SingleInteractionUse" sectionFile="ui/SingleInteractionUse.xwt">
- <widget href="ui/SingleInteractionUse.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW4qDJEeSZxfCXzZz3-w" name="MultipleInteractionUse" sectionFile="ui/MultipleInteractionUse.xwt">
- <widget href="ui/MultipleInteractionUse.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW46DJEeSZxfCXzZz3-w" name="SingleGate" sectionFile="ui/SingleGate.xwt">
- <widget href="ui/SingleGate.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW5KDJEeSZxfCXzZz3-w" name="MultipleGate" sectionFile="ui/MultipleGate.xwt">
- <widget href="ui/MultipleGate.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW5aDJEeSZxfCXzZz3-w" name="SingleGeneralOrdering" sectionFile="ui/SingleGeneralOrdering.xwt">
- <widget href="ui/SingleGeneralOrdering.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW5qDJEeSZxfCXzZz3-w" name="MultipleGeneralOrdering" sectionFile="ui/MultipleGeneralOrdering.xwt">
- <widget href="ui/MultipleGeneralOrdering.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW56DJEeSZxfCXzZz3-w" name="SingleOccurrenceSpecification" sectionFile="ui/SingleOccurrenceSpecification.xwt">
- <widget href="ui/SingleOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW6KDJEeSZxfCXzZz3-w" name="MultipleOccurrenceSpecification" sectionFile="ui/MultipleOccurrenceSpecification.xwt">
- <widget href="ui/MultipleOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW6aDJEeSZxfCXzZz3-w" name="SingleInteractionOperand" sectionFile="ui/SingleInteractionOperand.xwt">
- <widget href="ui/SingleInteractionOperand.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW6qDJEeSZxfCXzZz3-w" name="MultipleInteractionOperand" sectionFile="ui/MultipleInteractionOperand.xwt">
- <widget href="ui/MultipleInteractionOperand.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW66DJEeSZxfCXzZz3-w" name="SingleInteractionConstraint" sectionFile="ui/SingleInteractionConstraint.xwt">
- <widget href="ui/SingleInteractionConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW7KDJEeSZxfCXzZz3-w" name="MultipleInteractionConstraint" sectionFile="ui/MultipleInteractionConstraint.xwt">
- <widget href="ui/MultipleInteractionConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW7aDJEeSZxfCXzZz3-w" name="SingleExecutionSpecification" sectionFile="ui/SingleExecutionSpecification.xwt">
- <widget href="ui/SingleExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW7qDJEeSZxfCXzZz3-w" name="MultipleExecutionSpecification" sectionFile="ui/MultipleExecutionSpecification.xwt">
- <widget href="ui/MultipleExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW76DJEeSZxfCXzZz3-w" name="SingleStateInvariant" sectionFile="ui/SingleStateInvariant.xwt">
- <widget href="ui/SingleStateInvariant.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW8KDJEeSZxfCXzZz3-w" name="MultipleStateInvariant" sectionFile="ui/MultipleStateInvariant.xwt">
- <widget href="ui/MultipleStateInvariant.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW8aDJEeSZxfCXzZz3-w" name="SingleActionExecutionSpecification" sectionFile="ui/SingleActionExecutionSpecification.xwt">
- <widget href="ui/SingleActionExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW8qDJEeSZxfCXzZz3-w" name="MultipleActionExecutionSpecification" sectionFile="ui/MultipleActionExecutionSpecification.xwt">
- <widget href="ui/MultipleActionExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW86DJEeSZxfCXzZz3-w" name="SingleBehaviorExecutionSpecification" sectionFile="ui/SingleBehaviorExecutionSpecification.xwt">
- <widget href="ui/SingleBehaviorExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW9KDJEeSZxfCXzZz3-w" name="MultipleBehaviorExecutionSpecification" sectionFile="ui/MultipleBehaviorExecutionSpecification.xwt">
- <widget href="ui/MultipleBehaviorExecutionSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW9aDJEeSZxfCXzZz3-w" name="SingleMessageEvent" sectionFile="ui/SingleMessageEvent.xwt">
- <widget href="ui/SingleMessageEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW9qDJEeSZxfCXzZz3-w" name="MultipleMessageEvent" sectionFile="ui/MultipleMessageEvent.xwt">
- <widget href="ui/MultipleMessageEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW96DJEeSZxfCXzZz3-w" name="SingleMessageOccurrenceSpecification" sectionFile="ui/SingleMessageOccurrenceSpecification.xwt">
- <widget href="ui/SingleMessageOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW-KDJEeSZxfCXzZz3-w" name="MultipleMessageOccurrenceSpecification" sectionFile="ui/MultipleMessageOccurrenceSpecification.xwt">
- <widget href="ui/MultipleMessageOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW-aDJEeSZxfCXzZz3-w" name="SingleExecutionOccurrenceSpecification" sectionFile="ui/SingleExecutionOccurrenceSpecification.xwt">
- <widget href="ui/SingleExecutionOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW-qDJEeSZxfCXzZz3-w" name="MultipleExecutionOccurrenceSpecification" sectionFile="ui/MultipleExecutionOccurrenceSpecification.xwt">
- <widget href="ui/MultipleExecutionOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW-6DJEeSZxfCXzZz3-w" name="SingleActor" sectionFile="ui/SingleActor.xwt">
- <widget href="ui/SingleActor.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW_KDJEeSZxfCXzZz3-w" name="MultipleActor" sectionFile="ui/MultipleActor.xwt">
- <widget href="ui/MultipleActor.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW_aDJEeSZxfCXzZz3-w" name="SingleCallEvent" sectionFile="ui/SingleCallEvent.xwt">
- <widget href="ui/SingleCallEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW_qDJEeSZxfCXzZz3-w" name="MultipleCallEvent" sectionFile="ui/MultipleCallEvent.xwt">
- <widget href="ui/MultipleCallEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cW_6DJEeSZxfCXzZz3-w" name="SingleChangeEvent" sectionFile="ui/SingleChangeEvent.xwt">
- <widget href="ui/SingleChangeEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXAKDJEeSZxfCXzZz3-w" name="MultipleChangeEvent" sectionFile="ui/MultipleChangeEvent.xwt">
- <widget href="ui/MultipleChangeEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXAaDJEeSZxfCXzZz3-w" name="SingleAnyReceiveEvent" sectionFile="ui/SingleAnyReceiveEvent.xwt">
- <widget href="ui/SingleAnyReceiveEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXAqDJEeSZxfCXzZz3-w" name="MultipleAnyReceiveEvent" sectionFile="ui/MultipleAnyReceiveEvent.xwt">
- <widget href="ui/MultipleAnyReceiveEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXA6DJEeSZxfCXzZz3-w" name="SingleForkNode" sectionFile="ui/SingleForkNode.xwt">
- <widget href="ui/SingleForkNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXBKDJEeSZxfCXzZz3-w" name="MultipleForkNode" sectionFile="ui/MultipleForkNode.xwt">
- <widget href="ui/MultipleForkNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXBaDJEeSZxfCXzZz3-w" name="SingleFlowFinalNode" sectionFile="ui/SingleFlowFinalNode.xwt">
- <widget href="ui/SingleFlowFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXBqDJEeSZxfCXzZz3-w" name="MultipleFlowFinalNode" sectionFile="ui/MultipleFlowFinalNode.xwt">
- <widget href="ui/MultipleFlowFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXB6DJEeSZxfCXzZz3-w" name="SingleFinalNode" sectionFile="ui/SingleFinalNode.xwt">
- <widget href="ui/SingleFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXCKDJEeSZxfCXzZz3-w" name="MultipleFinalNode" sectionFile="ui/MultipleFinalNode.xwt">
- <widget href="ui/MultipleFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXCaDJEeSZxfCXzZz3-w" name="SingleCentralBufferNode" sectionFile="ui/SingleCentralBufferNode.xwt">
- <widget href="ui/SingleCentralBufferNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXCqDJEeSZxfCXzZz3-w" name="MultipleCentralBufferNode" sectionFile="ui/MultipleCentralBufferNode.xwt">
- <widget href="ui/MultipleCentralBufferNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXC6DJEeSZxfCXzZz3-w" name="SingleMergeNode" sectionFile="ui/SingleMergeNode.xwt">
- <widget href="ui/SingleMergeNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXDKDJEeSZxfCXzZz3-w" name="MultipleMergeNode" sectionFile="ui/MultipleMergeNode.xwt">
- <widget href="ui/MultipleMergeNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXDaDJEeSZxfCXzZz3-w" name="SingleDecisionNode" sectionFile="ui/SingleDecisionNode.xwt">
- <widget href="ui/SingleDecisionNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXDqDJEeSZxfCXzZz3-w" name="MultipleDecisionNode" sectionFile="ui/MultipleDecisionNode.xwt">
- <widget href="ui/MultipleDecisionNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXD6DJEeSZxfCXzZz3-w" name="SingleObjectFlow" sectionFile="ui/SingleObjectFlow.xwt">
- <widget href="ui/SingleObjectFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXEKDJEeSZxfCXzZz3-w" name="MultipleObjectFlow" sectionFile="ui/MultipleObjectFlow.xwt">
- <widget href="ui/MultipleObjectFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXEaDJEeSZxfCXzZz3-w" name="SingleActivityFinalNode" sectionFile="ui/SingleActivityFinalNode.xwt">
- <widget href="ui/SingleActivityFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXEqDJEeSZxfCXzZz3-w" name="MultipleActivityFinalNode" sectionFile="ui/MultipleActivityFinalNode.xwt">
- <widget href="ui/MultipleActivityFinalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXE6DJEeSZxfCXzZz3-w" name="SingleComponentRealization" sectionFile="ui/SingleComponentRealization.xwt">
- <widget href="ui/SingleComponentRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXFKDJEeSZxfCXzZz3-w" name="MultipleComponentRealization" sectionFile="ui/MultipleComponentRealization.xwt">
- <widget href="ui/MultipleComponentRealization.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXFaDJEeSZxfCXzZz3-w" name="SingleComponent" sectionFile="ui/SingleComponent.xwt">
- <widget href="ui/SingleComponent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXFqDJEeSZxfCXzZz3-w" name="MultipleComponent" sectionFile="ui/MultipleComponent.xwt">
- <widget href="ui/MultipleComponent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXF6DJEeSZxfCXzZz3-w" name="SingleNode" sectionFile="ui/SingleNode.xwt">
- <widget href="ui/SingleNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXGKDJEeSZxfCXzZz3-w" name="MultipleNode" sectionFile="ui/MultipleNode.xwt">
- <widget href="ui/MultipleNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXGaDJEeSZxfCXzZz3-w" name="SingleCommunicationPath" sectionFile="ui/SingleCommunicationPath.xwt">
- <widget href="ui/SingleCommunicationPath.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXGqDJEeSZxfCXzZz3-w" name="MultipleCommunicationPath" sectionFile="ui/MultipleCommunicationPath.xwt">
- <widget href="ui/MultipleCommunicationPath.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXG6DJEeSZxfCXzZz3-w" name="SingleDevice" sectionFile="ui/SingleDevice.xwt">
- <widget href="ui/SingleDevice.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXHKDJEeSZxfCXzZz3-w" name="MultipleDevice" sectionFile="ui/MultipleDevice.xwt">
- <widget href="ui/MultipleDevice.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXHaDJEeSZxfCXzZz3-w" name="SingleExecutionEnvironment" sectionFile="ui/SingleExecutionEnvironment.xwt">
- <widget href="ui/SingleExecutionEnvironment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXHqDJEeSZxfCXzZz3-w" name="MultipleExecutionEnvironment" sectionFile="ui/MultipleExecutionEnvironment.xwt">
- <widget href="ui/MultipleExecutionEnvironment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXH6DJEeSZxfCXzZz3-w" name="SingleCombinedFragment" sectionFile="ui/SingleCombinedFragment.xwt">
- <widget href="ui/SingleCombinedFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXIKDJEeSZxfCXzZz3-w" name="MultipleCombinedFragment" sectionFile="ui/MultipleCombinedFragment.xwt">
- <widget href="ui/MultipleCombinedFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXIaDJEeSZxfCXzZz3-w" name="SingleContinuation" sectionFile="ui/SingleContinuation.xwt">
- <widget href="ui/SingleContinuation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXIqDJEeSZxfCXzZz3-w" name="MultipleContinuation" sectionFile="ui/MultipleContinuation.xwt">
- <widget href="ui/MultipleContinuation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXI6DJEeSZxfCXzZz3-w" name="SingleConsiderIgnoreFragment" sectionFile="ui/SingleConsiderIgnoreFragment.xwt">
- <widget href="ui/SingleConsiderIgnoreFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXJKDJEeSZxfCXzZz3-w" name="MultipleConsiderIgnoreFragment" sectionFile="ui/MultipleConsiderIgnoreFragment.xwt">
- <widget href="ui/MultipleConsiderIgnoreFragment.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXJaDJEeSZxfCXzZz3-w" name="SingleCreateObjectAction" sectionFile="ui/SingleCreateObjectAction.xwt">
- <widget href="ui/SingleCreateObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXJqDJEeSZxfCXzZz3-w" name="MultipleCreateObjectAction" sectionFile="ui/MultipleCreateObjectAction.xwt">
- <widget href="ui/MultipleCreateObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXJ6DJEeSZxfCXzZz3-w" name="SingleDestroyObjectAction" sectionFile="ui/SingleDestroyObjectAction.xwt">
- <widget href="ui/SingleDestroyObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXKKDJEeSZxfCXzZz3-w" name="MultipleDestroyObjectAction" sectionFile="ui/MultipleDestroyObjectAction.xwt">
- <widget href="ui/MultipleDestroyObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXKaDJEeSZxfCXzZz3-w" name="SingleTestIdentityAction" sectionFile="ui/SingleTestIdentityAction.xwt">
- <widget href="ui/SingleTestIdentityAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXKqDJEeSZxfCXzZz3-w" name="MultipleTestIdentityAction" sectionFile="ui/MultipleTestIdentityAction.xwt">
- <widget href="ui/MultipleTestIdentityAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXK6DJEeSZxfCXzZz3-w" name="SingleReadSelfAction" sectionFile="ui/SingleReadSelfAction.xwt">
- <widget href="ui/SingleReadSelfAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXLKDJEeSZxfCXzZz3-w" name="MultipleReadSelfAction" sectionFile="ui/MultipleReadSelfAction.xwt">
- <widget href="ui/MultipleReadSelfAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXLaDJEeSZxfCXzZz3-w" name="SingleStructuralFeatureAction" sectionFile="ui/SingleStructuralFeatureAction.xwt">
- <widget href="ui/SingleStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXLqDJEeSZxfCXzZz3-w" name="MultipleStructuralFeatureAction" sectionFile="ui/MultipleStructuralFeatureAction.xwt">
- <widget href="ui/MultipleStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXL6DJEeSZxfCXzZz3-w" name="SingleReadStructuralFeatureAction" sectionFile="ui/SingleReadStructuralFeatureAction.xwt">
- <widget href="ui/SingleReadStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXMKDJEeSZxfCXzZz3-w" name="MultipleReadStructuralFeatureAction" sectionFile="ui/MultipleReadStructuralFeatureAction.xwt">
- <widget href="ui/MultipleReadStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXMaDJEeSZxfCXzZz3-w" name="SingleWriteStructuralFeatureAction" sectionFile="ui/SingleWriteStructuralFeatureAction.xwt">
- <widget href="ui/SingleWriteStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXMqDJEeSZxfCXzZz3-w" name="MultipleWriteStructuralFeatureAction" sectionFile="ui/MultipleWriteStructuralFeatureAction.xwt">
- <widget href="ui/MultipleWriteStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXM6DJEeSZxfCXzZz3-w" name="SingleClearStructuralFeatureAction" sectionFile="ui/SingleClearStructuralFeatureAction.xwt">
- <widget href="ui/SingleClearStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXNKDJEeSZxfCXzZz3-w" name="MultipleClearStructuralFeatureAction" sectionFile="ui/MultipleClearStructuralFeatureAction.xwt">
- <widget href="ui/MultipleClearStructuralFeatureAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXNaDJEeSZxfCXzZz3-w" name="SingleRemoveStructuralFeatureValueAction" sectionFile="ui/SingleRemoveStructuralFeatureValueAction.xwt">
- <widget href="ui/SingleRemoveStructuralFeatureValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXNqDJEeSZxfCXzZz3-w" name="MultipleRemoveStructuralFeatureValueAction" sectionFile="ui/MultipleRemoveStructuralFeatureValueAction.xwt">
- <widget href="ui/MultipleRemoveStructuralFeatureValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXN6DJEeSZxfCXzZz3-w" name="SingleAddStructuralFeatureValueAction" sectionFile="ui/SingleAddStructuralFeatureValueAction.xwt">
- <widget href="ui/SingleAddStructuralFeatureValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXOKDJEeSZxfCXzZz3-w" name="MultipleAddStructuralFeatureValueAction" sectionFile="ui/MultipleAddStructuralFeatureValueAction.xwt">
- <widget href="ui/MultipleAddStructuralFeatureValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXOaDJEeSZxfCXzZz3-w" name="SingleLinkAction" sectionFile="ui/SingleLinkAction.xwt">
- <widget href="ui/SingleLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXOqDJEeSZxfCXzZz3-w" name="MultipleLinkAction" sectionFile="ui/MultipleLinkAction.xwt">
- <widget href="ui/MultipleLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXO6DJEeSZxfCXzZz3-w" name="SingleLinkEndData" sectionFile="ui/SingleLinkEndData.xwt">
- <widget href="ui/SingleLinkEndData.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXPKDJEeSZxfCXzZz3-w" name="SingleQualifierValue" sectionFile="ui/SingleQualifierValue.xwt">
- <widget href="ui/SingleQualifierValue.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXPaDJEeSZxfCXzZz3-w" name="SingleReadLinkAction" sectionFile="ui/SingleReadLinkAction.xwt">
- <widget href="ui/SingleReadLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXPqDJEeSZxfCXzZz3-w" name="MultipleReadLinkAction" sectionFile="ui/MultipleReadLinkAction.xwt">
- <widget href="ui/MultipleReadLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXP6DJEeSZxfCXzZz3-w" name="SingleLinkEndCreationData" sectionFile="ui/SingleLinkEndCreationData.xwt">
- <widget href="ui/SingleLinkEndCreationData.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXQKDJEeSZxfCXzZz3-w" name="MultipleLinkEndCreationData" sectionFile="ui/MultipleLinkEndCreationData.xwt">
- <widget href="ui/MultipleLinkEndCreationData.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXQaDJEeSZxfCXzZz3-w" name="SingleCreateLinkAction" sectionFile="ui/SingleCreateLinkAction.xwt">
- <widget href="ui/SingleCreateLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXQqDJEeSZxfCXzZz3-w" name="MultipleCreateLinkAction" sectionFile="ui/MultipleCreateLinkAction.xwt">
- <widget href="ui/MultipleCreateLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXQ6DJEeSZxfCXzZz3-w" name="SingleWriteLinkAction" sectionFile="ui/SingleWriteLinkAction.xwt">
- <widget href="ui/SingleWriteLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXRKDJEeSZxfCXzZz3-w" name="MultipleWriteLinkAction" sectionFile="ui/MultipleWriteLinkAction.xwt">
- <widget href="ui/MultipleWriteLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXRaDJEeSZxfCXzZz3-w" name="SingleDestroyLinkAction" sectionFile="ui/SingleDestroyLinkAction.xwt">
- <widget href="ui/SingleDestroyLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXRqDJEeSZxfCXzZz3-w" name="MultipleDestroyLinkAction" sectionFile="ui/MultipleDestroyLinkAction.xwt">
- <widget href="ui/MultipleDestroyLinkAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXR6DJEeSZxfCXzZz3-w" name="SingleLinkEndDestructionData" sectionFile="ui/SingleLinkEndDestructionData.xwt">
- <widget href="ui/SingleLinkEndDestructionData.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXSKDJEeSZxfCXzZz3-w" name="MultipleLinkEndDestructionData" sectionFile="ui/MultipleLinkEndDestructionData.xwt">
- <widget href="ui/MultipleLinkEndDestructionData.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXSaDJEeSZxfCXzZz3-w" name="SingleClearAssociationAction" sectionFile="ui/SingleClearAssociationAction.xwt">
- <widget href="ui/SingleClearAssociationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXSqDJEeSZxfCXzZz3-w" name="MultipleClearAssociationAction" sectionFile="ui/MultipleClearAssociationAction.xwt">
- <widget href="ui/MultipleClearAssociationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXS6DJEeSZxfCXzZz3-w" name="SingleBroadcastSignalAction" sectionFile="ui/SingleBroadcastSignalAction.xwt">
- <widget href="ui/SingleBroadcastSignalAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXTKDJEeSZxfCXzZz3-w" name="MultipleBroadcastSignalAction" sectionFile="ui/MultipleBroadcastSignalAction.xwt">
- <widget href="ui/MultipleBroadcastSignalAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXTaDJEeSZxfCXzZz3-w" name="SingleSendObjectAction" sectionFile="ui/SingleSendObjectAction.xwt">
- <widget href="ui/SingleSendObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXTqDJEeSZxfCXzZz3-w" name="MultipleSendObjectAction" sectionFile="ui/MultipleSendObjectAction.xwt">
- <widget href="ui/MultipleSendObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXT6DJEeSZxfCXzZz3-w" name="SingleValueSpecificationAction" sectionFile="ui/SingleValueSpecificationAction.xwt">
- <widget href="ui/SingleValueSpecificationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXUKDJEeSZxfCXzZz3-w" name="MultipleValueSpecificationAction" sectionFile="ui/MultipleValueSpecificationAction.xwt">
- <widget href="ui/MultipleValueSpecificationAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXUaDJEeSZxfCXzZz3-w" name="SingleTimeExpression" sectionFile="ui/SingleTimeExpression.xwt">
- <widget href="ui/SingleTimeExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXUqDJEeSZxfCXzZz3-w" name="MultipleTimeExpression" sectionFile="ui/MultipleTimeExpression.xwt">
- <widget href="ui/MultipleTimeExpression.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXU6DJEeSZxfCXzZz3-w" name="SingleObservation" sectionFile="ui/SingleObservation.xwt">
- <widget href="ui/SingleObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXVKDJEeSZxfCXzZz3-w" name="MultipleObservation" sectionFile="ui/MultipleObservation.xwt">
- <widget href="ui/MultipleObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXVaDJEeSZxfCXzZz3-w" name="SingleDuration" sectionFile="ui/SingleDuration.xwt">
- <widget href="ui/SingleDuration.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXVqDJEeSZxfCXzZz3-w" name="MultipleDuration" sectionFile="ui/MultipleDuration.xwt">
- <widget href="ui/MultipleDuration.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXV6DJEeSZxfCXzZz3-w" name="SingleDurationInterval" sectionFile="ui/SingleDurationInterval.xwt">
- <widget href="ui/SingleDurationInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXWKDJEeSZxfCXzZz3-w" name="MultipleDurationInterval" sectionFile="ui/MultipleDurationInterval.xwt">
- <widget href="ui/MultipleDurationInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXWaDJEeSZxfCXzZz3-w" name="SingleInterval" sectionFile="ui/SingleInterval.xwt">
- <widget href="ui/SingleInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXWqDJEeSZxfCXzZz3-w" name="MultipleInterval" sectionFile="ui/MultipleInterval.xwt">
- <widget href="ui/MultipleInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXW6DJEeSZxfCXzZz3-w" name="SingleTimeConstraint" sectionFile="ui/SingleTimeConstraint.xwt">
- <widget href="ui/SingleTimeConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXXKDJEeSZxfCXzZz3-w" name="MultipleTimeConstraint" sectionFile="ui/MultipleTimeConstraint.xwt">
- <widget href="ui/MultipleTimeConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXXaDJEeSZxfCXzZz3-w" name="SingleIntervalConstraint" sectionFile="ui/SingleIntervalConstraint.xwt">
- <widget href="ui/SingleIntervalConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXXqDJEeSZxfCXzZz3-w" name="MultipleIntervalConstraint" sectionFile="ui/MultipleIntervalConstraint.xwt">
- <widget href="ui/MultipleIntervalConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXX6DJEeSZxfCXzZz3-w" name="SingleTimeInterval" sectionFile="ui/SingleTimeInterval.xwt">
- <widget href="ui/SingleTimeInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXYKDJEeSZxfCXzZz3-w" name="MultipleTimeInterval" sectionFile="ui/MultipleTimeInterval.xwt">
- <widget href="ui/MultipleTimeInterval.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXYaDJEeSZxfCXzZz3-w" name="SingleDurationConstraint" sectionFile="ui/SingleDurationConstraint.xwt">
- <widget href="ui/SingleDurationConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXYqDJEeSZxfCXzZz3-w" name="MultipleDurationConstraint" sectionFile="ui/MultipleDurationConstraint.xwt">
- <widget href="ui/MultipleDurationConstraint.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXY6DJEeSZxfCXzZz3-w" name="SingleTimeObservation" sectionFile="ui/SingleTimeObservation.xwt">
- <widget href="ui/SingleTimeObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXZKDJEeSZxfCXzZz3-w" name="MultipleTimeObservation" sectionFile="ui/MultipleTimeObservation.xwt">
- <widget href="ui/MultipleTimeObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXZaDJEeSZxfCXzZz3-w" name="SingleDurationObservation" sectionFile="ui/SingleDurationObservation.xwt">
- <widget href="ui/SingleDurationObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXZqDJEeSZxfCXzZz3-w" name="MultipleDurationObservation" sectionFile="ui/MultipleDurationObservation.xwt">
- <widget href="ui/MultipleDurationObservation.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXZ6DJEeSZxfCXzZz3-w" name="SingleFinalState" sectionFile="ui/SingleFinalState.xwt">
- <widget href="ui/SingleFinalState.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXaKDJEeSZxfCXzZz3-w" name="MultipleFinalState" sectionFile="ui/MultipleFinalState.xwt">
- <widget href="ui/MultipleFinalState.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXaaDJEeSZxfCXzZz3-w" name="SingleTimeEvent" sectionFile="ui/SingleTimeEvent.xwt">
- <widget href="ui/SingleTimeEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXaqDJEeSZxfCXzZz3-w" name="MultipleTimeEvent" sectionFile="ui/MultipleTimeEvent.xwt">
- <widget href="ui/MultipleTimeEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXa6DJEeSZxfCXzZz3-w" name="SingleVariableAction" sectionFile="ui/SingleVariableAction.xwt">
- <widget href="ui/SingleVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXbKDJEeSZxfCXzZz3-w" name="MultipleVariableAction" sectionFile="ui/MultipleVariableAction.xwt">
- <widget href="ui/MultipleVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXbaDJEeSZxfCXzZz3-w" name="SingleReadVariableAction" sectionFile="ui/SingleReadVariableAction.xwt">
- <widget href="ui/SingleReadVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXbqDJEeSZxfCXzZz3-w" name="MultipleReadVariableAction" sectionFile="ui/MultipleReadVariableAction.xwt">
- <widget href="ui/MultipleReadVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXb6DJEeSZxfCXzZz3-w" name="SingleWriteVariableAction" sectionFile="ui/SingleWriteVariableAction.xwt">
- <widget href="ui/SingleWriteVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXcKDJEeSZxfCXzZz3-w" name="MultipleWriteVariableAction" sectionFile="ui/MultipleWriteVariableAction.xwt">
- <widget href="ui/MultipleWriteVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXcaDJEeSZxfCXzZz3-w" name="SingleClearVariableAction" sectionFile="ui/SingleClearVariableAction.xwt">
- <widget href="ui/SingleClearVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXcqDJEeSZxfCXzZz3-w" name="MultipleClearVariableAction" sectionFile="ui/MultipleClearVariableAction.xwt">
- <widget href="ui/MultipleClearVariableAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXc6DJEeSZxfCXzZz3-w" name="SingleAddVariableValueAction" sectionFile="ui/SingleAddVariableValueAction.xwt">
- <widget href="ui/SingleAddVariableValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXdKDJEeSZxfCXzZz3-w" name="MultipleAddVariableValueAction" sectionFile="ui/MultipleAddVariableValueAction.xwt">
- <widget href="ui/MultipleAddVariableValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXdaDJEeSZxfCXzZz3-w" name="SingleRemoveVariableValueAction" sectionFile="ui/SingleRemoveVariableValueAction.xwt">
- <widget href="ui/SingleRemoveVariableValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXdqDJEeSZxfCXzZz3-w" name="MultipleRemoveVariableValueAction" sectionFile="ui/MultipleRemoveVariableValueAction.xwt">
- <widget href="ui/MultipleRemoveVariableValueAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXd6DJEeSZxfCXzZz3-w" name="SingleRaiseExceptionAction" sectionFile="ui/SingleRaiseExceptionAction.xwt">
- <widget href="ui/SingleRaiseExceptionAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXeKDJEeSZxfCXzZz3-w" name="MultipleRaiseExceptionAction" sectionFile="ui/MultipleRaiseExceptionAction.xwt">
- <widget href="ui/MultipleRaiseExceptionAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXeaDJEeSZxfCXzZz3-w" name="SingleActionInputPin" sectionFile="ui/SingleActionInputPin.xwt">
- <widget href="ui/SingleActionInputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXeqDJEeSZxfCXzZz3-w" name="MultipleActionInputPin" sectionFile="ui/MultipleActionInputPin.xwt">
- <widget href="ui/MultipleActionInputPin.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXe6DJEeSZxfCXzZz3-w" name="SingleInformationItem" sectionFile="ui/SingleInformationItem.xwt">
- <widget href="ui/SingleInformationItem.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXfKDJEeSZxfCXzZz3-w" name="MultipleInformationItem" sectionFile="ui/MultipleInformationItem.xwt">
- <widget href="ui/MultipleInformationItem.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXfaDJEeSZxfCXzZz3-w" name="SingleInformationFlow" sectionFile="ui/SingleInformationFlow.xwt">
- <widget href="ui/SingleInformationFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXfqDJEeSZxfCXzZz3-w" name="MultipleInformationFlow" sectionFile="ui/MultipleInformationFlow.xwt">
- <widget href="ui/MultipleInformationFlow.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXf6DJEeSZxfCXzZz3-w" name="SingleReadExtentAction" sectionFile="ui/SingleReadExtentAction.xwt">
- <widget href="ui/SingleReadExtentAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXgKDJEeSZxfCXzZz3-w" name="MultipleReadExtentAction" sectionFile="ui/MultipleReadExtentAction.xwt">
- <widget href="ui/MultipleReadExtentAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXgaDJEeSZxfCXzZz3-w" name="SingleReclassifyObjectAction" sectionFile="ui/SingleReclassifyObjectAction.xwt">
- <widget href="ui/SingleReclassifyObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXgqDJEeSZxfCXzZz3-w" name="MultipleReclassifyObjectAction" sectionFile="ui/MultipleReclassifyObjectAction.xwt">
- <widget href="ui/MultipleReclassifyObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69cXg6DJEeSZxfCXzZz3-w" name="SingleReadIsClassifiedObjectAction" sectionFile="ui/SingleReadIsClassifiedObjectAction.xwt">
- <widget href="ui/SingleReadIsClassifiedObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idcKDJEeSZxfCXzZz3-w" name="MultipleReadIsClassifiedObjectAction" sectionFile="ui/MultipleReadIsClassifiedObjectAction.xwt">
- <widget href="ui/MultipleReadIsClassifiedObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idcaDJEeSZxfCXzZz3-w" name="SingleStartClassifierBehaviorAction" sectionFile="ui/SingleStartClassifierBehaviorAction.xwt">
- <widget href="ui/SingleStartClassifierBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idcqDJEeSZxfCXzZz3-w" name="MultipleStartClassifierBehaviorAction" sectionFile="ui/MultipleStartClassifierBehaviorAction.xwt">
- <widget href="ui/MultipleStartClassifierBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idc6DJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndAction" sectionFile="ui/SingleReadLinkObjectEndAction.xwt">
- <widget href="ui/SingleReadLinkObjectEndAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69iddKDJEeSZxfCXzZz3-w" name="MultipleReadLinkObjectEndAction" sectionFile="ui/MultipleReadLinkObjectEndAction.xwt">
- <widget href="ui/MultipleReadLinkObjectEndAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69iddaDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndQualifierAction" sectionFile="ui/SingleReadLinkObjectEndQualifierAction.xwt">
- <widget href="ui/SingleReadLinkObjectEndQualifierAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69iddqDJEeSZxfCXzZz3-w" name="MultipleReadLinkObjectEndQualifierAction" sectionFile="ui/MultipleReadLinkObjectEndQualifierAction.xwt">
- <widget href="ui/MultipleReadLinkObjectEndQualifierAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idd6DJEeSZxfCXzZz3-w" name="SingleCreateLinkObjectAction" sectionFile="ui/SingleCreateLinkObjectAction.xwt">
- <widget href="ui/SingleCreateLinkObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69ideKDJEeSZxfCXzZz3-w" name="MultipleCreateLinkObjectAction" sectionFile="ui/MultipleCreateLinkObjectAction.xwt">
- <widget href="ui/MultipleCreateLinkObjectAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69ideaDJEeSZxfCXzZz3-w" name="SingleAcceptEventAction" sectionFile="ui/SingleAcceptEventAction.xwt">
- <widget href="ui/SingleAcceptEventAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69ideqDJEeSZxfCXzZz3-w" name="MultipleAcceptEventAction" sectionFile="ui/MultipleAcceptEventAction.xwt">
- <widget href="ui/MultipleAcceptEventAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69ide6DJEeSZxfCXzZz3-w" name="SingleAcceptCallAction" sectionFile="ui/SingleAcceptCallAction.xwt">
- <widget href="ui/SingleAcceptCallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idfKDJEeSZxfCXzZz3-w" name="MultipleAcceptCallAction" sectionFile="ui/MultipleAcceptCallAction.xwt">
- <widget href="ui/MultipleAcceptCallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idfaDJEeSZxfCXzZz3-w" name="SingleReplyAction" sectionFile="ui/SingleReplyAction.xwt">
- <widget href="ui/SingleReplyAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idfqDJEeSZxfCXzZz3-w" name="MultipleReplyAction" sectionFile="ui/MultipleReplyAction.xwt">
- <widget href="ui/MultipleReplyAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idf6DJEeSZxfCXzZz3-w" name="SingleUnmarshallAction" sectionFile="ui/SingleUnmarshallAction.xwt">
- <widget href="ui/SingleUnmarshallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idgKDJEeSZxfCXzZz3-w" name="MultipleUnmarshallAction" sectionFile="ui/MultipleUnmarshallAction.xwt">
- <widget href="ui/MultipleUnmarshallAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idgaDJEeSZxfCXzZz3-w" name="SingleReduceAction" sectionFile="ui/SingleReduceAction.xwt">
- <widget href="ui/SingleReduceAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idgqDJEeSZxfCXzZz3-w" name="MultipleReduceAction" sectionFile="ui/MultipleReduceAction.xwt">
- <widget href="ui/MultipleReduceAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idg6DJEeSZxfCXzZz3-w" name="SingleStartObjectBehaviorAction" sectionFile="ui/SingleStartObjectBehaviorAction.xwt">
- <widget href="ui/SingleStartObjectBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idhKDJEeSZxfCXzZz3-w" name="MultipleStartObjectBehaviorAction" sectionFile="ui/MultipleStartObjectBehaviorAction.xwt">
- <widget href="ui/MultipleStartObjectBehaviorAction.xwt#/"/>
- </sections>
- <sections xmi:id="_69idhaDJEeSZxfCXzZz3-w" name="SingleJoinNode" sectionFile="ui/SingleJoinNode.xwt">
- <widget href="ui/SingleJoinNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idhqDJEeSZxfCXzZz3-w" name="MultipleJoinNode" sectionFile="ui/MultipleJoinNode.xwt">
- <widget href="ui/MultipleJoinNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idh6DJEeSZxfCXzZz3-w" name="SingleDataStoreNode" sectionFile="ui/SingleDataStoreNode.xwt">
- <widget href="ui/SingleDataStoreNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idiKDJEeSZxfCXzZz3-w" name="MultipleDataStoreNode" sectionFile="ui/MultipleDataStoreNode.xwt">
- <widget href="ui/MultipleDataStoreNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idiaDJEeSZxfCXzZz3-w" name="SingleConditionalNode" sectionFile="ui/SingleConditionalNode.xwt">
- <widget href="ui/SingleConditionalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idiqDJEeSZxfCXzZz3-w" name="MultipleConditionalNode" sectionFile="ui/MultipleConditionalNode.xwt">
- <widget href="ui/MultipleConditionalNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idi6DJEeSZxfCXzZz3-w" name="SingleClause" sectionFile="ui/SingleClause.xwt">
- <widget href="ui/SingleClause.xwt#/"/>
- </sections>
- <sections xmi:id="_69idjKDJEeSZxfCXzZz3-w" name="SingleLoopNode" sectionFile="ui/SingleLoopNode.xwt">
- <widget href="ui/SingleLoopNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idjaDJEeSZxfCXzZz3-w" name="MultipleLoopNode" sectionFile="ui/MultipleLoopNode.xwt">
- <widget href="ui/MultipleLoopNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idjqDJEeSZxfCXzZz3-w" name="SingleExpansionNode" sectionFile="ui/SingleExpansionNode.xwt">
- <widget href="ui/SingleExpansionNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idj6DJEeSZxfCXzZz3-w" name="MultipleExpansionNode" sectionFile="ui/MultipleExpansionNode.xwt">
- <widget href="ui/MultipleExpansionNode.xwt#/"/>
- </sections>
- <sections xmi:id="_69idkKDJEeSZxfCXzZz3-w" name="SingleExpansionRegion" sectionFile="ui/SingleExpansionRegion.xwt">
- <widget href="ui/SingleExpansionRegion.xwt#/"/>
- </sections>
- <sections xmi:id="_69idkaDJEeSZxfCXzZz3-w" name="MultipleExpansionRegion" sectionFile="ui/MultipleExpansionRegion.xwt">
- <widget href="ui/MultipleExpansionRegion.xwt#/"/>
- </sections>
- <sections xmi:id="_69idkqDJEeSZxfCXzZz3-w" name="SingleProtocolTransition" sectionFile="ui/SingleProtocolTransition.xwt">
- <widget href="ui/SingleProtocolTransition.xwt#/"/>
- </sections>
- <sections xmi:id="_69idk6DJEeSZxfCXzZz3-w" name="MultipleProtocolTransition" sectionFile="ui/MultipleProtocolTransition.xwt">
- <widget href="ui/MultipleProtocolTransition.xwt#/"/>
- </sections>
- <sections xmi:id="_69idlKDJEeSZxfCXzZz3-w" name="SingleAssociationClass" sectionFile="ui/SingleAssociationClass.xwt">
- <widget href="ui/SingleAssociationClass.xwt#/"/>
- </sections>
- <sections xmi:id="_69idlaDJEeSZxfCXzZz3-w" name="MultipleAssociationClass" sectionFile="ui/MultipleAssociationClass.xwt">
- <widget href="ui/MultipleAssociationClass.xwt#/"/>
- </sections>
- <sections xmi:id="_69idlqDJEeSZxfCXzZz3-w" name="SingleDependency" sectionFile="ui/SingleDependency.xwt">
- <widget href="ui/SingleDependency.xwt#/"/>
- </sections>
- <sections xmi:id="_69idl6DJEeSZxfCXzZz3-w" name="MultipleDependency" sectionFile="ui/MultipleDependency.xwt">
- <widget href="ui/MultipleDependency.xwt#/"/>
- </sections>
- <sections xmi:id="_69idmKDJEeSZxfCXzZz3-w" name="MemberEnd" sectionFile="ui/MemberEnd.xwt">
- <widget href="ui/MemberEnd.xwt#/"/>
- </sections>
- <sections xmi:id="_69idmaDJEeSZxfCXzZz3-w" name="SingleComment" sectionFile="ui/SingleComment.xwt">
- <widget href="ui/SingleComment.xwt#/"/>
- </sections>
- <sections xmi:id="_69idmqDJEeSZxfCXzZz3-w" name="MultipleElement" sectionFile="ui/MultipleElement.xwt">
- <widget href="ui/MultipleElement.xwt#/"/>
- </sections>
- <sections xmi:id="_69idm6DJEeSZxfCXzZz3-w" name="SingleImage" sectionFile="ui/SingleImage.xwt">
- <widget href="ui/SingleImage.xwt#/"/>
- </sections>
- <sections xmi:id="_69idnKDJEeSZxfCXzZz3-w" name="AsyncMessage" sectionFile="ui/AsyncMessage.xwt">
- <widget href="ui/AsyncMessage.xwt#/"/>
- </sections>
- <sections xmi:id="_69idnaDJEeSZxfCXzZz3-w" name="SyncMessage" sectionFile="ui/SyncMessage.xwt">
- <widget href="ui/SyncMessage.xwt#/"/>
- </sections>
- <sections xmi:id="_69idnqDJEeSZxfCXzZz3-w" name="ReplyMessage" sectionFile="ui/ReplyMessage.xwt">
- <widget href="ui/ReplyMessage.xwt#/"/>
- </sections>
- <sections xmi:id="_69idn6DJEeSZxfCXzZz3-w" name="Metaclass" sectionFile="ui/Metaclass.xwt">
- <widget href="ui/Metaclass.xwt#/"/>
- </sections>
- <sections xmi:id="_69idoKDJEeSZxfCXzZz3-w" name="SingleRealLiteral" sectionFile="ui/SingleRealLiteral.xwt">
- <widget href="ui/SingleRealLiteral.xwt#/"/>
- </sections>
- <sections xmi:id="_69idoaDJEeSZxfCXzZz3-w" name="MultipleRealLiteral" sectionFile="ui/MultipleRealLiteral.xwt">
- <widget href="ui/MultipleRealLiteral.xwt#/"/>
- </sections>
- <sections xmi:id="_69idoqDJEeSZxfCXzZz3-w" name="SingleDestructionOccurrenceSpecification" sectionFile="ui/SingleDestructionOccurrenceSpecification.xwt">
- <widget href="ui/SingleDestructionOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69ido6DJEeSZxfCXzZz3-w" name="MultipleDestructionOccurrenceSpecification" sectionFile="ui/MultipleDestructionOccurrenceSpecification.xwt">
- <widget href="ui/MultipleDestructionOccurrenceSpecification.xwt#/"/>
- </sections>
- <sections xmi:id="_69idpKDJEeSZxfCXzZz3-w" name="SingleTemplateBinding" sectionFile="ui/SingleTemplateBinding.xwt">
- <widget href="ui/SingleTemplateBinding.xwt#/"/>
- </sections>
- <sections xmi:id="_69idpaDJEeSZxfCXzZz3-w" name="SingleTemplateParameterSubstitution" sectionFile="ui/SingleTemplateParameterSubstitution.xwt">
- <widget href="ui/SingleTemplateParameterSubstitution.xwt#/"/>
- </sections>
- <sections xmi:id="_69idpqDJEeSZxfCXzZz3-w" name="SingleDatatypeInstance" sectionFile="ui/SingleDatatypeInstance.xwt">
- <widget href="ui/SingleDatatypeInstance.xwt#/"/>
- </sections>
- <sections xmi:id="_69idp6DJEeSZxfCXzZz3-w" name="SinglePackageMerge" sectionFile="ui/SinglePackageMerge.xwt">
- <widget href="ui/SinglePackageMerge.xwt#/"/>
- </sections>
- <sections xmi:id="_69idqKDJEeSZxfCXzZz3-w" name="MultiplePackageMerge" sectionFile="ui/MultiplePackageMerge.xwt">
- <widget href="ui/MultiplePackageMerge.xwt#/"/>
- </sections>
- <sections xmi:id="_69idqaDJEeSZxfCXzZz3-w" name="SingleSignalEvent" sectionFile="ui/SingleSignalEvent.xwt">
- <widget href="ui/SingleSignalEvent.xwt#/"/>
- </sections>
- <sections xmi:id="_69idqqDJEeSZxfCXzZz3-w" name="MultipleSignalEvent" sectionFile="ui/SingleSignalEvent.xwt">
- <widget href="ui/SingleSignalEvent.xwt#/"/>
- </sections>
- </tabs>
- <tabs xmi:id="_69idq6DJEeSZxfCXzZz3-w" label="Comments" id="comments" category="org.eclipse.papyrus" image="" priority="20">
- <sections xmi:id="_69idrKDJEeSZxfCXzZz3-w" name="SingleElementAppliedComments" sectionFile="ui/SingleElementAppliedComments.xwt">
- <widget href="ui/SingleElementAppliedComments.xwt#/"/>
- </sections>
- <sections xmi:id="_69idraDJEeSZxfCXzZz3-w" name="SingleElementOwnedComments" sectionFile="ui/SingleElementOwnedComments.xwt">
- <widget href="ui/SingleElementOwnedComments.xwt#/"/>
- </sections>
- </tabs>
- <tabs xmi:id="_69idrqDJEeSZxfCXzZz3-w" label="Profile" id="profile" category="org.eclipse.papyrus" priority="50">
- <sections xmi:id="_69idr6DJEeSZxfCXzZz3-w" name="SinglePackageProfile" sectionFile="ui/SinglePackageProfile.xwt">
- <widget href="ui/SinglePackageProfile.xwt#/"/>
- </sections>
- <sections xmi:id="_69idsKDJEeSZxfCXzZz3-w" name="SingleElement" sectionFile="ui/SingleElement.xwt">
- <widget href="ui/SingleElement.xwt#/"/>
- </sections>
- </tabs>
- <tabs xmi:id="_69idsaDJEeSZxfCXzZz3-w" label="Definition" id="definition" category="org.eclipse.papyrus" image="" priority="49">
- <sections xmi:id="_69idsqDJEeSZxfCXzZz3-w" name="ProfileDefinitions" sectionFile="ui/ProfileDefinitions.xwt">
- <widget href="ui/ProfileDefinitions.xwt#/"/>
- </sections>
- <sections xmi:id="_69ids6DJEeSZxfCXzZz3-w" name="SingleProfileDefinition" sectionFile="ui/SingleProfileDefinition.xwt">
- <widget href="ui/SingleProfileDefinition.xwt#/"/>
- </sections>
- </tabs>
- <views xmi:id="_69idtKDJEeSZxfCXzZz3-w" name="SinglePackageProfile" sections="_69idr6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idtaDJEeSZxfCXzZz3-w" name="isSinglePackage" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idtqDJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
- </constraints>
- </views>
- <views xmi:id="_69idt6DJEeSZxfCXzZz3-w" name="SingleElement" sections="_69idrKDJEeSZxfCXzZz3-w _69idraDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iduKDJEeSZxfCXzZz3-w" name="isSingleElement" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iduaDJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
- </constraints>
- </views>
- <views xmi:id="_69iduqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleElement" sections="_69idmqDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idu6DJEeSZxfCXzZz3-w" name="isMultipleElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idvKDJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
- </constraints>
- </views>
- <views xmi:id="_69idvaDJEeSZxfCXzZz3-w" name="SinglePackage" sections="_69QJkqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idvqDJEeSZxfCXzZz3-w" name="isSinglePackage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idv6DJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
- </constraints>
- </views>
- <views xmi:id="_69idwKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackage" sections="_69QJk6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idwaDJEeSZxfCXzZz3-w" name="isMultiplePackage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idwqDJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
- </constraints>
- </views>
- <views xmi:id="_69idw6DJEeSZxfCXzZz3-w" name="SinglePackageableElement" sections="_69QJlKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idxKDJEeSZxfCXzZz3-w" name="isSinglePackageableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idxaDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69idxqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageableElement" sections="_69QJlaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idx6DJEeSZxfCXzZz3-w" name="isMultiplePackageableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idyKDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69idyaDJEeSZxfCXzZz3-w" name="SingleNamedElement" sections="_69QJlqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idyqDJEeSZxfCXzZz3-w" name="isSingleNamedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idy6DJEeSZxfCXzZz3-w" name="umlClassName" value="NamedElement"/>
- </constraints>
- </views>
- <views xmi:id="_69idzKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNamedElement" sections="_69QJl6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idzaDJEeSZxfCXzZz3-w" name="isMultipleNamedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69idzqDJEeSZxfCXzZz3-w" name="umlClassName" value="NamedElement"/>
- </constraints>
- </views>
- <views xmi:id="_69idz6DJEeSZxfCXzZz3-w" name="SingleNamespace" sections="_69QJmKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id0KDJEeSZxfCXzZz3-w" name="isSingleNamespace">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id0aDJEeSZxfCXzZz3-w" name="umlClassName" value="Namespace"/>
- </constraints>
- </views>
- <views xmi:id="_69id0qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNamespace" sections="_69QJmaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id06DJEeSZxfCXzZz3-w" name="isMultipleNamespace">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id1KDJEeSZxfCXzZz3-w" name="umlClassName" value="Namespace"/>
- </constraints>
- </views>
- <views xmi:id="_69id1aDJEeSZxfCXzZz3-w" name="SingleElementImport" sections="_69QJmqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id1qDJEeSZxfCXzZz3-w" name="isSingleElementImport">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id16DJEeSZxfCXzZz3-w" name="umlClassName" value="ElementImport"/>
- </constraints>
- </views>
- <views xmi:id="_69id2KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleElementImport" sections="_69QJm6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id2aDJEeSZxfCXzZz3-w" name="isMultipleElementImport">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id2qDJEeSZxfCXzZz3-w" name="umlClassName" value="ElementImport"/>
- </constraints>
- </views>
- <views xmi:id="_69id26DJEeSZxfCXzZz3-w" name="SinglePackageImport" sections="_69QJnKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id3KDJEeSZxfCXzZz3-w" name="isSinglePackageImport">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id3aDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageImport"/>
- </constraints>
- </views>
- <views xmi:id="_69id3qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageImport" sections="_69QJnaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id36DJEeSZxfCXzZz3-w" name="isMultiplePackageImport">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id4KDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageImport"/>
- </constraints>
- </views>
- <views xmi:id="_69id4aDJEeSZxfCXzZz3-w" name="SingleConstraint" sections="_69QJnqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id4qDJEeSZxfCXzZz3-w" name="isSingleConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id46DJEeSZxfCXzZz3-w" name="umlClassName" value="Constraint"/>
- </constraints>
- </views>
- <views xmi:id="_69id5KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConstraint" sections="_69QJn6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id5aDJEeSZxfCXzZz3-w" name="isMultipleConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id5qDJEeSZxfCXzZz3-w" name="umlClassName" value="Constraint"/>
- </constraints>
- </views>
- <views xmi:id="_69id56DJEeSZxfCXzZz3-w" name="SingleValueSpecification" sections="_69QJoKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id6KDJEeSZxfCXzZz3-w" name="isSingleValueSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id6aDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69id6qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValueSpecification" sections="_69QJoaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id66DJEeSZxfCXzZz3-w" name="isMultipleValueSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id7KDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69id7aDJEeSZxfCXzZz3-w" name="SingleTypedElement" sections="_69QJoqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id7qDJEeSZxfCXzZz3-w" name="isSingleTypedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id76DJEeSZxfCXzZz3-w" name="umlClassName" value="TypedElement"/>
- </constraints>
- </views>
- <views xmi:id="_69id8KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTypedElement" sections="_69QJo6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id8aDJEeSZxfCXzZz3-w" name="isMultipleTypedElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id8qDJEeSZxfCXzZz3-w" name="umlClassName" value="TypedElement"/>
- </constraints>
- </views>
- <views xmi:id="_69id86DJEeSZxfCXzZz3-w" name="SingleType" sections="_69QJpKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id9KDJEeSZxfCXzZz3-w" name="isSingleType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id9aDJEeSZxfCXzZz3-w" name="umlClassName" value="Type"/>
- </constraints>
- </views>
- <views xmi:id="_69id9qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleType" sections="_69QJpaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id96DJEeSZxfCXzZz3-w" name="isMultipleType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id-KDJEeSZxfCXzZz3-w" name="umlClassName" value="Type"/>
- </constraints>
- </views>
- <views xmi:id="_69id-aDJEeSZxfCXzZz3-w" name="SingleAssociation" sections="_69QJpqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id-qDJEeSZxfCXzZz3-w" name="isSingleAssociation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id-6DJEeSZxfCXzZz3-w" name="umlClassName" value="Association"/>
- </constraints>
- </views>
- <views xmi:id="_69id_KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAssociation" sections="_69QJp6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id_aDJEeSZxfCXzZz3-w" name="isMultipleAssociation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69id_qDJEeSZxfCXzZz3-w" name="umlClassName" value="Association"/>
- </constraints>
- </views>
- <views xmi:id="_69id_6DJEeSZxfCXzZz3-w" name="MemberEnd" sections="_69idmKDJEeSZxfCXzZz3-w"/>
- <views xmi:id="_69ieAKDJEeSZxfCXzZz3-w" name="SingleClassifier" sections="_69QJqKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieAaDJEeSZxfCXzZz3-w" name="isSingleClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieAqDJEeSZxfCXzZz3-w" name="umlClassName" value="Classifier"/>
- </constraints>
- </views>
- <views xmi:id="_69ieA6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClassifier" sections="_69QJqaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieBKDJEeSZxfCXzZz3-w" name="isMultipleClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieBaDJEeSZxfCXzZz3-w" name="umlClassName" value="Classifier"/>
- </constraints>
- </views>
- <views xmi:id="_69ieBqDJEeSZxfCXzZz3-w" name="SingleRedefinableElement" sections="_69QJqqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieB6DJEeSZxfCXzZz3-w" name="isSingleRedefinableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieCKDJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieCaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRedefinableElement" sections="_69QJq6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieCqDJEeSZxfCXzZz3-w" name="isMultipleRedefinableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieC6DJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieDKDJEeSZxfCXzZz3-w" name="SingleTemplateParameter" sections="_69QJrKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieDaDJEeSZxfCXzZz3-w" name="isSingleTemplateParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieDqDJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateParameter"/>
- </constraints>
- </views>
- <views xmi:id="_69ieD6DJEeSZxfCXzZz3-w" name="SingleGeneralization" sections="_69QJraDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieEKDJEeSZxfCXzZz3-w" name="isSingleGeneralization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieEaDJEeSZxfCXzZz3-w" name="umlClassName" value="Generalization"/>
- </constraints>
- </views>
- <views xmi:id="_69ieEqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralization" sections="_69QJrqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieE6DJEeSZxfCXzZz3-w" name="isMultipleGeneralization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieFKDJEeSZxfCXzZz3-w" name="umlClassName" value="Generalization"/>
- </constraints>
- </views>
- <views xmi:id="_69ieFaDJEeSZxfCXzZz3-w" name="SingleGeneralizationSet" sections="_69QJr6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieFqDJEeSZxfCXzZz3-w" name="isSingleGeneralizationSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieF6DJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralizationSet"/>
- </constraints>
- </views>
- <views xmi:id="_69ieGKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralizationSet" sections="_69QJsKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieGaDJEeSZxfCXzZz3-w" name="isMultipleGeneralizationSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieGqDJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralizationSet"/>
- </constraints>
- </views>
- <views xmi:id="_69ieG6DJEeSZxfCXzZz3-w" name="SingleFeature" sections="_69QJsaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieHKDJEeSZxfCXzZz3-w" name="isSingleFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieHaDJEeSZxfCXzZz3-w" name="umlClassName" value="Feature"/>
- </constraints>
- </views>
- <views xmi:id="_69ieHqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFeature" sections="_69QJsqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieH6DJEeSZxfCXzZz3-w" name="isMultipleFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieIKDJEeSZxfCXzZz3-w" name="umlClassName" value="Feature"/>
- </constraints>
- </views>
- <views xmi:id="_69ieIaDJEeSZxfCXzZz3-w" name="SingleSubstitution" sections="_69QJs6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieIqDJEeSZxfCXzZz3-w" name="isSingleSubstitution">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieI6DJEeSZxfCXzZz3-w" name="umlClassName" value="Substitution"/>
- </constraints>
- </views>
- <views xmi:id="_69ieJKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSubstitution" sections="_69QJtKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieJaDJEeSZxfCXzZz3-w" name="isMultipleSubstitution">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieJqDJEeSZxfCXzZz3-w" name="umlClassName" value="Substitution"/>
- </constraints>
- </views>
- <views xmi:id="_69ieJ6DJEeSZxfCXzZz3-w" name="SingleRealization" sections="_69QJtaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieKKDJEeSZxfCXzZz3-w" name="isSingleRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieKaDJEeSZxfCXzZz3-w" name="umlClassName" value="Realization"/>
- </constraints>
- </views>
- <views xmi:id="_69ieKqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRealization" sections="_69QJtqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieK6DJEeSZxfCXzZz3-w" name="isMultipleRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieLKDJEeSZxfCXzZz3-w" name="umlClassName" value="Realization"/>
- </constraints>
- </views>
- <views xmi:id="_69ieLaDJEeSZxfCXzZz3-w" name="SingleAbstraction" sections="_69QJt6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieLqDJEeSZxfCXzZz3-w" name="isSingleAbstraction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieL6DJEeSZxfCXzZz3-w" name="umlClassName" value="Abstraction"/>
- </constraints>
- </views>
- <views xmi:id="_69ieMKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAbstraction" sections="_69QJuKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieMaDJEeSZxfCXzZz3-w" name="isMultipleAbstraction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieMqDJEeSZxfCXzZz3-w" name="umlClassName" value="Abstraction"/>
- </constraints>
- </views>
- <views xmi:id="_69ieM6DJEeSZxfCXzZz3-w" name="SingleOpaqueExpression" sections="_69QJuaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieNKDJEeSZxfCXzZz3-w" name="isSingleOpaqueExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieNaDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69ieNqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueExpression" sections="_69QJuqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieN6DJEeSZxfCXzZz3-w" name="isMultipleOpaqueExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieOKDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69ieOaDJEeSZxfCXzZz3-w" name="SingleParameter" sections="_69QJu6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieOqDJEeSZxfCXzZz3-w" name="isSingleParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieO6DJEeSZxfCXzZz3-w" name="umlClassName" value="Parameter"/>
- </constraints>
- </views>
- <views xmi:id="_69iePKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleParameter" sections="_69QJvKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iePaDJEeSZxfCXzZz3-w" name="isMultipleParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iePqDJEeSZxfCXzZz3-w" name="umlClassName" value="Parameter"/>
- </constraints>
- </views>
- <views xmi:id="_69ieP6DJEeSZxfCXzZz3-w" name="SingleMultiplicityElement" sections="_69QJvaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieQKDJEeSZxfCXzZz3-w" name="isSingleMultiplicityElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieQaDJEeSZxfCXzZz3-w" name="umlClassName" value="MultiplicityElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieQqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMultiplicityElement" sections="_69QJvqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieQ6DJEeSZxfCXzZz3-w" name="isMultipleMultiplicityElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieRKDJEeSZxfCXzZz3-w" name="umlClassName" value="MultiplicityElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieRaDJEeSZxfCXzZz3-w" name="SingleConnectableElement" sections="_69QJv6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieRqDJEeSZxfCXzZz3-w" name="isSingleConnectableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieR6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieSKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectableElement" sections="_69QJwKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieSaDJEeSZxfCXzZz3-w" name="isMultipleConnectableElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieSqDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElement"/>
- </constraints>
- </views>
- <views xmi:id="_69ieS6DJEeSZxfCXzZz3-w" name="SingleConnectorEnd" sections="_69QJwaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieTKDJEeSZxfCXzZz3-w" name="isSingleConnectorEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieTaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectorEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69ieTqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectorEnd" sections="_69QJwqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieT6DJEeSZxfCXzZz3-w" name="isMultipleConnectorEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieUKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectorEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69ieUaDJEeSZxfCXzZz3-w" name="SingleProperty" sections="_69WQMKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieUqDJEeSZxfCXzZz3-w" name="isSingleProperty">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieU6DJEeSZxfCXzZz3-w" name="umlClassName" value="Property"/>
- </constraints>
- </views>
- <views xmi:id="_69ieVKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProperty" sections="_69WQMaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieVaDJEeSZxfCXzZz3-w" name="isMultipleProperty">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieVqDJEeSZxfCXzZz3-w" name="umlClassName" value="Property"/>
- </constraints>
- </views>
- <views xmi:id="_69ieV6DJEeSZxfCXzZz3-w" name="SingleDeploymentTarget" sections="_69WQMqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieWKDJEeSZxfCXzZz3-w" name="isSingleDeploymentTarget">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieWaDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentTarget"/>
- </constraints>
- </views>
- <views xmi:id="_69ieWqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeploymentTarget" sections="_69WQM6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieW6DJEeSZxfCXzZz3-w" name="isMultipleDeploymentTarget">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieXKDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentTarget"/>
- </constraints>
- </views>
- <views xmi:id="_69ieXaDJEeSZxfCXzZz3-w" name="SingleDeployment" sections="_69WQNKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieXqDJEeSZxfCXzZz3-w" name="isSingleDeployment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieX6DJEeSZxfCXzZz3-w" name="umlClassName" value="Deployment"/>
- </constraints>
- </views>
- <views xmi:id="_69ieYKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeployment" sections="_69WQNaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieYaDJEeSZxfCXzZz3-w" name="isMultipleDeployment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieYqDJEeSZxfCXzZz3-w" name="umlClassName" value="Deployment"/>
- </constraints>
- </views>
- <views xmi:id="_69ieY6DJEeSZxfCXzZz3-w" name="SingleDeployedArtifact" sections="_69WQNqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieZKDJEeSZxfCXzZz3-w" name="isSingleDeployedArtifact">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieZaDJEeSZxfCXzZz3-w" name="umlClassName" value="DeployedArtifact"/>
- </constraints>
- </views>
- <views xmi:id="_69ieZqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeployedArtifact" sections="_69WQN6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieZ6DJEeSZxfCXzZz3-w" name="isMultipleDeployedArtifact">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieaKDJEeSZxfCXzZz3-w" name="umlClassName" value="DeployedArtifact"/>
- </constraints>
- </views>
- <views xmi:id="_69ieaaDJEeSZxfCXzZz3-w" name="SingleDeploymentSpecification" sections="_69WQOKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieaqDJEeSZxfCXzZz3-w" name="isSingleDeploymentSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iea6DJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69iebKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeploymentSpecification" sections="_69WQOaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iebaDJEeSZxfCXzZz3-w" name="isMultipleDeploymentSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iebqDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ieb6DJEeSZxfCXzZz3-w" name="SingleArtifact" sections="_69WQOqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iecKDJEeSZxfCXzZz3-w" name="isSingleArtifact">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iecaDJEeSZxfCXzZz3-w" name="umlClassName" value="Artifact"/>
- </constraints>
- </views>
- <views xmi:id="_69iecqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleArtifact" sections="_69WQO6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iec6DJEeSZxfCXzZz3-w" name="isMultipleArtifact">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iedKDJEeSZxfCXzZz3-w" name="umlClassName" value="Artifact"/>
- </constraints>
- </views>
- <views xmi:id="_69iedaDJEeSZxfCXzZz3-w" name="SingleManifestation" sections="_69WQPKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iedqDJEeSZxfCXzZz3-w" name="isSingleManifestation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ied6DJEeSZxfCXzZz3-w" name="umlClassName" value="Manifestation"/>
- </constraints>
- </views>
- <views xmi:id="_69ieeKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleManifestation" sections="_69WQPaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieeaDJEeSZxfCXzZz3-w" name="isMultipleManifestation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieeqDJEeSZxfCXzZz3-w" name="umlClassName" value="Manifestation"/>
- </constraints>
- </views>
- <views xmi:id="_69iee6DJEeSZxfCXzZz3-w" name="SingleOperation" sections="_69WQPqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iefKDJEeSZxfCXzZz3-w" name="isSingleOperation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iefaDJEeSZxfCXzZz3-w" name="umlClassName" value="Operation"/>
- </constraints>
- </views>
- <views xmi:id="_69iefqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOperation" sections="_69WQP6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ief6DJEeSZxfCXzZz3-w" name="isMultipleOperation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iegKDJEeSZxfCXzZz3-w" name="umlClassName" value="Operation"/>
- </constraints>
- </views>
- <views xmi:id="_69iegaDJEeSZxfCXzZz3-w" name="SingleBehavioralFeature" sections="_69WQQKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iegqDJEeSZxfCXzZz3-w" name="isSingleBehavioralFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieg6DJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioralFeature"/>
- </constraints>
- </views>
- <views xmi:id="_69iehKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavioralFeature" sections="_69WQQaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iehaDJEeSZxfCXzZz3-w" name="isMultipleBehavioralFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iehqDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioralFeature"/>
- </constraints>
- </views>
- <views xmi:id="_69ieh6DJEeSZxfCXzZz3-w" name="SingleBehavior" sections="_69WQQqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieiKDJEeSZxfCXzZz3-w" name="isSingleBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieiaDJEeSZxfCXzZz3-w" name="umlClassName" value="Behavior"/>
- </constraints>
- </views>
- <views xmi:id="_69ieiqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavior" sections="_69WQQ6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iei6DJEeSZxfCXzZz3-w" name="isMultipleBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iejKDJEeSZxfCXzZz3-w" name="umlClassName" value="Behavior"/>
- </constraints>
- </views>
- <views xmi:id="_69iejaDJEeSZxfCXzZz3-w" name="SingleClass" sections="_69WQRKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iejqDJEeSZxfCXzZz3-w" name="isSingleClass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iej6DJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
- </constraints>
- </views>
- <views xmi:id="_69iekKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClass" sections="_69WQRaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iekaDJEeSZxfCXzZz3-w" name="isMultipleClass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iekqDJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
- </constraints>
- </views>
- <views xmi:id="_69iek6DJEeSZxfCXzZz3-w" name="SingleBehavioredClassifier" sections="_69WQRqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ielKDJEeSZxfCXzZz3-w" name="isSingleBehavioredClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ielaDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioredClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69ielqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavioredClassifier" sections="_69WQR6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iel6DJEeSZxfCXzZz3-w" name="isMultipleBehavioredClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iemKDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioredClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69iemaDJEeSZxfCXzZz3-w" name="SingleInterfaceRealization" sections="_69WQSKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iemqDJEeSZxfCXzZz3-w" name="isSingleInterfaceRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iem6DJEeSZxfCXzZz3-w" name="umlClassName" value="InterfaceRealization"/>
- </constraints>
- </views>
- <views xmi:id="_69ienKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterfaceRealization" sections="_69WQSaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ienaDJEeSZxfCXzZz3-w" name="isMultipleInterfaceRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ienqDJEeSZxfCXzZz3-w" name="umlClassName" value="InterfaceRealization"/>
- </constraints>
- </views>
- <views xmi:id="_69ien6DJEeSZxfCXzZz3-w" name="SingleInterface" sections="_69WQSqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieoKDJEeSZxfCXzZz3-w" name="isSingleInterface">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieoaDJEeSZxfCXzZz3-w" name="umlClassName" value="Interface"/>
- </constraints>
- </views>
- <views xmi:id="_69ieoqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterface" sections="_69WQS6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieo6DJEeSZxfCXzZz3-w" name="isMultipleInterface">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iepKDJEeSZxfCXzZz3-w" name="umlClassName" value="Interface"/>
- </constraints>
- </views>
- <views xmi:id="_69iepaDJEeSZxfCXzZz3-w" name="SingleReception" sections="_69WQTKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iepqDJEeSZxfCXzZz3-w" name="isSingleReception">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iep6DJEeSZxfCXzZz3-w" name="umlClassName" value="Reception"/>
- </constraints>
- </views>
- <views xmi:id="_69ieqKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReception" sections="_69WQTaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieqaDJEeSZxfCXzZz3-w" name="isMultipleReception">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieqqDJEeSZxfCXzZz3-w" name="umlClassName" value="Reception"/>
- </constraints>
- </views>
- <views xmi:id="_69ieq6DJEeSZxfCXzZz3-w" name="SingleSignal" sections="_69WQTqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ierKDJEeSZxfCXzZz3-w" name="isSingleSignal">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieraDJEeSZxfCXzZz3-w" name="umlClassName" value="Signal"/>
- </constraints>
- </views>
- <views xmi:id="_69ierqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSignal" sections="_69WQT6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ier6DJEeSZxfCXzZz3-w" name="isMultipleSignal">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iesKDJEeSZxfCXzZz3-w" name="umlClassName" value="Signal"/>
- </constraints>
- </views>
- <views xmi:id="_69iesaDJEeSZxfCXzZz3-w" name="SingleProtocolStateMachine" sections="_69WQUKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iesqDJEeSZxfCXzZz3-w" name="isSingleProtocolStateMachine">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ies6DJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolStateMachine"/>
- </constraints>
- </views>
- <views xmi:id="_69ietKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProtocolStateMachine" sections="_69WQUaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ietaDJEeSZxfCXzZz3-w" name="isMultipleProtocolStateMachine">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ietqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolStateMachine"/>
- </constraints>
- </views>
- <views xmi:id="_69iet6DJEeSZxfCXzZz3-w" name="SingleStateMachine" sections="_69WQUqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieuKDJEeSZxfCXzZz3-w" name="isSingleStateMachine">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieuaDJEeSZxfCXzZz3-w" name="umlClassName" value="StateMachine"/>
- </constraints>
- </views>
- <views xmi:id="_69ieuqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStateMachine" sections="_69WQU6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieu6DJEeSZxfCXzZz3-w" name="isMultipleStateMachine">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ievKDJEeSZxfCXzZz3-w" name="umlClassName" value="StateMachine"/>
- </constraints>
- </views>
- <views xmi:id="_69ievaDJEeSZxfCXzZz3-w" name="SingleRegion" sections="_69WQVKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ievqDJEeSZxfCXzZz3-w" name="isSingleRegion">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iev6DJEeSZxfCXzZz3-w" name="umlClassName" value="Region"/>
- </constraints>
- </views>
- <views xmi:id="_69iewKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRegion" sections="_69WQVaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iewaDJEeSZxfCXzZz3-w" name="isMultipleRegion">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iewqDJEeSZxfCXzZz3-w" name="umlClassName" value="Region"/>
- </constraints>
- </views>
- <views xmi:id="_69iew6DJEeSZxfCXzZz3-w" name="SingleVertex" sections="_69WQVqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iexKDJEeSZxfCXzZz3-w" name="isSingleVertex">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iexaDJEeSZxfCXzZz3-w" name="umlClassName" value="Vertex"/>
- </constraints>
- </views>
- <views xmi:id="_69iexqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVertex" sections="_69WQV6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iex6DJEeSZxfCXzZz3-w" name="isMultipleVertex">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieyKDJEeSZxfCXzZz3-w" name="umlClassName" value="Vertex"/>
- </constraints>
- </views>
- <views xmi:id="_69ieyaDJEeSZxfCXzZz3-w" name="SingleTransition" sections="_69WQWKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieyqDJEeSZxfCXzZz3-w" name="isSingleTransition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iey6DJEeSZxfCXzZz3-w" name="umlClassName" value="Transition"/>
- </constraints>
- </views>
- <views xmi:id="_69iezKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTransition" sections="_69WQWaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iezaDJEeSZxfCXzZz3-w" name="isMultipleTransition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69iezqDJEeSZxfCXzZz3-w" name="umlClassName" value="Transition"/>
- </constraints>
- </views>
- <views xmi:id="_69iez6DJEeSZxfCXzZz3-w" name="SingleTrigger" sections="_69WQWqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie0KDJEeSZxfCXzZz3-w" name="isSingleTrigger">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie0aDJEeSZxfCXzZz3-w" name="umlClassName" value="Trigger"/>
- </constraints>
- </views>
- <views xmi:id="_69ie0qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTrigger" sections="_69WQW6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie06DJEeSZxfCXzZz3-w" name="isMultipleTrigger">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie1KDJEeSZxfCXzZz3-w" name="umlClassName" value="Trigger"/>
- </constraints>
- </views>
- <views xmi:id="_69ie1aDJEeSZxfCXzZz3-w" name="SingleEvent" sections="_69WQXKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie1qDJEeSZxfCXzZz3-w" name="isSingleEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie16DJEeSZxfCXzZz3-w" name="umlClassName" value="Event"/>
- </constraints>
- </views>
- <views xmi:id="_69ie2KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEvent" sections="_69WQXaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie2aDJEeSZxfCXzZz3-w" name="isMultipleEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie2qDJEeSZxfCXzZz3-w" name="umlClassName" value="Event"/>
- </constraints>
- </views>
- <views xmi:id="_69ie26DJEeSZxfCXzZz3-w" name="SinglePort" sections="_69WQXqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie3KDJEeSZxfCXzZz3-w" name="isSinglePort">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie3aDJEeSZxfCXzZz3-w" name="umlClassName" value="Port"/>
- </constraints>
- </views>
- <views xmi:id="_69ie3qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePort" sections="_69WQX6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie36DJEeSZxfCXzZz3-w" name="isMultiplePort">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie4KDJEeSZxfCXzZz3-w" name="umlClassName" value="Port"/>
- </constraints>
- </views>
- <views xmi:id="_69ie4aDJEeSZxfCXzZz3-w" name="SingleState" sections="_69WQYKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie4qDJEeSZxfCXzZz3-w" name="isSingleState">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie46DJEeSZxfCXzZz3-w" name="umlClassName" value="State"/>
- </constraints>
- </views>
- <views xmi:id="_69ie5KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleState" sections="_69WQYaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie5aDJEeSZxfCXzZz3-w" name="isMultipleState">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie5qDJEeSZxfCXzZz3-w" name="umlClassName" value="State"/>
- </constraints>
- </views>
- <views xmi:id="_69ie56DJEeSZxfCXzZz3-w" name="SingleConnectionPointReference" sections="_69WQYqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie6KDJEeSZxfCXzZz3-w" name="isSingleConnectionPointReference">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okEKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectionPointReference"/>
- </constraints>
- </views>
- <views xmi:id="_69okEaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectionPointReference" sections="_69WQY6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okEqDJEeSZxfCXzZz3-w" name="isMultipleConnectionPointReference">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okE6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectionPointReference"/>
- </constraints>
- </views>
- <views xmi:id="_69okFKDJEeSZxfCXzZz3-w" name="SinglePseudostate" sections="_69WQZKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okFaDJEeSZxfCXzZz3-w" name="isSinglePseudostate">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okFqDJEeSZxfCXzZz3-w" name="umlClassName" value="Pseudostate"/>
- </constraints>
- </views>
- <views xmi:id="_69okF6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePseudostate" sections="_69WQZaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okGKDJEeSZxfCXzZz3-w" name="isMultiplePseudostate">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okGaDJEeSZxfCXzZz3-w" name="umlClassName" value="Pseudostate"/>
- </constraints>
- </views>
- <views xmi:id="_69okGqDJEeSZxfCXzZz3-w" name="SingleEncapsulatedClassifier" sections="_69WQZqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okG6DJEeSZxfCXzZz3-w" name="isSingleEncapsulatedClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okHKDJEeSZxfCXzZz3-w" name="umlClassName" value="EncapsulatedClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69okHaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEncapsulatedClassifier" sections="_69WQZ6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okHqDJEeSZxfCXzZz3-w" name="isMultipleEncapsulatedClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okH6DJEeSZxfCXzZz3-w" name="umlClassName" value="EncapsulatedClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69okIKDJEeSZxfCXzZz3-w" name="SingleStructuredClassifier" sections="_69WQaKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okIaDJEeSZxfCXzZz3-w" name="isSingleStructuredClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okIqDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69okI6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuredClassifier" sections="_69WQaaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okJKDJEeSZxfCXzZz3-w" name="isMultipleStructuredClassifier">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okJaDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredClassifier"/>
- </constraints>
- </views>
- <views xmi:id="_69okJqDJEeSZxfCXzZz3-w" name="SingleConnector" sections="_69WQaqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okJ6DJEeSZxfCXzZz3-w" name="isSingleConnector">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okKKDJEeSZxfCXzZz3-w" name="umlClassName" value="Connector"/>
- </constraints>
- </views>
- <views xmi:id="_69okKaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnector" sections="_69WQa6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okKqDJEeSZxfCXzZz3-w" name="isMultipleConnector">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okK6DJEeSZxfCXzZz3-w" name="umlClassName" value="Connector"/>
- </constraints>
- </views>
- <views xmi:id="_69okLKDJEeSZxfCXzZz3-w" name="SingleExtension" sections="_69WQbKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okLaDJEeSZxfCXzZz3-w" name="isSingleExtension">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okLqDJEeSZxfCXzZz3-w" name="umlClassName" value="Extension"/>
- </constraints>
- </views>
- <views xmi:id="_69okL6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtension" sections="_69WQbaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okMKDJEeSZxfCXzZz3-w" name="isMultipleExtension">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okMaDJEeSZxfCXzZz3-w" name="umlClassName" value="Extension"/>
- </constraints>
- </views>
- <views xmi:id="_69okMqDJEeSZxfCXzZz3-w" name="SingleExtensionEnd" sections="_69WQbqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okM6DJEeSZxfCXzZz3-w" name="isSingleExtensionEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okNKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69okNaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtensionEnd" sections="_69WQb6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okNqDJEeSZxfCXzZz3-w" name="isMultipleExtensionEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okN6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69okOKDJEeSZxfCXzZz3-w" name="SingleStereotype" sections="_69WQcKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okOaDJEeSZxfCXzZz3-w" name="isSingleStereotype">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okOqDJEeSZxfCXzZz3-w" name="umlClassName" value="Stereotype"/>
- </constraints>
- </views>
- <views xmi:id="_69okO6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStereotype" sections="_69WQcaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okPKDJEeSZxfCXzZz3-w" name="isMultipleStereotype">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okPaDJEeSZxfCXzZz3-w" name="umlClassName" value="Stereotype"/>
- </constraints>
- </views>
- <views xmi:id="_69okPqDJEeSZxfCXzZz3-w" name="SingleProfile" sections="_69WQcqDJEeSZxfCXzZz3-w _69idsqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okP6DJEeSZxfCXzZz3-w" name="isSingleProfile">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okQKDJEeSZxfCXzZz3-w" name="umlClassName" value="Profile"/>
- </constraints>
- </views>
- <views xmi:id="_69okQaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProfile" sections="_69WQc6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okQqDJEeSZxfCXzZz3-w" name="isMultipleProfile">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okQ6DJEeSZxfCXzZz3-w" name="umlClassName" value="Profile"/>
- </constraints>
- </views>
- <views xmi:id="_69okRKDJEeSZxfCXzZz3-w" name="SingleModel" sections="_69WQdKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okRaDJEeSZxfCXzZz3-w" name="isSingleModel">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okRqDJEeSZxfCXzZz3-w" name="umlClassName" value="Model"/>
- </constraints>
- </views>
- <views xmi:id="_69okR6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleModel" sections="_69WQdaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okSKDJEeSZxfCXzZz3-w" name="isMultipleModel">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okSaDJEeSZxfCXzZz3-w" name="umlClassName" value="Model"/>
- </constraints>
- </views>
- <views xmi:id="_69okSqDJEeSZxfCXzZz3-w" name="SingleParameterSet" sections="_69WQdqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okS6DJEeSZxfCXzZz3-w" name="isSingleParameterSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okTKDJEeSZxfCXzZz3-w" name="umlClassName" value="ParameterSet"/>
- </constraints>
- </views>
- <views xmi:id="_69okTaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleParameterSet" sections="_69WQd6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okTqDJEeSZxfCXzZz3-w" name="isMultipleParameterSet">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okT6DJEeSZxfCXzZz3-w" name="umlClassName" value="ParameterSet"/>
- </constraints>
- </views>
- <views xmi:id="_69okUKDJEeSZxfCXzZz3-w" name="SingleDataType" sections="_69WQeKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okUaDJEeSZxfCXzZz3-w" name="isSingleDataType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okUqDJEeSZxfCXzZz3-w" name="umlClassName" value="DataType"/>
- </constraints>
- </views>
- <views xmi:id="_69okU6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDataType" sections="_69WQeaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okVKDJEeSZxfCXzZz3-w" name="isMultipleDataType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okVaDJEeSZxfCXzZz3-w" name="umlClassName" value="DataType"/>
- </constraints>
- </views>
- <views xmi:id="_69okVqDJEeSZxfCXzZz3-w" name="SingleOperationTemplateParameter" sections="_69WQeqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okV6DJEeSZxfCXzZz3-w" name="isSingleOperationTemplateParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okWKDJEeSZxfCXzZz3-w" name="umlClassName" value="OperationTemplateParameter"/>
- </constraints>
- </views>
- <views xmi:id="_69okWaDJEeSZxfCXzZz3-w" name="SingleStructuralFeature" sections="_69WQe6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okWqDJEeSZxfCXzZz3-w" name="isSingleStructuralFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okW6DJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeature"/>
- </constraints>
- </views>
- <views xmi:id="_69okXKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuralFeature" sections="_69WQfKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okXaDJEeSZxfCXzZz3-w" name="isMultipleStructuralFeature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okXqDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeature"/>
- </constraints>
- </views>
- <views xmi:id="_69okX6DJEeSZxfCXzZz3-w" name="SingleConnectableElementTemplateParameter" sections="_69WQfaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okYKDJEeSZxfCXzZz3-w" name="isSingleConnectableElementTemplateParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okYaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElementTemplateParameter"/>
- </constraints>
- </views>
- <views xmi:id="_69okYqDJEeSZxfCXzZz3-w" name="SingleCollaborationUse" sections="_69WQfqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okY6DJEeSZxfCXzZz3-w" name="isSingleCollaborationUse">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okZKDJEeSZxfCXzZz3-w" name="umlClassName" value="CollaborationUse"/>
- </constraints>
- </views>
- <views xmi:id="_69okZaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCollaborationUse" sections="_69WQf6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okZqDJEeSZxfCXzZz3-w" name="isMultipleCollaborationUse">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okZ6DJEeSZxfCXzZz3-w" name="umlClassName" value="CollaborationUse"/>
- </constraints>
- </views>
- <views xmi:id="_69okaKDJEeSZxfCXzZz3-w" name="SingleCollaboration" sections="_69WQgKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okaaDJEeSZxfCXzZz3-w" name="isSingleCollaboration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okaqDJEeSZxfCXzZz3-w" name="umlClassName" value="Collaboration"/>
- </constraints>
- </views>
- <views xmi:id="_69oka6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCollaboration" sections="_69WQgaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okbKDJEeSZxfCXzZz3-w" name="isMultipleCollaboration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okbaDJEeSZxfCXzZz3-w" name="umlClassName" value="Collaboration"/>
- </constraints>
- </views>
- <views xmi:id="_69okbqDJEeSZxfCXzZz3-w" name="SingleUseCase" sections="_69WQgqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okb6DJEeSZxfCXzZz3-w" name="isSingleUseCase">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okcKDJEeSZxfCXzZz3-w" name="umlClassName" value="UseCase"/>
- </constraints>
- </views>
- <views xmi:id="_69okcaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUseCase" sections="_69WQg6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okcqDJEeSZxfCXzZz3-w" name="isMultipleUseCase">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okc6DJEeSZxfCXzZz3-w" name="umlClassName" value="UseCase"/>
- </constraints>
- </views>
- <views xmi:id="_69okdKDJEeSZxfCXzZz3-w" name="SingleInclude" sections="_69WQhKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okdaDJEeSZxfCXzZz3-w" name="isSingleInclude">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okdqDJEeSZxfCXzZz3-w" name="umlClassName" value="Include"/>
- </constraints>
- </views>
- <views xmi:id="_69okd6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInclude" sections="_69WQhaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okeKDJEeSZxfCXzZz3-w" name="isMultipleInclude">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okeaDJEeSZxfCXzZz3-w" name="umlClassName" value="Include"/>
- </constraints>
- </views>
- <views xmi:id="_69okeqDJEeSZxfCXzZz3-w" name="SingleExtend" sections="_69WQhqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oke6DJEeSZxfCXzZz3-w" name="isSingleExtend">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okfKDJEeSZxfCXzZz3-w" name="umlClassName" value="Extend"/>
- </constraints>
- </views>
- <views xmi:id="_69okfaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtend" sections="_69WQh6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okfqDJEeSZxfCXzZz3-w" name="isMultipleExtend">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okf6DJEeSZxfCXzZz3-w" name="umlClassName" value="Extend"/>
- </constraints>
- </views>
- <views xmi:id="_69okgKDJEeSZxfCXzZz3-w" name="SingleExtensionPoint" sections="_69WQiKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okgaDJEeSZxfCXzZz3-w" name="isSingleExtensionPoint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okgqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionPoint"/>
- </constraints>
- </views>
- <views xmi:id="_69okg6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtensionPoint" sections="_69WQiaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okhKDJEeSZxfCXzZz3-w" name="isMultipleExtensionPoint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okhaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionPoint"/>
- </constraints>
- </views>
- <views xmi:id="_69okhqDJEeSZxfCXzZz3-w" name="SingleRedefinableTemplateSignature" sections="_69WQiqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okh6DJEeSZxfCXzZz3-w" name="isSingleRedefinableTemplateSignature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okiKDJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableTemplateSignature"/>
- </constraints>
- </views>
- <views xmi:id="_69okiaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRedefinableTemplateSignature" sections="_69WQi6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okiqDJEeSZxfCXzZz3-w" name="isMultipleRedefinableTemplateSignature">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oki6DJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableTemplateSignature"/>
- </constraints>
- </views>
- <views xmi:id="_69okjKDJEeSZxfCXzZz3-w" name="SingleClassifierTemplateParameter" sections="_69WQjKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okjaDJEeSZxfCXzZz3-w" name="isSingleClassifierTemplateParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okjqDJEeSZxfCXzZz3-w" name="umlClassName" value="ClassifierTemplateParameter"/>
- </constraints>
- </views>
- <views xmi:id="_69okj6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClassifierTemplateParameter" sections="_69WQjaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okkKDJEeSZxfCXzZz3-w" name="isMultipleClassifierTemplateParameter">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okkaDJEeSZxfCXzZz3-w" name="umlClassName" value="ClassifierTemplateParameter"/>
- </constraints>
- </views>
- <views xmi:id="_69okkqDJEeSZxfCXzZz3-w" name="SingleStringExpression" sections="_69WQjqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okk6DJEeSZxfCXzZz3-w" name="isSingleStringExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oklKDJEeSZxfCXzZz3-w" name="umlClassName" value="StringExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69oklaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStringExpression" sections="_69WQj6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oklqDJEeSZxfCXzZz3-w" name="isMultipleStringExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okl6DJEeSZxfCXzZz3-w" name="umlClassName" value="StringExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69okmKDJEeSZxfCXzZz3-w" name="SingleExpression" sections="_69WQkKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okmaDJEeSZxfCXzZz3-w" name="isSingleExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okmqDJEeSZxfCXzZz3-w" name="umlClassName" value="Expression"/>
- </constraints>
- </views>
- <views xmi:id="_69okm6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpression" sections="_69WQkaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oknKDJEeSZxfCXzZz3-w" name="isMultipleExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oknaDJEeSZxfCXzZz3-w" name="umlClassName" value="Expression"/>
- </constraints>
- </views>
- <views xmi:id="_69oknqDJEeSZxfCXzZz3-w" name="SingleUsage" sections="_69WQkqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okn6DJEeSZxfCXzZz3-w" name="isSingleUsage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okoKDJEeSZxfCXzZz3-w" name="umlClassName" value="Usage"/>
- </constraints>
- </views>
- <views xmi:id="_69okoaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUsage" sections="_69WQk6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okoqDJEeSZxfCXzZz3-w" name="isMultipleUsage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oko6DJEeSZxfCXzZz3-w" name="umlClassName" value="Usage"/>
- </constraints>
- </views>
- <views xmi:id="_69okpKDJEeSZxfCXzZz3-w" name="SingleProfileApplication" sections="_69WQlKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okpaDJEeSZxfCXzZz3-w" name="isSingleProfileApplication">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okpqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProfileApplication"/>
- </constraints>
- </views>
- <views xmi:id="_69okp6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProfileApplication" sections="_69WQlaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okqKDJEeSZxfCXzZz3-w" name="isMultipleProfileApplication">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okqaDJEeSZxfCXzZz3-w" name="umlClassName" value="ProfileApplication"/>
- </constraints>
- </views>
- <views xmi:id="_69okqqDJEeSZxfCXzZz3-w" name="SingleEnumeration" sections="_69WQlqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okq6DJEeSZxfCXzZz3-w" name="isSingleEnumeration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okrKDJEeSZxfCXzZz3-w" name="umlClassName" value="Enumeration"/>
- </constraints>
- </views>
- <views xmi:id="_69okraDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEnumeration" sections="_69WQl6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okrqDJEeSZxfCXzZz3-w" name="isMultipleEnumeration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okr6DJEeSZxfCXzZz3-w" name="umlClassName" value="Enumeration"/>
- </constraints>
- </views>
- <views xmi:id="_69oksKDJEeSZxfCXzZz3-w" name="SingleEnumerationLiteral" sections="_69WQmKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oksaDJEeSZxfCXzZz3-w" name="isSingleEnumerationLiteral">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oksqDJEeSZxfCXzZz3-w" name="umlClassName" value="EnumerationLiteral"/>
- </constraints>
- </views>
- <views xmi:id="_69oks6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEnumerationLiteral" sections="_69WQmaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oktKDJEeSZxfCXzZz3-w" name="isMultipleEnumerationLiteral">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oktaDJEeSZxfCXzZz3-w" name="umlClassName" value="EnumerationLiteral"/>
- </constraints>
- </views>
- <views xmi:id="_69oktqDJEeSZxfCXzZz3-w" name="SingleInstanceSpecification" sections="_69WQmqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okt6DJEeSZxfCXzZz3-w" name="isSingleInstanceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okuKDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69okuaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInstanceSpecification" sections="_69WQm6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okuqDJEeSZxfCXzZz3-w" name="isMultipleInstanceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oku6DJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69okvKDJEeSZxfCXzZz3-w" name="SingleSlot" sections="_69WQnKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okvaDJEeSZxfCXzZz3-w" name="isSingleSlot">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okvqDJEeSZxfCXzZz3-w" name="umlClassName" value="Slot"/>
- </constraints>
- </views>
- <views xmi:id="_69okv6DJEeSZxfCXzZz3-w" name="SinglePrimitiveType" sections="_69WQnaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okwKDJEeSZxfCXzZz3-w" name="isSinglePrimitiveType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okwaDJEeSZxfCXzZz3-w" name="umlClassName" value="PrimitiveType"/>
- </constraints>
- </views>
- <views xmi:id="_69okwqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePrimitiveType" sections="_69WQnqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okw6DJEeSZxfCXzZz3-w" name="isMultiplePrimitiveType">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okxKDJEeSZxfCXzZz3-w" name="umlClassName" value="PrimitiveType"/>
- </constraints>
- </views>
- <views xmi:id="_69okxaDJEeSZxfCXzZz3-w" name="SingleLiteralSpecification" sections="_69WQn6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okxqDJEeSZxfCXzZz3-w" name="isSingleLiteralSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okx6DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69okyKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralSpecification" sections="_69WQoKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okyaDJEeSZxfCXzZz3-w" name="isMultipleLiteralSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okyqDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69oky6DJEeSZxfCXzZz3-w" name="SingleLiteralInteger" sections="_69WQoaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okzKDJEeSZxfCXzZz3-w" name="isSingleLiteralInteger">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69okzaDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralInteger"/>
- </constraints>
- </views>
- <views xmi:id="_69okzqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralInteger" sections="_69WQoqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okz6DJEeSZxfCXzZz3-w" name="isMultipleLiteralInteger">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok0KDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralInteger"/>
- </constraints>
- </views>
- <views xmi:id="_69ok0aDJEeSZxfCXzZz3-w" name="SingleLiteralString" sections="_69WQo6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok0qDJEeSZxfCXzZz3-w" name="isSingleLiteralString">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok06DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralString"/>
- </constraints>
- </views>
- <views xmi:id="_69ok1KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralString" sections="_69WQpKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok1aDJEeSZxfCXzZz3-w" name="isMultipleLiteralString">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok1qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralString"/>
- </constraints>
- </views>
- <views xmi:id="_69ok16DJEeSZxfCXzZz3-w" name="SingleLiteralBoolean" sections="_69WQpaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok2KDJEeSZxfCXzZz3-w" name="isSingleLiteralBoolean">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok2aDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralBoolean"/>
- </constraints>
- </views>
- <views xmi:id="_69ok2qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralBoolean" sections="_69WQpqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok26DJEeSZxfCXzZz3-w" name="isMultipleLiteralBoolean">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok3KDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralBoolean"/>
- </constraints>
- </views>
- <views xmi:id="_69ok3aDJEeSZxfCXzZz3-w" name="SingleLiteralNull" sections="_69WQp6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok3qDJEeSZxfCXzZz3-w" name="isSingleLiteralNull">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok36DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralNull"/>
- </constraints>
- </views>
- <views xmi:id="_69ok4KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralNull" sections="_69WQqKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok4aDJEeSZxfCXzZz3-w" name="isMultipleLiteralNull">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok4qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralNull"/>
- </constraints>
- </views>
- <views xmi:id="_69ok46DJEeSZxfCXzZz3-w" name="SingleInstanceValue" sections="_69WQqaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok5KDJEeSZxfCXzZz3-w" name="isSingleInstanceValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok5aDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceValue"/>
- </constraints>
- </views>
- <views xmi:id="_69ok5qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInstanceValue" sections="_69WQqqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok56DJEeSZxfCXzZz3-w" name="isMultipleInstanceValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok6KDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceValue"/>
- </constraints>
- </views>
- <views xmi:id="_69ok6aDJEeSZxfCXzZz3-w" name="SingleLiteralUnlimitedNatural" sections="_69WQq6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok6qDJEeSZxfCXzZz3-w" name="isSingleLiteralUnlimitedNatural">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok66DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralUnlimitedNatural"/>
- </constraints>
- </views>
- <views xmi:id="_69ok7KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralUnlimitedNatural" sections="_69WQrKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok7aDJEeSZxfCXzZz3-w" name="isMultipleLiteralUnlimitedNatural">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok7qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralUnlimitedNatural"/>
- </constraints>
- </views>
- <views xmi:id="_69ok76DJEeSZxfCXzZz3-w" name="SingleOpaqueBehavior" sections="_69WQraDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok8KDJEeSZxfCXzZz3-w" name="isSingleOpaqueBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok8aDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueBehavior"/>
- </constraints>
- </views>
- <views xmi:id="_69ok8qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueBehavior" sections="_69WQrqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok86DJEeSZxfCXzZz3-w" name="isMultipleOpaqueBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok9KDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueBehavior"/>
- </constraints>
- </views>
- <views xmi:id="_69ok9aDJEeSZxfCXzZz3-w" name="SingleFunctionBehavior" sections="_69WQr6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok9qDJEeSZxfCXzZz3-w" name="isSingleFunctionBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok96DJEeSZxfCXzZz3-w" name="umlClassName" value="FunctionBehavior"/>
- </constraints>
- </views>
- <views xmi:id="_69ok-KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFunctionBehavior" sections="_69WQsKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok-aDJEeSZxfCXzZz3-w" name="isMultipleFunctionBehavior">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok-qDJEeSZxfCXzZz3-w" name="umlClassName" value="FunctionBehavior"/>
- </constraints>
- </views>
- <views xmi:id="_69ok-6DJEeSZxfCXzZz3-w" name="SingleOpaqueAction" sections="_69WQsaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok_KDJEeSZxfCXzZz3-w" name="isSingleOpaqueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok_aDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ok_qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueAction" sections="_69WQsqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok_6DJEeSZxfCXzZz3-w" name="isMultipleOpaqueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olAKDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olAaDJEeSZxfCXzZz3-w" name="SingleAction" sections="_69WQs6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olAqDJEeSZxfCXzZz3-w" name="isSingleAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olA6DJEeSZxfCXzZz3-w" name="umlClassName" value="Action"/>
- </constraints>
- </views>
- <views xmi:id="_69olBKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAction" sections="_69WQtKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olBaDJEeSZxfCXzZz3-w" name="isMultipleAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olBqDJEeSZxfCXzZz3-w" name="umlClassName" value="Action"/>
- </constraints>
- </views>
- <views xmi:id="_69olB6DJEeSZxfCXzZz3-w" name="SingleExecutableNode" sections="_69WQtaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olCKDJEeSZxfCXzZz3-w" name="isSingleExecutableNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olCaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutableNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olCqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutableNode" sections="_69WQtqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olC6DJEeSZxfCXzZz3-w" name="isMultipleExecutableNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olDKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutableNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olDaDJEeSZxfCXzZz3-w" name="SingleActivityNode" sections="_69WQt6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olDqDJEeSZxfCXzZz3-w" name="isSingleActivityNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olD6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olEKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityNode" sections="_69WQuKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olEaDJEeSZxfCXzZz3-w" name="isMultipleActivityNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olEqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olE6DJEeSZxfCXzZz3-w" name="SingleStructuredActivityNode" sections="_69WQuaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olFKDJEeSZxfCXzZz3-w" name="isSingleStructuredActivityNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olFaDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredActivityNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olFqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuredActivityNode" sections="_69WQuqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olF6DJEeSZxfCXzZz3-w" name="isMultipleStructuredActivityNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olGKDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredActivityNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olGaDJEeSZxfCXzZz3-w" name="SingleActivity" sections="_69WQu6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olGqDJEeSZxfCXzZz3-w" name="isSingleActivity">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olG6DJEeSZxfCXzZz3-w" name="umlClassName" value="Activity"/>
- </constraints>
- </views>
- <views xmi:id="_69olHKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivity" sections="_69WQvKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olHaDJEeSZxfCXzZz3-w" name="isMultipleActivity">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olHqDJEeSZxfCXzZz3-w" name="umlClassName" value="Activity"/>
- </constraints>
- </views>
- <views xmi:id="_69olH6DJEeSZxfCXzZz3-w" name="SingleVariable" sections="_69WQvaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olIKDJEeSZxfCXzZz3-w" name="isSingleVariable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olIaDJEeSZxfCXzZz3-w" name="umlClassName" value="Variable"/>
- </constraints>
- </views>
- <views xmi:id="_69olIqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVariable" sections="_69WQvqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olI6DJEeSZxfCXzZz3-w" name="isMultipleVariable">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olJKDJEeSZxfCXzZz3-w" name="umlClassName" value="Variable"/>
- </constraints>
- </views>
- <views xmi:id="_69olJaDJEeSZxfCXzZz3-w" name="SingleActivityEdge" sections="_69WQv6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olJqDJEeSZxfCXzZz3-w" name="isSingleActivityEdge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olJ6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityEdge"/>
- </constraints>
- </views>
- <views xmi:id="_69olKKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityEdge" sections="_69WQwKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olKaDJEeSZxfCXzZz3-w" name="isMultipleActivityEdge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olKqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityEdge"/>
- </constraints>
- </views>
- <views xmi:id="_69olK6DJEeSZxfCXzZz3-w" name="SingleActivityPartition" sections="_69WQwaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olLKDJEeSZxfCXzZz3-w" name="isSingleActivityPartition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olLaDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityPartition"/>
- </constraints>
- </views>
- <views xmi:id="_69olLqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityPartition" sections="_69WQwqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olL6DJEeSZxfCXzZz3-w" name="isMultipleActivityPartition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olMKDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityPartition"/>
- </constraints>
- </views>
- <views xmi:id="_69olMaDJEeSZxfCXzZz3-w" name="SingleInterruptibleActivityRegion" sections="_69WQw6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olMqDJEeSZxfCXzZz3-w" name="isSingleInterruptibleActivityRegion">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olM6DJEeSZxfCXzZz3-w" name="umlClassName" value="InterruptibleActivityRegion"/>
- </constraints>
- </views>
- <views xmi:id="_69olNKDJEeSZxfCXzZz3-w" name="SingleExceptionHandler" sections="_69WQxKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olNaDJEeSZxfCXzZz3-w" name="isSingleExceptionHandler">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olNqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExceptionHandler"/>
- </constraints>
- </views>
- <views xmi:id="_69olN6DJEeSZxfCXzZz3-w" name="SingleObjectNode" sections="_69WQxaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olOKDJEeSZxfCXzZz3-w" name="isSingleObjectNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olOaDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olOqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObjectNode" sections="_69WQxqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olO6DJEeSZxfCXzZz3-w" name="isMultipleObjectNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olPKDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olPaDJEeSZxfCXzZz3-w" name="SingleOutputPin" sections="_69WQx6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olPqDJEeSZxfCXzZz3-w" name="isSingleOutputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olP6DJEeSZxfCXzZz3-w" name="umlClassName" value="OutputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69olQKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOutputPin" sections="_69WQyKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olQaDJEeSZxfCXzZz3-w" name="isMultipleOutputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olQqDJEeSZxfCXzZz3-w" name="umlClassName" value="OutputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69olQ6DJEeSZxfCXzZz3-w" name="SinglePin" sections="_69WQyaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olRKDJEeSZxfCXzZz3-w" name="isSinglePin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olRaDJEeSZxfCXzZz3-w" name="umlClassName" value="Pin"/>
- </constraints>
- </views>
- <views xmi:id="_69olRqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePin" sections="_69WQyqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olR6DJEeSZxfCXzZz3-w" name="isMultiplePin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olSKDJEeSZxfCXzZz3-w" name="umlClassName" value="Pin"/>
- </constraints>
- </views>
- <views xmi:id="_69olSaDJEeSZxfCXzZz3-w" name="SingleInputPin" sections="_69WQy6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olSqDJEeSZxfCXzZz3-w" name="isSingleInputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olS6DJEeSZxfCXzZz3-w" name="umlClassName" value="InputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69olTKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInputPin" sections="_69WQzKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olTaDJEeSZxfCXzZz3-w" name="isMultipleInputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olTqDJEeSZxfCXzZz3-w" name="umlClassName" value="InputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69olT6DJEeSZxfCXzZz3-w" name="SingleCallAction" sections="_69WQzaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olUKDJEeSZxfCXzZz3-w" name="isSingleCallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olUaDJEeSZxfCXzZz3-w" name="umlClassName" value="CallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olUqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallAction" sections="_69WQzqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olU6DJEeSZxfCXzZz3-w" name="isMultipleCallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olVKDJEeSZxfCXzZz3-w" name="umlClassName" value="CallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olVaDJEeSZxfCXzZz3-w" name="SingleInvocationAction" sections="_69WQz6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olVqDJEeSZxfCXzZz3-w" name="isSingleInvocationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olV6DJEeSZxfCXzZz3-w" name="umlClassName" value="InvocationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olWKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInvocationAction" sections="_69WQ0KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olWaDJEeSZxfCXzZz3-w" name="isMultipleInvocationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olWqDJEeSZxfCXzZz3-w" name="umlClassName" value="InvocationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olW6DJEeSZxfCXzZz3-w" name="SingleSendSignalAction" sections="_69WQ0aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olXKDJEeSZxfCXzZz3-w" name="isSingleSendSignalAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olXaDJEeSZxfCXzZz3-w" name="umlClassName" value="SendSignalAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olXqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSendSignalAction" sections="_69WQ0qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olX6DJEeSZxfCXzZz3-w" name="isMultipleSendSignalAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olYKDJEeSZxfCXzZz3-w" name="umlClassName" value="SendSignalAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olYaDJEeSZxfCXzZz3-w" name="SingleCallOperationAction" sections="_69WQ06DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olYqDJEeSZxfCXzZz3-w" name="isSingleCallOperationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olY6DJEeSZxfCXzZz3-w" name="umlClassName" value="CallOperationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olZKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallOperationAction" sections="_69WQ1KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olZaDJEeSZxfCXzZz3-w" name="isMultipleCallOperationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olZqDJEeSZxfCXzZz3-w" name="umlClassName" value="CallOperationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olZ6DJEeSZxfCXzZz3-w" name="SingleCallBehaviorAction" sections="_69WQ1aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olaKDJEeSZxfCXzZz3-w" name="isSingleCallBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olaaDJEeSZxfCXzZz3-w" name="umlClassName" value="CallBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olaqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallBehaviorAction" sections="_69WQ1qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ola6DJEeSZxfCXzZz3-w" name="isMultipleCallBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olbKDJEeSZxfCXzZz3-w" name="umlClassName" value="CallBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69olbaDJEeSZxfCXzZz3-w" name="SingleSequenceNode" sections="_69WQ16DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olbqDJEeSZxfCXzZz3-w" name="isSingleSequenceNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olb6DJEeSZxfCXzZz3-w" name="umlClassName" value="SequenceNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olcKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSequenceNode" sections="_69WQ2KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olcaDJEeSZxfCXzZz3-w" name="isMultipleSequenceNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olcqDJEeSZxfCXzZz3-w" name="umlClassName" value="SequenceNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olc6DJEeSZxfCXzZz3-w" name="SingleControlNode" sections="_69WQ2aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oldKDJEeSZxfCXzZz3-w" name="isSingleControlNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oldaDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlNode"/>
- </constraints>
- </views>
- <views xmi:id="_69oldqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleControlNode" sections="_69WQ2qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69old6DJEeSZxfCXzZz3-w" name="isMultipleControlNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oleKDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlNode"/>
- </constraints>
- </views>
- <views xmi:id="_69oleaDJEeSZxfCXzZz3-w" name="SingleControlFlow" sections="_69WQ26DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oleqDJEeSZxfCXzZz3-w" name="isSingleControlFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ole6DJEeSZxfCXzZz3-w" name="umlClassName" value="ControlFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69olfKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleControlFlow" sections="_69WQ3KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olfaDJEeSZxfCXzZz3-w" name="isMultipleControlFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olfqDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69olf6DJEeSZxfCXzZz3-w" name="SingleInitialNode" sections="_69WQ3aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olgKDJEeSZxfCXzZz3-w" name="isSingleInitialNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olgaDJEeSZxfCXzZz3-w" name="umlClassName" value="InitialNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olgqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInitialNode" sections="_69cW0KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olg6DJEeSZxfCXzZz3-w" name="isMultipleInitialNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olhKDJEeSZxfCXzZz3-w" name="umlClassName" value="InitialNode"/>
- </constraints>
- </views>
- <views xmi:id="_69olhaDJEeSZxfCXzZz3-w" name="SingleActivityParameterNode" sections="_69cW0aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olhqDJEeSZxfCXzZz3-w" name="isSingleActivityParameterNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olh6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityParameterNode"/>
- </constraints>
- </views>
- <views xmi:id="_69oliKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityParameterNode" sections="_69cW0qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oliaDJEeSZxfCXzZz3-w" name="isMultipleActivityParameterNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oliqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityParameterNode"/>
- </constraints>
- </views>
- <views xmi:id="_69oli6DJEeSZxfCXzZz3-w" name="SingleValuePin" sections="_69cW06DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oljKDJEeSZxfCXzZz3-w" name="isSingleValuePin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oljaDJEeSZxfCXzZz3-w" name="umlClassName" value="ValuePin"/>
- </constraints>
- </views>
- <views xmi:id="_69oljqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValuePin" sections="_69cW1KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olj6DJEeSZxfCXzZz3-w" name="isMultipleValuePin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olkKDJEeSZxfCXzZz3-w" name="umlClassName" value="ValuePin"/>
- </constraints>
- </views>
- <views xmi:id="_69olkaDJEeSZxfCXzZz3-w" name="SingleMessage" sections="_69cW1aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olkqDJEeSZxfCXzZz3-w" name="isSingleMessage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olk6DJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
- </constraints>
- </views>
- <views xmi:id="_69ollKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessage" sections="_69cW1qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ollaDJEeSZxfCXzZz3-w" name="isMultipleMessage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ollqDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
- </constraints>
- </views>
- <views xmi:id="_69oll6DJEeSZxfCXzZz3-w" name="SingleMessageEnd" sections="_69cW16DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olmKDJEeSZxfCXzZz3-w" name="isSingleMessageEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olmaDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69olmqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageEnd" sections="_69cW2KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olm6DJEeSZxfCXzZz3-w" name="isMultipleMessageEnd">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olnKDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEnd"/>
- </constraints>
- </views>
- <views xmi:id="_69olnaDJEeSZxfCXzZz3-w" name="SingleInteraction" sections="_69cW2aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olnqDJEeSZxfCXzZz3-w" name="isSingleInteraction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oln6DJEeSZxfCXzZz3-w" name="umlClassName" value="Interaction"/>
- </constraints>
- </views>
- <views xmi:id="_69oloKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteraction" sections="_69cW2qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oloaDJEeSZxfCXzZz3-w" name="isMultipleInteraction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oloqDJEeSZxfCXzZz3-w" name="umlClassName" value="Interaction"/>
- </constraints>
- </views>
- <views xmi:id="_69olo6DJEeSZxfCXzZz3-w" name="SingleInteractionFragment" sections="_69cW26DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olpKDJEeSZxfCXzZz3-w" name="isSingleInteractionFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olpaDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69olpqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionFragment" sections="_69cW3KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olp6DJEeSZxfCXzZz3-w" name="isMultipleInteractionFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olqKDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69olqaDJEeSZxfCXzZz3-w" name="SingleLifeline" sections="_69cW3aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olqqDJEeSZxfCXzZz3-w" name="isSingleLifeline">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olq6DJEeSZxfCXzZz3-w" name="umlClassName" value="Lifeline"/>
- </constraints>
- </views>
- <views xmi:id="_69olrKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLifeline" sections="_69cW3qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olraDJEeSZxfCXzZz3-w" name="isMultipleLifeline">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olrqDJEeSZxfCXzZz3-w" name="umlClassName" value="Lifeline"/>
- </constraints>
- </views>
- <views xmi:id="_69olr6DJEeSZxfCXzZz3-w" name="SinglePartDecomposition" sections="_69cW36DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olsKDJEeSZxfCXzZz3-w" name="isSinglePartDecomposition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olsaDJEeSZxfCXzZz3-w" name="umlClassName" value="PartDecomposition"/>
- </constraints>
- </views>
- <views xmi:id="_69olsqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePartDecomposition" sections="_69cW4KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ols6DJEeSZxfCXzZz3-w" name="isMultiplePartDecomposition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oltKDJEeSZxfCXzZz3-w" name="umlClassName" value="PartDecomposition"/>
- </constraints>
- </views>
- <views xmi:id="_69oltaDJEeSZxfCXzZz3-w" name="SingleInteractionUse" sections="_69cW4aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oltqDJEeSZxfCXzZz3-w" name="isSingleInteractionUse">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olt6DJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionUse"/>
- </constraints>
- </views>
- <views xmi:id="_69oluKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionUse" sections="_69cW4qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oluaDJEeSZxfCXzZz3-w" name="isMultipleInteractionUse">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69oluqDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionUse"/>
- </constraints>
- </views>
- <views xmi:id="_69olu6DJEeSZxfCXzZz3-w" name="SingleGate" sections="_69cW46DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olvKDJEeSZxfCXzZz3-w" name="isSingleGate">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olvaDJEeSZxfCXzZz3-w" name="umlClassName" value="Gate"/>
- </constraints>
- </views>
- <views xmi:id="_69olvqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGate" sections="_69cW5KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olv6DJEeSZxfCXzZz3-w" name="isMultipleGate">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olwKDJEeSZxfCXzZz3-w" name="umlClassName" value="Gate"/>
- </constraints>
- </views>
- <views xmi:id="_69olwaDJEeSZxfCXzZz3-w" name="SingleGeneralOrdering" sections="_69cW5aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olwqDJEeSZxfCXzZz3-w" name="isSingleGeneralOrdering">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olw6DJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralOrdering"/>
- </constraints>
- </views>
- <views xmi:id="_69olxKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralOrdering" sections="_69cW5qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olxaDJEeSZxfCXzZz3-w" name="isMultipleGeneralOrdering">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olxqDJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralOrdering"/>
- </constraints>
- </views>
- <views xmi:id="_69olx6DJEeSZxfCXzZz3-w" name="SingleOccurrenceSpecification" sections="_69cW56DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olyKDJEeSZxfCXzZz3-w" name="isSingleOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olyaDJEeSZxfCXzZz3-w" name="umlClassName" value="OccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69olyqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOccurrenceSpecification" sections="_69cW6KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oly6DJEeSZxfCXzZz3-w" name="isMultipleOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olzKDJEeSZxfCXzZz3-w" name="umlClassName" value="OccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69olzaDJEeSZxfCXzZz3-w" name="SingleInteractionOperand" sections="_69cW6aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olzqDJEeSZxfCXzZz3-w" name="isSingleInteractionOperand">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69olz6DJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionOperand"/>
- </constraints>
- </views>
- <views xmi:id="_69ol0KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionOperand" sections="_69cW6qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol0aDJEeSZxfCXzZz3-w" name="isMultipleInteractionOperand">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol0qDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionOperand"/>
- </constraints>
- </views>
- <views xmi:id="_69ol06DJEeSZxfCXzZz3-w" name="SingleInteractionConstraint" sections="_69cW66DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol1KDJEeSZxfCXzZz3-w" name="isSingleInteractionConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol1aDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69ol1qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionConstraint" sections="_69cW7KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol16DJEeSZxfCXzZz3-w" name="isMultipleInteractionConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol2KDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69ol2aDJEeSZxfCXzZz3-w" name="SingleExecutionSpecification" sections="_69cW7aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol2qDJEeSZxfCXzZz3-w" name="isSingleExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol26DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol3KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionSpecification" sections="_69cW7qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol3aDJEeSZxfCXzZz3-w" name="isMultipleExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol3qDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol36DJEeSZxfCXzZz3-w" name="SingleStateInvariant" sections="_69cW76DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol4KDJEeSZxfCXzZz3-w" name="isSingleStateInvariant">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol4aDJEeSZxfCXzZz3-w" name="umlClassName" value="StateInvariant"/>
- </constraints>
- </views>
- <views xmi:id="_69ol4qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStateInvariant" sections="_69cW8KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol46DJEeSZxfCXzZz3-w" name="isMultipleStateInvariant">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol5KDJEeSZxfCXzZz3-w" name="umlClassName" value="StateInvariant"/>
- </constraints>
- </views>
- <views xmi:id="_69ol5aDJEeSZxfCXzZz3-w" name="SingleActionExecutionSpecification" sections="_69cW8aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol5qDJEeSZxfCXzZz3-w" name="isSingleActionExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol56DJEeSZxfCXzZz3-w" name="umlClassName" value="ActionExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol6KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActionExecutionSpecification" sections="_69cW8qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol6aDJEeSZxfCXzZz3-w" name="isMultipleActionExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol6qDJEeSZxfCXzZz3-w" name="umlClassName" value="ActionExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol66DJEeSZxfCXzZz3-w" name="SingleBehaviorExecutionSpecification" sections="_69cW86DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol7KDJEeSZxfCXzZz3-w" name="isSingleBehaviorExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol7aDJEeSZxfCXzZz3-w" name="umlClassName" value="BehaviorExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol7qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehaviorExecutionSpecification" sections="_69cW9KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol76DJEeSZxfCXzZz3-w" name="isMultipleBehaviorExecutionSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol8KDJEeSZxfCXzZz3-w" name="umlClassName" value="BehaviorExecutionSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol8aDJEeSZxfCXzZz3-w" name="SingleMessageEvent" sections="_69cW9aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol8qDJEeSZxfCXzZz3-w" name="isSingleMessageEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol86DJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69ol9KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageEvent" sections="_69cW9qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol9aDJEeSZxfCXzZz3-w" name="isMultipleMessageEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol9qDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69ol96DJEeSZxfCXzZz3-w" name="SingleMessageOccurrenceSpecification" sections="_69cW96DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol-KDJEeSZxfCXzZz3-w" name="isSingleMessageOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol-aDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageOccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol-qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageOccurrenceSpecification" sections="_69cW-KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol-6DJEeSZxfCXzZz3-w" name="isMultipleMessageOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol_KDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageOccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69ol_aDJEeSZxfCXzZz3-w" name="SingleExecutionOccurrenceSpecification" sections="_69cW-aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol_qDJEeSZxfCXzZz3-w" name="isSingleExecutionOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol_6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionOccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69omAKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionOccurrenceSpecification" sections="_69cW-qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omAaDJEeSZxfCXzZz3-w" name="isMultipleExecutionOccurrenceSpecification">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omAqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionOccurrenceSpecification"/>
- </constraints>
- </views>
- <views xmi:id="_69omA6DJEeSZxfCXzZz3-w" name="SingleActor" sections="_69cW-6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omBKDJEeSZxfCXzZz3-w" name="isSingleActor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omBaDJEeSZxfCXzZz3-w" name="umlClassName" value="Actor"/>
- </constraints>
- </views>
- <views xmi:id="_69omBqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActor" sections="_69cW_KDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omB6DJEeSZxfCXzZz3-w" name="isMultipleActor">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omCKDJEeSZxfCXzZz3-w" name="umlClassName" value="Actor"/>
- </constraints>
- </views>
- <views xmi:id="_69omCaDJEeSZxfCXzZz3-w" name="SingleCallEvent" sections="_69cW_aDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omCqDJEeSZxfCXzZz3-w" name="isSingleCallEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omC6DJEeSZxfCXzZz3-w" name="umlClassName" value="CallEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69omDKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallEvent" sections="_69cW_qDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omDaDJEeSZxfCXzZz3-w" name="isMultipleCallEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omDqDJEeSZxfCXzZz3-w" name="umlClassName" value="CallEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69omD6DJEeSZxfCXzZz3-w" name="SingleChangeEvent" sections="_69cW_6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omEKDJEeSZxfCXzZz3-w" name="isSingleChangeEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omEaDJEeSZxfCXzZz3-w" name="umlClassName" value="ChangeEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69omEqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleChangeEvent" sections="_69cXAKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omE6DJEeSZxfCXzZz3-w" name="isMultipleChangeEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omFKDJEeSZxfCXzZz3-w" name="umlClassName" value="ChangeEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69omFaDJEeSZxfCXzZz3-w" name="SingleAnyReceiveEvent" sections="_69cXAaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omFqDJEeSZxfCXzZz3-w" name="isSingleAnyReceiveEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omF6DJEeSZxfCXzZz3-w" name="umlClassName" value="AnyReceiveEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69omGKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAnyReceiveEvent" sections="_69cXAqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omGaDJEeSZxfCXzZz3-w" name="isMultipleAnyReceiveEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69omGqDJEeSZxfCXzZz3-w" name="umlClassName" value="AnyReceiveEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69uqsKDJEeSZxfCXzZz3-w" name="SingleForkNode" sections="_69cXA6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqsaDJEeSZxfCXzZz3-w" name="isSingleForkNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqsqDJEeSZxfCXzZz3-w" name="umlClassName" value="ForkNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqs6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleForkNode" sections="_69cXBKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqtKDJEeSZxfCXzZz3-w" name="isMultipleForkNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqtaDJEeSZxfCXzZz3-w" name="umlClassName" value="ForkNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqtqDJEeSZxfCXzZz3-w" name="SingleFlowFinalNode" sections="_69cXBaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqt6DJEeSZxfCXzZz3-w" name="isSingleFlowFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uquKDJEeSZxfCXzZz3-w" name="umlClassName" value="FlowFinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uquaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFlowFinalNode" sections="_69cXBqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uquqDJEeSZxfCXzZz3-w" name="isMultipleFlowFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqu6DJEeSZxfCXzZz3-w" name="umlClassName" value="FlowFinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqvKDJEeSZxfCXzZz3-w" name="SingleFinalNode" sections="_69cXB6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqvaDJEeSZxfCXzZz3-w" name="isSingleFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqvqDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqv6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFinalNode" sections="_69cXCKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqwKDJEeSZxfCXzZz3-w" name="isMultipleFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqwaDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqwqDJEeSZxfCXzZz3-w" name="SingleCentralBufferNode" sections="_69cXCaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqw6DJEeSZxfCXzZz3-w" name="isSingleCentralBufferNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqxKDJEeSZxfCXzZz3-w" name="umlClassName" value="CentralBufferNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqxaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCentralBufferNode" sections="_69cXCqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqxqDJEeSZxfCXzZz3-w" name="isMultipleCentralBufferNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqx6DJEeSZxfCXzZz3-w" name="umlClassName" value="CentralBufferNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqyKDJEeSZxfCXzZz3-w" name="SingleMergeNode" sections="_69cXC6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqyaDJEeSZxfCXzZz3-w" name="isSingleMergeNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqyqDJEeSZxfCXzZz3-w" name="umlClassName" value="MergeNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqy6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMergeNode" sections="_69cXDKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqzKDJEeSZxfCXzZz3-w" name="isMultipleMergeNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqzaDJEeSZxfCXzZz3-w" name="umlClassName" value="MergeNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uqzqDJEeSZxfCXzZz3-w" name="SingleDecisionNode" sections="_69cXDaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqz6DJEeSZxfCXzZz3-w" name="isSingleDecisionNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq0KDJEeSZxfCXzZz3-w" name="umlClassName" value="DecisionNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uq0aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDecisionNode" sections="_69cXDqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq0qDJEeSZxfCXzZz3-w" name="isMultipleDecisionNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq06DJEeSZxfCXzZz3-w" name="umlClassName" value="DecisionNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uq1KDJEeSZxfCXzZz3-w" name="SingleObjectFlow" sections="_69cXD6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq1aDJEeSZxfCXzZz3-w" name="isSingleObjectFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq1qDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69uq16DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObjectFlow" sections="_69cXEKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq2KDJEeSZxfCXzZz3-w" name="isMultipleObjectFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq2aDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69uq2qDJEeSZxfCXzZz3-w" name="SingleActivityFinalNode" sections="_69cXEaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq26DJEeSZxfCXzZz3-w" name="isSingleActivityFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq3KDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityFinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uq3aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityFinalNode" sections="_69cXEqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq3qDJEeSZxfCXzZz3-w" name="isMultipleActivityFinalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq36DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityFinalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uq4KDJEeSZxfCXzZz3-w" name="SingleComponentRealization" sections="_69cXE6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq4aDJEeSZxfCXzZz3-w" name="isSingleComponentRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq4qDJEeSZxfCXzZz3-w" name="umlClassName" value="ComponentRealization"/>
- </constraints>
- </views>
- <views xmi:id="_69uq46DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleComponentRealization" sections="_69cXFKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq5KDJEeSZxfCXzZz3-w" name="isMultipleComponentRealization">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq5aDJEeSZxfCXzZz3-w" name="umlClassName" value="ComponentRealization"/>
- </constraints>
- </views>
- <views xmi:id="_69uq5qDJEeSZxfCXzZz3-w" name="SingleComponent" sections="_69cXFaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq56DJEeSZxfCXzZz3-w" name="isSingleComponent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq6KDJEeSZxfCXzZz3-w" name="umlClassName" value="Component"/>
- </constraints>
- </views>
- <views xmi:id="_69uq6aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleComponent" sections="_69cXFqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq6qDJEeSZxfCXzZz3-w" name="isMultipleComponent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq66DJEeSZxfCXzZz3-w" name="umlClassName" value="Component"/>
- </constraints>
- </views>
- <views xmi:id="_69uq7KDJEeSZxfCXzZz3-w" name="SingleNode" sections="_69cXF6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq7aDJEeSZxfCXzZz3-w" name="isSingleNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq7qDJEeSZxfCXzZz3-w" name="umlClassName" value="Node"/>
- </constraints>
- </views>
- <views xmi:id="_69uq76DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNode" sections="_69cXGKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq8KDJEeSZxfCXzZz3-w" name="isMultipleNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq8aDJEeSZxfCXzZz3-w" name="umlClassName" value="Node"/>
- </constraints>
- </views>
- <views xmi:id="_69uq8qDJEeSZxfCXzZz3-w" name="SingleCommunicationPath" sections="_69cXGaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq86DJEeSZxfCXzZz3-w" name="isSingleCommunicationPath">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq9KDJEeSZxfCXzZz3-w" name="umlClassName" value="CommunicationPath"/>
- </constraints>
- </views>
- <views xmi:id="_69uq9aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCommunicationPath" sections="_69cXGqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq9qDJEeSZxfCXzZz3-w" name="isMultipleCommunicationPath">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq96DJEeSZxfCXzZz3-w" name="umlClassName" value="CommunicationPath"/>
- </constraints>
- </views>
- <views xmi:id="_69uq-KDJEeSZxfCXzZz3-w" name="SingleDevice" sections="_69cXG6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq-aDJEeSZxfCXzZz3-w" name="isSingleDevice">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq-qDJEeSZxfCXzZz3-w" name="umlClassName" value="Device"/>
- </constraints>
- </views>
- <views xmi:id="_69uq-6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDevice" sections="_69cXHKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq_KDJEeSZxfCXzZz3-w" name="isMultipleDevice">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq_aDJEeSZxfCXzZz3-w" name="umlClassName" value="Device"/>
- </constraints>
- </views>
- <views xmi:id="_69uq_qDJEeSZxfCXzZz3-w" name="SingleExecutionEnvironment" sections="_69cXHaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq_6DJEeSZxfCXzZz3-w" name="isSingleExecutionEnvironment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urAKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionEnvironment"/>
- </constraints>
- </views>
- <views xmi:id="_69urAaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionEnvironment" sections="_69cXHqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urAqDJEeSZxfCXzZz3-w" name="isMultipleExecutionEnvironment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urA6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionEnvironment"/>
- </constraints>
- </views>
- <views xmi:id="_69urBKDJEeSZxfCXzZz3-w" name="SingleCombinedFragment" sections="_69cXH6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urBaDJEeSZxfCXzZz3-w" name="isSingleCombinedFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urBqDJEeSZxfCXzZz3-w" name="umlClassName" value="CombinedFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69urB6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCombinedFragment" sections="_69cXIKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urCKDJEeSZxfCXzZz3-w" name="isMultipleCombinedFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urCaDJEeSZxfCXzZz3-w" name="umlClassName" value="CombinedFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69urCqDJEeSZxfCXzZz3-w" name="SingleContinuation" sections="_69cXIaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urC6DJEeSZxfCXzZz3-w" name="isSingleContinuation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urDKDJEeSZxfCXzZz3-w" name="umlClassName" value="Continuation"/>
- </constraints>
- </views>
- <views xmi:id="_69urDaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleContinuation" sections="_69cXIqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urDqDJEeSZxfCXzZz3-w" name="isMultipleContinuation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urD6DJEeSZxfCXzZz3-w" name="umlClassName" value="Continuation"/>
- </constraints>
- </views>
- <views xmi:id="_69urEKDJEeSZxfCXzZz3-w" name="SingleConsiderIgnoreFragment" sections="_69cXI6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urEaDJEeSZxfCXzZz3-w" name="isSingleConsiderIgnoreFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urEqDJEeSZxfCXzZz3-w" name="umlClassName" value="ConsiderIgnoreFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69urE6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConsiderIgnoreFragment" sections="_69cXJKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urFKDJEeSZxfCXzZz3-w" name="isMultipleConsiderIgnoreFragment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urFaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConsiderIgnoreFragment"/>
- </constraints>
- </views>
- <views xmi:id="_69urFqDJEeSZxfCXzZz3-w" name="SingleCreateObjectAction" sections="_69cXJaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urF6DJEeSZxfCXzZz3-w" name="isSingleCreateObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urGKDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urGaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateObjectAction" sections="_69cXJqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urGqDJEeSZxfCXzZz3-w" name="isMultipleCreateObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urG6DJEeSZxfCXzZz3-w" name="umlClassName" value="CreateObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urHKDJEeSZxfCXzZz3-w" name="SingleDestroyObjectAction" sections="_69cXJ6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urHaDJEeSZxfCXzZz3-w" name="isSingleDestroyObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urHqDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urH6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestroyObjectAction" sections="_69cXKKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urIKDJEeSZxfCXzZz3-w" name="isMultipleDestroyObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urIaDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urIqDJEeSZxfCXzZz3-w" name="SingleTestIdentityAction" sections="_69cXKaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urI6DJEeSZxfCXzZz3-w" name="isSingleTestIdentityAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urJKDJEeSZxfCXzZz3-w" name="umlClassName" value="TestIdentityAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urJaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTestIdentityAction" sections="_69cXKqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urJqDJEeSZxfCXzZz3-w" name="isMultipleTestIdentityAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urJ6DJEeSZxfCXzZz3-w" name="umlClassName" value="TestIdentityAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urKKDJEeSZxfCXzZz3-w" name="SingleReadSelfAction" sections="_69cXK6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urKaDJEeSZxfCXzZz3-w" name="isSingleReadSelfAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urKqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadSelfAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urK6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadSelfAction" sections="_69cXLKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urLKDJEeSZxfCXzZz3-w" name="isMultipleReadSelfAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urLaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadSelfAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urLqDJEeSZxfCXzZz3-w" name="SingleStructuralFeatureAction" sections="_69cXLaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urL6DJEeSZxfCXzZz3-w" name="isSingleStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urMKDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urMaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuralFeatureAction" sections="_69cXLqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urMqDJEeSZxfCXzZz3-w" name="isMultipleStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urM6DJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urNKDJEeSZxfCXzZz3-w" name="SingleReadStructuralFeatureAction" sections="_69cXL6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urNaDJEeSZxfCXzZz3-w" name="isSingleReadStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urNqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urN6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadStructuralFeatureAction" sections="_69cXMKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urOKDJEeSZxfCXzZz3-w" name="isMultipleReadStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urOaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urOqDJEeSZxfCXzZz3-w" name="SingleWriteStructuralFeatureAction" sections="_69cXMaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urO6DJEeSZxfCXzZz3-w" name="isSingleWriteStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urPKDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urPaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteStructuralFeatureAction" sections="_69cXMqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urPqDJEeSZxfCXzZz3-w" name="isMultipleWriteStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urP6DJEeSZxfCXzZz3-w" name="umlClassName" value="WriteStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urQKDJEeSZxfCXzZz3-w" name="SingleClearStructuralFeatureAction" sections="_69cXM6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urQaDJEeSZxfCXzZz3-w" name="isSingleClearStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urQqDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urQ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearStructuralFeatureAction" sections="_69cXNKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urRKDJEeSZxfCXzZz3-w" name="isMultipleClearStructuralFeatureAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urRaDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearStructuralFeatureAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urRqDJEeSZxfCXzZz3-w" name="SingleRemoveStructuralFeatureValueAction" sections="_69cXNaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urR6DJEeSZxfCXzZz3-w" name="isSingleRemoveStructuralFeatureValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urSKDJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveStructuralFeatureValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urSaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRemoveStructuralFeatureValueAction" sections="_69cXNqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urSqDJEeSZxfCXzZz3-w" name="isMultipleRemoveStructuralFeatureValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urS6DJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveStructuralFeatureValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urTKDJEeSZxfCXzZz3-w" name="SingleAddStructuralFeatureValueAction" sections="_69cXN6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urTaDJEeSZxfCXzZz3-w" name="isSingleAddStructuralFeatureValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urTqDJEeSZxfCXzZz3-w" name="umlClassName" value="AddStructuralFeatureValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urT6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAddStructuralFeatureValueAction" sections="_69cXOKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urUKDJEeSZxfCXzZz3-w" name="isMultipleAddStructuralFeatureValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urUaDJEeSZxfCXzZz3-w" name="umlClassName" value="AddStructuralFeatureValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urUqDJEeSZxfCXzZz3-w" name="SingleLinkAction" sections="_69cXOaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urU6DJEeSZxfCXzZz3-w" name="isSingleLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urVKDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urVaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkAction" sections="_69cXOqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urVqDJEeSZxfCXzZz3-w" name="isMultipleLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urV6DJEeSZxfCXzZz3-w" name="umlClassName" value="LinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urWKDJEeSZxfCXzZz3-w" name="SingleLinkEndData" sections="_69cXO6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urWaDJEeSZxfCXzZz3-w" name="isSingleLinkEndData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urWqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndData"/>
- </constraints>
- </views>
- <views xmi:id="_69urW6DJEeSZxfCXzZz3-w" name="SingleQualifierValue" sections="_69cXPKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urXKDJEeSZxfCXzZz3-w" name="isSingleQualifierValue">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urXaDJEeSZxfCXzZz3-w" name="umlClassName" value="QualifierValue"/>
- </constraints>
- </views>
- <views xmi:id="_69urXqDJEeSZxfCXzZz3-w" name="SingleReadLinkAction" sections="_69cXPaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urX6DJEeSZxfCXzZz3-w" name="isSingleReadLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urYKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urYaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkAction" sections="_69cXPqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urYqDJEeSZxfCXzZz3-w" name="isMultipleReadLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urY6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urZKDJEeSZxfCXzZz3-w" name="SingleLinkEndCreationData" sections="_69cXP6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urZaDJEeSZxfCXzZz3-w" name="isSingleLinkEndCreationData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urZqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndCreationData"/>
- </constraints>
- </views>
- <views xmi:id="_69urZ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkEndCreationData" sections="_69cXQKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uraKDJEeSZxfCXzZz3-w" name="isMultipleLinkEndCreationData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uraaDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndCreationData"/>
- </constraints>
- </views>
- <views xmi:id="_69uraqDJEeSZxfCXzZz3-w" name="SingleCreateLinkAction" sections="_69cXQaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ura6DJEeSZxfCXzZz3-w" name="isSingleCreateLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urbKDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urbaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateLinkAction" sections="_69cXQqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urbqDJEeSZxfCXzZz3-w" name="isMultipleCreateLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urb6DJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urcKDJEeSZxfCXzZz3-w" name="SingleWriteLinkAction" sections="_69cXQ6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urcaDJEeSZxfCXzZz3-w" name="isSingleWriteLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urcqDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urc6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteLinkAction" sections="_69cXRKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urdKDJEeSZxfCXzZz3-w" name="isMultipleWriteLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urdaDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urdqDJEeSZxfCXzZz3-w" name="SingleDestroyLinkAction" sections="_69cXRaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urd6DJEeSZxfCXzZz3-w" name="isSingleDestroyLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ureKDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ureaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestroyLinkAction" sections="_69cXRqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ureqDJEeSZxfCXzZz3-w" name="isMultipleDestroyLinkAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ure6DJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyLinkAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urfKDJEeSZxfCXzZz3-w" name="SingleLinkEndDestructionData" sections="_69cXR6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urfaDJEeSZxfCXzZz3-w" name="isSingleLinkEndDestructionData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urfqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndDestructionData"/>
- </constraints>
- </views>
- <views xmi:id="_69urf6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkEndDestructionData" sections="_69cXSKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urgKDJEeSZxfCXzZz3-w" name="isMultipleLinkEndDestructionData">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urgaDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndDestructionData"/>
- </constraints>
- </views>
- <views xmi:id="_69urgqDJEeSZxfCXzZz3-w" name="SingleClearAssociationAction" sections="_69cXSaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urg6DJEeSZxfCXzZz3-w" name="isSingleClearAssociationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urhKDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearAssociationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urhaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearAssociationAction" sections="_69cXSqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urhqDJEeSZxfCXzZz3-w" name="isMultipleClearAssociationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urh6DJEeSZxfCXzZz3-w" name="umlClassName" value="ClearAssociationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69uriKDJEeSZxfCXzZz3-w" name="SingleBroadcastSignalAction" sections="_69cXS6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uriaDJEeSZxfCXzZz3-w" name="isSingleBroadcastSignalAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uriqDJEeSZxfCXzZz3-w" name="umlClassName" value="BroadcastSignalAction"/>
- </constraints>
- </views>
- <views xmi:id="_69uri6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBroadcastSignalAction" sections="_69cXTKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urjKDJEeSZxfCXzZz3-w" name="isMultipleBroadcastSignalAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urjaDJEeSZxfCXzZz3-w" name="umlClassName" value="BroadcastSignalAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urjqDJEeSZxfCXzZz3-w" name="SingleSendObjectAction" sections="_69cXTaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urj6DJEeSZxfCXzZz3-w" name="isSingleSendObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urkKDJEeSZxfCXzZz3-w" name="umlClassName" value="SendObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urkaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSendObjectAction" sections="_69cXTqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urkqDJEeSZxfCXzZz3-w" name="isMultipleSendObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urk6DJEeSZxfCXzZz3-w" name="umlClassName" value="SendObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urlKDJEeSZxfCXzZz3-w" name="SingleValueSpecificationAction" sections="_69cXT6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urlaDJEeSZxfCXzZz3-w" name="isSingleValueSpecificationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urlqDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecificationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69url6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValueSpecificationAction" sections="_69cXUKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urmKDJEeSZxfCXzZz3-w" name="isMultipleValueSpecificationAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urmaDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecificationAction"/>
- </constraints>
- </views>
- <views xmi:id="_69urmqDJEeSZxfCXzZz3-w" name="SingleTimeExpression" sections="_69cXUaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urm6DJEeSZxfCXzZz3-w" name="isSingleTimeExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urnKDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69urnaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeExpression" sections="_69cXUqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urnqDJEeSZxfCXzZz3-w" name="isMultipleTimeExpression">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urn6DJEeSZxfCXzZz3-w" name="umlClassName" value="TimeExpression"/>
- </constraints>
- </views>
- <views xmi:id="_69uroKDJEeSZxfCXzZz3-w" name="SingleObservation" sections="_69cXU6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uroaDJEeSZxfCXzZz3-w" name="isSingleObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uroqDJEeSZxfCXzZz3-w" name="umlClassName" value="Observation"/>
- </constraints>
- </views>
- <views xmi:id="_69uro6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObservation" sections="_69cXVKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urpKDJEeSZxfCXzZz3-w" name="isMultipleObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urpaDJEeSZxfCXzZz3-w" name="umlClassName" value="Observation"/>
- </constraints>
- </views>
- <views xmi:id="_69urpqDJEeSZxfCXzZz3-w" name="SingleDuration" sections="_69cXVaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urp6DJEeSZxfCXzZz3-w" name="isSingleDuration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urqKDJEeSZxfCXzZz3-w" name="umlClassName" value="Duration"/>
- </constraints>
- </views>
- <views xmi:id="_69urqaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDuration" sections="_69cXVqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urqqDJEeSZxfCXzZz3-w" name="isMultipleDuration">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urq6DJEeSZxfCXzZz3-w" name="umlClassName" value="Duration"/>
- </constraints>
- </views>
- <views xmi:id="_69urrKDJEeSZxfCXzZz3-w" name="SingleDurationInterval" sections="_69cXV6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urraDJEeSZxfCXzZz3-w" name="isSingleDurationInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urrqDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationInterval"/>
- </constraints>
- </views>
- <views xmi:id="_69urr6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationInterval" sections="_69cXWKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ursKDJEeSZxfCXzZz3-w" name="isMultipleDurationInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ursaDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationInterval"/>
- </constraints>
- </views>
- <views xmi:id="_69ursqDJEeSZxfCXzZz3-w" name="SingleInterval" sections="_69cXWaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urs6DJEeSZxfCXzZz3-w" name="isSingleInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urtKDJEeSZxfCXzZz3-w" name="umlClassName" value="Interval"/>
- </constraints>
- </views>
- <views xmi:id="_69urtaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterval" sections="_69cXWqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urtqDJEeSZxfCXzZz3-w" name="isMultipleInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urt6DJEeSZxfCXzZz3-w" name="umlClassName" value="Interval"/>
- </constraints>
- </views>
- <views xmi:id="_69uruKDJEeSZxfCXzZz3-w" name="SingleTimeConstraint" sections="_69cXW6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uruaDJEeSZxfCXzZz3-w" name="isSingleTimeConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uruqDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69uru6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeConstraint" sections="_69cXXKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urvKDJEeSZxfCXzZz3-w" name="isMultipleTimeConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urvaDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69urvqDJEeSZxfCXzZz3-w" name="SingleIntervalConstraint" sections="_69cXXaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urv6DJEeSZxfCXzZz3-w" name="isSingleIntervalConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urwKDJEeSZxfCXzZz3-w" name="umlClassName" value="IntervalConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69urwaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleIntervalConstraint" sections="_69cXXqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urwqDJEeSZxfCXzZz3-w" name="isMultipleIntervalConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urw6DJEeSZxfCXzZz3-w" name="umlClassName" value="IntervalConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69urxKDJEeSZxfCXzZz3-w" name="SingleTimeInterval" sections="_69cXX6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urxaDJEeSZxfCXzZz3-w" name="isSingleTimeInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urxqDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeInterval"/>
- </constraints>
- </views>
- <views xmi:id="_69urx6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeInterval" sections="_69cXYKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uryKDJEeSZxfCXzZz3-w" name="isMultipleTimeInterval">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uryaDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeInterval"/>
- </constraints>
- </views>
- <views xmi:id="_69uryqDJEeSZxfCXzZz3-w" name="SingleDurationConstraint" sections="_69cXYaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ury6DJEeSZxfCXzZz3-w" name="isSingleDurationConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urzKDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69urzaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationConstraint" sections="_69cXYqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urzqDJEeSZxfCXzZz3-w" name="isMultipleDurationConstraint">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69urz6DJEeSZxfCXzZz3-w" name="umlClassName" value="DurationConstraint"/>
- </constraints>
- </views>
- <views xmi:id="_69ur0KDJEeSZxfCXzZz3-w" name="SingleTimeObservation" sections="_69cXY6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur0aDJEeSZxfCXzZz3-w" name="isSingleTimeObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur0qDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeObservation"/>
- </constraints>
- </views>
- <views xmi:id="_69ur06DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeObservation" sections="_69cXZKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur1KDJEeSZxfCXzZz3-w" name="isMultipleTimeObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur1aDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeObservation"/>
- </constraints>
- </views>
- <views xmi:id="_69ur1qDJEeSZxfCXzZz3-w" name="SingleDurationObservation" sections="_69cXZaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur16DJEeSZxfCXzZz3-w" name="isSingleDurationObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur2KDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationObservation"/>
- </constraints>
- </views>
- <views xmi:id="_69ur2aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationObservation" sections="_69cXZqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur2qDJEeSZxfCXzZz3-w" name="isMultipleDurationObservation">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur26DJEeSZxfCXzZz3-w" name="umlClassName" value="DurationObservation"/>
- </constraints>
- </views>
- <views xmi:id="_69ur3KDJEeSZxfCXzZz3-w" name="SingleFinalState" sections="_69cXZ6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur3aDJEeSZxfCXzZz3-w" name="isSingleFinalState">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur3qDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalState"/>
- </constraints>
- </views>
- <views xmi:id="_69ur36DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFinalState" sections="_69cXaKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur4KDJEeSZxfCXzZz3-w" name="isMultipleFinalState">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur4aDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalState"/>
- </constraints>
- </views>
- <views xmi:id="_69ur4qDJEeSZxfCXzZz3-w" name="SingleTimeEvent" sections="_69cXaaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur46DJEeSZxfCXzZz3-w" name="isSingleTimeEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur5KDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69ur5aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeEvent" sections="_69cXaqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur5qDJEeSZxfCXzZz3-w" name="isMultipleTimeEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur56DJEeSZxfCXzZz3-w" name="umlClassName" value="TimeEvent"/>
- </constraints>
- </views>
- <views xmi:id="_69ur6KDJEeSZxfCXzZz3-w" name="SingleVariableAction" sections="_69cXa6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur6aDJEeSZxfCXzZz3-w" name="isSingleVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur6qDJEeSZxfCXzZz3-w" name="umlClassName" value="VariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur66DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVariableAction" sections="_69cXbKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur7KDJEeSZxfCXzZz3-w" name="isMultipleVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur7aDJEeSZxfCXzZz3-w" name="umlClassName" value="VariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur7qDJEeSZxfCXzZz3-w" name="SingleReadVariableAction" sections="_69cXbaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur76DJEeSZxfCXzZz3-w" name="isSingleReadVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur8KDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur8aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadVariableAction" sections="_69cXbqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur8qDJEeSZxfCXzZz3-w" name="isMultipleReadVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur86DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur9KDJEeSZxfCXzZz3-w" name="SingleWriteVariableAction" sections="_69cXb6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur9aDJEeSZxfCXzZz3-w" name="isSingleWriteVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur9qDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur96DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteVariableAction" sections="_69cXcKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur-KDJEeSZxfCXzZz3-w" name="isMultipleWriteVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur-aDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur-qDJEeSZxfCXzZz3-w" name="SingleClearVariableAction" sections="_69cXcaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur-6DJEeSZxfCXzZz3-w" name="isSingleClearVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur_KDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69ur_aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearVariableAction" sections="_69cXcqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur_qDJEeSZxfCXzZz3-w" name="isMultipleClearVariableAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur_6DJEeSZxfCXzZz3-w" name="umlClassName" value="ClearVariableAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usAKDJEeSZxfCXzZz3-w" name="SingleAddVariableValueAction" sections="_69cXc6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usAaDJEeSZxfCXzZz3-w" name="isSingleAddVariableValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usAqDJEeSZxfCXzZz3-w" name="umlClassName" value="AddVariableValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usA6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAddVariableValueAction" sections="_69cXdKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usBKDJEeSZxfCXzZz3-w" name="isMultipleAddVariableValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usBaDJEeSZxfCXzZz3-w" name="umlClassName" value="AddVariableValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usBqDJEeSZxfCXzZz3-w" name="SingleRemoveVariableValueAction" sections="_69cXdaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usB6DJEeSZxfCXzZz3-w" name="isSingleRemoveVariableValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usCKDJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveVariableValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usCaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRemoveVariableValueAction" sections="_69cXdqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usCqDJEeSZxfCXzZz3-w" name="isMultipleRemoveVariableValueAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usC6DJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveVariableValueAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usDKDJEeSZxfCXzZz3-w" name="SingleRaiseExceptionAction" sections="_69cXd6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usDaDJEeSZxfCXzZz3-w" name="isSingleRaiseExceptionAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usDqDJEeSZxfCXzZz3-w" name="umlClassName" value="RaiseExceptionAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usD6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRaiseExceptionAction" sections="_69cXeKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usEKDJEeSZxfCXzZz3-w" name="isMultipleRaiseExceptionAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usEaDJEeSZxfCXzZz3-w" name="umlClassName" value="RaiseExceptionAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usEqDJEeSZxfCXzZz3-w" name="SingleActionInputPin" sections="_69cXeaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usE6DJEeSZxfCXzZz3-w" name="isSingleActionInputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usFKDJEeSZxfCXzZz3-w" name="umlClassName" value="ActionInputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69usFaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActionInputPin" sections="_69cXeqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usFqDJEeSZxfCXzZz3-w" name="isMultipleActionInputPin">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usF6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActionInputPin"/>
- </constraints>
- </views>
- <views xmi:id="_69usGKDJEeSZxfCXzZz3-w" name="SingleInformationItem" sections="_69cXe6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usGaDJEeSZxfCXzZz3-w" name="isSingleInformationItem">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usGqDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationItem"/>
- </constraints>
- </views>
- <views xmi:id="_69usG6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInformationItem" sections="_69cXfKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usHKDJEeSZxfCXzZz3-w" name="isMultipleInformationItem">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usHaDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationItem"/>
- </constraints>
- </views>
- <views xmi:id="_69usHqDJEeSZxfCXzZz3-w" name="SingleInformationFlow" sections="_69cXfaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usH6DJEeSZxfCXzZz3-w" name="isSingleInformationFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usIKDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69usIaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInformationFlow" sections="_69cXfqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usIqDJEeSZxfCXzZz3-w" name="isMultipleInformationFlow">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usI6DJEeSZxfCXzZz3-w" name="umlClassName" value="InformationFlow"/>
- </constraints>
- </views>
- <views xmi:id="_69usJKDJEeSZxfCXzZz3-w" name="SingleReadExtentAction" sections="_69cXf6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usJaDJEeSZxfCXzZz3-w" name="isSingleReadExtentAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usJqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadExtentAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usJ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadExtentAction" sections="_69cXgKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usKKDJEeSZxfCXzZz3-w" name="isMultipleReadExtentAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usKaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadExtentAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usKqDJEeSZxfCXzZz3-w" name="SingleReclassifyObjectAction" sections="_69cXgaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usK6DJEeSZxfCXzZz3-w" name="isSingleReclassifyObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usLKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReclassifyObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usLaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReclassifyObjectAction" sections="_69cXgqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usLqDJEeSZxfCXzZz3-w" name="isMultipleReclassifyObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usL6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReclassifyObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usMKDJEeSZxfCXzZz3-w" name="SingleReadIsClassifiedObjectAction" sections="_69cXg6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usMaDJEeSZxfCXzZz3-w" name="isSingleReadIsClassifiedObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usMqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadIsClassifiedObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usM6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadIsClassifiedObjectAction" sections="_69idcKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usNKDJEeSZxfCXzZz3-w" name="isMultipleReadIsClassifiedObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usNaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadIsClassifiedObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usNqDJEeSZxfCXzZz3-w" name="SingleStartClassifierBehaviorAction" sections="_69idcaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usN6DJEeSZxfCXzZz3-w" name="isSingleStartClassifierBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usOKDJEeSZxfCXzZz3-w" name="umlClassName" value="StartClassifierBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usOaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStartClassifierBehaviorAction" sections="_69idcqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usOqDJEeSZxfCXzZz3-w" name="isMultipleStartClassifierBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usO6DJEeSZxfCXzZz3-w" name="umlClassName" value="StartClassifierBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usPKDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndAction" sections="_69idc6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usPaDJEeSZxfCXzZz3-w" name="isSingleReadLinkObjectEndAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usPqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usP6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkObjectEndAction" sections="_69iddKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usQKDJEeSZxfCXzZz3-w" name="isMultipleReadLinkObjectEndAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usQaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usQqDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndQualifierAction" sections="_69iddaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usQ6DJEeSZxfCXzZz3-w" name="isSingleReadLinkObjectEndQualifierAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usRKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndQualifierAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usRaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkObjectEndQualifierAction" sections="_69iddqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usRqDJEeSZxfCXzZz3-w" name="isMultipleReadLinkObjectEndQualifierAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usR6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndQualifierAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usSKDJEeSZxfCXzZz3-w" name="SingleCreateLinkObjectAction" sections="_69idd6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usSaDJEeSZxfCXzZz3-w" name="isSingleCreateLinkObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usSqDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usS6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateLinkObjectAction" sections="_69ideKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usTKDJEeSZxfCXzZz3-w" name="isMultipleCreateLinkObjectAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usTaDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkObjectAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usTqDJEeSZxfCXzZz3-w" name="SingleAcceptEventAction" sections="_69ideaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usT6DJEeSZxfCXzZz3-w" name="isSingleAcceptEventAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usUKDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptEventAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usUaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAcceptEventAction" sections="_69ideqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usUqDJEeSZxfCXzZz3-w" name="isMultipleAcceptEventAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usU6DJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptEventAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usVKDJEeSZxfCXzZz3-w" name="SingleAcceptCallAction" sections="_69ide6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usVaDJEeSZxfCXzZz3-w" name="isSingleAcceptCallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usVqDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptCallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usV6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAcceptCallAction" sections="_69idfKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usWKDJEeSZxfCXzZz3-w" name="isMultipleAcceptCallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usWaDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptCallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usWqDJEeSZxfCXzZz3-w" name="SingleReplyAction" sections="_69idfaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usW6DJEeSZxfCXzZz3-w" name="isSingleReplyAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usXKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReplyAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usXaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReplyAction" sections="_69idfqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usXqDJEeSZxfCXzZz3-w" name="isMultipleReplyAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usX6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReplyAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usYKDJEeSZxfCXzZz3-w" name="SingleUnmarshallAction" sections="_69idf6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usYaDJEeSZxfCXzZz3-w" name="isSingleUnmarshallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usYqDJEeSZxfCXzZz3-w" name="umlClassName" value="UnmarshallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usY6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUnmarshallAction" sections="_69idgKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usZKDJEeSZxfCXzZz3-w" name="isMultipleUnmarshallAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usZaDJEeSZxfCXzZz3-w" name="umlClassName" value="UnmarshallAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usZqDJEeSZxfCXzZz3-w" name="SingleReduceAction" sections="_69idgaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usZ6DJEeSZxfCXzZz3-w" name="isSingleReduceAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usaKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReduceAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usaaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReduceAction" sections="_69idgqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usaqDJEeSZxfCXzZz3-w" name="isMultipleReduceAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usa6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReduceAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usbKDJEeSZxfCXzZz3-w" name="SingleStartObjectBehaviorAction" sections="_69idg6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usbaDJEeSZxfCXzZz3-w" name="isSingleStartObjectBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usbqDJEeSZxfCXzZz3-w" name="umlClassName" value="StartObjectBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69usb6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStartObjectBehaviorAction" sections="_69idhKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uscKDJEeSZxfCXzZz3-w" name="isMultipleStartObjectBehaviorAction">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uscaDJEeSZxfCXzZz3-w" name="umlClassName" value="StartObjectBehaviorAction"/>
- </constraints>
- </views>
- <views xmi:id="_69uscqDJEeSZxfCXzZz3-w" name="SingleJoinNode" sections="_69idhaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usc6DJEeSZxfCXzZz3-w" name="isSingleJoinNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usdKDJEeSZxfCXzZz3-w" name="umlClassName" value="JoinNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usdaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleJoinNode" sections="_69idhqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usdqDJEeSZxfCXzZz3-w" name="isMultipleJoinNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usd6DJEeSZxfCXzZz3-w" name="umlClassName" value="JoinNode"/>
- </constraints>
- </views>
- <views xmi:id="_69useKDJEeSZxfCXzZz3-w" name="SingleDataStoreNode" sections="_69idh6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69useaDJEeSZxfCXzZz3-w" name="isSingleDataStoreNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69useqDJEeSZxfCXzZz3-w" name="umlClassName" value="DataStoreNode"/>
- </constraints>
- </views>
- <views xmi:id="_69use6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDataStoreNode" sections="_69idiKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usfKDJEeSZxfCXzZz3-w" name="isMultipleDataStoreNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usfaDJEeSZxfCXzZz3-w" name="umlClassName" value="DataStoreNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usfqDJEeSZxfCXzZz3-w" name="SingleConditionalNode" sections="_69idiaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usf6DJEeSZxfCXzZz3-w" name="isSingleConditionalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usgKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConditionalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usgaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConditionalNode" sections="_69idiqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usgqDJEeSZxfCXzZz3-w" name="isMultipleConditionalNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usg6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConditionalNode"/>
- </constraints>
- </views>
- <views xmi:id="_69ushKDJEeSZxfCXzZz3-w" name="SingleClause" sections="_69idi6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ushaDJEeSZxfCXzZz3-w" name="isSingleClause">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ushqDJEeSZxfCXzZz3-w" name="umlClassName" value="Clause"/>
- </constraints>
- </views>
- <views xmi:id="_69ush6DJEeSZxfCXzZz3-w" name="SingleLoopNode" sections="_69idjKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usiKDJEeSZxfCXzZz3-w" name="isSingleLoopNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usiaDJEeSZxfCXzZz3-w" name="umlClassName" value="LoopNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usiqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLoopNode" sections="_69idjaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usi6DJEeSZxfCXzZz3-w" name="isMultipleLoopNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usjKDJEeSZxfCXzZz3-w" name="umlClassName" value="LoopNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usjaDJEeSZxfCXzZz3-w" name="SingleExpansionNode" sections="_69idjqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usjqDJEeSZxfCXzZz3-w" name="isSingleExpansionNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usj6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionNode"/>
- </constraints>
- </views>
- <views xmi:id="_69uskKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpansionNode" sections="_69idj6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uskaDJEeSZxfCXzZz3-w" name="isMultipleExpansionNode">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uskqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionNode"/>
- </constraints>
- </views>
- <views xmi:id="_69usk6DJEeSZxfCXzZz3-w" name="SingleExpansionRegion" sections="_69idkKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uslKDJEeSZxfCXzZz3-w" name="isSingleExpansionRegion">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uslaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionRegion"/>
- </constraints>
- </views>
- <views xmi:id="_69uslqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpansionRegion" sections="_69idkaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usl6DJEeSZxfCXzZz3-w" name="isMultipleExpansionRegion">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usmKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionRegion"/>
- </constraints>
- </views>
- <views xmi:id="_69usmaDJEeSZxfCXzZz3-w" name="SingleProtocolTransition" sections="_69idkqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usmqDJEeSZxfCXzZz3-w" name="isSingleProtocolTransition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usm6DJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolTransition"/>
- </constraints>
- </views>
- <views xmi:id="_69usnKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProtocolTransition" sections="_69idk6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usnaDJEeSZxfCXzZz3-w" name="isMultipleProtocolTransition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usnqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolTransition"/>
- </constraints>
- </views>
- <views xmi:id="_69usn6DJEeSZxfCXzZz3-w" name="SingleAssociationClass" sections="_69idlKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usoKDJEeSZxfCXzZz3-w" name="isSingleAssociationClass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usoaDJEeSZxfCXzZz3-w" name="umlClassName" value="AssociationClass"/>
- </constraints>
- </views>
- <views xmi:id="_69usoqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAssociationClass" sections="_69idlaDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uso6DJEeSZxfCXzZz3-w" name="isMultipleAssociationClass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69uspKDJEeSZxfCXzZz3-w" name="umlClassName" value="AssociationClass"/>
- </constraints>
- </views>
- <views xmi:id="_69uspaDJEeSZxfCXzZz3-w" name="SingleDependency" sections="_69idlqDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uspqDJEeSZxfCXzZz3-w" name="isSingleDependency">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usp6DJEeSZxfCXzZz3-w" name="umlClassName" value="Dependency"/>
- </constraints>
- </views>
- <views xmi:id="_69usqKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDependency" sections="_69idl6DJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usqaDJEeSZxfCXzZz3-w" name="isMultipleDependency">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usqqDJEeSZxfCXzZz3-w" name="umlClassName" value="Dependency"/>
- </constraints>
- </views>
- <views xmi:id="_69usq6DJEeSZxfCXzZz3-w" name="SingleComment" sections="_69idmaDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usrKDJEeSZxfCXzZz3-w" name="isSingleComment">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usraDJEeSZxfCXzZz3-w" name="umlClassName" value="Comment"/>
- </constraints>
- </views>
- <views xmi:id="_69usrqDJEeSZxfCXzZz3-w" name="AsyncMessage" sections="_69idnKDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69usr6DJEeSZxfCXzZz3-w" name="isAsyncMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
- <constraints xmi:id="_69ussKDJEeSZxfCXzZz3-w" name="isMessage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ussaDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
- </constraints>
- <constraints xmi:id="_69ussqDJEeSZxfCXzZz3-w" name="isAsync">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
- <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69uss6DJEeSZxfCXzZz3-w" name="query">
- <value href="uml.querySet#isAsynchCall"/>
- </properties>
- </constraints>
- </constraints>
- </views>
- <views xmi:id="_69ustKDJEeSZxfCXzZz3-w" name="SyncMessage" sections="_69idnaDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69ustaDJEeSZxfCXzZz3-w" name="isSyncMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
- <constraints xmi:id="_69ustqDJEeSZxfCXzZz3-w" name="isMessage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69ust6DJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
- </constraints>
- <constraints xmi:id="_69usuKDJEeSZxfCXzZz3-w" name="isSync">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
- <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69usuaDJEeSZxfCXzZz3-w" name="query">
- <value href="uml.querySet#isSynchCall"/>
- </properties>
- </constraints>
- </constraints>
- </views>
- <views xmi:id="_69usuqDJEeSZxfCXzZz3-w" name="ReplyMessage" sections="_69idnqDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69usu6DJEeSZxfCXzZz3-w" name="isReplyMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
- <constraints xmi:id="_69usvKDJEeSZxfCXzZz3-w" name="isMessage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_69usvaDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
- </constraints>
- <constraints xmi:id="_69usvqDJEeSZxfCXzZz3-w" name="isReply">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
- <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69usv6DJEeSZxfCXzZz3-w" name="query">
- <value href="uml.querySet#isReply"/>
- </properties>
- </constraints>
- </constraints>
- </views>
- <views xmi:id="_690xUKDJEeSZxfCXzZz3-w" name="SingleImage" sections="_69idm6DJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xUaDJEeSZxfCXzZz3-w" name="isSingleImage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xUqDJEeSZxfCXzZz3-w" name="umlClassName" value="Image"/>
- </constraints>
- </views>
- <views xmi:id="_690xU6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="Metaclass" sections="_69idn6DJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xVKDJEeSZxfCXzZz3-w" name="isMetaclass" overriddenConstraints="_69iejqDJEeSZxfCXzZz3-w _69iekaDJEeSZxfCXzZz3-w">
- <constraints xmi:id="_690xVaDJEeSZxfCXzZz3-w" name="isClass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xVqDJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
- </constraints>
- <constraints xmi:id="_690xV6DJEeSZxfCXzZz3-w" name="isMetaclass">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xWKDJEeSZxfCXzZz3-w" name="stereotypeName" value="Standard::Metaclass"/>
- </constraints>
- </constraints>
- </views>
- <views xmi:id="_690xWaDJEeSZxfCXzZz3-w" name="SingleDestructionOccurrenceSpecification" sections="_69idoqDJEeSZxfCXzZz3-w"/>
- <views xmi:id="_690xWqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestructionOccurrenceSpecification" sections="_69ido6DJEeSZxfCXzZz3-w"/>
- <views xmi:id="_690xW6DJEeSZxfCXzZz3-w" name="SingleRealLiteral" sections="_69idoKDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xXKDJEeSZxfCXzZz3-w" name="isSingleLiteralReal">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xXaDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralReal"/>
- </constraints>
- </views>
- <views xmi:id="_690xXqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRealLiteral" sections="_69idoaDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xX6DJEeSZxfCXzZz3-w" name="isMultipleLiteralReal">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xYKDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralReal"/>
- </constraints>
- </views>
- <views xmi:id="_690xYaDJEeSZxfCXzZz3-w" name="SingleTemplateBinding" sections="_69idpKDJEeSZxfCXzZz3-w" automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xYqDJEeSZxfCXzZz3-w" name="isSingleTemplateBinding">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xY6DJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateBinding"/>
- </constraints>
- </views>
- <views xmi:id="_690xZKDJEeSZxfCXzZz3-w" name="SingleTemplateParameterSubstitution" sections="_69idpaDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xZaDJEeSZxfCXzZz3-w" name="isSingleTemplateParameterSubstitution">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xZqDJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateParameterSubstitution"/>
- </constraints>
- </views>
- <views xmi:id="_690xZ6DJEeSZxfCXzZz3-w" name="SingleDatatypeInstance" sections="_69idpqDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xaKDJEeSZxfCXzZz3-w" name="isUMLDatatypeInstance">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.3"/>
- </constraints>
- </views>
- <views xmi:id="_690xaaDJEeSZxfCXzZz3-w" name="SinglePackageMerge" sections="_69idp6DJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xaqDJEeSZxfCXzZz3-w" name="isSinglePackageMerge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xa6DJEeSZxfCXzZz3-w" name="umlClassName" value="PackageMerge"/>
- </constraints>
- </views>
- <views xmi:id="_690xbKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageMerge" sections="_69idqKDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xbaDJEeSZxfCXzZz3-w" name="isMultiplePackageMerge">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xbqDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageMerge"/>
- </constraints>
- </views>
- <views xmi:id="_690xb6DJEeSZxfCXzZz3-w" name="SingleProfileDefinition" sections="_69ids6DJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xcKDJEeSZxfCXzZz3-w" name="isSingleProfileDefinition">
- <constraints xmi:id="_690xcaDJEeSZxfCXzZz3-w" name="isEPackage">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xcqDJEeSZxfCXzZz3-w" name="nsUri" value="http://www.eclipse.org/emf/2002/Ecore"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xc6DJEeSZxfCXzZz3-w" name="className" value="EPackage"/>
- </constraints>
- <constraints xmi:id="_690xdKDJEeSZxfCXzZz3-w" name="isProfileDefinition">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.5"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xdaDJEeSZxfCXzZz3-w" name="annotationName" value="PapyrusVersion"/>
- </constraints>
- </constraints>
- </views>
- <views xmi:id="_690xdqDJEeSZxfCXzZz3-w" name="SingleSignalEvent" sections="_69idqaDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xd6DJEeSZxfCXzZz3-w" name="IsSingleSignalEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xeKDJEeSZxfCXzZz3-w" name="umlClassName" value="SignalEvent"/>
- </constraints>
- </views>
- <views xmi:id="_690xeaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSignalEvent" sections="_69idqqDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xeqDJEeSZxfCXzZz3-w" name="IsMultipleSignalEvent">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xe6DJEeSZxfCXzZz3-w" name="umlClassName" value="SignalEvent"/>
- </constraints>
- </views>
- <views xmi:id="_690xfKDJEeSZxfCXzZz3-w" name="SingleProfiledElement" sections="_69idsKDJEeSZxfCXzZz3-w">
- <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xfaDJEeSZxfCXzZz3-w">
- <constraints xmi:id="_690xfqDJEeSZxfCXzZz3-w" name="isUMLElement" overrideable="false">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" xmi:id="_690xf6DJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
- </constraints>
- <constraints xmi:id="_690xgKDJEeSZxfCXzZz3-w" name="isAttached">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.6"/>
- </constraints>
- </constraints>
- </views>
- <dataContexts xmi:id="_690xgaDJEeSZxfCXzZz3-w" name="UML" label="UML">
- <elements xmi:id="_690xgqDJEeSZxfCXzZz3-w" name="Comment" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xg6DJEeSZxfCXzZz3-w" name="body" description="Specifies a string that is the comment."/>
- <properties xmi:id="_690xhKDJEeSZxfCXzZz3-w" name="annotatedElement" type="Reference" description="References the Element(s) being commented."/>
- </elements>
- <elements xmi:id="_690xhaDJEeSZxfCXzZz3-w" name="Element" supertypes="_6964maDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xhqDJEeSZxfCXzZz3-w" name="ownedElement" type="Reference" description="The Elements owned by this element."/>
- <properties xmi:id="_690xh6DJEeSZxfCXzZz3-w" name="owner" type="Reference" description="The Element that owns this element."/>
- <properties xmi:id="_690xiKDJEeSZxfCXzZz3-w" name="ownedComment" type="Reference" multiplicity="-1" description="The Comment owned by this element."/>
- </elements>
- <elements xmi:id="_690xiaDJEeSZxfCXzZz3-w" name="Package" supertypes="_690xoqDJEeSZxfCXzZz3-w _690xkqDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xiqDJEeSZxfCXzZz3-w" name="ownedType" type="Reference" description="References the packaged elements that are Types."/>
- <properties xmi:id="_690xi6DJEeSZxfCXzZz3-w" name="packageMerge" type="Reference" description="References the PackageMerges that are owned by this Package."/>
- <properties xmi:id="_690xjKDJEeSZxfCXzZz3-w" name="packagedElement" type="Reference" description="Specifies the packageable elements that are owned by this Package."/>
- <properties xmi:id="_690xjaDJEeSZxfCXzZz3-w" name="nestedPackage" type="Reference" description="References the packaged elements that are Packages."/>
- <properties xmi:id="_690xjqDJEeSZxfCXzZz3-w" name="nestingPackage" type="Reference" description="References the Package that owns this Package."/>
- <properties xmi:id="_690xj6DJEeSZxfCXzZz3-w" name="profileApplication" type="Reference" description="References the ProfileApplications that indicate which profiles have been applied to the Package."/>
- <properties xmi:id="_690xkKDJEeSZxfCXzZz3-w" name="ownedStereotype" type="Reference" multiplicity="-1" description=""/>
- <properties xmi:id="_690xkaDJEeSZxfCXzZz3-w" name="URI" description="Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules."/>
- </elements>
- <elements xmi:id="_690xkqDJEeSZxfCXzZz3-w" name="PackageableElement" supertypes="_690xk6DJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690xk6DJEeSZxfCXzZz3-w" name="NamedElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xlKDJEeSZxfCXzZz3-w" name="name" description="The name of the NamedElement."/>
- <properties xmi:id="_690xlaDJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
- <properties xmi:id="_690xlqDJEeSZxfCXzZz3-w" name="qualifiedName" description="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/>
- <properties xmi:id="_690xl6DJEeSZxfCXzZz3-w" name="clientDependency" type="Reference" description="Indicates the dependencies that reference the client."/>
- <properties xmi:id="_690xmKDJEeSZxfCXzZz3-w" name="namespace" type="Reference" description="Specifies the namespace that owns the NamedElement."/>
- <properties xmi:id="_690xmaDJEeSZxfCXzZz3-w" name="nameExpression" type="Reference" description="The string expression used to define the name of this named element."/>
- </elements>
- <elements xmi:id="_690xmqDJEeSZxfCXzZz3-w" name="Dependency" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xm6DJEeSZxfCXzZz3-w" name="supplier" type="Reference" description="The element(s) independent of the client element(s), in the same respect and the same dependency relationship. In some directed dependency relationships (such as Refinement Abstractions), a common convention in the domain of class-based OO software is to put the more abstract element in this role. Despite this convention, users of UML may stipulate a sense of dependency suitable for their domain, which makes a more abstract element dependent on that which is more specific."/>
- <properties xmi:id="_690xnKDJEeSZxfCXzZz3-w" name="client" type="Reference" description="The element(s) dependent on the supplier element(s). In some cases (such as a Trace Abstraction) the assignment of direction (that is, the designation of the client element) is at the discretion of the modeler, and is a stipulation."/>
- </elements>
- <elements xmi:id="_690xnaDJEeSZxfCXzZz3-w" name="DirectedRelationship" supertypes="_690xoKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xnqDJEeSZxfCXzZz3-w" name="source" type="Reference" description="Specifies the sources of the DirectedRelationship."/>
- <properties xmi:id="_690xn6DJEeSZxfCXzZz3-w" name="target" type="Reference" description="Specifies the targets of the DirectedRelationship."/>
- </elements>
- <elements xmi:id="_690xoKDJEeSZxfCXzZz3-w" name="Relationship" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xoaDJEeSZxfCXzZz3-w" name="relatedElement" type="Reference" description="Specifies the elements related by the Relationship."/>
- </elements>
- <elements xmi:id="_690xoqDJEeSZxfCXzZz3-w" name="Namespace" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xo6DJEeSZxfCXzZz3-w" name="elementImport" type="Reference" description="References the ElementImports owned by the Namespace."/>
- <properties xmi:id="_690xpKDJEeSZxfCXzZz3-w" name="packageImport" type="Reference" description="References the PackageImports owned by the Namespace."/>
- <properties xmi:id="_690xpaDJEeSZxfCXzZz3-w" name="ownedRule" type="Reference" description="Specifies a set of Constraints owned by this Namespace."/>
- <properties xmi:id="_690xpqDJEeSZxfCXzZz3-w" name="member" type="Reference" description="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/>
- <properties xmi:id="_690xp6DJEeSZxfCXzZz3-w" name="importedMember" type="Reference" description="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports."/>
- <properties xmi:id="_690xqKDJEeSZxfCXzZz3-w" name="ownedMember" type="Reference" description="A collection of NamedElements owned by the Namespace."/>
- </elements>
- <elements xmi:id="_690xqaDJEeSZxfCXzZz3-w" name="ElementImport" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xqqDJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/>
- <properties xmi:id="_690xq6DJEeSZxfCXzZz3-w" name="alias" description="Specifies the name that should be added to the namespace of the importing package in lieu of the name of the imported packagable element. The aliased name must not clash with any other member name in the importing package. By default, no alias is used."/>
- <properties xmi:id="_690xrKDJEeSZxfCXzZz3-w" name="importedElement" type="Reference" description="Specifies the PackageableElement whose name is to be added to a Namespace."/>
- <properties xmi:id="_690xraDJEeSZxfCXzZz3-w" name="importingNamespace" type="Reference" description="Specifies the Namespace that imports a PackageableElement from another Package."/>
- </elements>
- <elements xmi:id="_690xrqDJEeSZxfCXzZz3-w" name="PackageImport" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xr6DJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not."/>
- <properties xmi:id="_690xsKDJEeSZxfCXzZz3-w" name="importedPackage" type="Reference" description="Specifies the Package whose members are imported into a Namespace."/>
- <properties xmi:id="_690xsaDJEeSZxfCXzZz3-w" name="importingNamespace" type="Reference" description="Specifies the Namespace that imports the members from a Package."/>
- </elements>
- <elements xmi:id="_690xsqDJEeSZxfCXzZz3-w" name="Constraint" supertypes="_690xkqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xs6DJEeSZxfCXzZz3-w" name="constrainedElement" type="Reference" description="The ordered set of Elements referenced by this Constraint."/>
- <properties xmi:id="_690xtKDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="A condition that must be true when evaluated in order for the constraint to be satisfied."/>
- <properties xmi:id="_690xtaDJEeSZxfCXzZz3-w" name="context" type="Reference" description="Specifies the namespace that owns the NamedElement."/>
- </elements>
- <elements xmi:id="_690xtqDJEeSZxfCXzZz3-w" name="ValueSpecification" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690xt6DJEeSZxfCXzZz3-w" name="TypedElement" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xuKDJEeSZxfCXzZz3-w" name="type" type="Reference" description="This information is derived from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/>
- </elements>
- <elements xmi:id="_690xuaDJEeSZxfCXzZz3-w" name="Type" supertypes="_690xkqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xuqDJEeSZxfCXzZz3-w" name="package" type="Reference" description="Specifies the owning package of this classifier, if any."/>
- </elements>
- <elements xmi:id="_690xu6DJEeSZxfCXzZz3-w" name="Association" supertypes="_690xwaDJEeSZxfCXzZz3-w _690xoKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xvKDJEeSZxfCXzZz3-w" name="ownedEnd" type="Reference" description="The ends that are owned by the association itself."/>
- <properties xmi:id="_690xvaDJEeSZxfCXzZz3-w" name="memberEnd" type="Reference" description="Each end represents participation of instances of the classifier connected to the end in links of the association."/>
- <properties xmi:id="_690xvqDJEeSZxfCXzZz3-w" name="isDerived" description="Specifies whether the association is derived from other model elements such as other associations or constraints."/>
- <properties xmi:id="_690xv6DJEeSZxfCXzZz3-w" name="endType" type="Reference" description="References the classifiers that are used as types of the ends of the association."/>
- <properties xmi:id="_690xwKDJEeSZxfCXzZz3-w" name="navigableOwnedEnd" type="Reference" description="The navigable ends that are owned by the association itself."/>
- </elements>
- <elements xmi:id="_690xwaDJEeSZxfCXzZz3-w" name="Classifier" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w _690xuaDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690xwqDJEeSZxfCXzZz3-w" name="isAbstract" type="Boolean" description="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships.&#xD;&#xA;"/>
- <properties xmi:id="_690xw6DJEeSZxfCXzZz3-w" name="generalization" type="Reference" description="Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the generalization hierarchy."/>
- <properties xmi:id="_690xxKDJEeSZxfCXzZz3-w" name="powertypeExtent" type="Reference" description="Designates the GeneralizationSet of which the associated Classifier is a power type."/>
- <properties xmi:id="_690xxaDJEeSZxfCXzZz3-w" name="feature" type="Reference" description="Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features.&#xD;&#xA;Specifies each feature defined in the classifier."/>
- <properties xmi:id="_690xxqDJEeSZxfCXzZz3-w" name="inheritedMember" type="Reference" description="Specifies all elements inherited by this classifier from the general classifiers."/>
- <properties xmi:id="_690xx6DJEeSZxfCXzZz3-w" name="redefinedClassifier" type="Reference" description="References the Classifiers that are redefined by this Classifier."/>
- <properties xmi:id="_690xyKDJEeSZxfCXzZz3-w" name="general" type="Reference" description="References the general classifier in the Generalization relationship.&#xD;&#xA;Specifies the general Classifiers for this Classifier."/>
- <properties xmi:id="_690xyaDJEeSZxfCXzZz3-w" name="substitution" type="Reference" description="References the substitutions that are owned by this Classifier."/>
- <properties xmi:id="_690xyqDJEeSZxfCXzZz3-w" name="attribute" type="Reference" description="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier."/>
- <properties xmi:id="_690xy6DJEeSZxfCXzZz3-w" name="representation" type="Reference" description="References a collaboration use which indicates the collaboration that represents this classifier."/>
- <properties xmi:id="_690xzKDJEeSZxfCXzZz3-w" name="collaborationUse" type="Reference" description="References the collaboration uses owned by the classifier."/>
- <properties xmi:id="_690xzaDJEeSZxfCXzZz3-w" name="ownedUseCase" type="Reference" description="References the use cases owned by this classifier."/>
- <properties xmi:id="_690xzqDJEeSZxfCXzZz3-w" name="useCase" type="Reference" description="The set of use cases for which this Classifier is the subject."/>
- <properties xmi:id="_690xz6DJEeSZxfCXzZz3-w" name="isFinalSpecialization" type="Boolean" description="If true, the Classifier cannot be specialized by generalization. Note that this property is preserved through package merge operations; that is, the capability to specialize a Classifier (i.e., isFinalSpecialization =false) must be preserved in the resulting Classifier of a package merge operation where a Classifier with isFinalSpecialization =false is merged with a matching Classifier with isFinalSpecialization =true: the resulting Classifier will have isFinalSpecialization=false. Default is false."/>
- </elements>
- <elements xmi:id="_690x0KDJEeSZxfCXzZz3-w" name="RedefinableElement" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x0aDJEeSZxfCXzZz3-w" name="isLeaf" description="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
- <properties xmi:id="_690x0qDJEeSZxfCXzZz3-w" name="redefinedElement" type="Reference" description="The redefinable element that is being redefined by this element."/>
- <properties xmi:id="_690x06DJEeSZxfCXzZz3-w" name="redefinitionContext" type="Reference" description="References the contexts that this element may be redefined from."/>
- </elements>
- <elements xmi:id="_690x1KDJEeSZxfCXzZz3-w" name="TemplateableElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x1aDJEeSZxfCXzZz3-w" name="templateBinding" type="Reference" description="The optional bindings from this element to templates."/>
- <properties xmi:id="_690x1qDJEeSZxfCXzZz3-w" name="ownedTemplateSignature" type="Reference" description="The optional template signature specifying the formal template parameters."/>
- </elements>
- <elements xmi:id="_690x16DJEeSZxfCXzZz3-w" name="TemplateBinding" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x2KDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The template signature for the template that is the target of the binding."/>
- <properties xmi:id="_690x2aDJEeSZxfCXzZz3-w" name="parameterSubstitution" type="Reference" description="The parameter substitutions owned by this template binding."/>
- <properties xmi:id="_690x2qDJEeSZxfCXzZz3-w" name="boundElement" type="Reference" description="The element that is bound by this binding."/>
- </elements>
- <elements xmi:id="_690x26DJEeSZxfCXzZz3-w" name="TemplateSignature" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x3KDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="The ordered set of all formal template parameters for this template signature."/>
- <properties xmi:id="_690x3aDJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="The formal template parameters that are owned by this template signature."/>
- <properties xmi:id="_690x3qDJEeSZxfCXzZz3-w" name="template" type="Reference" description="The element that owns this template signature."/>
- </elements>
- <elements xmi:id="_690x36DJEeSZxfCXzZz3-w" name="TemplateParameter" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x4KDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The template signature that owns this template parameter."/>
- <properties xmi:id="_690x4aDJEeSZxfCXzZz3-w" name="parameteredElement" type="Reference" description="The element exposed by this template parameter."/>
- <properties xmi:id="_690x4qDJEeSZxfCXzZz3-w" name="ownedParameteredElement" type="Reference" description="The element that is owned by this template parameter."/>
- <properties xmi:id="_690x46DJEeSZxfCXzZz3-w" name="default" type="Reference" description="The element that is the default for this formal template parameter."/>
- <properties xmi:id="_690x5KDJEeSZxfCXzZz3-w" name="ownedDefault" type="Reference" description="The element that is owned by this template parameter for the purpose of providing a default."/>
- </elements>
- <elements xmi:id="_690x5aDJEeSZxfCXzZz3-w" name="ParameterableElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x5qDJEeSZxfCXzZz3-w" name="owningTemplateParameter" type="Reference" description="The formal template parameter that owns this element."/>
- <properties xmi:id="_690x56DJEeSZxfCXzZz3-w" name="templateParameter" type="Reference" description="The template parameter that exposes this element as a formal parameter."/>
- </elements>
- <elements xmi:id="_690x6KDJEeSZxfCXzZz3-w" name="TemplateParameterSubstitution" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x6aDJEeSZxfCXzZz3-w" name="formal" type="Reference" description="The formal template parameter that is associated with this substitution."/>
- <properties xmi:id="_690x6qDJEeSZxfCXzZz3-w" name="actual" type="Reference" description="The element that is the actual parameter for this substitution."/>
- <properties xmi:id="_690x66DJEeSZxfCXzZz3-w" name="ownedActual" type="Reference" description="The actual parameter that is owned by this substitution."/>
- <properties xmi:id="_690x7KDJEeSZxfCXzZz3-w" name="templateBinding" type="Reference" description="The optional bindings from this element to templates."/>
- </elements>
- <elements xmi:id="_690x7aDJEeSZxfCXzZz3-w" name="Generalization" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x7qDJEeSZxfCXzZz3-w" name="isSubstitutable" description="Indicates whether the specific classifier can be used wherever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier."/>
- <properties xmi:id="_690x76DJEeSZxfCXzZz3-w" name="general" type="Reference" description="References the general classifier in the Generalization relationship."/>
- <properties xmi:id="_690x8KDJEeSZxfCXzZz3-w" name="generalizationSet" type="Reference" description="Designates a set in which instances of Generalization is considered members."/>
- <properties xmi:id="_690x8aDJEeSZxfCXzZz3-w" name="specific" type="Reference" description="References the specializing classifier in the Generalization relationship."/>
- </elements>
- <elements xmi:id="_690x8qDJEeSZxfCXzZz3-w" name="GeneralizationSet" supertypes="_690xkqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x86DJEeSZxfCXzZz3-w" name="isCovering" description="Indicates (via the associated Generalizations) whether or not the set of specific Classifiers are covering for a particular general classifier. When isCovering is true, every instance of a particular general Classifier is also an instance of at least one of its specific Classifiers for the GeneralizationSet. When isCovering is false, there are one or more instances of the particular general Classifier that are not instances of at least one of its specific Classifiers defined for the GeneralizationSet."/>
- <properties xmi:id="_690x9KDJEeSZxfCXzZz3-w" name="isDisjoint" description="Indicates whether or not the set of specific Classifiers in a Generalization relationship have instance in common. If isDisjoint is true, the specific Classifiers for a particular GeneralizationSet have no members in common; that is, their intersection is empty. If isDisjoint is false, the specific Classifiers in a particular GeneralizationSet have one or more members in common; that is, their intersection is not empty. For example, Person could have two Generalization relationships, each with the different specific Classifier: Manager or Staff. This would be disjoint because every instance of Person must either be a Manager or Staff. In contrast, Person could have two Generalization relationships involving two specific (and non-covering) Classifiers: Sales Person and Manager. This GeneralizationSet would not be disjoint because there are instances of Person which can be a Sales Person and a Manager."/>
- <properties xmi:id="_690x9aDJEeSZxfCXzZz3-w" name="powertype" type="Reference" description="Designates the Classifier that is defined as the power type for the associated GeneralizationSet."/>
- <properties xmi:id="_690x9qDJEeSZxfCXzZz3-w" name="generalization" type="Reference" description="Designates the instances of Generalization which are members of a given GeneralizationSet."/>
- </elements>
- <elements xmi:id="_690x96DJEeSZxfCXzZz3-w" name="Feature" supertypes="_690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x-KDJEeSZxfCXzZz3-w" name="isStatic" description="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
- <properties xmi:id="_690x-aDJEeSZxfCXzZz3-w" name="featuringClassifier" type="Reference" description="The Classifiers that have this Feature as a feature."/>
- </elements>
- <elements xmi:id="_690x-qDJEeSZxfCXzZz3-w" name="Substitution" supertypes="_690x_aDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x-6DJEeSZxfCXzZz3-w" name="contract" type="Reference" description="The contract with which the substituting classifier complies."/>
- <properties xmi:id="_690x_KDJEeSZxfCXzZz3-w" name="substitutingClassifier" type="Reference" description="Instances of the substituting classifier are runtime substitutable where instances of the contract classifier are expected."/>
- </elements>
- <elements xmi:id="_690x_aDJEeSZxfCXzZz3-w" name="Realization" supertypes="_690x_qDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690x_qDJEeSZxfCXzZz3-w" name="Abstraction" supertypes="_690xmqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690x_6DJEeSZxfCXzZz3-w" name="mapping" type="Reference" description="An composition of an Expression that states the abstraction relationship between the supplier and the client. In some cases, such as Derivation, it is usually formal and unidirectional; in other cases, such as Trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the elements is not specified."/>
- </elements>
- <elements xmi:id="_690yAKDJEeSZxfCXzZz3-w" name="OpaqueExpression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yAaDJEeSZxfCXzZz3-w" name="body" description="The text of the expression, possibly in multiple languages."/>
- <properties xmi:id="_690yAqDJEeSZxfCXzZz3-w" name="language" description="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order."/>
- <properties xmi:id="_690yA6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Restricts an opaque expression to return exactly one return result. When the invocation of the opaque expression completes, a single set of values is returned to its owner. This association is derived from the single return result parameter of the associated behavior."/>
- <properties xmi:id="_690yBKDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="Specifies the behavior of the opaque expression."/>
- </elements>
- <elements xmi:id="_690yBaDJEeSZxfCXzZz3-w" name="Parameter" supertypes="_690yFaDJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yBqDJEeSZxfCXzZz3-w" name="parameterSet" type="Reference" description="The parameter sets containing the parameter. See ParameterSet."/>
- <properties xmi:id="_690yB6DJEeSZxfCXzZz3-w" name="operation" type="Reference" description="References the Operation owning this parameter."/>
- <properties xmi:id="_690yCKDJEeSZxfCXzZz3-w" name="direction" type="Enumeration" description="Indicates whether a parameter is being sent into or out of a behavioral element."/>
- <properties xmi:id="_690yCaDJEeSZxfCXzZz3-w" name="default" description="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/>
- <properties xmi:id="_690yCqDJEeSZxfCXzZz3-w" name="defaultValue" type="Reference" description="Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter."/>
- <properties xmi:id="_690yC6DJEeSZxfCXzZz3-w" name="isException" description="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
- <properties xmi:id="_690yDKDJEeSZxfCXzZz3-w" name="isStream" description="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
- <properties xmi:id="_690yDaDJEeSZxfCXzZz3-w" name="effect" type="Enumeration" description="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
- </elements>
- <elements xmi:id="_690yDqDJEeSZxfCXzZz3-w" name="MultiplicityElement" supertypes="_690xhaDJEeSZxfCXzZz3-w _6964nqDJEeSZxfCXzZz3-w _6964oaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yD6DJEeSZxfCXzZz3-w" name="isOrdered" description="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
- <properties xmi:id="_690yEKDJEeSZxfCXzZz3-w" name="isUnique" description="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
- <properties xmi:id="_690yEaDJEeSZxfCXzZz3-w" name="upper" description="Specifies the upper bound of the multiplicity interval."/>
- <properties xmi:id="_690yEqDJEeSZxfCXzZz3-w" name="lower" description="Specifies the lower bound of the multiplicity interval."/>
- <properties xmi:id="_690yE6DJEeSZxfCXzZz3-w" name="upperValue" type="Reference" description="The specification of the upper bound for this multiplicity."/>
- <properties xmi:id="_690yFKDJEeSZxfCXzZz3-w" name="lowerValue" type="Reference" description="The specification of the lower bound for this multiplicity."/>
- </elements>
- <elements xmi:id="_690yFaDJEeSZxfCXzZz3-w" name="ConnectableElement" supertypes="_690xt6DJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yFqDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Denotes a connector that attaches to this connectable element."/>
- </elements>
- <elements xmi:id="_690yF6DJEeSZxfCXzZz3-w" name="ConnectorEnd" supertypes="_690yDqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yGKDJEeSZxfCXzZz3-w" name="definingEnd" type="Reference" description="A derived association referencing the corresponding association end on the association which types the connector owing this connector end. This association is derived by selecting the association end at the same place in the ordering of association ends as this connector end.&#xD;&#xA;"/>
- <properties xmi:id="_690yGaDJEeSZxfCXzZz3-w" name="role" type="Reference" description="The connectable element attached at this connector end. When an instance of the containing classifier is created, a link may (depending on the multiplicities) be created to an instance of the classifier that types this connectable element.&#xD;&#xA;"/>
- <properties xmi:id="_690yGqDJEeSZxfCXzZz3-w" name="partWithPort" type="Reference" description="Indicates the role of the internal structure of a classifier with the port to which the connector end is attached."/>
- </elements>
- <elements xmi:id="_690yG6DJEeSZxfCXzZz3-w" name="Property" supertypes="_690y2qDJEeSZxfCXzZz3-w _690yFaDJEeSZxfCXzZz3-w _690yLKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yHKDJEeSZxfCXzZz3-w" name="class" type="Reference" description="References the Class that owns the Property."/>
- <properties xmi:id="_690yHaDJEeSZxfCXzZz3-w" name="datatype" type="Reference" description="The DataType that owns this Property."/>
- <properties xmi:id="_690yHqDJEeSZxfCXzZz3-w" name="isDerived" description="If isDerived is true, the value of the attribute is derived from information elsewhere.&#xD;&#xA;Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
- <properties xmi:id="_690yH6DJEeSZxfCXzZz3-w" name="isDerivedUnion" description="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
- <properties xmi:id="_690yIKDJEeSZxfCXzZz3-w" name="aggregation" type="Enumeration" description="Specifies the kind of aggregation that applies to the Property."/>
- <properties xmi:id="_690yIaDJEeSZxfCXzZz3-w" name="isComposite" description="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.&#xD;&#xA;This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
- <properties xmi:id="_690yIqDJEeSZxfCXzZz3-w" name="redefinedProperty" type="Reference" description="References the properties that are redefined by this property."/>
- <properties xmi:id="_690yI6DJEeSZxfCXzZz3-w" name="owningAssociation" type="Reference" description="References the owning association of this property, if any."/>
- <properties xmi:id="_690yJKDJEeSZxfCXzZz3-w" name="defaultValue" type="Reference" description="A ValueSpecification that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/>
- <properties xmi:id="_690yJaDJEeSZxfCXzZz3-w" name="opposite" type="Reference" description="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end."/>
- <properties xmi:id="_690yJqDJEeSZxfCXzZz3-w" name="subsettedProperty" type="Reference" description="References the properties of which this property is constrained to be a subset."/>
- <properties xmi:id="_690yJ6DJEeSZxfCXzZz3-w" name="association" type="Reference" description="References the association of which this property is a member, if any."/>
- <properties xmi:id="_690yKKDJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="An optional list of ordered qualifier attributes for the end. If the list is empty, then the Association is not qualified."/>
- <properties xmi:id="_690yKaDJEeSZxfCXzZz3-w" name="associationEnd" type="Reference" description="Designates the optional association end that owns a qualifier attribute."/>
- <properties xmi:id="_690yKqDJEeSZxfCXzZz3-w" name="interface" type="Reference"/>
- <properties xmi:id="_690yK6DJEeSZxfCXzZz3-w" name="isID" type="Boolean"/>
- </elements>
- <elements xmi:id="_690yLKDJEeSZxfCXzZz3-w" name="DeploymentTarget" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yLaDJEeSZxfCXzZz3-w" name="deployment" type="Reference" description="The set of Deployments for a DeploymentTarget."/>
- <properties xmi:id="_690yLqDJEeSZxfCXzZz3-w" name="deployedElement" type="Reference" description="The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget."/>
- </elements>
- <elements xmi:id="_690yL6DJEeSZxfCXzZz3-w" name="Deployment" supertypes="_690xmqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yMKDJEeSZxfCXzZz3-w" name="deployedArtifact" type="Reference" description="The Artifacts that are deployed onto a Node. This association specializes the supplier association."/>
- <properties xmi:id="_690yMaDJEeSZxfCXzZz3-w" name="configuration" type="Reference" description="The specification of properties that parameterize the deployment and execution of one or more Artifacts."/>
- <properties xmi:id="_690yMqDJEeSZxfCXzZz3-w" name="location" type="Reference" description="The DeployedTarget which is the target of a Deployment."/>
- </elements>
- <elements xmi:id="_690yM6DJEeSZxfCXzZz3-w" name="DeployedArtifact" supertypes="_690xk6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690yNKDJEeSZxfCXzZz3-w" name="DeploymentSpecification" supertypes="_690yOKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yNaDJEeSZxfCXzZz3-w" name="deploymentLocation" description="The location where an Artifact is deployed onto a Node. This is typically a 'directory' or 'memory address'."/>
- <properties xmi:id="_690yNqDJEeSZxfCXzZz3-w" name="executionLocation" description="The location where a component Artifact executes. This may be a local or remote location."/>
- <properties xmi:id="_690yN6DJEeSZxfCXzZz3-w" name="deployment" type="Reference" description="The deployment with which the DeploymentSpecification is associated."/>
- </elements>
- <elements xmi:id="_690yOKDJEeSZxfCXzZz3-w" name="Artifact" supertypes="_690xwaDJEeSZxfCXzZz3-w _690yM6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yOaDJEeSZxfCXzZz3-w" name="fileName" description="A concrete name that is used to refer to the Artifact in a physical context. Example: file system name, universal resource locator."/>
- <properties xmi:id="_690yOqDJEeSZxfCXzZz3-w" name="nestedArtifact" type="Reference" description="The Artifacts that are defined (nested) within the Artifact.&#xD;&#xA;The association is a specialization of the ownedMember association from Namespace to NamedElement.&#xD;&#xA;"/>
- <properties xmi:id="_690yO6DJEeSZxfCXzZz3-w" name="manifestation" type="Reference" description="The set of model elements that are manifested in the Artifact. That is, these model elements are utilized in the construction (or generation) of the artifact."/>
- <properties xmi:id="_690yPKDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The Operations defined for the Artifact. The association is a specialization of the ownedMember association."/>
- <properties xmi:id="_690yPaDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes or association ends defined for the Artifact.&#xD;&#xA;The association is a specialization of the ownedMember association.&#xD;&#xA;"/>
- </elements>
- <elements xmi:id="_690yPqDJEeSZxfCXzZz3-w" name="Manifestation" supertypes="_690x_qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yP6DJEeSZxfCXzZz3-w" name="utilizedElement" type="Reference" description="The model element that is utilized in the manifestation in an Artifact."/>
- </elements>
- <elements xmi:id="_690yQKDJEeSZxfCXzZz3-w" name="Operation" supertypes="_690yTqDJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yQaDJEeSZxfCXzZz3-w" name="interface" type="Reference" description="The Interface that owns this Operation."/>
- <properties xmi:id="_690yQqDJEeSZxfCXzZz3-w" name="class" type="Reference" description="The class that owns the operation."/>
- <properties xmi:id="_690yQ6DJEeSZxfCXzZz3-w" name="isQuery" description="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
- <properties xmi:id="_690yRKDJEeSZxfCXzZz3-w" name="isOrdered" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is ordered or not, if present."/>
- <properties xmi:id="_690yRaDJEeSZxfCXzZz3-w" name="isUnique" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is unique or not, if present."/>
- <properties xmi:id="_690yRqDJEeSZxfCXzZz3-w" name="lower" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the lower multiplicity of the return parameter, if present."/>
- <properties xmi:id="_690yR6DJEeSZxfCXzZz3-w" name="upper" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the upper multiplicity of the return parameter, if present."/>
- <properties xmi:id="_690ySKDJEeSZxfCXzZz3-w" name="precondition" type="Reference" description="An optional set of Constraints on the state of the system when the Operation is invoked."/>
- <properties xmi:id="_690ySaDJEeSZxfCXzZz3-w" name="postcondition" type="Reference" description="An optional set of Constraints specifying the state of the system when the Operation is completed."/>
- <properties xmi:id="_690ySqDJEeSZxfCXzZz3-w" name="redefinedOperation" type="Reference" description="References the Operations that are redefined by this Operation."/>
- <properties xmi:id="_690yS6DJEeSZxfCXzZz3-w" name="datatype" type="Reference" description="The DataType that owns this Operation."/>
- <properties xmi:id="_690yTKDJEeSZxfCXzZz3-w" name="bodyCondition" type="Reference" description="An optional Constraint on the result values of an invocation of this Operation."/>
- <properties xmi:id="_690yTaDJEeSZxfCXzZz3-w" name="type" type="Reference" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the return result of the operation, if present."/>
- </elements>
- <elements xmi:id="_690yTqDJEeSZxfCXzZz3-w" name="BehavioralFeature" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x96DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yT6DJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="Specifies the ordered set of formal parameters of this BehavioralFeature."/>
- <properties xmi:id="_690yUKDJEeSZxfCXzZz3-w" name="isAbstract" description="If true, then the behavioral feature does not have an implementation, and one must be supplied by a more specific element. If false, the behavioral feature must have an implementation in the classifier or one must be inherited from a more general element."/>
- <properties xmi:id="_690yUaDJEeSZxfCXzZz3-w" name="method" type="Reference" description="A behavioral description that implements the behavioral feature. There may be at most one behavior for a particular pairing of a classifier (as owner of the behavior) and a behavioral feature (as specification of the behavior)."/>
- <properties xmi:id="_690yUqDJEeSZxfCXzZz3-w" name="concurrency" type="Enumeration" description="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
- <properties xmi:id="_690yU6DJEeSZxfCXzZz3-w" name="raisedException" type="Reference" description="References the Types representing exceptions that may be raised during an invocation of this feature.&#xD;&#xA;The signals that the behavioral feature raises as exceptions."/>
- <properties xmi:id="_690yVKDJEeSZxfCXzZz3-w" name="ownedParameterSet" type="Reference" description="The ParameterSets owned by this BehavioralFeature."/>
- </elements>
- <elements xmi:id="_690yVaDJEeSZxfCXzZz3-w" name="Behavior" supertypes="_690yXqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yVqDJEeSZxfCXzZz3-w" name="isReentrant" description="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
- <properties xmi:id="_690yV6DJEeSZxfCXzZz3-w" name="redefinedBehavior" type="Reference" description="References a behavior that this behavior redefines. A subtype of Behavior may redefine any other subtype of Behavior. If the behavior implements a behavioral feature, it replaces the redefined behavior. If the behavior is a classifier behavior, it extends the redefined behavior."/>
- <properties xmi:id="_690yWKDJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="References a list of parameters to the behavior which describes the order and type of arguments that can be given when the behavior is invoked and of the values which will be returned when the behavior completes its execution.&#xD;&#xA;"/>
- <properties xmi:id="_690yWaDJEeSZxfCXzZz3-w" name="context" type="Reference" description="The classifier that is the context for the execution of the behavior. If the behavior is owned by a BehavioredClassifier, that classifier is the context. Otherwise, the context is the first BehavioredClassifier reached by following the chain of owner relationships. For example, following this algorithm, the context of an entry action in a state machine is the classifier that owns the state machine. The features of the context classifier as well as the elements visible to the context classifier are visible to the behavior."/>
- <properties xmi:id="_690yWqDJEeSZxfCXzZz3-w" name="precondition" type="Reference" description="An optional set of Constraints specifying what must be fulfilled when the behavior is invoked."/>
- <properties xmi:id="_690yW6DJEeSZxfCXzZz3-w" name="postcondition" type="Reference" description="An optional set of Constraints specifying what is fulfilled after the execution of the behavior is completed, if its precondition was fulfilled before its invocation."/>
- <properties xmi:id="_690yXKDJEeSZxfCXzZz3-w" name="ownedParameterSet" type="Reference" description="The ParameterSets owned by this Behavior."/>
- <properties xmi:id="_690yXaDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="Designates a behavioral feature that the behavior implements. The behavioral feature must be owned by the classifier that owns the behavior or be inherited by it. The parameters of the behavioral feature and the implementing behavior must match. A behavior does not need to have a specification, in which case it either is the classifer behavior of a BehavioredClassifier or it can only be invoked by another behavior of the classifier."/>
- </elements>
- <elements xmi:id="_690yXqDJEeSZxfCXzZz3-w" name="Class" supertypes="_690yt6DJEeSZxfCXzZz3-w _690yZaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yX6DJEeSZxfCXzZz3-w" name="nestedClassifier" type="Reference" description="References all the Classifiers that are defined (nested) within the Class."/>
- <properties xmi:id="_690yYKDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The operations owned by the class."/>
- <properties xmi:id="_690yYaDJEeSZxfCXzZz3-w" name="superClass" type="Reference" description="This gives the superclasses of a class."/>
- <properties xmi:id="_690yYqDJEeSZxfCXzZz3-w" name="isActive" description="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
- <properties xmi:id="_690yY6DJEeSZxfCXzZz3-w" name="ownedReception" type="Reference" description="Receptions that objects of this class are willing to accept."/>
- <properties xmi:id="_690yZKDJEeSZxfCXzZz3-w" name="extension" type="Reference" description="References the Extensions that specify additional properties of the metaclass. The property is derived from the extensions whose memberEnds are typed by the Class."/>
- </elements>
- <elements xmi:id="_690yZaDJEeSZxfCXzZz3-w" name="BehavioredClassifier" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yZqDJEeSZxfCXzZz3-w" name="ownedBehavior" type="Reference" description="References behavior specifications owned by a classifier."/>
- <properties xmi:id="_690yZ6DJEeSZxfCXzZz3-w" name="classifierBehavior" type="Reference" description="A behavior specification that specifies the behavior of the classifier itself."/>
- <properties xmi:id="_690yaKDJEeSZxfCXzZz3-w" name="interfaceRealization" type="Reference" description="The set of InterfaceRealizations owned by the BehavioredClassifier. Interface realizations reference the Interfaces of which the BehavioredClassifier is an implementation."/>
- </elements>
- <elements xmi:id="_690yaaDJEeSZxfCXzZz3-w" name="InterfaceRealization" supertypes="_690x_aDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yaqDJEeSZxfCXzZz3-w" name="contract" type="Reference" description="References the Interface specifying the conformance contract."/>
- <properties xmi:id="_690ya6DJEeSZxfCXzZz3-w" name="implementingClassifier" type="Reference" description="References the BehavioredClassifier that owns this Interfacerealization (i.e., the classifier that realizes the Interface to which it points)."/>
- </elements>
- <elements xmi:id="_690ybKDJEeSZxfCXzZz3-w" name="Interface" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ybaDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes (i.e. the properties) owned by the class."/>
- <properties xmi:id="_690ybqDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The operations owned by the class."/>
- <properties xmi:id="_690yb6DJEeSZxfCXzZz3-w" name="nestedClassifier" type="Reference" description="References all the Classifiers that are defined (nested) within the Class."/>
- <properties xmi:id="_690ycKDJEeSZxfCXzZz3-w" name="redefinedInterface" type="Reference" description="References all the Interfaces redefined by this Interface."/>
- <properties xmi:id="_690ycaDJEeSZxfCXzZz3-w" name="ownedReception" type="Reference" description="Receptions that objects providing this interface are willing to accept."/>
- <properties xmi:id="_690ycqDJEeSZxfCXzZz3-w" name="protocol" type="Reference" description="References a protocol state machine specifying the legal sequences of the invocation of the behavioral features described in the interface."/>
- </elements>
- <elements xmi:id="_690yc6DJEeSZxfCXzZz3-w" name="Reception" supertypes="_690yTqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ydKDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The signal that this reception handles."/>
- </elements>
- <elements xmi:id="_690ydaDJEeSZxfCXzZz3-w" name="Signal" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ydqDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes owned by the signal."/>
- </elements>
- <elements xmi:id="_690yd6DJEeSZxfCXzZz3-w" name="ProtocolStateMachine" supertypes="_690yeaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yeKDJEeSZxfCXzZz3-w" name="conformance" type="Reference" description="Conformance between protocol state machines."/>
- </elements>
- <elements xmi:id="_690yeaDJEeSZxfCXzZz3-w" name="StateMachine" supertypes="_690yVaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yeqDJEeSZxfCXzZz3-w" name="region" type="Reference" description="The regions owned directly by the state machine."/>
- <properties xmi:id="_690ye6DJEeSZxfCXzZz3-w" name="submachineState" type="Reference" description="References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state."/>
- <properties xmi:id="_690yfKDJEeSZxfCXzZz3-w" name="connectionPoint" type="Reference" description="The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state."/>
- <properties xmi:id="_690yfaDJEeSZxfCXzZz3-w" name="extendedStateMachine" type="Reference" description="The state machines of which this is an extension."/>
- </elements>
- <elements xmi:id="_690yfqDJEeSZxfCXzZz3-w" name="Region" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yf6DJEeSZxfCXzZz3-w" name="subvertex" type="Reference" description="The set of vertices that are owned by this region."/>
- <properties xmi:id="_690ygKDJEeSZxfCXzZz3-w" name="transition" type="Reference" description="The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state."/>
- <properties xmi:id="_690ygaDJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine."/>
- <properties xmi:id="_690ygqDJEeSZxfCXzZz3-w" name="extendedRegion" type="Reference" description="The region of which this region is an extension."/>
- <properties xmi:id="_690yg6DJEeSZxfCXzZz3-w" name="stateMachine" type="Reference" description="The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State."/>
- </elements>
- <elements xmi:id="_690yhKDJEeSZxfCXzZz3-w" name="Vertex" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yhaDJEeSZxfCXzZz3-w" name="outgoing" type="Reference" description="Specifies the transitions departing from this vertex."/>
- <properties xmi:id="_690yhqDJEeSZxfCXzZz3-w" name="incoming" type="Reference" description="Specifies the transitions entering this vertex."/>
- <properties xmi:id="_690yh6DJEeSZxfCXzZz3-w" name="container" type="Reference" description="The region that contains this vertex."/>
- </elements>
- <elements xmi:id="_690yiKDJEeSZxfCXzZz3-w" name="Transition" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yiaDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Indicates the precise type of the transition."/>
- <properties xmi:id="_690yiqDJEeSZxfCXzZz3-w" name="container" type="Reference" description="Designates the region that owns this transition."/>
- <properties xmi:id="_690yi6DJEeSZxfCXzZz3-w" name="source" type="Reference" description="Designates the originating vertex (state or pseudostate) of the transition."/>
- <properties xmi:id="_690yjKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="Designates the target vertex that is reached when the transition is taken."/>
- <properties xmi:id="_690yjaDJEeSZxfCXzZz3-w" name="redefinedTransition" type="Reference" description="The transition that is redefined by this transition."/>
- <properties xmi:id="_690yjqDJEeSZxfCXzZz3-w" name="guard" type="Reference" description="A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed."/>
- <properties xmi:id="_690yj6DJEeSZxfCXzZz3-w" name="effect" type="Reference" description="Specifies an optional behavior to be performed when the transition fires."/>
- <properties xmi:id="_690ykKDJEeSZxfCXzZz3-w" name="trigger" type="Reference" description="Specifies the triggers that may fire the transition."/>
- </elements>
- <elements xmi:id="_690ykaDJEeSZxfCXzZz3-w" name="Trigger" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ykqDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The event that causes the trigger."/>
- <properties xmi:id="_690yk6DJEeSZxfCXzZz3-w" name="port" type="Reference" multiplicity="-1" description="A optional port of the receiver object on which the behavioral feature is invoked."/>
- </elements>
- <elements xmi:id="_690ylKDJEeSZxfCXzZz3-w" name="Event" supertypes="_690xkqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690ylaDJEeSZxfCXzZz3-w" name="Port" supertypes="_690yG6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ylqDJEeSZxfCXzZz3-w" name="isBehavior" description="Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier. Such ports are referred to as behavior port. Any invocation of a behavioral feature targeted at a behavior port will be handled by the instance of the owning classifier itself, rather than by any instances that this classifier may contain."/>
- <properties xmi:id="_690yl6DJEeSZxfCXzZz3-w" name="isService" description="If true indicates that this port is used to provide the published functionality of a classifier; if false, this port is used to implement the classifier but is not part of the essential externally-visible functionality of the classifier and can, therefore, be altered or deleted along with the internal implementation of the classifier and other properties that are considered part of its implementation."/>
- <properties xmi:id="_690ymKDJEeSZxfCXzZz3-w" name="required" type="Reference" description="References the interfaces specifying the set of operations and receptions which the classifier expects its environment to handle. This association is derived as the set of interfaces required by the type of the port or its supertypes."/>
- <properties xmi:id="_690ymaDJEeSZxfCXzZz3-w" name="redefinedPort" type="Reference" description="A port may be redefined when its containing classifier is specialized. The redefining port may have additional interfaces to those that are associated with the redefined port or it may replace an interface by one of its subtypes."/>
- <properties xmi:id="_690ymqDJEeSZxfCXzZz3-w" name="provided" type="Reference" description="References the interfaces specifying the set of operations and receptions which the classifier offers to its environment, and which it will handle either directly or by forwarding it to a part of its internal structure. This association is derived from the interfaces realized by the type of the port or by the type of the port, if the port was typed by an interface.&#xD;&#xA;"/>
- <properties xmi:id="_690ym6DJEeSZxfCXzZz3-w" name="protocol" type="Reference" description="References an optional protocol state machine which describes valid interactions at this interaction point."/>
- <properties xmi:id="_690ynKDJEeSZxfCXzZz3-w" name="isConjugated" type="Boolean"/>
- </elements>
- <elements xmi:id="_690ynaDJEeSZxfCXzZz3-w" name="State" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w _690yhKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ynqDJEeSZxfCXzZz3-w" name="isComposite" description="A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region."/>
- <properties xmi:id="_690yn6DJEeSZxfCXzZz3-w" name="isOrthogonal" description="A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions."/>
- <properties xmi:id="_690yoKDJEeSZxfCXzZz3-w" name="isSimple" description="A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine."/>
- <properties xmi:id="_690yoaDJEeSZxfCXzZz3-w" name="isSubmachineState" description="A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine)."/>
- <properties xmi:id="_690yoqDJEeSZxfCXzZz3-w" name="submachine" type="Reference" description="The state machine that is to be inserted in place of the (submachine) state."/>
- <properties xmi:id="_690yo6DJEeSZxfCXzZz3-w" name="connection" type="Reference" description="The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate."/>
- <properties xmi:id="_690ypKDJEeSZxfCXzZz3-w" name="connectionPoint" type="Reference" description="The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states."/>
- <properties xmi:id="_690ypaDJEeSZxfCXzZz3-w" name="redefinedState" type="Reference" description="The state of which this state is a redefinition."/>
- <properties xmi:id="_690ypqDJEeSZxfCXzZz3-w" name="stateInvariant" type="Reference" description="Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.&#xD;&#xA;"/>
- <properties xmi:id="_690yp6DJEeSZxfCXzZz3-w" name="entry" type="Reference" description="An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.&#xD;&#xA;"/>
- <properties xmi:id="_690yqKDJEeSZxfCXzZz3-w" name="exit" type="Reference" description="An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution."/>
- <properties xmi:id="_690yqaDJEeSZxfCXzZz3-w" name="doActivity" type="Reference" description="An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first."/>
- <properties xmi:id="_690yqqDJEeSZxfCXzZz3-w" name="deferrableTrigger" type="Reference" description="A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.&#xD;&#xA;"/>
- <properties xmi:id="_690yq6DJEeSZxfCXzZz3-w" name="region" type="Reference" description="The regions owned directly by the state."/>
- </elements>
- <elements xmi:id="_690yrKDJEeSZxfCXzZz3-w" name="ConnectionPointReference" supertypes="_690yhKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yraDJEeSZxfCXzZz3-w" name="entry" type="Reference" description="The entryPoint kind pseudo states corresponding to this connection point."/>
- <properties xmi:id="_690yrqDJEeSZxfCXzZz3-w" name="exit" type="Reference" description="The exitPoints kind pseudo states corresponding to this connection point."/>
- <properties xmi:id="_690yr6DJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State in which the connection point refreshens are defined."/>
- </elements>
- <elements xmi:id="_690ysKDJEeSZxfCXzZz3-w" name="Pseudostate" supertypes="_690yhKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ysaDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice."/>
- <properties xmi:id="_690ysqDJEeSZxfCXzZz3-w" name="stateMachine" type="Reference" description="The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint."/>
- <properties xmi:id="_690ys6DJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State that owns this pseudostate and in which it appears."/>
- </elements>
- <elements xmi:id="_690ytKDJEeSZxfCXzZz3-w" name="ProtocolConformance" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ytaDJEeSZxfCXzZz3-w" name="generalMachine" type="Reference" description="Specifies the protocol state machine to which the specific state machine conforms."/>
- <properties xmi:id="_690ytqDJEeSZxfCXzZz3-w" name="specificMachine" type="Reference" description="Specifies the state machine which conforms to the general state machine."/>
- </elements>
- <elements xmi:id="_690yt6DJEeSZxfCXzZz3-w" name="EncapsulatedClassifier" supertypes="_690yuaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yuKDJEeSZxfCXzZz3-w" name="ownedPort" type="Reference" description="References a set of ports that an encapsulated classifier owns."/>
- </elements>
- <elements xmi:id="_690yuaDJEeSZxfCXzZz3-w" name="StructuredClassifier" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yuqDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="References the properties owned by the classifier."/>
- <properties xmi:id="_690yu6DJEeSZxfCXzZz3-w" name="part" type="Reference" description="References the properties specifying instances that the classifier owns by composition. This association is derived, selecting those owned properties where isComposite is true."/>
- <properties xmi:id="_690yvKDJEeSZxfCXzZz3-w" name="role" type="Reference" description="References the roles that instances may play in this classifier."/>
- <properties xmi:id="_690yvaDJEeSZxfCXzZz3-w" name="ownedConnector" type="Reference" description="References the connectors owned by the classifier."/>
- </elements>
- <elements xmi:id="_690yvqDJEeSZxfCXzZz3-w" name="Connector" supertypes="_690x96DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yv6DJEeSZxfCXzZz3-w" name="type" type="Reference" description="An optional association that specifies the link corresponding to this connector."/>
- <properties xmi:id="_690ywKDJEeSZxfCXzZz3-w" name="redefinedConnector" type="Reference" description="A connector may be redefined when its containing classifier is specialized. The redefining connector may have a type that specializes the type of the redefined connector. The types of the connector ends of the redefining connector may specialize the types of the connector ends of the redefined connector. The properties of the connector ends of the redefining connector may be replaced."/>
- <properties xmi:id="_690ywaDJEeSZxfCXzZz3-w" name="end" type="Reference" description="A connector consists of at least two connector ends, each representing the participation of instances of the classifiers typing the connectable elements attached to this end. The set of connector ends is ordered."/>
- <properties xmi:id="_690ywqDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Indicates the kind of connector."/>
- <properties xmi:id="_690yw6DJEeSZxfCXzZz3-w" name="contract" type="Reference" description="The set of Behaviors that specify the valid interaction patterns across the connector."/>
- </elements>
- <elements xmi:id="_690yxKDJEeSZxfCXzZz3-w" name="Extension" supertypes="_690xu6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yxaDJEeSZxfCXzZz3-w" name="isRequired" description="Indicates whether an instance of the extending stereotype must be created when an instance of the extended class is created. The attribute value is derived from the multiplicity of the Property referenced by Extension::ownedEnd; a multiplicity of 1 means that isRequired is true, but otherwise it is false. Since the default multiplicity of an ExtensionEnd is 0..1, the default value of isRequired is false."/>
- <properties xmi:id="_690yxqDJEeSZxfCXzZz3-w" name="metaclass" type="Reference" description="References the Class that is extended through an Extension. The property is derived from the type of the memberEnd that is not the ownedEnd."/>
- </elements>
- <elements xmi:id="_690yx6DJEeSZxfCXzZz3-w" name="ExtensionEnd" supertypes="_690yG6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690yyKDJEeSZxfCXzZz3-w" name="Stereotype" supertypes="_690yXqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yyaDJEeSZxfCXzZz3-w" name="icon" type="Reference" description="Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements."/>
- </elements>
- <elements xmi:id="_690yyqDJEeSZxfCXzZz3-w" name="Image" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yy6DJEeSZxfCXzZz3-w" name="content" description="This contains the serialization of the image according to the format. The value could represent a bitmap, image such as a GIF file, or drawing 'instructions' using a standard such as Scalable Vector Graphic (SVG) (which is XML based)."/>
- <properties xmi:id="_690yzKDJEeSZxfCXzZz3-w" name="location" description="This contains a location that can be used by a tool to locate the image as an alternative to embedding it in the stereotype."/>
- <properties xmi:id="_690yzaDJEeSZxfCXzZz3-w" name="format" description="This indicates the format of the content - which is how the string content should be interpreted. The following values are reserved: SVG, GIF, PNG, JPG, WMF, EMF, BMP.&#xD;&#xA;&#xD;&#xA;In addition the prefix 'MIME: ' is also reserved. This option can be used as an alternative to express the reserved values above, for example &quot;SVG&quot; could instead be expressed as &quot;MIME: image/svg+xml&quot;."/>
- </elements>
- <elements xmi:id="_690yzqDJEeSZxfCXzZz3-w" name="Profile" supertypes="_690xiaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690yz6DJEeSZxfCXzZz3-w" name="metaclassReference" type="Reference" description="References a metaclass that may be extended."/>
- <properties xmi:id="_690y0KDJEeSZxfCXzZz3-w" name="metamodelReference" type="Reference" description="References a package containing (directly or indirectly) metaclasses that may be extended."/>
- </elements>
- <elements xmi:id="_690y0aDJEeSZxfCXzZz3-w" name="Model" supertypes="_690xiaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y0qDJEeSZxfCXzZz3-w" name="viewpoint" description="The name of the viewpoint that is expressed by a model (This name may refer to a profile definition)."/>
- </elements>
- <elements xmi:id="_690y06DJEeSZxfCXzZz3-w" name="ParameterSet" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y1KDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="Parameters in the parameter set."/>
- <properties xmi:id="_690y1aDJEeSZxfCXzZz3-w" name="condition" type="Reference" description="Constraint that should be satisfied for the owner of the parameters in an input parameter set to start execution using the values provided for those parameters, or the owner of the parameters in an output parameter set to end execution providing the values for those parameters, if all preconditions and conditions on input parameter sets were satisfied."/>
- </elements>
- <elements xmi:id="_690y1qDJEeSZxfCXzZz3-w" name="DataType" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y16DJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The Attributes owned by the DataType."/>
- <properties xmi:id="_690y2KDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The Operations owned by the DataType."/>
- </elements>
- <elements xmi:id="_690y2aDJEeSZxfCXzZz3-w" name="OperationTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690y2qDJEeSZxfCXzZz3-w" name="StructuralFeature" supertypes="_690x96DJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y26DJEeSZxfCXzZz3-w" name="isReadOnly" description="States whether the feature's value may be modified by a client."/>
- </elements>
- <elements xmi:id="_690y3KDJEeSZxfCXzZz3-w" name="ConnectableElementTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690y3aDJEeSZxfCXzZz3-w" name="CollaborationUse" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y3qDJEeSZxfCXzZz3-w" name="type" type="Reference" description="The collaboration which is used in this occurrence. The collaboration defines the cooperation between its roles which are mapped to properties of the classifier owning the collaboration use."/>
- <properties xmi:id="_690y36DJEeSZxfCXzZz3-w" name="roleBinding" type="Reference" description="A mapping between features of the collaboration type and features of the classifier or operation. This mapping indicates which connectable element of the classifier or operation plays which role(s) in the collaboration. A connectable element may be bound to multiple roles in the same collaboration use (that is, it may play multiple roles).&#xD;&#xA;"/>
- </elements>
- <elements xmi:id="_690y4KDJEeSZxfCXzZz3-w" name="Collaboration" supertypes="_690yZaDJEeSZxfCXzZz3-w _690yuaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y4aDJEeSZxfCXzZz3-w" name="collaborationRole" type="Reference" description="References connectable elements (possibly owned by other classifiers) which represent roles that instances may play in this collaboration."/>
- </elements>
- <elements xmi:id="_690y4qDJEeSZxfCXzZz3-w" name="UseCase" supertypes="_690yZaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y46DJEeSZxfCXzZz3-w" name="include" type="Reference" description="References the Include relationships owned by this use case."/>
- <properties xmi:id="_690y5KDJEeSZxfCXzZz3-w" name="extend" type="Reference" description="References the Extend relationships owned by this use case."/>
- <properties xmi:id="_690y5aDJEeSZxfCXzZz3-w" name="extensionPoint" type="Reference" description="References the ExtensionPoints owned by the use case."/>
- <properties xmi:id="_690y5qDJEeSZxfCXzZz3-w" name="subject" type="Reference" description="References the subjects to which this use case applies. The subject or its parts realize all the use cases that apply to this subject. Use cases need not be attached to any specific subject, however. The subject may, but need not, own the use cases that apply to it."/>
- </elements>
- <elements xmi:id="_690y56DJEeSZxfCXzZz3-w" name="Include" supertypes="_690xk6DJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y6KDJEeSZxfCXzZz3-w" name="addition" type="Reference" description="References the use case that is to be included.&#xD;&#xA;"/>
- <properties xmi:id="_690y6aDJEeSZxfCXzZz3-w" name="includingCase" type="Reference" description="References the use case which will include the addition and owns the include relationship."/>
- </elements>
- <elements xmi:id="_690y6qDJEeSZxfCXzZz3-w" name="Extend" supertypes="_690xk6DJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y66DJEeSZxfCXzZz3-w" name="extendedCase" type="Reference" description="References the use case that is being extended."/>
- <properties xmi:id="_690y7KDJEeSZxfCXzZz3-w" name="condition" type="Reference" description="References the condition that must hold when the first extension point is reached for the extension to take place. If no constraint is associated with the extend relationship, the extension is unconditional.&#xD;&#xA;"/>
- <properties xmi:id="_690y7aDJEeSZxfCXzZz3-w" name="extensionLocation" type="Reference" description="An ordered list of extension points belonging to the extended use case, specifying where the respective behavioral fragments of the extending use case are to be inserted. The first fragment in the extending use case is associated with the first extension point in the list, the second fragment with the second point, and so on. (Note that, in most practical cases, the extending use case has just a single behavior fragment, so that the list of extension points is trivial.)&#xD;&#xA;"/>
- <properties xmi:id="_690y7qDJEeSZxfCXzZz3-w" name="extension" type="Reference" description="References the use case that represents the extension and owns the extend relationship."/>
- </elements>
- <elements xmi:id="_690y76DJEeSZxfCXzZz3-w" name="ExtensionPoint" supertypes="_690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y8KDJEeSZxfCXzZz3-w" name="useCase" type="Reference" description="References the use case that owns this extension point."/>
- </elements>
- <elements xmi:id="_690y8aDJEeSZxfCXzZz3-w" name="RedefinableTemplateSignature" supertypes="_690x0KDJEeSZxfCXzZz3-w _690x26DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y8qDJEeSZxfCXzZz3-w" name="extendedSignature" type="Reference" description="The template signature that is extended by this template signature."/>
- <properties xmi:id="_690y86DJEeSZxfCXzZz3-w" name="inheritedParameter" type="Reference" description="The formal template parameters of the extendedSignature."/>
- <properties xmi:id="_690y9KDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier that owns this template signature."/>
- </elements>
- <elements xmi:id="_690y9aDJEeSZxfCXzZz3-w" name="ClassifierTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y9qDJEeSZxfCXzZz3-w" name="allowSubstitutable" description="Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter."/>
- <properties xmi:id="_690y96DJEeSZxfCXzZz3-w" name="constrainingClassifier" type="Reference" description="The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument."/>
- </elements>
- <elements xmi:id="_690y-KDJEeSZxfCXzZz3-w" name="StringExpression" supertypes="_690y-6DJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y-aDJEeSZxfCXzZz3-w" name="subExpression" type="Reference" description="The StringExpressions that constitute this StringExpression."/>
- <properties xmi:id="_690y-qDJEeSZxfCXzZz3-w" name="owningExpression" type="Reference" description="The string expression of which this expression is a substring."/>
- </elements>
- <elements xmi:id="_690y-6DJEeSZxfCXzZz3-w" name="Expression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690y_KDJEeSZxfCXzZz3-w" name="symbol" description="The symbol associated with the node in the expression tree."/>
- <properties xmi:id="_690y_aDJEeSZxfCXzZz3-w" name="operand" type="Reference" description="Specifies a sequence of operands."/>
- </elements>
- <elements xmi:id="_690y_qDJEeSZxfCXzZz3-w" name="Usage" supertypes="_690xmqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690y_6DJEeSZxfCXzZz3-w" name="PackageMerge" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zAKDJEeSZxfCXzZz3-w" name="mergedPackage" type="Reference" description="References the Package that is to be merged with the receiving package of the PackageMerge."/>
- <properties xmi:id="_690zAaDJEeSZxfCXzZz3-w" name="receivingPackage" type="Reference" description="References the Package that is being extended with the contents of the merged package of the PackageMerge."/>
- </elements>
- <elements xmi:id="_690zAqDJEeSZxfCXzZz3-w" name="ProfileApplication" supertypes="_690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zA6DJEeSZxfCXzZz3-w" name="appliedProfile" type="Reference" description="References the Profiles that are applied to a Package through this ProfileApplication."/>
- <properties xmi:id="_690zBKDJEeSZxfCXzZz3-w" name="isStrict" description="Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied."/>
- <properties xmi:id="_690zBaDJEeSZxfCXzZz3-w" name="applyingPackage" type="Reference" description="The package that owns the profile application."/>
- </elements>
- <elements xmi:id="_690zBqDJEeSZxfCXzZz3-w" name="Enumeration" supertypes="_690y1qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zB6DJEeSZxfCXzZz3-w" name="ownedLiteral" type="Reference" description="The ordered set of literals for this Enumeration."/>
- </elements>
- <elements xmi:id="_690zCKDJEeSZxfCXzZz3-w" name="EnumerationLiteral" supertypes="_690zC6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zCaDJEeSZxfCXzZz3-w" name="enumeration" type="Reference" description="The Enumeration that this EnumerationLiteral is a member of."/>
- <properties xmi:id="_690zCqDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier of this EnumerationLiteral is derived to be equal to its enumeration. Redefines InstanceSpecification::classifier."/>
- </elements>
- <elements xmi:id="_690zC6DJEeSZxfCXzZz3-w" name="InstanceSpecification" supertypes="_690yLKDJEeSZxfCXzZz3-w _690xkqDJEeSZxfCXzZz3-w _690yM6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zDKDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them."/>
- <properties xmi:id="_690zDaDJEeSZxfCXzZz3-w" name="slot" type="Reference" description="A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description."/>
- <properties xmi:id="_690zDqDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="A specification of how to compute, derive, or construct the instance."/>
- </elements>
- <elements xmi:id="_690zD6DJEeSZxfCXzZz3-w" name="Slot" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zEKDJEeSZxfCXzZz3-w" name="definingFeature" type="Reference" description="The structural feature that specifies the values that may be held by the slot."/>
- <properties xmi:id="_690zEaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="The value or values corresponding to the defining feature for the owning instance specification."/>
- <properties xmi:id="_690zEqDJEeSZxfCXzZz3-w" name="owningInstance" type="Reference" description="The instance specification that owns this slot."/>
- </elements>
- <elements xmi:id="_690zE6DJEeSZxfCXzZz3-w" name="PrimitiveType" supertypes="_690y1qDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zFKDJEeSZxfCXzZz3-w" name="LiteralSpecification" supertypes="_690xtqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zFaDJEeSZxfCXzZz3-w" name="LiteralInteger" supertypes="_690zFKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zFqDJEeSZxfCXzZz3-w" name="value" description="The specified Integer value."/>
- </elements>
- <elements xmi:id="_690zF6DJEeSZxfCXzZz3-w" name="LiteralString" supertypes="_690zFKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zGKDJEeSZxfCXzZz3-w" name="value" description="The specified String value."/>
- </elements>
- <elements xmi:id="_690zGaDJEeSZxfCXzZz3-w" name="LiteralBoolean" supertypes="_690zFKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zGqDJEeSZxfCXzZz3-w" name="value" description="The specified Boolean value."/>
- </elements>
- <elements xmi:id="_690zG6DJEeSZxfCXzZz3-w" name="LiteralNull" supertypes="_690zFKDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zHKDJEeSZxfCXzZz3-w" name="InstanceValue" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zHaDJEeSZxfCXzZz3-w" name="instance" type="Reference" description="The instance that is the specified value."/>
- </elements>
- <elements xmi:id="_690zHqDJEeSZxfCXzZz3-w" name="LiteralUnlimitedNatural" supertypes="_690zFKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zH6DJEeSZxfCXzZz3-w" name="value" description="The specified UnlimitedNatural value."/>
- </elements>
- <elements xmi:id="_690zIKDJEeSZxfCXzZz3-w" name="OpaqueBehavior" supertypes="_690yVaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zIaDJEeSZxfCXzZz3-w" name="body" description="Specifies the behavior in one or more languages."/>
- <properties xmi:id="_690zIqDJEeSZxfCXzZz3-w" name="language" description="Languages the body strings use in the same order as the body strings."/>
- </elements>
- <elements xmi:id="_690zI6DJEeSZxfCXzZz3-w" name="FunctionBehavior" supertypes="_690zIKDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zJKDJEeSZxfCXzZz3-w" name="OpaqueAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zJaDJEeSZxfCXzZz3-w" name="body" description="Specifies the action in one or more languages."/>
- <properties xmi:id="_690zJqDJEeSZxfCXzZz3-w" name="language" description="Languages the body strings use, in the same order as the body strings"/>
- <properties xmi:id="_690zJ6DJEeSZxfCXzZz3-w" name="inputValue" type="Reference" description="Provides input to the action."/>
- <properties xmi:id="_690zKKDJEeSZxfCXzZz3-w" name="outputValue" type="Reference" description="Takes output from the action."/>
- </elements>
- <elements xmi:id="_690zKaDJEeSZxfCXzZz3-w" name="Action" supertypes="_690zMKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zKqDJEeSZxfCXzZz3-w" name="output" type="Reference" description="The ordered set of output pins connected to the Action. The action places its results onto pins in this set."/>
- <properties xmi:id="_690zK6DJEeSZxfCXzZz3-w" name="input" type="Reference" description="The ordered set of input pins connected to the Action. These are among the total set of inputs."/>
- <properties xmi:id="_690zLKDJEeSZxfCXzZz3-w" name="context" type="Reference" description="The classifier that owns the behavior of which this action is a part."/>
- <properties xmi:id="_690zLaDJEeSZxfCXzZz3-w" name="localPrecondition" type="Reference" description="Constraint that must be satisfied when execution is started."/>
- <properties xmi:id="_690zLqDJEeSZxfCXzZz3-w" name="localPostcondition" type="Reference" description="Constraint that must be satisfied when executed is completed."/>
- <properties xmi:id="_690zL6DJEeSZxfCXzZz3-w" name="isLocallyReentrant" type="Boolean" description="If true, the action can begin a new, concurrent execution, even if there is already another execution of the action ongoing. If false, the action cannot begin a new execution until any previous execution has completed. The default is false."/>
- </elements>
- <elements xmi:id="_690zMKDJEeSZxfCXzZz3-w" name="ExecutableNode" supertypes="_690zMqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zMaDJEeSZxfCXzZz3-w" name="handler" type="Reference" description="A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node."/>
- </elements>
- <elements xmi:id="_690zMqDJEeSZxfCXzZz3-w" name="ActivityNode" supertypes="_690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zM6DJEeSZxfCXzZz3-w" name="inStructuredNode" type="Reference" description="Structured activity node containing the node."/>
- <properties xmi:id="_690zNKDJEeSZxfCXzZz3-w" name="activity" type="Reference" description="Activity containing the node."/>
- <properties xmi:id="_690zNaDJEeSZxfCXzZz3-w" name="outgoing" type="Reference" description="Edges that have the node as source."/>
- <properties xmi:id="_690zNqDJEeSZxfCXzZz3-w" name="incoming" type="Reference" description="Edges that have the node as target."/>
- <properties xmi:id="_690zN6DJEeSZxfCXzZz3-w" name="inPartition" type="Reference" description="Partitions containing the node."/>
- <properties xmi:id="_690zOKDJEeSZxfCXzZz3-w" name="inInterruptibleRegion" type="Reference" description="Interruptible regions containing the node."/>
- <properties xmi:id="_690zOaDJEeSZxfCXzZz3-w" name="inGroup" type="Reference" description="Groups containing the node."/>
- <properties xmi:id="_690zOqDJEeSZxfCXzZz3-w" name="redefinedNode" type="Reference" description="Inherited nodes replaced by this node in a specialization of the activity."/>
- </elements>
- <elements xmi:id="_690zO6DJEeSZxfCXzZz3-w" name="StructuredActivityNode" supertypes="_690zKaDJEeSZxfCXzZz3-w _690xoqDJEeSZxfCXzZz3-w _690zQqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zPKDJEeSZxfCXzZz3-w" name="variable" type="Reference" description="A variable defined in the scope of the structured activity node. It has no value and may not be accessed"/>
- <properties xmi:id="_690zPaDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges immediately contained in the structured node."/>
- <properties xmi:id="_690zPqDJEeSZxfCXzZz3-w" name="mustIsolate" description="If true, then the actions in the node execute in isolation from actions outside the node."/>
- <properties xmi:id="_690zP6DJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
- <properties xmi:id="_690zQKDJEeSZxfCXzZz3-w" name="structuredNodeInput" type="Reference" multiplicity="-1"/>
- <properties xmi:id="_690zQaDJEeSZxfCXzZz3-w" name="structuredNodeOutput" type="Reference" multiplicity="-1"/>
- </elements>
- <elements xmi:id="_690zQqDJEeSZxfCXzZz3-w" name="ActivityGroup" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zQ6DJEeSZxfCXzZz3-w" name="subgroup" type="Reference" description="Groups immediately contained in the group."/>
- <properties xmi:id="_690zRKDJEeSZxfCXzZz3-w" name="superGroup" type="Reference" description="Group immediately containing the group."/>
- <properties xmi:id="_690zRaDJEeSZxfCXzZz3-w" name="inActivity" type="Reference" description="Activity containing the group."/>
- <properties xmi:id="_690zRqDJEeSZxfCXzZz3-w" name="containedEdge" type="Reference" description="Edges immediately contained in the group."/>
- <properties xmi:id="_690zR6DJEeSZxfCXzZz3-w" name="containedNode" type="Reference" description="Nodes immediately contained in the group."/>
- </elements>
- <elements xmi:id="_690zSKDJEeSZxfCXzZz3-w" name="Activity" supertypes="_690yVaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zSaDJEeSZxfCXzZz3-w" name="structuredNode" type="Reference" description="Top-level structured nodes in the activity."/>
- <properties xmi:id="_690zSqDJEeSZxfCXzZz3-w" name="variable" type="Reference" description="Top-level variables in the activity."/>
- <properties xmi:id="_690zS6DJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes coordinated by the activity."/>
- <properties xmi:id="_690zTKDJEeSZxfCXzZz3-w" name="isReadOnly" description="If true, this activity must not make any changes to variables outside the activity or to objects. (This is an assertion, not an executable property. It may be used by an execution engine to optimize model execution. If the assertion is violated by the action, then the model is ill-formed.) The default is false (an activity may make nonlocal changes)."/>
- <properties xmi:id="_690zTaDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges expressing flow between nodes of the activity."/>
- <properties xmi:id="_690zTqDJEeSZxfCXzZz3-w" name="partition" type="Reference" description="Top-level partitions in the activity."/>
- <properties xmi:id="_690zT6DJEeSZxfCXzZz3-w" name="isSingleExecution" description="If true, all invocations of the activity are handled by the same execution."/>
- <properties xmi:id="_690zUKDJEeSZxfCXzZz3-w" name="group" type="Reference" description="Top-level groups in the activity."/>
- </elements>
- <elements xmi:id="_690zUaDJEeSZxfCXzZz3-w" name="Variable" supertypes="_690yFaDJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zUqDJEeSZxfCXzZz3-w" name="scope" type="Reference" description="A structured activity node that owns the variable."/>
- <properties xmi:id="_690zU6DJEeSZxfCXzZz3-w" name="activityScope" type="Reference" description="An activity that owns the variable."/>
- </elements>
- <elements xmi:id="_690zVKDJEeSZxfCXzZz3-w" name="ActivityEdge" supertypes="_690x0KDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zVaDJEeSZxfCXzZz3-w" name="source" type="Reference" description="Node from which tokens are taken when they traverse the edge."/>
- <properties xmi:id="_690zVqDJEeSZxfCXzZz3-w" name="target" type="Reference" description="Node to which tokens are put when they traverse the edge."/>
- <properties xmi:id="_690zV6DJEeSZxfCXzZz3-w" name="redefinedEdge" type="Reference" description="Inherited edges replaced by this edge in a specialization of the activity."/>
- <properties xmi:id="_690zWKDJEeSZxfCXzZz3-w" name="inPartition" type="Reference" description="Partitions containing the edge."/>
- <properties xmi:id="_690zWaDJEeSZxfCXzZz3-w" name="guard" type="Reference" description="Specification evaluated at runtime to determine if the edge can be traversed."/>
- <properties xmi:id="_690zWqDJEeSZxfCXzZz3-w" name="weight" type="Reference" description="The minimum number of tokens that must traverse the edge at the same time."/>
- <properties xmi:id="_690zW6DJEeSZxfCXzZz3-w" name="interrupts" type="Reference" description="Region that the edge can interrupt."/>
- <properties xmi:id="_690zXKDJEeSZxfCXzZz3-w" name="inStructuredNode" type="Reference" description="Structured activity node containing the edge."/>
- <properties xmi:id="_690zXaDJEeSZxfCXzZz3-w" name="inGroup" type="Reference" description="Groups containing the edge."/>
- <properties xmi:id="_690zXqDJEeSZxfCXzZz3-w" name="activity" type="Reference" description="Activity containing the edge."/>
- </elements>
- <elements xmi:id="_690zX6DJEeSZxfCXzZz3-w" name="ActivityPartition" supertypes="_690xk6DJEeSZxfCXzZz3-w _690zQqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zYKDJEeSZxfCXzZz3-w" name="isDimension" description="Tells whether the partition groups other partitions along a dimension."/>
- <properties xmi:id="_690zYaDJEeSZxfCXzZz3-w" name="isExternal" description="Tells whether the partition represents an entity to which the partitioning structure does not apply."/>
- <properties xmi:id="_690zYqDJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
- <properties xmi:id="_690zY6DJEeSZxfCXzZz3-w" name="subpartition" type="Reference" description="Partitions immediately contained in the partition."/>
- <properties xmi:id="_690zZKDJEeSZxfCXzZz3-w" name="superPartition" type="Reference" description="Partition immediately containing the partition."/>
- <properties xmi:id="_690zZaDJEeSZxfCXzZz3-w" name="represents" type="Reference" description="An element constraining behaviors invoked by nodes in the partition."/>
- <properties xmi:id="_690zZqDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges immediately contained in the group."/>
- </elements>
- <elements xmi:id="_690zZ6DJEeSZxfCXzZz3-w" name="InterruptibleActivityRegion" supertypes="_690zQqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zaKDJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
- <properties xmi:id="_690zaaDJEeSZxfCXzZz3-w" name="interruptingEdge" type="Reference" description="The edges leaving the region that will abort other tokens flowing in the region."/>
- </elements>
- <elements xmi:id="_690zaqDJEeSZxfCXzZz3-w" name="ExceptionHandler" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690za6DJEeSZxfCXzZz3-w" name="handlerBody" type="Reference" description="A node that is executed if the handler satisfies an uncaught exception."/>
- <properties xmi:id="_690zbKDJEeSZxfCXzZz3-w" name="exceptionInput" type="Reference" description="An object node within the handler body. When the handler catches an exception, the exception token is placed in this node, causing the body to execute."/>
- <properties xmi:id="_690zbaDJEeSZxfCXzZz3-w" name="exceptionType" type="Reference" description="The kind of instances that the handler catches. If an exception occurs whose type is any of the classifiers in the set, the handler catches the exception and executes its body."/>
- <properties xmi:id="_690zbqDJEeSZxfCXzZz3-w" name="protectedNode" type="Reference" description="The node protected by the handler. The handler is examined if an exception propagates to the outside of the node."/>
- </elements>
- <elements xmi:id="_690zb6DJEeSZxfCXzZz3-w" name="ObjectNode" supertypes="_690zMqDJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zcKDJEeSZxfCXzZz3-w" name="ordering" type="Enumeration" description="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
- <properties xmi:id="_690zcaDJEeSZxfCXzZz3-w" name="isControlType" description="Tells whether the type of the object node is to be treated as control."/>
- <properties xmi:id="_690zcqDJEeSZxfCXzZz3-w" name="upperBound" type="Reference" description="The maximum number of tokens allowed in the node. Objects cannot flow into the node if the upper bound is reached."/>
- <properties xmi:id="_690zc6DJEeSZxfCXzZz3-w" name="inState" type="Reference" description="The required states of the object available at this point in the activity."/>
- <properties xmi:id="_690zdKDJEeSZxfCXzZz3-w" name="selection" type="Reference" description="Selects tokens for outgoing edges."/>
- </elements>
- <elements xmi:id="_690zdaDJEeSZxfCXzZz3-w" name="OutputPin" supertypes="_690zdqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zdqDJEeSZxfCXzZz3-w" name="Pin" supertypes="_690zb6DJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zd6DJEeSZxfCXzZz3-w" name="isControl" description="Tells whether the pins provide data to the actions, or just controls when it executes it."/>
- </elements>
- <elements xmi:id="_690zeKDJEeSZxfCXzZz3-w" name="InputPin" supertypes="_690zdqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zeaDJEeSZxfCXzZz3-w" name="CallAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zeqDJEeSZxfCXzZz3-w" name="isSynchronous" description="If true, the call is synchronous and the caller waits for completion of the invoked behavior.&#xD;&#xA;If false, the call is asynchronous and the caller proceeds immediately and does not expect a return values.&#xD;&#xA;"/>
- <properties xmi:id="_690ze6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins where the results of performing the invocation are placed."/>
- </elements>
- <elements xmi:id="_690zfKDJEeSZxfCXzZz3-w" name="InvocationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zfaDJEeSZxfCXzZz3-w" name="argument" type="Reference" description="Specification of the ordered set of argument values that appears during execution."/>
- <properties xmi:id="_690zfqDJEeSZxfCXzZz3-w" name="onPort" type="Reference" description="A optional port of the receiver object on which the behavioral feature is invoked."/>
- </elements>
- <elements xmi:id="_690zf6DJEeSZxfCXzZz3-w" name="SendSignalAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zgKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the signal is sent."/>
- <properties xmi:id="_690zgaDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The type of signal transmitted to the target object."/>
- </elements>
- <elements xmi:id="_690zgqDJEeSZxfCXzZz3-w" name="CallOperationAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zg6DJEeSZxfCXzZz3-w" name="operation" type="Reference" description="The operation to be invoked by the action execution."/>
- <properties xmi:id="_690zhKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the request is sent. The classifier of the target object is used to dynamically determine a behavior to invoke. This object constitutes the context of the execution of the operation."/>
- </elements>
- <elements xmi:id="_690zhaDJEeSZxfCXzZz3-w" name="CallBehaviorAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zhqDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="The invoked behavior. It must be capable of accepting and returning control."/>
- </elements>
- <elements xmi:id="_690zh6DJEeSZxfCXzZz3-w" name="SequenceNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ziKDJEeSZxfCXzZz3-w" name="executableNode" type="Reference" description="An ordered set of executable nodes."/>
- </elements>
- <elements xmi:id="_690ziaDJEeSZxfCXzZz3-w" name="ControlNode" supertypes="_690zMqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690ziqDJEeSZxfCXzZz3-w" name="ControlFlow" supertypes="_690zVKDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zi6DJEeSZxfCXzZz3-w" name="InitialNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zjKDJEeSZxfCXzZz3-w" name="ActivityParameterNode" supertypes="_690zb6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zjaDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="The parameter the object node will be accepting or providing values for."/>
- </elements>
- <elements xmi:id="_690zjqDJEeSZxfCXzZz3-w" name="ValuePin" supertypes="_690zeKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zj6DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value that the pin will provide."/>
- </elements>
- <elements xmi:id="_690zkKDJEeSZxfCXzZz3-w" name="Message" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zkaDJEeSZxfCXzZz3-w" name="messageKind" type="Enumeration" description="The derived kind of the Message (complete, lost, found or unknown)"/>
- <properties xmi:id="_690zkqDJEeSZxfCXzZz3-w" name="messageSort" type="Enumeration" description="The sort of communication reflected by the Message"/>
- <properties xmi:id="_690zk6DJEeSZxfCXzZz3-w" name="receiveEvent" type="Reference" description="References the Receiving of the Message"/>
- <properties xmi:id="_690zlKDJEeSZxfCXzZz3-w" name="sendEvent" type="Reference" description="References the Sending of the Message."/>
- <properties xmi:id="_690zlaDJEeSZxfCXzZz3-w" name="connector" type="Reference" description="The Connector on which this Message is sent."/>
- <properties xmi:id="_690zlqDJEeSZxfCXzZz3-w" name="interaction" type="Reference" description="The enclosing Interaction owning the Message"/>
- <properties xmi:id="_690zl6DJEeSZxfCXzZz3-w" name="argument" type="Reference" description="The arguments of the Message"/>
- <properties xmi:id="_690zmKDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The definition of the type or signature of the Message (depending on its kind). The associated named element is derived from the message end that constitutes the sending or receiving message event. If both a sending event and a receiving message event are present, the signature is obtained from the sending event."/>
- </elements>
- <elements xmi:id="_690zmaDJEeSZxfCXzZz3-w" name="MessageEnd" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zmqDJEeSZxfCXzZz3-w" name="message" type="Reference" description="References a Message."/>
- </elements>
- <elements xmi:id="_690zm6DJEeSZxfCXzZz3-w" name="Interaction" supertypes="_690yVaDJEeSZxfCXzZz3-w _690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690znKDJEeSZxfCXzZz3-w" name="lifeline" type="Reference" description="Specifies the participants in this Interaction."/>
- <properties xmi:id="_690znaDJEeSZxfCXzZz3-w" name="fragment" type="Reference" description="The ordered set of fragments in the Interaction."/>
- <properties xmi:id="_690znqDJEeSZxfCXzZz3-w" name="action" type="Reference" description="Actions owned by the Interaction."/>
- <properties xmi:id="_690zn6DJEeSZxfCXzZz3-w" name="formalGate" type="Reference" description="Specifies the gates that form the message interface between this Interaction and any InteractionUses which reference it.&#xD;&#xA;"/>
- <properties xmi:id="_690zoKDJEeSZxfCXzZz3-w" name="message" type="Reference" description="The Messages contained in this Interaction."/>
- </elements>
- <elements xmi:id="_690zoaDJEeSZxfCXzZz3-w" name="InteractionFragment" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zoqDJEeSZxfCXzZz3-w" name="covered" type="Reference" description="References the Lifelines that the InteractionFragment involves."/>
- <properties xmi:id="_690zo6DJEeSZxfCXzZz3-w" name="generalOrdering" type="Reference" description="The general ordering relationships contained in this fragment."/>
- <properties xmi:id="_690zpKDJEeSZxfCXzZz3-w" name="enclosingInteraction" type="Reference" description="The Interaction enclosing this InteractionFragment."/>
- <properties xmi:id="_690zpaDJEeSZxfCXzZz3-w" name="enclosingOperand" type="Reference" description="The operand enclosing this InteractionFragment (they may nest recursively)"/>
- </elements>
- <elements xmi:id="_690zpqDJEeSZxfCXzZz3-w" name="Lifeline" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zp6DJEeSZxfCXzZz3-w" name="represents" type="Reference" description="References the ConnectableElement within the classifier that contains the enclosing interaction."/>
- <properties xmi:id="_690zqKDJEeSZxfCXzZz3-w" name="interaction" type="Reference" description="References the Interaction enclosing this Lifeline."/>
- <properties xmi:id="_690zqaDJEeSZxfCXzZz3-w" name="selector" type="Reference" description="If the referenced ConnectableElement is multivalued, then this specifies the specific individual part within that set."/>
- <properties xmi:id="_690zqqDJEeSZxfCXzZz3-w" name="decomposedAs" type="Reference" description="References the Interaction that represents the decomposition."/>
- <properties xmi:id="_690zq6DJEeSZxfCXzZz3-w" name="coveredBy" type="Reference" description="References the InteractionFragments in which this Lifeline takes part."/>
- </elements>
- <elements xmi:id="_690zrKDJEeSZxfCXzZz3-w" name="PartDecomposition" supertypes="_690zraDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zraDJEeSZxfCXzZz3-w" name="InteractionUse" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zrqDJEeSZxfCXzZz3-w" name="refersTo" type="Reference" description="Refers to the Interaction that defines its meaning"/>
- <properties xmi:id="_690zr6DJEeSZxfCXzZz3-w" name="actualGate" type="Reference" description="The actual gates of the InteractionUse"/>
- <properties xmi:id="_690zsKDJEeSZxfCXzZz3-w" name="argument" type="Reference" description="The actual arguments of the Interaction"/>
- <properties xmi:id="_690zsaDJEeSZxfCXzZz3-w" name="returnValue" type="Reference" description="The value of the executed Interaction."/>
- <properties xmi:id="_690zsqDJEeSZxfCXzZz3-w" name="returnValueRecipient" type="Reference" description="The recipient of the return value."/>
- </elements>
- <elements xmi:id="_690zs6DJEeSZxfCXzZz3-w" name="Gate" supertypes="_690zmaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690ztKDJEeSZxfCXzZz3-w" name="GeneralOrdering" supertypes="_690xk6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690ztaDJEeSZxfCXzZz3-w" name="before" type="Reference" description="The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after."/>
- <properties xmi:id="_690ztqDJEeSZxfCXzZz3-w" name="after" type="Reference" description="The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before."/>
- </elements>
- <elements xmi:id="_690zt6DJEeSZxfCXzZz3-w" name="OccurrenceSpecification" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zuKDJEeSZxfCXzZz3-w" name="toBefore" type="Reference" description="References the GeneralOrderings that specify EventOcurrences that must occur before this OccurrenceSpecification&#xD;&#xA;"/>
- <properties xmi:id="_690zuaDJEeSZxfCXzZz3-w" name="toAfter" type="Reference" description="References the GeneralOrderings that specify EventOcurrences that must occur after this OccurrenceSpecification&#xD;&#xA;"/>
- </elements>
- <elements xmi:id="_690zuqDJEeSZxfCXzZz3-w" name="InteractionOperand" supertypes="_690xoqDJEeSZxfCXzZz3-w _690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zu6DJEeSZxfCXzZz3-w" name="guard" type="Reference" description="Constraint of the operand."/>
- <properties xmi:id="_690zvKDJEeSZxfCXzZz3-w" name="fragment" type="Reference" description="The fragments of the operand."/>
- </elements>
- <elements xmi:id="_690zvaDJEeSZxfCXzZz3-w" name="InteractionConstraint" supertypes="_690xsqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zvqDJEeSZxfCXzZz3-w" name="minint" type="Reference" description="The minimum number of iterations of a loop"/>
- <properties xmi:id="_690zv6DJEeSZxfCXzZz3-w" name="maxint" type="Reference" description="The maximum number of iterations of a loop"/>
- </elements>
- <elements xmi:id="_690zwKDJEeSZxfCXzZz3-w" name="ExecutionSpecification" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zwaDJEeSZxfCXzZz3-w" name="start" type="Reference" description="References the OccurrenceSpecification that designates the start of the Action or Behavior"/>
- <properties xmi:id="_690zwqDJEeSZxfCXzZz3-w" name="finish" type="Reference" description="References the OccurrenceSpecification that designates the finish of the Action or Behavior."/>
- </elements>
- <elements xmi:id="_690zw6DJEeSZxfCXzZz3-w" name="StateInvariant" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zxKDJEeSZxfCXzZz3-w" name="invariant" type="Reference" description="A Constraint that should hold at runtime for this StateInvariant"/>
- </elements>
- <elements xmi:id="_690zxaDJEeSZxfCXzZz3-w" name="ActionExecutionSpecification" supertypes="_690zwKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zxqDJEeSZxfCXzZz3-w" name="action" type="Reference" description="Action whose execution is occurring."/>
- </elements>
- <elements xmi:id="_690zx6DJEeSZxfCXzZz3-w" name="BehaviorExecutionSpecification" supertypes="_690zwKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zyKDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="Behavior whose execution is occurring."/>
- </elements>
- <elements xmi:id="_690zyaDJEeSZxfCXzZz3-w" name="CreationEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zyqDJEeSZxfCXzZz3-w" name="MessageEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zy6DJEeSZxfCXzZz3-w" name="MessageOccurrenceSpecification" supertypes="_690zt6DJEeSZxfCXzZz3-w _690zmaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zzKDJEeSZxfCXzZz3-w" name="ExecutionOccurrenceSpecification" supertypes="_690zt6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_690zzaDJEeSZxfCXzZz3-w" name="execution" type="Reference" multiplicity="2" description="References the execution specification describing the execution that is started or finished at this execution event."/>
- </elements>
- <elements xmi:id="_690zzqDJEeSZxfCXzZz3-w" name="Actor" supertypes="_690yZaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690zz6DJEeSZxfCXzZz3-w" name="CallEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z0KDJEeSZxfCXzZz3-w" name="operation" type="Reference" description="Designates the operation whose invocation raised the call event."/>
- </elements>
- <elements xmi:id="_690z0aDJEeSZxfCXzZz3-w" name="ChangeEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z0qDJEeSZxfCXzZz3-w" name="changeExpression" type="Reference" description="A Boolean-valued expression that will result in a change event whenever its value changes from false to true."/>
- </elements>
- <elements xmi:id="_690z06DJEeSZxfCXzZz3-w" name="SignalEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z1KDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The specific signal that is associated with this event."/>
- </elements>
- <elements xmi:id="_690z1aDJEeSZxfCXzZz3-w" name="AnyReceiveEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z1qDJEeSZxfCXzZz3-w" name="ForkNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z16DJEeSZxfCXzZz3-w" name="FlowFinalNode" supertypes="_690z2KDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z2KDJEeSZxfCXzZz3-w" name="FinalNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z2aDJEeSZxfCXzZz3-w" name="CentralBufferNode" supertypes="_690zb6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z2qDJEeSZxfCXzZz3-w" name="MergeNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z26DJEeSZxfCXzZz3-w" name="DecisionNode" supertypes="_690ziaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z3KDJEeSZxfCXzZz3-w" name="decisionInput" type="Reference" description="Provides input to guard specifications on edges outgoing from the decision node."/>
- <properties xmi:id="_690z3aDJEeSZxfCXzZz3-w" name="decisionInputFlow" type="Reference" description="An additional edge incoming to the decision node that provides a decision input value."/>
- </elements>
- <elements xmi:id="_690z3qDJEeSZxfCXzZz3-w" name="ObjectFlow" supertypes="_690zVKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z36DJEeSZxfCXzZz3-w" name="isMulticast" description="Tells whether the objects in the flow are passed by multicasting."/>
- <properties xmi:id="_690z4KDJEeSZxfCXzZz3-w" name="isMultireceive" description="Tells whether the objects in the flow are gathered from respondents to multicasting."/>
- <properties xmi:id="_690z4aDJEeSZxfCXzZz3-w" name="transformation" type="Reference" description="Changes or replaces data tokens flowing along edge."/>
- <properties xmi:id="_690z4qDJEeSZxfCXzZz3-w" name="selection" type="Reference" description="Selects tokens from a source object node."/>
- </elements>
- <elements xmi:id="_690z46DJEeSZxfCXzZz3-w" name="ActivityFinalNode" supertypes="_690z2KDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z5KDJEeSZxfCXzZz3-w" name="ComponentRealization" supertypes="_690x_aDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z5aDJEeSZxfCXzZz3-w" name="abstraction" type="Reference" description="The Component that owns this ComponentRealization and which is implemented by its realizing classifiers."/>
- <properties xmi:id="_690z5qDJEeSZxfCXzZz3-w" name="realizingClassifier" type="Reference" description="The classifiers that are involved in the implementation of the Component that owns this Realization."/>
- </elements>
- <elements xmi:id="_690z56DJEeSZxfCXzZz3-w" name="Component" supertypes="_690yXqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z6KDJEeSZxfCXzZz3-w" name="isIndirectlyInstantiated" description="The kind of instantiation that applies to a Component. If false, the component is instantiated as an addressable object. If true, the Component is defined at design-time, but at runtime (or execution-time) an object specified by the Component does not exist, that is, the component is instantiated indirectly, through the instantiation of its realizing classifiers or parts. Several standard stereotypes use this meta attribute, e.g. &lt;&lt;specification>>, &lt;&lt;focus>>, &lt;&lt;subsystem>>."/>
- <properties xmi:id="_690z6aDJEeSZxfCXzZz3-w" name="required" type="Reference" description="The interfaces that the component requires from other components in its environment in order to be able to offer its full set of provided functionality. These interfaces may be used by the Component or any of its realizingClassifiers, or they may be the Interfaces that are required by its public Ports."/>
- <properties xmi:id="_690z6qDJEeSZxfCXzZz3-w" name="provided" type="Reference" description="The interfaces that the component exposes to its environment. These interfaces may be Realized by the Component or any of its realizingClassifiers, or they may be the Interfaces that are provided by its public Ports."/>
- <properties xmi:id="_690z66DJEeSZxfCXzZz3-w" name="packagedElement" type="Reference" description="The set of PackageableElements that a Component owns. In the namespace of a component, all model elements that are involved in or related to its definition may be owned or imported explicitly. These may include e.g. Classes, Interfaces, Components, Packages, Use cases, Dependencies (e.g. mappings), and Artifacts."/>
- <properties xmi:id="_690z7KDJEeSZxfCXzZz3-w" name="realization" type="Reference" description="The set of Realizations owned by the Component. Realizations reference the Classifiers of which the Component is an abstraction; i.e., that realize its behavior."/>
- </elements>
- <elements xmi:id="_690z7aDJEeSZxfCXzZz3-w" name="Node" supertypes="_690yXqDJEeSZxfCXzZz3-w _690yLKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z7qDJEeSZxfCXzZz3-w" name="nestedNode" type="Reference" description="The Nodes that are defined (nested) within the Node."/>
- </elements>
- <elements xmi:id="_690z76DJEeSZxfCXzZz3-w" name="CommunicationPath" supertypes="_690xu6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z8KDJEeSZxfCXzZz3-w" name="Device" supertypes="_690z7aDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z8aDJEeSZxfCXzZz3-w" name="ExecutionEnvironment" supertypes="_690z7aDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_690z8qDJEeSZxfCXzZz3-w" name="CombinedFragment" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z86DJEeSZxfCXzZz3-w" name="interactionOperator" type="Enumeration" description="Specifies the operation which defines the semantics of this combination of InteractionFragments."/>
- <properties xmi:id="_690z9KDJEeSZxfCXzZz3-w" name="operand" type="Reference" description="The set of operands of the combined fragment."/>
- <properties xmi:id="_690z9aDJEeSZxfCXzZz3-w" name="cfragmentGate" type="Reference" description="Specifies the gates that form the interface between this CombinedFragment and its surroundings"/>
- </elements>
- <elements xmi:id="_690z9qDJEeSZxfCXzZz3-w" name="Continuation" supertypes="_690zoaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z96DJEeSZxfCXzZz3-w" name="setting" description="True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning."/>
- </elements>
- <elements xmi:id="_690z-KDJEeSZxfCXzZz3-w" name="ConsiderIgnoreFragment" supertypes="_690z8qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z-aDJEeSZxfCXzZz3-w" name="message" type="Reference" description="The set of messages that apply to this fragment"/>
- </elements>
- <elements xmi:id="_690z-qDJEeSZxfCXzZz3-w" name="CreateObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z-6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="Classifier to be instantiated."/>
- <properties xmi:id="_690z_KDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_690z_aDJEeSZxfCXzZz3-w" name="DestroyObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_690z_qDJEeSZxfCXzZz3-w" name="isDestroyLinks" description="Specifies whether links in which the object participates are destroyed along with the object."/>
- <properties xmi:id="_690z_6DJEeSZxfCXzZz3-w" name="isDestroyOwnedObjects" description="Specifies whether objects owned by the object are destroyed along with the object."/>
- <properties xmi:id="_6900AKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The input pin providing the object to be destroyed."/>
- </elements>
- <elements xmi:id="_6900AaDJEeSZxfCXzZz3-w" name="TestIdentityAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900AqDJEeSZxfCXzZz3-w" name="first" type="Reference" description="Gives the pin on which an object is placed."/>
- <properties xmi:id="_6900A6DJEeSZxfCXzZz3-w" name="second" type="Reference" description="Gives the pin on which an object is placed."/>
- <properties xmi:id="_6900BKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Tells whether the two input objects are identical."/>
- </elements>
- <elements xmi:id="_6900BaDJEeSZxfCXzZz3-w" name="ReadSelfAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900BqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the hosting object is placed."/>
- </elements>
- <elements xmi:id="_6900B6DJEeSZxfCXzZz3-w" name="StructuralFeatureAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900CKDJEeSZxfCXzZz3-w" name="structuralFeature" type="Reference" description="Structural feature to be read."/>
- <properties xmi:id="_6900CaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the object whose structural feature is to be read or written is obtained.&#xD;&#xA;"/>
- </elements>
- <elements xmi:id="_6900CqDJEeSZxfCXzZz3-w" name="ReadStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900C6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6900DKDJEeSZxfCXzZz3-w" name="WriteStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900DaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value to be added or removed from the structural feature."/>
- <properties xmi:id="_6900DqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6900D6DJEeSZxfCXzZz3-w" name="ClearStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900EKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6900EaDJEeSZxfCXzZz3-w" name="RemoveStructuralFeatureValueAction" supertypes="_6900DKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900EqDJEeSZxfCXzZz3-w" name="isRemoveDuplicates" description="Specifies whether to remove duplicates of the value in nonunique structural features."/>
- <properties xmi:id="_6900E6DJEeSZxfCXzZz3-w" name="removeAt" type="Reference" description="Specifies the position of an existing value to remove in ordered nonunique structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
- </elements>
- <elements xmi:id="_6900FKDJEeSZxfCXzZz3-w" name="AddStructuralFeatureValueAction" supertypes="_6900DKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6900FaDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing values of the structural feature of the object should be removed before adding the new value."/>
- <properties xmi:id="_6900FqDJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Gives the position at which to insert a new value or move an existing value in ordered structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero. This pin is omitted for unordered structural features."/>
- </elements>
- <elements xmi:id="_6900F6DJEeSZxfCXzZz3-w" name="LinkAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_69638KDJEeSZxfCXzZz3-w" name="endData" type="Reference" description="Data identifying one end of a link by the objects on its ends and qualifiers."/>
- <properties xmi:id="_69638aDJEeSZxfCXzZz3-w" name="inputValue" type="Reference" description="Pins taking end objects and qualifier values as input."/>
- </elements>
- <elements xmi:id="_69638qDJEeSZxfCXzZz3-w" name="LinkEndData" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_696386DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an 'open' end for reading."/>
- <properties xmi:id="_69639KDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Association end for which this link-end data specifies values."/>
- <properties xmi:id="_69639aDJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="List of qualifier values"/>
- </elements>
- <elements xmi:id="_69639qDJEeSZxfCXzZz3-w" name="QualifierValue" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_696396DJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="Attribute representing the qualifier for which the value is to be specified."/>
- <properties xmi:id="_6963-KDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Input pin from which the specified value for the qualifier is taken."/>
- </elements>
- <elements xmi:id="_6963-aDJEeSZxfCXzZz3-w" name="ReadLinkAction" supertypes="_6900F6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6963-qDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The pin on which are put the objects participating in the association at the end not specified by the inputs.&#xD;&#xA;"/>
- </elements>
- <elements xmi:id="_6963-6DJEeSZxfCXzZz3-w" name="LinkEndCreationData" supertypes="_69638qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6963_KDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link."/>
- <properties xmi:id="_6963_aDJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Specifies where the new link should be inserted for ordered association ends, or where an existing link should be moved to. The type of the input is UnlimitedNatural, but the input cannot be zero. This pin is omitted for association ends that are not ordered."/>
- </elements>
- <elements xmi:id="_6963_qDJEeSZxfCXzZz3-w" name="CreateLinkAction" supertypes="_6963_6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6963_6DJEeSZxfCXzZz3-w" name="WriteLinkAction" supertypes="_6900F6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964AKDJEeSZxfCXzZz3-w" name="DestroyLinkAction" supertypes="_6963_6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964AaDJEeSZxfCXzZz3-w" name="LinkEndDestructionData" supertypes="_69638qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964AqDJEeSZxfCXzZz3-w" name="isDestroyDuplicates" description="Specifies whether to destroy duplicates of the value in nonunique association ends."/>
- <properties xmi:id="_6964A6DJEeSZxfCXzZz3-w" name="destroyAt" type="Reference" description="Specifies the position of an existing link to be destroyed in ordered nonunique association ends. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
- </elements>
- <elements xmi:id="_6964BKDJEeSZxfCXzZz3-w" name="ClearAssociationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964BaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which is obtained the object whose participation in the association is to be cleared."/>
- <properties xmi:id="_6964BqDJEeSZxfCXzZz3-w" name="association" type="Reference" description="Association to be cleared."/>
- </elements>
- <elements xmi:id="_6964B6DJEeSZxfCXzZz3-w" name="BroadcastSignalAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964CKDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The specification of signal object transmitted to the target objects."/>
- </elements>
- <elements xmi:id="_6964CaDJEeSZxfCXzZz3-w" name="SendObjectAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964CqDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the object is sent."/>
- <properties xmi:id="_6964C6DJEeSZxfCXzZz3-w" name="request" type="Reference" description="The request object, which is transmitted to the target object. The object may be copied in transmission, so identity might not be preserved."/>
- </elements>
- <elements xmi:id="_6964DKDJEeSZxfCXzZz3-w" name="ValueSpecificationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964DaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value specification to be evaluated."/>
- <properties xmi:id="_6964DqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6964D6DJEeSZxfCXzZz3-w" name="TimeExpression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964EKDJEeSZxfCXzZz3-w" name="expr" type="Reference" description="The value of the time expression."/>
- <properties xmi:id="_6964EaDJEeSZxfCXzZz3-w" name="observation" type="Reference" description="Refers to the time and duration observations that are involved in expr."/>
- </elements>
- <elements xmi:id="_6964EqDJEeSZxfCXzZz3-w" name="Observation" supertypes="_690xkqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964E6DJEeSZxfCXzZz3-w" name="Duration" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964FKDJEeSZxfCXzZz3-w" name="expr" type="Reference" description="The value of the Duration."/>
- <properties xmi:id="_6964FaDJEeSZxfCXzZz3-w" name="observation" type="Reference" description="Refers to the time and duration observations that are involved in expr."/>
- </elements>
- <elements xmi:id="_6964FqDJEeSZxfCXzZz3-w" name="DurationInterval" supertypes="_6964F6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964F6DJEeSZxfCXzZz3-w" name="Interval" supertypes="_690xtqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964GKDJEeSZxfCXzZz3-w" name="min" type="Reference" description="Refers to the ValueSpecification denoting the minimum value of the range."/>
- <properties xmi:id="_6964GaDJEeSZxfCXzZz3-w" name="max" type="Reference" description="Refers to the ValueSpecification denoting the maximum value of the range."/>
- </elements>
- <elements xmi:id="_6964GqDJEeSZxfCXzZz3-w" name="TimeConstraint" supertypes="_6964HKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964G6DJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent is related to constrainedElement. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters constrainedElement. If firstEvent is false, then the corresponding observation event is the last time instant the execution is within constrainedElement."/>
- </elements>
- <elements xmi:id="_6964HKDJEeSZxfCXzZz3-w" name="IntervalConstraint" supertypes="_690xsqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964HaDJEeSZxfCXzZz3-w" name="TimeInterval" supertypes="_6964F6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964HqDJEeSZxfCXzZz3-w" name="DurationConstraint" supertypes="_6964HKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964H6DJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent[i] is related to constrainedElement[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters constrainedElement[i]. If firstEvent[i] is false, then the corresponding observation event is the last time instant the execution is within constrainedElement[i]. Default value is true applied when constrainedElement[i] refers an element that represents only one time instant."/>
- </elements>
- <elements xmi:id="_6964IKDJEeSZxfCXzZz3-w" name="TimeObservation" supertypes="_6964EqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964IaDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The observation is determined by the entering or exiting of the event element during execution."/>
- <properties xmi:id="_6964IqDJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent is related to event. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters event. If firstEvent is false, then the corresponding observation event is the time instant the execution exits event."/>
- </elements>
- <elements xmi:id="_6964I6DJEeSZxfCXzZz3-w" name="DurationObservation" supertypes="_6964EqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964JKDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The observation is determined by the entering or exiting of the event element during execution."/>
- <properties xmi:id="_6964JaDJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent[i] is related to event[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters event[i]. If firstEvent[i] is false, then the corresponding observation event is the time instant the execution exits event[i]. Default value is true applied when event[i] refers an element that represents only one time instant."/>
- </elements>
- <elements xmi:id="_6964JqDJEeSZxfCXzZz3-w" name="FinalState" supertypes="_690ynaDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964J6DJEeSZxfCXzZz3-w" name="TimeEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964KKDJEeSZxfCXzZz3-w" name="isRelative" description="Specifies whether it is relative or absolute time."/>
- <properties xmi:id="_6964KaDJEeSZxfCXzZz3-w" name="when" type="Reference" description="Specifies the corresponding time deadline."/>
- </elements>
- <elements xmi:id="_6964KqDJEeSZxfCXzZz3-w" name="VariableAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964K6DJEeSZxfCXzZz3-w" name="variable" type="Reference" description="Variable to be read."/>
- </elements>
- <elements xmi:id="_6964LKDJEeSZxfCXzZz3-w" name="ReadVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964LaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6964LqDJEeSZxfCXzZz3-w" name="WriteVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964L6DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value to be added or removed from the variable."/>
- </elements>
- <elements xmi:id="_6964MKDJEeSZxfCXzZz3-w" name="ClearVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964MaDJEeSZxfCXzZz3-w" name="AddVariableValueAction" supertypes="_6964LqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964MqDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing values of the variable should be removed before adding the new value."/>
- <properties xmi:id="_6964M6DJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Gives the position at which to insert a new value or move an existing value in ordered variables. The types is UnlimitedINatural, but the value cannot be zero. This pin is omitted for unordered variables."/>
- </elements>
- <elements xmi:id="_6964NKDJEeSZxfCXzZz3-w" name="RemoveVariableValueAction" supertypes="_6964LqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964NaDJEeSZxfCXzZz3-w" name="isRemoveDuplicates" description="Specifies whether to remove duplicates of the value in nonunique variables."/>
- <properties xmi:id="_6964NqDJEeSZxfCXzZz3-w" name="removeAt" type="Reference" description="Specifies the position of an existing value to remove in ordered nonunique variables. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
- </elements>
- <elements xmi:id="_6964N6DJEeSZxfCXzZz3-w" name="RaiseExceptionAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964OKDJEeSZxfCXzZz3-w" name="exception" type="Reference" description="An input pin whose value becomes an exception object."/>
- </elements>
- <elements xmi:id="_6964OaDJEeSZxfCXzZz3-w" name="ActionInputPin" supertypes="_690zeKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964OqDJEeSZxfCXzZz3-w" name="fromAction" type="Reference" description="The action used to provide values."/>
- </elements>
- <elements xmi:id="_6964O6DJEeSZxfCXzZz3-w" name="InformationItem" supertypes="_690xwaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964PKDJEeSZxfCXzZz3-w" name="represented" type="Reference" description="Determines the classifiers that will specify the structure and nature of the information. An information item represents all its represented classifiers."/>
- </elements>
- <elements xmi:id="_6964PaDJEeSZxfCXzZz3-w" name="InformationFlow" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964PqDJEeSZxfCXzZz3-w" name="realization" type="Reference" description="Determines which Relationship will realize the specified flow"/>
- <properties xmi:id="_6964P6DJEeSZxfCXzZz3-w" name="conveyed" type="Reference" description="Specifies the information items that may circulate on this information flow."/>
- <properties xmi:id="_6964QKDJEeSZxfCXzZz3-w" name="informationSource" type="Reference" description="Defines from which source the conveyed InformationItems are initiated."/>
- <properties xmi:id="_6964QaDJEeSZxfCXzZz3-w" name="informationTarget" type="Reference" description="Defines to which target the conveyed InformationItems are directed."/>
- <properties xmi:id="_6964QqDJEeSZxfCXzZz3-w" name="realizingActivityEdge" type="Reference" description="Determines which ActivityEdges will realize the specified flow."/>
- <properties xmi:id="_6964Q6DJEeSZxfCXzZz3-w" name="realizingConnector" type="Reference" description="Determines which Connectors will realize the specified flow."/>
- <properties xmi:id="_6964RKDJEeSZxfCXzZz3-w" name="realizingMessage" type="Reference" description="Determines which Messages will realize the specified flow."/>
- </elements>
- <elements xmi:id="_6964RaDJEeSZxfCXzZz3-w" name="ReadExtentAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964RqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The runtime instances of the classifier."/>
- <properties xmi:id="_6964R6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier whose instances are to be retrieved."/>
- </elements>
- <elements xmi:id="_6964SKDJEeSZxfCXzZz3-w" name="ReclassifyObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964SaDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing classifiers should be removed before adding the new classifiers."/>
- <properties xmi:id="_6964SqDJEeSZxfCXzZz3-w" name="oldClassifier" type="Reference" description="A set of classifiers to be removed from the classifiers of the object."/>
- <properties xmi:id="_6964S6DJEeSZxfCXzZz3-w" name="newClassifier" type="Reference" description="A set of classifiers to be added to the classifiers of the object."/>
- <properties xmi:id="_6964TKDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object to be reclassified."/>
- </elements>
- <elements xmi:id="_6964TaDJEeSZxfCXzZz3-w" name="ReadIsClassifiedObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964TqDJEeSZxfCXzZz3-w" name="isDirect" description="Indicates whether the classifier must directly classify the input object."/>
- <properties xmi:id="_6964T6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier against which the classification of the input object is tested."/>
- <properties xmi:id="_6964UKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="After termination of the action, will hold the result of the test."/>
- <properties xmi:id="_6964UaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object whose classification is to be tested."/>
- </elements>
- <elements xmi:id="_6964UqDJEeSZxfCXzZz3-w" name="StartClassifierBehaviorAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964U6DJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object on which to start the owned behavior."/>
- </elements>
- <elements xmi:id="_6964VKDJEeSZxfCXzZz3-w" name="ReadLinkObjectEndAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964VaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the link object is obtained."/>
- <properties xmi:id="_6964VqDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Link end to be read."/>
- <properties xmi:id="_6964V6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pin where the result value is placed."/>
- </elements>
- <elements xmi:id="_6964WKDJEeSZxfCXzZz3-w" name="ReadLinkObjectEndQualifierAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964WaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the link object is obtained."/>
- <properties xmi:id="_6964WqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pin where the result value is placed."/>
- <properties xmi:id="_6964W6DJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="The attribute representing the qualifier to be read."/>
- </elements>
- <elements xmi:id="_6964XKDJEeSZxfCXzZz3-w" name="CreateLinkObjectAction" supertypes="_6963_qDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964XaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- </elements>
- <elements xmi:id="_6964XqDJEeSZxfCXzZz3-w" name="AcceptEventAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964X6DJEeSZxfCXzZz3-w" name="isUnmarshall" description="Indicates whether there is a single output pin for the event, or multiple output pins for attributes of the event."/>
- <properties xmi:id="_6964YKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pins holding the received event objects or their attributes. Event objects may be copied in transmission, so identity might not be preserved."/>
- <properties xmi:id="_6964YaDJEeSZxfCXzZz3-w" name="trigger" type="Reference" description="The type of events accepted by the action, as specified by triggers. For triggers with signal events, a signal of the specified type or any subtype of the specified signal type is accepted."/>
- </elements>
- <elements xmi:id="_6964YqDJEeSZxfCXzZz3-w" name="AcceptCallAction" supertypes="_6964XqDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964Y6DJEeSZxfCXzZz3-w" name="returnInformation" type="Reference" description="Pin where a value is placed containing sufficient information to perform a subsequent reply and return control to the caller. The contents of this value are opaque. It can be passed and copied but it cannot be manipulated by the model."/>
- </elements>
- <elements xmi:id="_6964ZKDJEeSZxfCXzZz3-w" name="ReplyAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964ZaDJEeSZxfCXzZz3-w" name="replyToCall" type="Reference" description="The trigger specifying the operation whose call is being replied to."/>
- <properties xmi:id="_6964ZqDJEeSZxfCXzZz3-w" name="returnInformation" type="Reference" description="A pin containing the return information value produced by an earlier AcceptCallAction."/>
- <properties xmi:id="_6964Z6DJEeSZxfCXzZz3-w" name="replyValue" type="Reference" description="A list of pins containing the reply values of the operation. These values are returned to the caller."/>
- </elements>
- <elements xmi:id="_6964aKDJEeSZxfCXzZz3-w" name="UnmarshallAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964aaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The values of the structural features of the input object."/>
- <properties xmi:id="_6964aqDJEeSZxfCXzZz3-w" name="unmarshallType" type="Reference" description="The type of the object to be unmarshalled."/>
- <properties xmi:id="_6964a6DJEeSZxfCXzZz3-w" name="object" type="Reference" description="The object to be unmarshalled."/>
- </elements>
- <elements xmi:id="_6964bKDJEeSZxfCXzZz3-w" name="ReduceAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964baDJEeSZxfCXzZz3-w" name="reducer" type="Reference" description="Behavior that is applied to two elements of the input collection to produce a value that is the same type as elements of the collection."/>
- <properties xmi:id="_6964bqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
- <properties xmi:id="_6964b6DJEeSZxfCXzZz3-w" name="collection" type="Reference" description="The collection to be reduced."/>
- <properties xmi:id="_6964cKDJEeSZxfCXzZz3-w" name="isOrdered" description="Tells whether the order of the input collection should determine the order in which the behavior is applied to its elements."/>
- </elements>
- <elements xmi:id="_6964caDJEeSZxfCXzZz3-w" name="StartObjectBehaviorAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964cqDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object which is either a behavior to be started or has a classifier behavior to be started."/>
- </elements>
- <elements xmi:id="_6964c6DJEeSZxfCXzZz3-w" name="JoinNode" supertypes="_690ziaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964dKDJEeSZxfCXzZz3-w" name="isCombineDuplicate" description="Tells whether tokens having objects with the same identity are combined into one by the join."/>
- <properties xmi:id="_6964daDJEeSZxfCXzZz3-w" name="joinSpec" type="Reference" description="A specification giving the conditions under which the join with emit a token. Default is &quot;and&quot;."/>
- </elements>
- <elements xmi:id="_6964dqDJEeSZxfCXzZz3-w" name="DataStoreNode" supertypes="_690z2aDJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964d6DJEeSZxfCXzZz3-w" name="ConditionalNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964eKDJEeSZxfCXzZz3-w" name="isDeterminate" description="If true, the modeler asserts that at most one test will succeed."/>
- <properties xmi:id="_6964eaDJEeSZxfCXzZz3-w" name="isAssured" description="If true, the modeler asserts that at least one test will succeed."/>
- <properties xmi:id="_6964eqDJEeSZxfCXzZz3-w" name="clause" type="Reference" description="Set of clauses composing the conditional."/>
- <properties xmi:id="_6964e6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins that constitute the data flow outputs of the conditional."/>
- </elements>
- <elements xmi:id="_6964fKDJEeSZxfCXzZz3-w" name="Clause" supertypes="_690xhaDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964faDJEeSZxfCXzZz3-w" name="test" type="Reference" multiplicity="-1" description="A nested activity fragment with a designated output pin that specifies the result of the test."/>
- <properties xmi:id="_6964fqDJEeSZxfCXzZz3-w" name="body" type="Reference" description="A nested activity fragment that is executed if the test evaluates to true and the clause is chosen over any concurrent clauses that also evaluate to true."/>
- <properties xmi:id="_6964f6DJEeSZxfCXzZz3-w" name="predecessorClause" type="Reference" description="A set of clauses whose tests must all evaluate false before the current clause can be tested."/>
- <properties xmi:id="_6964gKDJEeSZxfCXzZz3-w" name="successorClause" type="Reference" description="A set of clauses which may not be tested unless the current clause tests false."/>
- <properties xmi:id="_6964gaDJEeSZxfCXzZz3-w" name="decider" type="Reference" description="An output pin within the test fragment the value of which is examined after execution of the test to determine whether the body should be executed."/>
- <properties xmi:id="_6964gqDJEeSZxfCXzZz3-w" name="bodyOutput" type="Reference" description="A list of output pins within the body fragment whose values are moved to the result pins of the containing conditional node after execution of the clause body."/>
- </elements>
- <elements xmi:id="_6964g6DJEeSZxfCXzZz3-w" name="LoopNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964hKDJEeSZxfCXzZz3-w" name="isTestedFirst" description="If true, the test is performed before the first execution of the body.&#xA;If false, the body is executed once before the test is performed.&#xA;"/>
- <properties xmi:id="_6964haDJEeSZxfCXzZz3-w" name="bodyPart" type="Reference" description="The set of nodes and edges that perform the repetitive computations of the loop. The body section is executed as long as the test section produces a true value."/>
- <properties xmi:id="_6964hqDJEeSZxfCXzZz3-w" name="setupPart" type="Reference" description="The set of nodes and edges that initialize values or perform other setup computations for the loop."/>
- <properties xmi:id="_6964h6DJEeSZxfCXzZz3-w" name="decider" type="Reference" description="An output pin within the test fragment the value of which is examined after execution of the test to determine whether to execute the loop body."/>
- <properties xmi:id="_6964iKDJEeSZxfCXzZz3-w" name="test" type="Reference" multiplicity="-1" description="The set of nodes, edges, and designated value that compute a Boolean value to determine if another execution of the body will be performed."/>
- <properties xmi:id="_6964iaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins that constitute the data flow output of the entire loop."/>
- <properties xmi:id="_6964iqDJEeSZxfCXzZz3-w" name="loopVariable" type="Reference" description="A list of output pins that hold the values of the loop variables during an execution of the loop. When the test fails, the values are movied to the result pins of the loop."/>
- <properties xmi:id="_6964i6DJEeSZxfCXzZz3-w" name="bodyOutput" type="Reference" description="A list of output pins within the body fragment the values of which are moved to the loop variable pins after completion of execution of the body, before the next iteration of the loop begins or before the loop exits."/>
- <properties xmi:id="_6964jKDJEeSZxfCXzZz3-w" name="loopVariableInput" type="Reference" description="A list of values that are moved into the loop variable pins before the first iteration of the loop."/>
- </elements>
- <elements xmi:id="_6964jaDJEeSZxfCXzZz3-w" name="ExpansionNode" supertypes="_690zb6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964jqDJEeSZxfCXzZz3-w" name="regionAsOutput" type="Reference" description="The expansion region for which the node is an output."/>
- <properties xmi:id="_6964j6DJEeSZxfCXzZz3-w" name="regionAsInput" type="Reference" description="The expansion region for which the node is an input."/>
- </elements>
- <elements xmi:id="_6964kKDJEeSZxfCXzZz3-w" name="ExpansionRegion" supertypes="_690zO6DJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964kaDJEeSZxfCXzZz3-w" name="mode" type="Enumeration" description="The way in which the executions interact:&#xD;&#xA;parallel: all interactions are independent&#xD;&#xA;iterative: the interactions occur in order of the elements&#xD;&#xA;stream: a stream of values flows into a single execution&#xD;&#xA;"/>
- <properties xmi:id="_6964kqDJEeSZxfCXzZz3-w" name="inputElement" type="Reference" description="An object node that holds a separate element of the input collection during each of the multiple executions of the region."/>
- <properties xmi:id="_6964k6DJEeSZxfCXzZz3-w" name="outputElement" type="Reference" description="An object node that accepts a separate element of the output collection during each of the multiple executions of the region. The values are formed into a collection that is available when the execution of the region is complete."/>
- </elements>
- <elements xmi:id="_6964lKDJEeSZxfCXzZz3-w" name="ProtocolTransition" supertypes="_690yiKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964laDJEeSZxfCXzZz3-w" name="postCondition" type="Reference" description="Specifies the post condition of the transition which is the condition that should be obtained once the transition is triggered. This post condition is part of the post condition of the operation connected to the transition.&#xD;&#xA;"/>
- <properties xmi:id="_6964lqDJEeSZxfCXzZz3-w" name="referred" type="Reference" description="This association refers to the associated operation. It is derived from the operation of the call trigger when applicable."/>
- <properties xmi:id="_6964l6DJEeSZxfCXzZz3-w" name="preCondition" type="Reference" description="Specifies the precondition of the transition. It specifies the condition that should be verified before triggering the transition. This guard condition added to the source state will be evaluated as part of the precondition of the operation referred by the transition if any."/>
- </elements>
- <elements xmi:id="_6964mKDJEeSZxfCXzZz3-w" name="AssociationClass" supertypes="_690yXqDJEeSZxfCXzZz3-w _690xu6DJEeSZxfCXzZz3-w"/>
- <elements xmi:id="_6964maDJEeSZxfCXzZz3-w" name="EModelElement">
- <properties xmi:id="_6964mqDJEeSZxfCXzZz3-w" name="eAnnotations" type="Reference"/>
- </elements>
- <elements xmi:id="_6964m6DJEeSZxfCXzZz3-w" name="LiteralReal" supertypes="_690zFKDJEeSZxfCXzZz3-w">
- <properties xmi:id="_6964nKDJEeSZxfCXzZz3-w" name="value" label="" description="The specified Real value."/>
- </elements>
- <elements xmi:id="_6964naDJEeSZxfCXzZz3-w" name="DestructionOccurrenceSpecification" supertypes="_690zy6DJEeSZxfCXzZz3-w"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.1"/>
- </dataContexts>
- <dataContexts xmi:id="_6964nqDJEeSZxfCXzZz3-w" name="MemberEnd" label="Multiplicity">
- <properties xmi:id="_6964n6DJEeSZxfCXzZz3-w" name="owner" label="Owner" type="Enumeration"/>
- <properties xmi:id="_6964oKDJEeSZxfCXzZz3-w" name="navigable" label="Navigable" type="Boolean"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_6964oaDJEeSZxfCXzZz3-w" name="Multiplicity" label="Multiplicity">
- <properties xmi:id="_6964oqDJEeSZxfCXzZz3-w" name="multiplicity" label="Multiplicity"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.0"/>
- </dataContexts>
- <dataContexts xmi:id="_6964o6DJEeSZxfCXzZz3-w" name="StereotypeApplication" label="Stereotype application">
- <properties xmi:id="_6964pKDJEeSZxfCXzZz3-w" name="stereotypeApplication" label="Stereotype application" type="Reference" multiplicity="-1"/>
- <properties xmi:id="_6964paDJEeSZxfCXzZz3-w" name="profileApplication" label="Profile application" type="Reference" multiplicity="-1"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.3"/>
- </dataContexts>
- <dataContexts xmi:id="_6964pqDJEeSZxfCXzZz3-w" name="CustomImage" label="Custom Image">
- <elements xmi:id="_6964p6DJEeSZxfCXzZz3-w" name="Image">
- <properties xmi:id="_6964qKDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="The kind of image to be used. If icon is set, the image will be displayed on the stereotyped element. If shape is used, the image will be used as the graphical element. "/>
- <properties xmi:id="_6964qaDJEeSZxfCXzZz3-w" name="expression" description="A boolean expression to determine under which condition this image should be displayed."/>
- <properties xmi:id="_6964qqDJEeSZxfCXzZz3-w" name="name" label="" description="The image's name. This is a virtual property, used only for label display."/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.5"/>
- </dataContexts>
- <dataContexts xmi:id="_6964q6DJEeSZxfCXzZz3-w" name="AppliedComments" label="AppliedComments">
- <properties xmi:id="_6964rKDJEeSZxfCXzZz3-w" name="appliedComments" label="" type="Reference" multiplicity="-1" description="The list of comments applied to this element"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.7"/>
- </dataContexts>
- <dataContexts xmi:id="_6964raDJEeSZxfCXzZz3-w" name="OwnedComments" label="OwnedComments">
- <properties xmi:id="_6964rqDJEeSZxfCXzZz3-w" name="ownedComment" label="Owned comments" type="Reference" multiplicity="-1"/>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.7"/>
- </dataContexts>
- <dataContexts xmi:id="_6964r6DJEeSZxfCXzZz3-w" name="Profile" label="ProfileDefinition">
- <elements xmi:id="_6964sKDJEeSZxfCXzZz3-w" name="Profile">
- <properties xmi:id="_6964saDJEeSZxfCXzZz3-w" name="definitions" type="Reference" multiplicity="-1" description="The list of definitions of this profile"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.8"/>
- </dataContexts>
- <dataContexts xmi:id="_6964sqDJEeSZxfCXzZz3-w" name="ProfileDefinitionAnnotation">
- <elements xmi:id="_6964s6DJEeSZxfCXzZz3-w" name="PapyrusVersion">
- <properties xmi:id="_6964tKDJEeSZxfCXzZz3-w" name="Version"/>
- <properties xmi:id="_6964taDJEeSZxfCXzZz3-w" name="Author"/>
- <properties xmi:id="_6964tqDJEeSZxfCXzZz3-w" name="Copyright"/>
- <properties xmi:id="_6964t6DJEeSZxfCXzZz3-w" name="Date"/>
- <properties xmi:id="_6964uKDJEeSZxfCXzZz3-w" name="Comment"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.1"/>
- </dataContexts>
- <dataContexts xmi:id="_6964uaDJEeSZxfCXzZz3-w" name="ImportedPackage" label="Imported Package">
- <elements xmi:id="_6964uqDJEeSZxfCXzZz3-w" name="Package">
- <properties xmi:id="_6964u6DJEeSZxfCXzZz3-w" name="location" label="Location" description="The location of imported package"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.9"/>
- </dataContexts>
-</contexts:Context>
+<?xml version="1.0" encoding="UTF-8"?>
+<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="_69QJkKDJEeSZxfCXzZz3-w" name="UML" label="UML Metamodel">
+ <tabs xmi:id="_69QJkaDJEeSZxfCXzZz3-w" label="UML" id="uml" category="org.eclipse.papyrus" image="" priority="10">
+ <sections xmi:id="_69QJkqDJEeSZxfCXzZz3-w" name="SinglePackage" sectionFile="ui/SinglePackage.xwt">
+ <widget href="ui/SinglePackage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJk6DJEeSZxfCXzZz3-w" name="MultiplePackage" sectionFile="ui/MultiplePackage.xwt">
+ <widget href="ui/MultiplePackage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJlKDJEeSZxfCXzZz3-w" name="SinglePackageableElement" sectionFile="ui/SinglePackageableElement.xwt">
+ <widget href="ui/SinglePackageableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJlaDJEeSZxfCXzZz3-w" name="MultiplePackageableElement" sectionFile="ui/MultiplePackageableElement.xwt">
+ <widget href="ui/MultiplePackageableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJlqDJEeSZxfCXzZz3-w" name="SingleNamedElement" sectionFile="ui/SingleNamedElement.xwt">
+ <widget href="ui/SingleNamedElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJl6DJEeSZxfCXzZz3-w" name="MultipleNamedElement" sectionFile="ui/MultipleNamedElement.xwt">
+ <widget href="ui/MultipleNamedElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJmKDJEeSZxfCXzZz3-w" name="SingleNamespace" sectionFile="ui/SingleNamespace.xwt">
+ <widget href="ui/SingleNamespace.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJmaDJEeSZxfCXzZz3-w" name="MultipleNamespace" sectionFile="ui/MultipleNamespace.xwt">
+ <widget href="ui/MultipleNamespace.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJmqDJEeSZxfCXzZz3-w" name="SingleElementImport" sectionFile="ui/SingleElementImport.xwt">
+ <widget href="ui/SingleElementImport.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJm6DJEeSZxfCXzZz3-w" name="MultipleElementImport" sectionFile="ui/MultipleElementImport.xwt">
+ <widget href="ui/MultipleElementImport.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJnKDJEeSZxfCXzZz3-w" name="SinglePackageImport" sectionFile="ui/SinglePackageImport.xwt">
+ <widget href="ui/SinglePackageImport.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJnaDJEeSZxfCXzZz3-w" name="MultiplePackageImport" sectionFile="ui/MultiplePackageImport.xwt">
+ <widget href="ui/MultiplePackageImport.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJnqDJEeSZxfCXzZz3-w" name="SingleConstraint" sectionFile="ui/SingleConstraint.xwt">
+ <widget href="ui/SingleConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJn6DJEeSZxfCXzZz3-w" name="MultipleConstraint" sectionFile="ui/MultipleConstraint.xwt">
+ <widget href="ui/MultipleConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJoKDJEeSZxfCXzZz3-w" name="SingleValueSpecification" sectionFile="ui/SingleValueSpecification.xwt">
+ <widget href="ui/SingleValueSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJoaDJEeSZxfCXzZz3-w" name="MultipleValueSpecification" sectionFile="ui/MultipleValueSpecification.xwt">
+ <widget href="ui/MultipleValueSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJoqDJEeSZxfCXzZz3-w" name="SingleTypedElement" sectionFile="ui/SingleTypedElement.xwt">
+ <widget href="ui/SingleTypedElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJo6DJEeSZxfCXzZz3-w" name="MultipleTypedElement" sectionFile="ui/MultipleTypedElement.xwt">
+ <widget href="ui/MultipleTypedElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJpKDJEeSZxfCXzZz3-w" name="SingleType" sectionFile="ui/SingleType.xwt">
+ <widget href="ui/SingleType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJpaDJEeSZxfCXzZz3-w" name="MultipleType" sectionFile="ui/MultipleType.xwt">
+ <widget href="ui/MultipleType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJpqDJEeSZxfCXzZz3-w" name="SingleAssociation" sectionFile="ui/SingleAssociation.xwt">
+ <widget href="ui/SingleAssociation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJp6DJEeSZxfCXzZz3-w" name="MultipleAssociation" sectionFile="ui/MultipleAssociation.xwt">
+ <widget href="ui/MultipleAssociation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJqKDJEeSZxfCXzZz3-w" name="SingleClassifier" sectionFile="ui/SingleClassifier.xwt">
+ <widget href="ui/SingleClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJqaDJEeSZxfCXzZz3-w" name="MultipleClassifier" sectionFile="ui/MultipleClassifier.xwt">
+ <widget href="ui/MultipleClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJqqDJEeSZxfCXzZz3-w" name="SingleRedefinableElement" sectionFile="ui/SingleRedefinableElement.xwt">
+ <widget href="ui/SingleRedefinableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJq6DJEeSZxfCXzZz3-w" name="MultipleRedefinableElement" sectionFile="ui/MultipleRedefinableElement.xwt">
+ <widget href="ui/MultipleRedefinableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJrKDJEeSZxfCXzZz3-w" name="SingleTemplateParameter" sectionFile="ui/SingleTemplateParameter.xwt">
+ <widget href="ui/SingleTemplateParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJraDJEeSZxfCXzZz3-w" name="SingleGeneralization" sectionFile="ui/SingleGeneralization.xwt">
+ <widget href="ui/SingleGeneralization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJrqDJEeSZxfCXzZz3-w" name="MultipleGeneralization" sectionFile="ui/MultipleGeneralization.xwt">
+ <widget href="ui/MultipleGeneralization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJr6DJEeSZxfCXzZz3-w" name="SingleGeneralizationSet" sectionFile="ui/SingleGeneralizationSet.xwt">
+ <widget href="ui/SingleGeneralizationSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJsKDJEeSZxfCXzZz3-w" name="MultipleGeneralizationSet" sectionFile="ui/MultipleGeneralizationSet.xwt">
+ <widget href="ui/MultipleGeneralizationSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJsaDJEeSZxfCXzZz3-w" name="SingleFeature" sectionFile="ui/SingleFeature.xwt">
+ <widget href="ui/SingleFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJsqDJEeSZxfCXzZz3-w" name="MultipleFeature" sectionFile="ui/MultipleFeature.xwt">
+ <widget href="ui/MultipleFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJs6DJEeSZxfCXzZz3-w" name="SingleSubstitution" sectionFile="ui/SingleSubstitution.xwt">
+ <widget href="ui/SingleSubstitution.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJtKDJEeSZxfCXzZz3-w" name="MultipleSubstitution" sectionFile="ui/MultipleSubstitution.xwt">
+ <widget href="ui/MultipleSubstitution.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJtaDJEeSZxfCXzZz3-w" name="SingleRealization" sectionFile="ui/SingleRealization.xwt">
+ <widget href="ui/SingleRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJtqDJEeSZxfCXzZz3-w" name="MultipleRealization" sectionFile="ui/MultipleRealization.xwt">
+ <widget href="ui/MultipleRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJt6DJEeSZxfCXzZz3-w" name="SingleAbstraction" sectionFile="ui/SingleAbstraction.xwt">
+ <widget href="ui/SingleAbstraction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJuKDJEeSZxfCXzZz3-w" name="MultipleAbstraction" sectionFile="ui/MultipleAbstraction.xwt">
+ <widget href="ui/MultipleAbstraction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJuaDJEeSZxfCXzZz3-w" name="SingleOpaqueExpression" sectionFile="ui/SingleOpaqueExpression.xwt">
+ <widget href="ui/SingleOpaqueExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJuqDJEeSZxfCXzZz3-w" name="MultipleOpaqueExpression" sectionFile="ui/MultipleOpaqueExpression.xwt">
+ <widget href="ui/MultipleOpaqueExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJu6DJEeSZxfCXzZz3-w" name="SingleParameter" sectionFile="ui/SingleParameter.xwt">
+ <widget href="ui/SingleParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJvKDJEeSZxfCXzZz3-w" name="MultipleParameter" sectionFile="ui/MultipleParameter.xwt">
+ <widget href="ui/MultipleParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJvaDJEeSZxfCXzZz3-w" name="SingleMultiplicityElement" sectionFile="ui/SingleMultiplicityElement.xwt">
+ <widget href="ui/SingleMultiplicityElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJvqDJEeSZxfCXzZz3-w" name="MultipleMultiplicityElement" sectionFile="ui/MultipleMultiplicityElement.xwt">
+ <widget href="ui/MultipleMultiplicityElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJv6DJEeSZxfCXzZz3-w" name="SingleConnectableElement" sectionFile="ui/SingleConnectableElement.xwt">
+ <widget href="ui/SingleConnectableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJwKDJEeSZxfCXzZz3-w" name="MultipleConnectableElement" sectionFile="ui/MultipleConnectableElement.xwt">
+ <widget href="ui/MultipleConnectableElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJwaDJEeSZxfCXzZz3-w" name="SingleConnectorEnd" sectionFile="ui/SingleConnectorEnd.xwt">
+ <widget href="ui/SingleConnectorEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69QJwqDJEeSZxfCXzZz3-w" name="MultipleConnectorEnd" sectionFile="ui/MultipleConnectorEnd.xwt">
+ <widget href="ui/MultipleConnectorEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQMKDJEeSZxfCXzZz3-w" name="SingleProperty" sectionFile="ui/SingleProperty.xwt">
+ <widget href="ui/SingleProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQMaDJEeSZxfCXzZz3-w" name="MultipleProperty" sectionFile="ui/MultipleProperty.xwt">
+ <widget href="ui/MultipleProperty.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQMqDJEeSZxfCXzZz3-w" name="SingleDeploymentTarget" sectionFile="ui/SingleDeploymentTarget.xwt">
+ <widget href="ui/SingleDeploymentTarget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQM6DJEeSZxfCXzZz3-w" name="MultipleDeploymentTarget" sectionFile="ui/MultipleDeploymentTarget.xwt">
+ <widget href="ui/MultipleDeploymentTarget.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQNKDJEeSZxfCXzZz3-w" name="SingleDeployment" sectionFile="ui/SingleDeployment.xwt">
+ <widget href="ui/SingleDeployment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQNaDJEeSZxfCXzZz3-w" name="MultipleDeployment" sectionFile="ui/MultipleDeployment.xwt">
+ <widget href="ui/MultipleDeployment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQNqDJEeSZxfCXzZz3-w" name="SingleDeployedArtifact" sectionFile="ui/SingleDeployedArtifact.xwt">
+ <widget href="ui/SingleDeployedArtifact.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQN6DJEeSZxfCXzZz3-w" name="MultipleDeployedArtifact" sectionFile="ui/MultipleDeployedArtifact.xwt">
+ <widget href="ui/MultipleDeployedArtifact.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQOKDJEeSZxfCXzZz3-w" name="SingleDeploymentSpecification" sectionFile="ui/SingleDeploymentSpecification.xwt">
+ <widget href="ui/SingleDeploymentSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQOaDJEeSZxfCXzZz3-w" name="MultipleDeploymentSpecification" sectionFile="ui/MultipleDeploymentSpecification.xwt">
+ <widget href="ui/MultipleDeploymentSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQOqDJEeSZxfCXzZz3-w" name="SingleArtifact" sectionFile="ui/SingleArtifact.xwt">
+ <widget href="ui/SingleArtifact.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQO6DJEeSZxfCXzZz3-w" name="MultipleArtifact" sectionFile="ui/MultipleArtifact.xwt">
+ <widget href="ui/MultipleArtifact.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQPKDJEeSZxfCXzZz3-w" name="SingleManifestation" sectionFile="ui/SingleManifestation.xwt">
+ <widget href="ui/SingleManifestation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQPaDJEeSZxfCXzZz3-w" name="MultipleManifestation" sectionFile="ui/MultipleManifestation.xwt">
+ <widget href="ui/MultipleManifestation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQPqDJEeSZxfCXzZz3-w" name="SingleOperation" sectionFile="ui/SingleOperation.xwt">
+ <widget href="ui/SingleOperation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQP6DJEeSZxfCXzZz3-w" name="MultipleOperation" sectionFile="ui/MultipleOperation.xwt">
+ <widget href="ui/MultipleOperation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQQKDJEeSZxfCXzZz3-w" name="SingleBehavioralFeature" sectionFile="ui/SingleBehavioralFeature.xwt">
+ <widget href="ui/SingleBehavioralFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQQaDJEeSZxfCXzZz3-w" name="MultipleBehavioralFeature" sectionFile="ui/MultipleBehavioralFeature.xwt">
+ <widget href="ui/MultipleBehavioralFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQQqDJEeSZxfCXzZz3-w" name="SingleBehavior" sectionFile="ui/SingleBehavior.xwt">
+ <widget href="ui/SingleBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQQ6DJEeSZxfCXzZz3-w" name="MultipleBehavior" sectionFile="ui/MultipleBehavior.xwt">
+ <widget href="ui/MultipleBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQRKDJEeSZxfCXzZz3-w" name="SingleClass" sectionFile="ui/SingleClass.xwt">
+ <widget href="ui/SingleClass.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQRaDJEeSZxfCXzZz3-w" name="MultipleClass" sectionFile="ui/MultipleClass.xwt">
+ <widget href="ui/MultipleClass.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQRqDJEeSZxfCXzZz3-w" name="SingleBehavioredClassifier" sectionFile="ui/SingleBehavioredClassifier.xwt">
+ <widget href="ui/SingleBehavioredClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQR6DJEeSZxfCXzZz3-w" name="MultipleBehavioredClassifier" sectionFile="ui/MultipleBehavioredClassifier.xwt">
+ <widget href="ui/MultipleBehavioredClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQSKDJEeSZxfCXzZz3-w" name="SingleInterfaceRealization" sectionFile="ui/SingleInterfaceRealization.xwt">
+ <widget href="ui/SingleInterfaceRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQSaDJEeSZxfCXzZz3-w" name="MultipleInterfaceRealization" sectionFile="ui/MultipleInterfaceRealization.xwt">
+ <widget href="ui/MultipleInterfaceRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQSqDJEeSZxfCXzZz3-w" name="SingleInterface" sectionFile="ui/SingleInterface.xwt">
+ <widget href="ui/SingleInterface.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQS6DJEeSZxfCXzZz3-w" name="MultipleInterface" sectionFile="ui/MultipleInterface.xwt">
+ <widget href="ui/MultipleInterface.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQTKDJEeSZxfCXzZz3-w" name="SingleReception" sectionFile="ui/SingleReception.xwt">
+ <widget href="ui/SingleReception.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQTaDJEeSZxfCXzZz3-w" name="MultipleReception" sectionFile="ui/MultipleReception.xwt">
+ <widget href="ui/MultipleReception.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQTqDJEeSZxfCXzZz3-w" name="SingleSignal" sectionFile="ui/SingleSignal.xwt">
+ <widget href="ui/SingleSignal.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQT6DJEeSZxfCXzZz3-w" name="MultipleSignal" sectionFile="ui/MultipleSignal.xwt">
+ <widget href="ui/MultipleSignal.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQUKDJEeSZxfCXzZz3-w" name="SingleProtocolStateMachine" sectionFile="ui/SingleProtocolStateMachine.xwt">
+ <widget href="ui/SingleProtocolStateMachine.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQUaDJEeSZxfCXzZz3-w" name="MultipleProtocolStateMachine" sectionFile="ui/MultipleProtocolStateMachine.xwt">
+ <widget href="ui/MultipleProtocolStateMachine.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQUqDJEeSZxfCXzZz3-w" name="SingleStateMachine" sectionFile="ui/SingleStateMachine.xwt">
+ <widget href="ui/SingleStateMachine.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQU6DJEeSZxfCXzZz3-w" name="MultipleStateMachine" sectionFile="ui/MultipleStateMachine.xwt">
+ <widget href="ui/MultipleStateMachine.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQVKDJEeSZxfCXzZz3-w" name="SingleRegion" sectionFile="ui/SingleRegion.xwt">
+ <widget href="ui/SingleRegion.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQVaDJEeSZxfCXzZz3-w" name="MultipleRegion" sectionFile="ui/MultipleRegion.xwt">
+ <widget href="ui/MultipleRegion.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQVqDJEeSZxfCXzZz3-w" name="SingleVertex" sectionFile="ui/SingleVertex.xwt">
+ <widget href="ui/SingleVertex.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQV6DJEeSZxfCXzZz3-w" name="MultipleVertex" sectionFile="ui/MultipleVertex.xwt">
+ <widget href="ui/MultipleVertex.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQWKDJEeSZxfCXzZz3-w" name="SingleTransition" sectionFile="ui/SingleTransition.xwt">
+ <widget href="ui/SingleTransition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQWaDJEeSZxfCXzZz3-w" name="MultipleTransition" sectionFile="ui/MultipleTransition.xwt">
+ <widget href="ui/MultipleTransition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQWqDJEeSZxfCXzZz3-w" name="SingleTrigger" sectionFile="ui/SingleTrigger.xwt">
+ <widget href="ui/SingleTrigger.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQW6DJEeSZxfCXzZz3-w" name="MultipleTrigger" sectionFile="ui/MultipleTrigger.xwt">
+ <widget href="ui/MultipleTrigger.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQXKDJEeSZxfCXzZz3-w" name="SingleEvent" sectionFile="ui/SingleEvent.xwt">
+ <widget href="ui/SingleEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQXaDJEeSZxfCXzZz3-w" name="MultipleEvent" sectionFile="ui/MultipleEvent.xwt">
+ <widget href="ui/MultipleEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQXqDJEeSZxfCXzZz3-w" name="SinglePort" sectionFile="ui/SinglePort.xwt">
+ <widget href="ui/SinglePort.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQX6DJEeSZxfCXzZz3-w" name="MultiplePort" sectionFile="ui/MultiplePort.xwt">
+ <widget href="ui/MultiplePort.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQYKDJEeSZxfCXzZz3-w" name="SingleState" sectionFile="ui/SingleState.xwt">
+ <widget href="ui/SingleState.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQYaDJEeSZxfCXzZz3-w" name="MultipleState" sectionFile="ui/MultipleState.xwt">
+ <widget href="ui/MultipleState.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQYqDJEeSZxfCXzZz3-w" name="SingleConnectionPointReference" sectionFile="ui/SingleConnectionPointReference.xwt">
+ <widget href="ui/SingleConnectionPointReference.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQY6DJEeSZxfCXzZz3-w" name="MultipleConnectionPointReference" sectionFile="ui/MultipleConnectionPointReference.xwt">
+ <widget href="ui/MultipleConnectionPointReference.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQZKDJEeSZxfCXzZz3-w" name="SinglePseudostate" sectionFile="ui/SinglePseudostate.xwt">
+ <widget href="ui/SinglePseudostate.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQZaDJEeSZxfCXzZz3-w" name="MultiplePseudostate" sectionFile="ui/MultiplePseudostate.xwt">
+ <widget href="ui/MultiplePseudostate.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQZqDJEeSZxfCXzZz3-w" name="SingleEncapsulatedClassifier" sectionFile="ui/SingleEncapsulatedClassifier.xwt">
+ <widget href="ui/SingleEncapsulatedClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQZ6DJEeSZxfCXzZz3-w" name="MultipleEncapsulatedClassifier" sectionFile="ui/MultipleEncapsulatedClassifier.xwt">
+ <widget href="ui/MultipleEncapsulatedClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQaKDJEeSZxfCXzZz3-w" name="SingleStructuredClassifier" sectionFile="ui/SingleStructuredClassifier.xwt">
+ <widget href="ui/SingleStructuredClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQaaDJEeSZxfCXzZz3-w" name="MultipleStructuredClassifier" sectionFile="ui/MultipleStructuredClassifier.xwt">
+ <widget href="ui/MultipleStructuredClassifier.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQaqDJEeSZxfCXzZz3-w" name="SingleConnector" sectionFile="ui/SingleConnector.xwt">
+ <widget href="ui/SingleConnector.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQa6DJEeSZxfCXzZz3-w" name="MultipleConnector" sectionFile="ui/MultipleConnector.xwt">
+ <widget href="ui/MultipleConnector.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQbKDJEeSZxfCXzZz3-w" name="SingleExtension" sectionFile="ui/SingleExtension.xwt">
+ <widget href="ui/SingleExtension.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQbaDJEeSZxfCXzZz3-w" name="MultipleExtension" sectionFile="ui/MultipleExtension.xwt">
+ <widget href="ui/MultipleExtension.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQbqDJEeSZxfCXzZz3-w" name="SingleExtensionEnd" sectionFile="ui/SingleExtensionEnd.xwt">
+ <widget href="ui/SingleExtensionEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQb6DJEeSZxfCXzZz3-w" name="MultipleExtensionEnd" sectionFile="ui/MultipleExtensionEnd.xwt">
+ <widget href="ui/MultipleExtensionEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQcKDJEeSZxfCXzZz3-w" name="SingleStereotype" sectionFile="ui/SingleStereotype.xwt">
+ <widget href="ui/SingleStereotype.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQcaDJEeSZxfCXzZz3-w" name="MultipleStereotype" sectionFile="ui/MultipleStereotype.xwt">
+ <widget href="ui/MultipleStereotype.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQcqDJEeSZxfCXzZz3-w" name="SingleProfile" sectionFile="ui/SingleProfile.xwt">
+ <widget href="ui/SingleProfile.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQc6DJEeSZxfCXzZz3-w" name="MultipleProfile" sectionFile="ui/MultipleProfile.xwt">
+ <widget href="ui/MultipleProfile.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQdKDJEeSZxfCXzZz3-w" name="SingleModel" sectionFile="ui/SingleModel.xwt">
+ <widget href="ui/SingleModel.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQdaDJEeSZxfCXzZz3-w" name="MultipleModel" sectionFile="ui/MultipleModel.xwt">
+ <widget href="ui/MultipleModel.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQdqDJEeSZxfCXzZz3-w" name="SingleParameterSet" sectionFile="ui/SingleParameterSet.xwt">
+ <widget href="ui/SingleParameterSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQd6DJEeSZxfCXzZz3-w" name="MultipleParameterSet" sectionFile="ui/MultipleParameterSet.xwt">
+ <widget href="ui/MultipleParameterSet.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQeKDJEeSZxfCXzZz3-w" name="SingleDataType" sectionFile="ui/SingleDataType.xwt">
+ <widget href="ui/SingleDataType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQeaDJEeSZxfCXzZz3-w" name="MultipleDataType" sectionFile="ui/MultipleDataType.xwt">
+ <widget href="ui/MultipleDataType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQeqDJEeSZxfCXzZz3-w" name="SingleOperationTemplateParameter" sectionFile="ui/SingleOperationTemplateParameter.xwt">
+ <widget href="ui/SingleOperationTemplateParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQe6DJEeSZxfCXzZz3-w" name="SingleStructuralFeature" sectionFile="ui/SingleStructuralFeature.xwt">
+ <widget href="ui/SingleStructuralFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQfKDJEeSZxfCXzZz3-w" name="MultipleStructuralFeature" sectionFile="ui/MultipleStructuralFeature.xwt">
+ <widget href="ui/MultipleStructuralFeature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQfaDJEeSZxfCXzZz3-w" name="SingleConnectableElementTemplateParameter" sectionFile="ui/SingleConnectableElementTemplateParameter.xwt">
+ <widget href="ui/SingleConnectableElementTemplateParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQfqDJEeSZxfCXzZz3-w" name="SingleCollaborationUse" sectionFile="ui/SingleCollaborationUse.xwt">
+ <widget href="ui/SingleCollaborationUse.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQf6DJEeSZxfCXzZz3-w" name="MultipleCollaborationUse" sectionFile="ui/MultipleCollaborationUse.xwt">
+ <widget href="ui/MultipleCollaborationUse.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQgKDJEeSZxfCXzZz3-w" name="SingleCollaboration" sectionFile="ui/SingleCollaboration.xwt">
+ <widget href="ui/SingleCollaboration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQgaDJEeSZxfCXzZz3-w" name="MultipleCollaboration" sectionFile="ui/MultipleCollaboration.xwt">
+ <widget href="ui/MultipleCollaboration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQgqDJEeSZxfCXzZz3-w" name="SingleUseCase" sectionFile="ui/SingleUseCase.xwt">
+ <widget href="ui/SingleUseCase.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQg6DJEeSZxfCXzZz3-w" name="MultipleUseCase" sectionFile="ui/MultipleUseCase.xwt">
+ <widget href="ui/MultipleUseCase.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQhKDJEeSZxfCXzZz3-w" name="SingleInclude" sectionFile="ui/SingleInclude.xwt">
+ <widget href="ui/SingleInclude.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQhaDJEeSZxfCXzZz3-w" name="MultipleInclude" sectionFile="ui/MultipleInclude.xwt">
+ <widget href="ui/MultipleInclude.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQhqDJEeSZxfCXzZz3-w" name="SingleExtend" sectionFile="ui/SingleExtend.xwt">
+ <widget href="ui/SingleExtend.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQh6DJEeSZxfCXzZz3-w" name="MultipleExtend" sectionFile="ui/MultipleExtend.xwt">
+ <widget href="ui/MultipleExtend.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQiKDJEeSZxfCXzZz3-w" name="SingleExtensionPoint" sectionFile="ui/SingleExtensionPoint.xwt">
+ <widget href="ui/SingleExtensionPoint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQiaDJEeSZxfCXzZz3-w" name="MultipleExtensionPoint" sectionFile="ui/MultipleExtensionPoint.xwt">
+ <widget href="ui/MultipleExtensionPoint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQiqDJEeSZxfCXzZz3-w" name="SingleRedefinableTemplateSignature" sectionFile="ui/SingleRedefinableTemplateSignature.xwt">
+ <widget href="ui/SingleRedefinableTemplateSignature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQi6DJEeSZxfCXzZz3-w" name="MultipleRedefinableTemplateSignature" sectionFile="ui/MultipleRedefinableTemplateSignature.xwt">
+ <widget href="ui/MultipleRedefinableTemplateSignature.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQjKDJEeSZxfCXzZz3-w" name="SingleClassifierTemplateParameter" sectionFile="ui/SingleClassifierTemplateParameter.xwt">
+ <widget href="ui/SingleClassifierTemplateParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQjaDJEeSZxfCXzZz3-w" name="MultipleClassifierTemplateParameter" sectionFile="ui/MultipleClassifierTemplateParameter.xwt">
+ <widget href="ui/MultipleClassifierTemplateParameter.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQjqDJEeSZxfCXzZz3-w" name="SingleStringExpression" sectionFile="ui/SingleStringExpression.xwt">
+ <widget href="ui/SingleStringExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQj6DJEeSZxfCXzZz3-w" name="MultipleStringExpression" sectionFile="ui/MultipleStringExpression.xwt">
+ <widget href="ui/MultipleStringExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQkKDJEeSZxfCXzZz3-w" name="SingleExpression" sectionFile="ui/SingleExpression.xwt">
+ <widget href="ui/SingleExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQkaDJEeSZxfCXzZz3-w" name="MultipleExpression" sectionFile="ui/MultipleExpression.xwt">
+ <widget href="ui/MultipleExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQkqDJEeSZxfCXzZz3-w" name="SingleUsage" sectionFile="ui/SingleUsage.xwt">
+ <widget href="ui/SingleUsage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQk6DJEeSZxfCXzZz3-w" name="MultipleUsage" sectionFile="ui/MultipleUsage.xwt">
+ <widget href="ui/MultipleUsage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQlKDJEeSZxfCXzZz3-w" name="SingleProfileApplication" sectionFile="ui/SingleProfileApplication.xwt">
+ <widget href="ui/SingleProfileApplication.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQlaDJEeSZxfCXzZz3-w" name="MultipleProfileApplication" sectionFile="ui/MultipleProfileApplication.xwt">
+ <widget href="ui/MultipleProfileApplication.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQlqDJEeSZxfCXzZz3-w" name="SingleEnumeration" sectionFile="ui/SingleEnumeration.xwt">
+ <widget href="ui/SingleEnumeration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQl6DJEeSZxfCXzZz3-w" name="MultipleEnumeration" sectionFile="ui/MultipleEnumeration.xwt">
+ <widget href="ui/MultipleEnumeration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQmKDJEeSZxfCXzZz3-w" name="SingleEnumerationLiteral" sectionFile="ui/SingleEnumerationLiteral.xwt">
+ <widget href="ui/SingleEnumerationLiteral.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQmaDJEeSZxfCXzZz3-w" name="MultipleEnumerationLiteral" sectionFile="ui/MultipleEnumerationLiteral.xwt">
+ <widget href="ui/MultipleEnumerationLiteral.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQmqDJEeSZxfCXzZz3-w" name="SingleInstanceSpecification" sectionFile="ui/SingleInstanceSpecification.xwt">
+ <widget href="ui/SingleInstanceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQm6DJEeSZxfCXzZz3-w" name="MultipleInstanceSpecification" sectionFile="ui/MultipleInstanceSpecification.xwt">
+ <widget href="ui/MultipleInstanceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQnKDJEeSZxfCXzZz3-w" name="SingleSlot" sectionFile="ui/SingleSlot.xwt">
+ <widget href="ui/SingleSlot.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQnaDJEeSZxfCXzZz3-w" name="SinglePrimitiveType" sectionFile="ui/SinglePrimitiveType.xwt">
+ <widget href="ui/SinglePrimitiveType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQnqDJEeSZxfCXzZz3-w" name="MultiplePrimitiveType" sectionFile="ui/MultiplePrimitiveType.xwt">
+ <widget href="ui/MultiplePrimitiveType.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQn6DJEeSZxfCXzZz3-w" name="SingleLiteralSpecification" sectionFile="ui/SingleLiteralSpecification.xwt">
+ <widget href="ui/SingleLiteralSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQoKDJEeSZxfCXzZz3-w" name="MultipleLiteralSpecification" sectionFile="ui/MultipleLiteralSpecification.xwt">
+ <widget href="ui/MultipleLiteralSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQoaDJEeSZxfCXzZz3-w" name="SingleLiteralInteger" sectionFile="ui/SingleLiteralInteger.xwt">
+ <widget href="ui/SingleLiteralInteger.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQoqDJEeSZxfCXzZz3-w" name="MultipleLiteralInteger" sectionFile="ui/MultipleLiteralInteger.xwt">
+ <widget href="ui/MultipleLiteralInteger.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQo6DJEeSZxfCXzZz3-w" name="SingleLiteralString" sectionFile="ui/SingleLiteralString.xwt">
+ <widget href="ui/SingleLiteralString.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQpKDJEeSZxfCXzZz3-w" name="MultipleLiteralString" sectionFile="ui/MultipleLiteralString.xwt">
+ <widget href="ui/MultipleLiteralString.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQpaDJEeSZxfCXzZz3-w" name="SingleLiteralBoolean" sectionFile="ui/SingleLiteralBoolean.xwt">
+ <widget href="ui/SingleLiteralBoolean.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQpqDJEeSZxfCXzZz3-w" name="MultipleLiteralBoolean" sectionFile="ui/MultipleLiteralBoolean.xwt">
+ <widget href="ui/MultipleLiteralBoolean.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQp6DJEeSZxfCXzZz3-w" name="SingleLiteralNull" sectionFile="ui/SingleLiteralNull.xwt">
+ <widget href="ui/SingleLiteralNull.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQqKDJEeSZxfCXzZz3-w" name="MultipleLiteralNull" sectionFile="ui/MultipleLiteralNull.xwt">
+ <widget href="ui/MultipleLiteralNull.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQqaDJEeSZxfCXzZz3-w" name="SingleInstanceValue" sectionFile="ui/SingleInstanceValue.xwt">
+ <widget href="ui/SingleInstanceValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQqqDJEeSZxfCXzZz3-w" name="MultipleInstanceValue" sectionFile="ui/MultipleInstanceValue.xwt">
+ <widget href="ui/MultipleInstanceValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQq6DJEeSZxfCXzZz3-w" name="SingleLiteralUnlimitedNatural" sectionFile="ui/SingleLiteralUnlimitedNatural.xwt">
+ <widget href="ui/SingleLiteralUnlimitedNatural.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQrKDJEeSZxfCXzZz3-w" name="MultipleLiteralUnlimitedNatural" sectionFile="ui/MultipleLiteralUnlimitedNatural.xwt">
+ <widget href="ui/MultipleLiteralUnlimitedNatural.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQraDJEeSZxfCXzZz3-w" name="SingleOpaqueBehavior" sectionFile="ui/SingleOpaqueBehavior.xwt">
+ <widget href="ui/SingleOpaqueBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQrqDJEeSZxfCXzZz3-w" name="MultipleOpaqueBehavior" sectionFile="ui/MultipleOpaqueBehavior.xwt">
+ <widget href="ui/MultipleOpaqueBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQr6DJEeSZxfCXzZz3-w" name="SingleFunctionBehavior" sectionFile="ui/SingleFunctionBehavior.xwt">
+ <widget href="ui/SingleFunctionBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQsKDJEeSZxfCXzZz3-w" name="MultipleFunctionBehavior" sectionFile="ui/MultipleFunctionBehavior.xwt">
+ <widget href="ui/MultipleFunctionBehavior.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQsaDJEeSZxfCXzZz3-w" name="SingleOpaqueAction" sectionFile="ui/SingleOpaqueAction.xwt">
+ <widget href="ui/SingleOpaqueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQsqDJEeSZxfCXzZz3-w" name="MultipleOpaqueAction" sectionFile="ui/MultipleOpaqueAction.xwt">
+ <widget href="ui/MultipleOpaqueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQs6DJEeSZxfCXzZz3-w" name="SingleAction" sectionFile="ui/SingleAction.xwt">
+ <widget href="ui/SingleAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQtKDJEeSZxfCXzZz3-w" name="MultipleAction" sectionFile="ui/MultipleAction.xwt">
+ <widget href="ui/MultipleAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQtaDJEeSZxfCXzZz3-w" name="SingleExecutableNode" sectionFile="ui/SingleExecutableNode.xwt">
+ <widget href="ui/SingleExecutableNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQtqDJEeSZxfCXzZz3-w" name="MultipleExecutableNode" sectionFile="ui/MultipleExecutableNode.xwt">
+ <widget href="ui/MultipleExecutableNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQt6DJEeSZxfCXzZz3-w" name="SingleActivityNode" sectionFile="ui/SingleActivityNode.xwt">
+ <widget href="ui/SingleActivityNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQuKDJEeSZxfCXzZz3-w" name="MultipleActivityNode" sectionFile="ui/MultipleActivityNode.xwt">
+ <widget href="ui/MultipleActivityNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQuaDJEeSZxfCXzZz3-w" name="SingleStructuredActivityNode" sectionFile="ui/SingleStructuredActivityNode.xwt">
+ <widget href="ui/SingleStructuredActivityNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQuqDJEeSZxfCXzZz3-w" name="MultipleStructuredActivityNode" sectionFile="ui/MultipleStructuredActivityNode.xwt">
+ <widget href="ui/MultipleStructuredActivityNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQu6DJEeSZxfCXzZz3-w" name="SingleActivity" sectionFile="ui/SingleActivity.xwt">
+ <widget href="ui/SingleActivity.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQvKDJEeSZxfCXzZz3-w" name="MultipleActivity" sectionFile="ui/MultipleActivity.xwt">
+ <widget href="ui/MultipleActivity.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQvaDJEeSZxfCXzZz3-w" name="SingleVariable" sectionFile="ui/SingleVariable.xwt">
+ <widget href="ui/SingleVariable.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQvqDJEeSZxfCXzZz3-w" name="MultipleVariable" sectionFile="ui/MultipleVariable.xwt">
+ <widget href="ui/MultipleVariable.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQv6DJEeSZxfCXzZz3-w" name="SingleActivityEdge" sectionFile="ui/SingleActivityEdge.xwt">
+ <widget href="ui/SingleActivityEdge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQwKDJEeSZxfCXzZz3-w" name="MultipleActivityEdge" sectionFile="ui/MultipleActivityEdge.xwt">
+ <widget href="ui/MultipleActivityEdge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQwaDJEeSZxfCXzZz3-w" name="SingleActivityPartition" sectionFile="ui/SingleActivityPartition.xwt">
+ <widget href="ui/SingleActivityPartition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQwqDJEeSZxfCXzZz3-w" name="MultipleActivityPartition" sectionFile="ui/MultipleActivityPartition.xwt">
+ <widget href="ui/MultipleActivityPartition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQw6DJEeSZxfCXzZz3-w" name="SingleInterruptibleActivityRegion" sectionFile="ui/SingleInterruptibleActivityRegion.xwt">
+ <widget href="ui/SingleInterruptibleActivityRegion.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQxKDJEeSZxfCXzZz3-w" name="SingleExceptionHandler" sectionFile="ui/SingleExceptionHandler.xwt">
+ <widget href="ui/SingleExceptionHandler.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQxaDJEeSZxfCXzZz3-w" name="SingleObjectNode" sectionFile="ui/SingleObjectNode.xwt">
+ <widget href="ui/SingleObjectNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQxqDJEeSZxfCXzZz3-w" name="MultipleObjectNode" sectionFile="ui/MultipleObjectNode.xwt">
+ <widget href="ui/MultipleObjectNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQx6DJEeSZxfCXzZz3-w" name="SingleOutputPin" sectionFile="ui/SingleOutputPin.xwt">
+ <widget href="ui/SingleOutputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQyKDJEeSZxfCXzZz3-w" name="MultipleOutputPin" sectionFile="ui/MultipleOutputPin.xwt">
+ <widget href="ui/MultipleOutputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQyaDJEeSZxfCXzZz3-w" name="SinglePin" sectionFile="ui/SinglePin.xwt">
+ <widget href="ui/SinglePin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQyqDJEeSZxfCXzZz3-w" name="MultiplePin" sectionFile="ui/MultiplePin.xwt">
+ <widget href="ui/MultiplePin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQy6DJEeSZxfCXzZz3-w" name="SingleInputPin" sectionFile="ui/SingleInputPin.xwt">
+ <widget href="ui/SingleInputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQzKDJEeSZxfCXzZz3-w" name="MultipleInputPin" sectionFile="ui/MultipleInputPin.xwt">
+ <widget href="ui/MultipleInputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQzaDJEeSZxfCXzZz3-w" name="SingleCallAction" sectionFile="ui/SingleCallAction.xwt">
+ <widget href="ui/SingleCallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQzqDJEeSZxfCXzZz3-w" name="MultipleCallAction" sectionFile="ui/MultipleCallAction.xwt">
+ <widget href="ui/MultipleCallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQz6DJEeSZxfCXzZz3-w" name="SingleInvocationAction" sectionFile="ui/SingleInvocationAction.xwt">
+ <widget href="ui/SingleInvocationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ0KDJEeSZxfCXzZz3-w" name="MultipleInvocationAction" sectionFile="ui/MultipleInvocationAction.xwt">
+ <widget href="ui/MultipleInvocationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ0aDJEeSZxfCXzZz3-w" name="SingleSendSignalAction" sectionFile="ui/SingleSendSignalAction.xwt">
+ <widget href="ui/SingleSendSignalAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ0qDJEeSZxfCXzZz3-w" name="MultipleSendSignalAction" sectionFile="ui/MultipleSendSignalAction.xwt">
+ <widget href="ui/MultipleSendSignalAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ06DJEeSZxfCXzZz3-w" name="SingleCallOperationAction" sectionFile="ui/SingleCallOperationAction.xwt">
+ <widget href="ui/SingleCallOperationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ1KDJEeSZxfCXzZz3-w" name="MultipleCallOperationAction" sectionFile="ui/MultipleCallOperationAction.xwt">
+ <widget href="ui/MultipleCallOperationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ1aDJEeSZxfCXzZz3-w" name="SingleCallBehaviorAction" sectionFile="ui/SingleCallBehaviorAction.xwt">
+ <widget href="ui/SingleCallBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ1qDJEeSZxfCXzZz3-w" name="MultipleCallBehaviorAction" sectionFile="ui/MultipleCallBehaviorAction.xwt">
+ <widget href="ui/MultipleCallBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ16DJEeSZxfCXzZz3-w" name="SingleSequenceNode" sectionFile="ui/SingleSequenceNode.xwt">
+ <widget href="ui/SingleSequenceNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ2KDJEeSZxfCXzZz3-w" name="MultipleSequenceNode" sectionFile="ui/MultipleSequenceNode.xwt">
+ <widget href="ui/MultipleSequenceNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ2aDJEeSZxfCXzZz3-w" name="SingleControlNode" sectionFile="ui/SingleControlNode.xwt">
+ <widget href="ui/SingleControlNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ2qDJEeSZxfCXzZz3-w" name="MultipleControlNode" sectionFile="ui/MultipleControlNode.xwt">
+ <widget href="ui/MultipleControlNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ26DJEeSZxfCXzZz3-w" name="SingleControlFlow" sectionFile="ui/SingleControlFlow.xwt">
+ <widget href="ui/SingleControlFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ3KDJEeSZxfCXzZz3-w" name="MultipleControlFlow" sectionFile="ui/MultipleControlFlow.xwt">
+ <widget href="ui/MultipleControlFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69WQ3aDJEeSZxfCXzZz3-w" name="SingleInitialNode" sectionFile="ui/SingleInitialNode.xwt">
+ <widget href="ui/SingleInitialNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW0KDJEeSZxfCXzZz3-w" name="MultipleInitialNode" sectionFile="ui/MultipleInitialNode.xwt">
+ <widget href="ui/MultipleInitialNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW0aDJEeSZxfCXzZz3-w" name="SingleActivityParameterNode" sectionFile="ui/SingleActivityParameterNode.xwt">
+ <widget href="ui/SingleActivityParameterNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW0qDJEeSZxfCXzZz3-w" name="MultipleActivityParameterNode" sectionFile="ui/MultipleActivityParameterNode.xwt">
+ <widget href="ui/MultipleActivityParameterNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW06DJEeSZxfCXzZz3-w" name="SingleValuePin" sectionFile="ui/SingleValuePin.xwt">
+ <widget href="ui/SingleValuePin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW1KDJEeSZxfCXzZz3-w" name="MultipleValuePin" sectionFile="ui/MultipleValuePin.xwt">
+ <widget href="ui/MultipleValuePin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW1aDJEeSZxfCXzZz3-w" name="SingleMessage" sectionFile="ui/SingleMessage.xwt">
+ <widget href="ui/SingleMessage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW1qDJEeSZxfCXzZz3-w" name="MultipleMessage" sectionFile="ui/MultipleMessage.xwt">
+ <widget href="ui/MultipleMessage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW16DJEeSZxfCXzZz3-w" name="SingleMessageEnd" sectionFile="ui/SingleMessageEnd.xwt">
+ <widget href="ui/SingleMessageEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW2KDJEeSZxfCXzZz3-w" name="MultipleMessageEnd" sectionFile="ui/MultipleMessageEnd.xwt">
+ <widget href="ui/MultipleMessageEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW2aDJEeSZxfCXzZz3-w" name="SingleInteraction" sectionFile="ui/SingleInteraction.xwt">
+ <widget href="ui/SingleInteraction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW2qDJEeSZxfCXzZz3-w" name="MultipleInteraction" sectionFile="ui/MultipleInteraction.xwt">
+ <widget href="ui/MultipleInteraction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW26DJEeSZxfCXzZz3-w" name="SingleInteractionFragment" sectionFile="ui/SingleInteractionFragment.xwt">
+ <widget href="ui/SingleInteractionFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW3KDJEeSZxfCXzZz3-w" name="MultipleInteractionFragment" sectionFile="ui/MultipleInteractionFragment.xwt">
+ <widget href="ui/MultipleInteractionFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW3aDJEeSZxfCXzZz3-w" name="SingleLifeline" sectionFile="ui/SingleLifeline.xwt">
+ <widget href="ui/SingleLifeline.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW3qDJEeSZxfCXzZz3-w" name="MultipleLifeline" sectionFile="ui/MultipleLifeline.xwt">
+ <widget href="ui/MultipleLifeline.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW36DJEeSZxfCXzZz3-w" name="SinglePartDecomposition" sectionFile="ui/SinglePartDecomposition.xwt">
+ <widget href="ui/SinglePartDecomposition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW4KDJEeSZxfCXzZz3-w" name="MultiplePartDecomposition" sectionFile="ui/MultiplePartDecomposition.xwt">
+ <widget href="ui/MultiplePartDecomposition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW4aDJEeSZxfCXzZz3-w" name="SingleInteractionUse" sectionFile="ui/SingleInteractionUse.xwt">
+ <widget href="ui/SingleInteractionUse.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW4qDJEeSZxfCXzZz3-w" name="MultipleInteractionUse" sectionFile="ui/MultipleInteractionUse.xwt">
+ <widget href="ui/MultipleInteractionUse.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW46DJEeSZxfCXzZz3-w" name="SingleGate" sectionFile="ui/SingleGate.xwt">
+ <widget href="ui/SingleGate.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW5KDJEeSZxfCXzZz3-w" name="MultipleGate" sectionFile="ui/MultipleGate.xwt">
+ <widget href="ui/MultipleGate.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW5aDJEeSZxfCXzZz3-w" name="SingleGeneralOrdering" sectionFile="ui/SingleGeneralOrdering.xwt">
+ <widget href="ui/SingleGeneralOrdering.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW5qDJEeSZxfCXzZz3-w" name="MultipleGeneralOrdering" sectionFile="ui/MultipleGeneralOrdering.xwt">
+ <widget href="ui/MultipleGeneralOrdering.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW56DJEeSZxfCXzZz3-w" name="SingleOccurrenceSpecification" sectionFile="ui/SingleOccurrenceSpecification.xwt">
+ <widget href="ui/SingleOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW6KDJEeSZxfCXzZz3-w" name="MultipleOccurrenceSpecification" sectionFile="ui/MultipleOccurrenceSpecification.xwt">
+ <widget href="ui/MultipleOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW6aDJEeSZxfCXzZz3-w" name="SingleInteractionOperand" sectionFile="ui/SingleInteractionOperand.xwt">
+ <widget href="ui/SingleInteractionOperand.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW6qDJEeSZxfCXzZz3-w" name="MultipleInteractionOperand" sectionFile="ui/MultipleInteractionOperand.xwt">
+ <widget href="ui/MultipleInteractionOperand.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW66DJEeSZxfCXzZz3-w" name="SingleInteractionConstraint" sectionFile="ui/SingleInteractionConstraint.xwt">
+ <widget href="ui/SingleInteractionConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW7KDJEeSZxfCXzZz3-w" name="MultipleInteractionConstraint" sectionFile="ui/MultipleInteractionConstraint.xwt">
+ <widget href="ui/MultipleInteractionConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW7aDJEeSZxfCXzZz3-w" name="SingleExecutionSpecification" sectionFile="ui/SingleExecutionSpecification.xwt">
+ <widget href="ui/SingleExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW7qDJEeSZxfCXzZz3-w" name="MultipleExecutionSpecification" sectionFile="ui/MultipleExecutionSpecification.xwt">
+ <widget href="ui/MultipleExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW76DJEeSZxfCXzZz3-w" name="SingleStateInvariant" sectionFile="ui/SingleStateInvariant.xwt">
+ <widget href="ui/SingleStateInvariant.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW8KDJEeSZxfCXzZz3-w" name="MultipleStateInvariant" sectionFile="ui/MultipleStateInvariant.xwt">
+ <widget href="ui/MultipleStateInvariant.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW8aDJEeSZxfCXzZz3-w" name="SingleActionExecutionSpecification" sectionFile="ui/SingleActionExecutionSpecification.xwt">
+ <widget href="ui/SingleActionExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW8qDJEeSZxfCXzZz3-w" name="MultipleActionExecutionSpecification" sectionFile="ui/MultipleActionExecutionSpecification.xwt">
+ <widget href="ui/MultipleActionExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW86DJEeSZxfCXzZz3-w" name="SingleBehaviorExecutionSpecification" sectionFile="ui/SingleBehaviorExecutionSpecification.xwt">
+ <widget href="ui/SingleBehaviorExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW9KDJEeSZxfCXzZz3-w" name="MultipleBehaviorExecutionSpecification" sectionFile="ui/MultipleBehaviorExecutionSpecification.xwt">
+ <widget href="ui/MultipleBehaviorExecutionSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW9aDJEeSZxfCXzZz3-w" name="SingleMessageEvent" sectionFile="ui/SingleMessageEvent.xwt">
+ <widget href="ui/SingleMessageEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW9qDJEeSZxfCXzZz3-w" name="MultipleMessageEvent" sectionFile="ui/MultipleMessageEvent.xwt">
+ <widget href="ui/MultipleMessageEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW96DJEeSZxfCXzZz3-w" name="SingleMessageOccurrenceSpecification" sectionFile="ui/SingleMessageOccurrenceSpecification.xwt">
+ <widget href="ui/SingleMessageOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW-KDJEeSZxfCXzZz3-w" name="MultipleMessageOccurrenceSpecification" sectionFile="ui/MultipleMessageOccurrenceSpecification.xwt">
+ <widget href="ui/MultipleMessageOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW-aDJEeSZxfCXzZz3-w" name="SingleExecutionOccurrenceSpecification" sectionFile="ui/SingleExecutionOccurrenceSpecification.xwt">
+ <widget href="ui/SingleExecutionOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW-qDJEeSZxfCXzZz3-w" name="MultipleExecutionOccurrenceSpecification" sectionFile="ui/MultipleExecutionOccurrenceSpecification.xwt">
+ <widget href="ui/MultipleExecutionOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW-6DJEeSZxfCXzZz3-w" name="SingleActor" sectionFile="ui/SingleActor.xwt">
+ <widget href="ui/SingleActor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW_KDJEeSZxfCXzZz3-w" name="MultipleActor" sectionFile="ui/MultipleActor.xwt">
+ <widget href="ui/MultipleActor.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW_aDJEeSZxfCXzZz3-w" name="SingleCallEvent" sectionFile="ui/SingleCallEvent.xwt">
+ <widget href="ui/SingleCallEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW_qDJEeSZxfCXzZz3-w" name="MultipleCallEvent" sectionFile="ui/MultipleCallEvent.xwt">
+ <widget href="ui/MultipleCallEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cW_6DJEeSZxfCXzZz3-w" name="SingleChangeEvent" sectionFile="ui/SingleChangeEvent.xwt">
+ <widget href="ui/SingleChangeEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXAKDJEeSZxfCXzZz3-w" name="MultipleChangeEvent" sectionFile="ui/MultipleChangeEvent.xwt">
+ <widget href="ui/MultipleChangeEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXAaDJEeSZxfCXzZz3-w" name="SingleAnyReceiveEvent" sectionFile="ui/SingleAnyReceiveEvent.xwt">
+ <widget href="ui/SingleAnyReceiveEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXAqDJEeSZxfCXzZz3-w" name="MultipleAnyReceiveEvent" sectionFile="ui/MultipleAnyReceiveEvent.xwt">
+ <widget href="ui/MultipleAnyReceiveEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXA6DJEeSZxfCXzZz3-w" name="SingleForkNode" sectionFile="ui/SingleForkNode.xwt">
+ <widget href="ui/SingleForkNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXBKDJEeSZxfCXzZz3-w" name="MultipleForkNode" sectionFile="ui/MultipleForkNode.xwt">
+ <widget href="ui/MultipleForkNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXBaDJEeSZxfCXzZz3-w" name="SingleFlowFinalNode" sectionFile="ui/SingleFlowFinalNode.xwt">
+ <widget href="ui/SingleFlowFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXBqDJEeSZxfCXzZz3-w" name="MultipleFlowFinalNode" sectionFile="ui/MultipleFlowFinalNode.xwt">
+ <widget href="ui/MultipleFlowFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXB6DJEeSZxfCXzZz3-w" name="SingleFinalNode" sectionFile="ui/SingleFinalNode.xwt">
+ <widget href="ui/SingleFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXCKDJEeSZxfCXzZz3-w" name="MultipleFinalNode" sectionFile="ui/MultipleFinalNode.xwt">
+ <widget href="ui/MultipleFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXCaDJEeSZxfCXzZz3-w" name="SingleCentralBufferNode" sectionFile="ui/SingleCentralBufferNode.xwt">
+ <widget href="ui/SingleCentralBufferNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXCqDJEeSZxfCXzZz3-w" name="MultipleCentralBufferNode" sectionFile="ui/MultipleCentralBufferNode.xwt">
+ <widget href="ui/MultipleCentralBufferNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXC6DJEeSZxfCXzZz3-w" name="SingleMergeNode" sectionFile="ui/SingleMergeNode.xwt">
+ <widget href="ui/SingleMergeNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXDKDJEeSZxfCXzZz3-w" name="MultipleMergeNode" sectionFile="ui/MultipleMergeNode.xwt">
+ <widget href="ui/MultipleMergeNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXDaDJEeSZxfCXzZz3-w" name="SingleDecisionNode" sectionFile="ui/SingleDecisionNode.xwt">
+ <widget href="ui/SingleDecisionNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXDqDJEeSZxfCXzZz3-w" name="MultipleDecisionNode" sectionFile="ui/MultipleDecisionNode.xwt">
+ <widget href="ui/MultipleDecisionNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXD6DJEeSZxfCXzZz3-w" name="SingleObjectFlow" sectionFile="ui/SingleObjectFlow.xwt">
+ <widget href="ui/SingleObjectFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXEKDJEeSZxfCXzZz3-w" name="MultipleObjectFlow" sectionFile="ui/MultipleObjectFlow.xwt">
+ <widget href="ui/MultipleObjectFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXEaDJEeSZxfCXzZz3-w" name="SingleActivityFinalNode" sectionFile="ui/SingleActivityFinalNode.xwt">
+ <widget href="ui/SingleActivityFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXEqDJEeSZxfCXzZz3-w" name="MultipleActivityFinalNode" sectionFile="ui/MultipleActivityFinalNode.xwt">
+ <widget href="ui/MultipleActivityFinalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXE6DJEeSZxfCXzZz3-w" name="SingleComponentRealization" sectionFile="ui/SingleComponentRealization.xwt">
+ <widget href="ui/SingleComponentRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXFKDJEeSZxfCXzZz3-w" name="MultipleComponentRealization" sectionFile="ui/MultipleComponentRealization.xwt">
+ <widget href="ui/MultipleComponentRealization.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXFaDJEeSZxfCXzZz3-w" name="SingleComponent" sectionFile="ui/SingleComponent.xwt">
+ <widget href="ui/SingleComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXFqDJEeSZxfCXzZz3-w" name="MultipleComponent" sectionFile="ui/MultipleComponent.xwt">
+ <widget href="ui/MultipleComponent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXF6DJEeSZxfCXzZz3-w" name="SingleNode" sectionFile="ui/SingleNode.xwt">
+ <widget href="ui/SingleNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXGKDJEeSZxfCXzZz3-w" name="MultipleNode" sectionFile="ui/MultipleNode.xwt">
+ <widget href="ui/MultipleNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXGaDJEeSZxfCXzZz3-w" name="SingleCommunicationPath" sectionFile="ui/SingleCommunicationPath.xwt">
+ <widget href="ui/SingleCommunicationPath.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXGqDJEeSZxfCXzZz3-w" name="MultipleCommunicationPath" sectionFile="ui/MultipleCommunicationPath.xwt">
+ <widget href="ui/MultipleCommunicationPath.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXG6DJEeSZxfCXzZz3-w" name="SingleDevice" sectionFile="ui/SingleDevice.xwt">
+ <widget href="ui/SingleDevice.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXHKDJEeSZxfCXzZz3-w" name="MultipleDevice" sectionFile="ui/MultipleDevice.xwt">
+ <widget href="ui/MultipleDevice.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXHaDJEeSZxfCXzZz3-w" name="SingleExecutionEnvironment" sectionFile="ui/SingleExecutionEnvironment.xwt">
+ <widget href="ui/SingleExecutionEnvironment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXHqDJEeSZxfCXzZz3-w" name="MultipleExecutionEnvironment" sectionFile="ui/MultipleExecutionEnvironment.xwt">
+ <widget href="ui/MultipleExecutionEnvironment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXH6DJEeSZxfCXzZz3-w" name="SingleCombinedFragment" sectionFile="ui/SingleCombinedFragment.xwt">
+ <widget href="ui/SingleCombinedFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXIKDJEeSZxfCXzZz3-w" name="MultipleCombinedFragment" sectionFile="ui/MultipleCombinedFragment.xwt">
+ <widget href="ui/MultipleCombinedFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXIaDJEeSZxfCXzZz3-w" name="SingleContinuation" sectionFile="ui/SingleContinuation.xwt">
+ <widget href="ui/SingleContinuation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXIqDJEeSZxfCXzZz3-w" name="MultipleContinuation" sectionFile="ui/MultipleContinuation.xwt">
+ <widget href="ui/MultipleContinuation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXI6DJEeSZxfCXzZz3-w" name="SingleConsiderIgnoreFragment" sectionFile="ui/SingleConsiderIgnoreFragment.xwt">
+ <widget href="ui/SingleConsiderIgnoreFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXJKDJEeSZxfCXzZz3-w" name="MultipleConsiderIgnoreFragment" sectionFile="ui/MultipleConsiderIgnoreFragment.xwt">
+ <widget href="ui/MultipleConsiderIgnoreFragment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXJaDJEeSZxfCXzZz3-w" name="SingleCreateObjectAction" sectionFile="ui/SingleCreateObjectAction.xwt">
+ <widget href="ui/SingleCreateObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXJqDJEeSZxfCXzZz3-w" name="MultipleCreateObjectAction" sectionFile="ui/MultipleCreateObjectAction.xwt">
+ <widget href="ui/MultipleCreateObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXJ6DJEeSZxfCXzZz3-w" name="SingleDestroyObjectAction" sectionFile="ui/SingleDestroyObjectAction.xwt">
+ <widget href="ui/SingleDestroyObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXKKDJEeSZxfCXzZz3-w" name="MultipleDestroyObjectAction" sectionFile="ui/MultipleDestroyObjectAction.xwt">
+ <widget href="ui/MultipleDestroyObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXKaDJEeSZxfCXzZz3-w" name="SingleTestIdentityAction" sectionFile="ui/SingleTestIdentityAction.xwt">
+ <widget href="ui/SingleTestIdentityAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXKqDJEeSZxfCXzZz3-w" name="MultipleTestIdentityAction" sectionFile="ui/MultipleTestIdentityAction.xwt">
+ <widget href="ui/MultipleTestIdentityAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXK6DJEeSZxfCXzZz3-w" name="SingleReadSelfAction" sectionFile="ui/SingleReadSelfAction.xwt">
+ <widget href="ui/SingleReadSelfAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXLKDJEeSZxfCXzZz3-w" name="MultipleReadSelfAction" sectionFile="ui/MultipleReadSelfAction.xwt">
+ <widget href="ui/MultipleReadSelfAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXLaDJEeSZxfCXzZz3-w" name="SingleStructuralFeatureAction" sectionFile="ui/SingleStructuralFeatureAction.xwt">
+ <widget href="ui/SingleStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXLqDJEeSZxfCXzZz3-w" name="MultipleStructuralFeatureAction" sectionFile="ui/MultipleStructuralFeatureAction.xwt">
+ <widget href="ui/MultipleStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXL6DJEeSZxfCXzZz3-w" name="SingleReadStructuralFeatureAction" sectionFile="ui/SingleReadStructuralFeatureAction.xwt">
+ <widget href="ui/SingleReadStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXMKDJEeSZxfCXzZz3-w" name="MultipleReadStructuralFeatureAction" sectionFile="ui/MultipleReadStructuralFeatureAction.xwt">
+ <widget href="ui/MultipleReadStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXMaDJEeSZxfCXzZz3-w" name="SingleWriteStructuralFeatureAction" sectionFile="ui/SingleWriteStructuralFeatureAction.xwt">
+ <widget href="ui/SingleWriteStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXMqDJEeSZxfCXzZz3-w" name="MultipleWriteStructuralFeatureAction" sectionFile="ui/MultipleWriteStructuralFeatureAction.xwt">
+ <widget href="ui/MultipleWriteStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXM6DJEeSZxfCXzZz3-w" name="SingleClearStructuralFeatureAction" sectionFile="ui/SingleClearStructuralFeatureAction.xwt">
+ <widget href="ui/SingleClearStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXNKDJEeSZxfCXzZz3-w" name="MultipleClearStructuralFeatureAction" sectionFile="ui/MultipleClearStructuralFeatureAction.xwt">
+ <widget href="ui/MultipleClearStructuralFeatureAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXNaDJEeSZxfCXzZz3-w" name="SingleRemoveStructuralFeatureValueAction" sectionFile="ui/SingleRemoveStructuralFeatureValueAction.xwt">
+ <widget href="ui/SingleRemoveStructuralFeatureValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXNqDJEeSZxfCXzZz3-w" name="MultipleRemoveStructuralFeatureValueAction" sectionFile="ui/MultipleRemoveStructuralFeatureValueAction.xwt">
+ <widget href="ui/MultipleRemoveStructuralFeatureValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXN6DJEeSZxfCXzZz3-w" name="SingleAddStructuralFeatureValueAction" sectionFile="ui/SingleAddStructuralFeatureValueAction.xwt">
+ <widget href="ui/SingleAddStructuralFeatureValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXOKDJEeSZxfCXzZz3-w" name="MultipleAddStructuralFeatureValueAction" sectionFile="ui/MultipleAddStructuralFeatureValueAction.xwt">
+ <widget href="ui/MultipleAddStructuralFeatureValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXOaDJEeSZxfCXzZz3-w" name="SingleLinkAction" sectionFile="ui/SingleLinkAction.xwt">
+ <widget href="ui/SingleLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXOqDJEeSZxfCXzZz3-w" name="MultipleLinkAction" sectionFile="ui/MultipleLinkAction.xwt">
+ <widget href="ui/MultipleLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXO6DJEeSZxfCXzZz3-w" name="SingleLinkEndData" sectionFile="ui/SingleLinkEndData.xwt">
+ <widget href="ui/SingleLinkEndData.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXPKDJEeSZxfCXzZz3-w" name="SingleQualifierValue" sectionFile="ui/SingleQualifierValue.xwt">
+ <widget href="ui/SingleQualifierValue.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXPaDJEeSZxfCXzZz3-w" name="SingleReadLinkAction" sectionFile="ui/SingleReadLinkAction.xwt">
+ <widget href="ui/SingleReadLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXPqDJEeSZxfCXzZz3-w" name="MultipleReadLinkAction" sectionFile="ui/MultipleReadLinkAction.xwt">
+ <widget href="ui/MultipleReadLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXP6DJEeSZxfCXzZz3-w" name="SingleLinkEndCreationData" sectionFile="ui/SingleLinkEndCreationData.xwt">
+ <widget href="ui/SingleLinkEndCreationData.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXQKDJEeSZxfCXzZz3-w" name="MultipleLinkEndCreationData" sectionFile="ui/MultipleLinkEndCreationData.xwt">
+ <widget href="ui/MultipleLinkEndCreationData.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXQaDJEeSZxfCXzZz3-w" name="SingleCreateLinkAction" sectionFile="ui/SingleCreateLinkAction.xwt">
+ <widget href="ui/SingleCreateLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXQqDJEeSZxfCXzZz3-w" name="MultipleCreateLinkAction" sectionFile="ui/MultipleCreateLinkAction.xwt">
+ <widget href="ui/MultipleCreateLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXQ6DJEeSZxfCXzZz3-w" name="SingleWriteLinkAction" sectionFile="ui/SingleWriteLinkAction.xwt">
+ <widget href="ui/SingleWriteLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXRKDJEeSZxfCXzZz3-w" name="MultipleWriteLinkAction" sectionFile="ui/MultipleWriteLinkAction.xwt">
+ <widget href="ui/MultipleWriteLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXRaDJEeSZxfCXzZz3-w" name="SingleDestroyLinkAction" sectionFile="ui/SingleDestroyLinkAction.xwt">
+ <widget href="ui/SingleDestroyLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXRqDJEeSZxfCXzZz3-w" name="MultipleDestroyLinkAction" sectionFile="ui/MultipleDestroyLinkAction.xwt">
+ <widget href="ui/MultipleDestroyLinkAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXR6DJEeSZxfCXzZz3-w" name="SingleLinkEndDestructionData" sectionFile="ui/SingleLinkEndDestructionData.xwt">
+ <widget href="ui/SingleLinkEndDestructionData.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXSKDJEeSZxfCXzZz3-w" name="MultipleLinkEndDestructionData" sectionFile="ui/MultipleLinkEndDestructionData.xwt">
+ <widget href="ui/MultipleLinkEndDestructionData.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXSaDJEeSZxfCXzZz3-w" name="SingleClearAssociationAction" sectionFile="ui/SingleClearAssociationAction.xwt">
+ <widget href="ui/SingleClearAssociationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXSqDJEeSZxfCXzZz3-w" name="MultipleClearAssociationAction" sectionFile="ui/MultipleClearAssociationAction.xwt">
+ <widget href="ui/MultipleClearAssociationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXS6DJEeSZxfCXzZz3-w" name="SingleBroadcastSignalAction" sectionFile="ui/SingleBroadcastSignalAction.xwt">
+ <widget href="ui/SingleBroadcastSignalAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXTKDJEeSZxfCXzZz3-w" name="MultipleBroadcastSignalAction" sectionFile="ui/MultipleBroadcastSignalAction.xwt">
+ <widget href="ui/MultipleBroadcastSignalAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXTaDJEeSZxfCXzZz3-w" name="SingleSendObjectAction" sectionFile="ui/SingleSendObjectAction.xwt">
+ <widget href="ui/SingleSendObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXTqDJEeSZxfCXzZz3-w" name="MultipleSendObjectAction" sectionFile="ui/MultipleSendObjectAction.xwt">
+ <widget href="ui/MultipleSendObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXT6DJEeSZxfCXzZz3-w" name="SingleValueSpecificationAction" sectionFile="ui/SingleValueSpecificationAction.xwt">
+ <widget href="ui/SingleValueSpecificationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXUKDJEeSZxfCXzZz3-w" name="MultipleValueSpecificationAction" sectionFile="ui/MultipleValueSpecificationAction.xwt">
+ <widget href="ui/MultipleValueSpecificationAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXUaDJEeSZxfCXzZz3-w" name="SingleTimeExpression" sectionFile="ui/SingleTimeExpression.xwt">
+ <widget href="ui/SingleTimeExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXUqDJEeSZxfCXzZz3-w" name="MultipleTimeExpression" sectionFile="ui/MultipleTimeExpression.xwt">
+ <widget href="ui/MultipleTimeExpression.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXU6DJEeSZxfCXzZz3-w" name="SingleObservation" sectionFile="ui/SingleObservation.xwt">
+ <widget href="ui/SingleObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXVKDJEeSZxfCXzZz3-w" name="MultipleObservation" sectionFile="ui/MultipleObservation.xwt">
+ <widget href="ui/MultipleObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXVaDJEeSZxfCXzZz3-w" name="SingleDuration" sectionFile="ui/SingleDuration.xwt">
+ <widget href="ui/SingleDuration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXVqDJEeSZxfCXzZz3-w" name="MultipleDuration" sectionFile="ui/MultipleDuration.xwt">
+ <widget href="ui/MultipleDuration.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXV6DJEeSZxfCXzZz3-w" name="SingleDurationInterval" sectionFile="ui/SingleDurationInterval.xwt">
+ <widget href="ui/SingleDurationInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXWKDJEeSZxfCXzZz3-w" name="MultipleDurationInterval" sectionFile="ui/MultipleDurationInterval.xwt">
+ <widget href="ui/MultipleDurationInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXWaDJEeSZxfCXzZz3-w" name="SingleInterval" sectionFile="ui/SingleInterval.xwt">
+ <widget href="ui/SingleInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXWqDJEeSZxfCXzZz3-w" name="MultipleInterval" sectionFile="ui/MultipleInterval.xwt">
+ <widget href="ui/MultipleInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXW6DJEeSZxfCXzZz3-w" name="SingleTimeConstraint" sectionFile="ui/SingleTimeConstraint.xwt">
+ <widget href="ui/SingleTimeConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXXKDJEeSZxfCXzZz3-w" name="MultipleTimeConstraint" sectionFile="ui/MultipleTimeConstraint.xwt">
+ <widget href="ui/MultipleTimeConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXXaDJEeSZxfCXzZz3-w" name="SingleIntervalConstraint" sectionFile="ui/SingleIntervalConstraint.xwt">
+ <widget href="ui/SingleIntervalConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXXqDJEeSZxfCXzZz3-w" name="MultipleIntervalConstraint" sectionFile="ui/MultipleIntervalConstraint.xwt">
+ <widget href="ui/MultipleIntervalConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXX6DJEeSZxfCXzZz3-w" name="SingleTimeInterval" sectionFile="ui/SingleTimeInterval.xwt">
+ <widget href="ui/SingleTimeInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXYKDJEeSZxfCXzZz3-w" name="MultipleTimeInterval" sectionFile="ui/MultipleTimeInterval.xwt">
+ <widget href="ui/MultipleTimeInterval.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXYaDJEeSZxfCXzZz3-w" name="SingleDurationConstraint" sectionFile="ui/SingleDurationConstraint.xwt">
+ <widget href="ui/SingleDurationConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXYqDJEeSZxfCXzZz3-w" name="MultipleDurationConstraint" sectionFile="ui/MultipleDurationConstraint.xwt">
+ <widget href="ui/MultipleDurationConstraint.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXY6DJEeSZxfCXzZz3-w" name="SingleTimeObservation" sectionFile="ui/SingleTimeObservation.xwt">
+ <widget href="ui/SingleTimeObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXZKDJEeSZxfCXzZz3-w" name="MultipleTimeObservation" sectionFile="ui/MultipleTimeObservation.xwt">
+ <widget href="ui/MultipleTimeObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXZaDJEeSZxfCXzZz3-w" name="SingleDurationObservation" sectionFile="ui/SingleDurationObservation.xwt">
+ <widget href="ui/SingleDurationObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXZqDJEeSZxfCXzZz3-w" name="MultipleDurationObservation" sectionFile="ui/MultipleDurationObservation.xwt">
+ <widget href="ui/MultipleDurationObservation.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXZ6DJEeSZxfCXzZz3-w" name="SingleFinalState" sectionFile="ui/SingleFinalState.xwt">
+ <widget href="ui/SingleFinalState.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXaKDJEeSZxfCXzZz3-w" name="MultipleFinalState" sectionFile="ui/MultipleFinalState.xwt">
+ <widget href="ui/MultipleFinalState.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXaaDJEeSZxfCXzZz3-w" name="SingleTimeEvent" sectionFile="ui/SingleTimeEvent.xwt">
+ <widget href="ui/SingleTimeEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXaqDJEeSZxfCXzZz3-w" name="MultipleTimeEvent" sectionFile="ui/MultipleTimeEvent.xwt">
+ <widget href="ui/MultipleTimeEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXa6DJEeSZxfCXzZz3-w" name="SingleVariableAction" sectionFile="ui/SingleVariableAction.xwt">
+ <widget href="ui/SingleVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXbKDJEeSZxfCXzZz3-w" name="MultipleVariableAction" sectionFile="ui/MultipleVariableAction.xwt">
+ <widget href="ui/MultipleVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXbaDJEeSZxfCXzZz3-w" name="SingleReadVariableAction" sectionFile="ui/SingleReadVariableAction.xwt">
+ <widget href="ui/SingleReadVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXbqDJEeSZxfCXzZz3-w" name="MultipleReadVariableAction" sectionFile="ui/MultipleReadVariableAction.xwt">
+ <widget href="ui/MultipleReadVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXb6DJEeSZxfCXzZz3-w" name="SingleWriteVariableAction" sectionFile="ui/SingleWriteVariableAction.xwt">
+ <widget href="ui/SingleWriteVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXcKDJEeSZxfCXzZz3-w" name="MultipleWriteVariableAction" sectionFile="ui/MultipleWriteVariableAction.xwt">
+ <widget href="ui/MultipleWriteVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXcaDJEeSZxfCXzZz3-w" name="SingleClearVariableAction" sectionFile="ui/SingleClearVariableAction.xwt">
+ <widget href="ui/SingleClearVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXcqDJEeSZxfCXzZz3-w" name="MultipleClearVariableAction" sectionFile="ui/MultipleClearVariableAction.xwt">
+ <widget href="ui/MultipleClearVariableAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXc6DJEeSZxfCXzZz3-w" name="SingleAddVariableValueAction" sectionFile="ui/SingleAddVariableValueAction.xwt">
+ <widget href="ui/SingleAddVariableValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXdKDJEeSZxfCXzZz3-w" name="MultipleAddVariableValueAction" sectionFile="ui/MultipleAddVariableValueAction.xwt">
+ <widget href="ui/MultipleAddVariableValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXdaDJEeSZxfCXzZz3-w" name="SingleRemoveVariableValueAction" sectionFile="ui/SingleRemoveVariableValueAction.xwt">
+ <widget href="ui/SingleRemoveVariableValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXdqDJEeSZxfCXzZz3-w" name="MultipleRemoveVariableValueAction" sectionFile="ui/MultipleRemoveVariableValueAction.xwt">
+ <widget href="ui/MultipleRemoveVariableValueAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXd6DJEeSZxfCXzZz3-w" name="SingleRaiseExceptionAction" sectionFile="ui/SingleRaiseExceptionAction.xwt">
+ <widget href="ui/SingleRaiseExceptionAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXeKDJEeSZxfCXzZz3-w" name="MultipleRaiseExceptionAction" sectionFile="ui/MultipleRaiseExceptionAction.xwt">
+ <widget href="ui/MultipleRaiseExceptionAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXeaDJEeSZxfCXzZz3-w" name="SingleActionInputPin" sectionFile="ui/SingleActionInputPin.xwt">
+ <widget href="ui/SingleActionInputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXeqDJEeSZxfCXzZz3-w" name="MultipleActionInputPin" sectionFile="ui/MultipleActionInputPin.xwt">
+ <widget href="ui/MultipleActionInputPin.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXe6DJEeSZxfCXzZz3-w" name="SingleInformationItem" sectionFile="ui/SingleInformationItem.xwt">
+ <widget href="ui/SingleInformationItem.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXfKDJEeSZxfCXzZz3-w" name="MultipleInformationItem" sectionFile="ui/MultipleInformationItem.xwt">
+ <widget href="ui/MultipleInformationItem.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXfaDJEeSZxfCXzZz3-w" name="SingleInformationFlow" sectionFile="ui/SingleInformationFlow.xwt">
+ <widget href="ui/SingleInformationFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXfqDJEeSZxfCXzZz3-w" name="MultipleInformationFlow" sectionFile="ui/MultipleInformationFlow.xwt">
+ <widget href="ui/MultipleInformationFlow.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXf6DJEeSZxfCXzZz3-w" name="SingleReadExtentAction" sectionFile="ui/SingleReadExtentAction.xwt">
+ <widget href="ui/SingleReadExtentAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXgKDJEeSZxfCXzZz3-w" name="MultipleReadExtentAction" sectionFile="ui/MultipleReadExtentAction.xwt">
+ <widget href="ui/MultipleReadExtentAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXgaDJEeSZxfCXzZz3-w" name="SingleReclassifyObjectAction" sectionFile="ui/SingleReclassifyObjectAction.xwt">
+ <widget href="ui/SingleReclassifyObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXgqDJEeSZxfCXzZz3-w" name="MultipleReclassifyObjectAction" sectionFile="ui/MultipleReclassifyObjectAction.xwt">
+ <widget href="ui/MultipleReclassifyObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69cXg6DJEeSZxfCXzZz3-w" name="SingleReadIsClassifiedObjectAction" sectionFile="ui/SingleReadIsClassifiedObjectAction.xwt">
+ <widget href="ui/SingleReadIsClassifiedObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idcKDJEeSZxfCXzZz3-w" name="MultipleReadIsClassifiedObjectAction" sectionFile="ui/MultipleReadIsClassifiedObjectAction.xwt">
+ <widget href="ui/MultipleReadIsClassifiedObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idcaDJEeSZxfCXzZz3-w" name="SingleStartClassifierBehaviorAction" sectionFile="ui/SingleStartClassifierBehaviorAction.xwt">
+ <widget href="ui/SingleStartClassifierBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idcqDJEeSZxfCXzZz3-w" name="MultipleStartClassifierBehaviorAction" sectionFile="ui/MultipleStartClassifierBehaviorAction.xwt">
+ <widget href="ui/MultipleStartClassifierBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idc6DJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndAction" sectionFile="ui/SingleReadLinkObjectEndAction.xwt">
+ <widget href="ui/SingleReadLinkObjectEndAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69iddKDJEeSZxfCXzZz3-w" name="MultipleReadLinkObjectEndAction" sectionFile="ui/MultipleReadLinkObjectEndAction.xwt">
+ <widget href="ui/MultipleReadLinkObjectEndAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69iddaDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndQualifierAction" sectionFile="ui/SingleReadLinkObjectEndQualifierAction.xwt">
+ <widget href="ui/SingleReadLinkObjectEndQualifierAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69iddqDJEeSZxfCXzZz3-w" name="MultipleReadLinkObjectEndQualifierAction" sectionFile="ui/MultipleReadLinkObjectEndQualifierAction.xwt">
+ <widget href="ui/MultipleReadLinkObjectEndQualifierAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idd6DJEeSZxfCXzZz3-w" name="SingleCreateLinkObjectAction" sectionFile="ui/SingleCreateLinkObjectAction.xwt">
+ <widget href="ui/SingleCreateLinkObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ideKDJEeSZxfCXzZz3-w" name="MultipleCreateLinkObjectAction" sectionFile="ui/MultipleCreateLinkObjectAction.xwt">
+ <widget href="ui/MultipleCreateLinkObjectAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ideaDJEeSZxfCXzZz3-w" name="SingleAcceptEventAction" sectionFile="ui/SingleAcceptEventAction.xwt">
+ <widget href="ui/SingleAcceptEventAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ideqDJEeSZxfCXzZz3-w" name="MultipleAcceptEventAction" sectionFile="ui/MultipleAcceptEventAction.xwt">
+ <widget href="ui/MultipleAcceptEventAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ide6DJEeSZxfCXzZz3-w" name="SingleAcceptCallAction" sectionFile="ui/SingleAcceptCallAction.xwt">
+ <widget href="ui/SingleAcceptCallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idfKDJEeSZxfCXzZz3-w" name="MultipleAcceptCallAction" sectionFile="ui/MultipleAcceptCallAction.xwt">
+ <widget href="ui/MultipleAcceptCallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idfaDJEeSZxfCXzZz3-w" name="SingleReplyAction" sectionFile="ui/SingleReplyAction.xwt">
+ <widget href="ui/SingleReplyAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idfqDJEeSZxfCXzZz3-w" name="MultipleReplyAction" sectionFile="ui/MultipleReplyAction.xwt">
+ <widget href="ui/MultipleReplyAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idf6DJEeSZxfCXzZz3-w" name="SingleUnmarshallAction" sectionFile="ui/SingleUnmarshallAction.xwt">
+ <widget href="ui/SingleUnmarshallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idgKDJEeSZxfCXzZz3-w" name="MultipleUnmarshallAction" sectionFile="ui/MultipleUnmarshallAction.xwt">
+ <widget href="ui/MultipleUnmarshallAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idgaDJEeSZxfCXzZz3-w" name="SingleReduceAction" sectionFile="ui/SingleReduceAction.xwt">
+ <widget href="ui/SingleReduceAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idgqDJEeSZxfCXzZz3-w" name="MultipleReduceAction" sectionFile="ui/MultipleReduceAction.xwt">
+ <widget href="ui/MultipleReduceAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idg6DJEeSZxfCXzZz3-w" name="SingleStartObjectBehaviorAction" sectionFile="ui/SingleStartObjectBehaviorAction.xwt">
+ <widget href="ui/SingleStartObjectBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idhKDJEeSZxfCXzZz3-w" name="MultipleStartObjectBehaviorAction" sectionFile="ui/MultipleStartObjectBehaviorAction.xwt">
+ <widget href="ui/MultipleStartObjectBehaviorAction.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idhaDJEeSZxfCXzZz3-w" name="SingleJoinNode" sectionFile="ui/SingleJoinNode.xwt">
+ <widget href="ui/SingleJoinNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idhqDJEeSZxfCXzZz3-w" name="MultipleJoinNode" sectionFile="ui/MultipleJoinNode.xwt">
+ <widget href="ui/MultipleJoinNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idh6DJEeSZxfCXzZz3-w" name="SingleDataStoreNode" sectionFile="ui/SingleDataStoreNode.xwt">
+ <widget href="ui/SingleDataStoreNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idiKDJEeSZxfCXzZz3-w" name="MultipleDataStoreNode" sectionFile="ui/MultipleDataStoreNode.xwt">
+ <widget href="ui/MultipleDataStoreNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idiaDJEeSZxfCXzZz3-w" name="SingleConditionalNode" sectionFile="ui/SingleConditionalNode.xwt">
+ <widget href="ui/SingleConditionalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idiqDJEeSZxfCXzZz3-w" name="MultipleConditionalNode" sectionFile="ui/MultipleConditionalNode.xwt">
+ <widget href="ui/MultipleConditionalNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idi6DJEeSZxfCXzZz3-w" name="SingleClause" sectionFile="ui/SingleClause.xwt">
+ <widget href="ui/SingleClause.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idjKDJEeSZxfCXzZz3-w" name="SingleLoopNode" sectionFile="ui/SingleLoopNode.xwt">
+ <widget href="ui/SingleLoopNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idjaDJEeSZxfCXzZz3-w" name="MultipleLoopNode" sectionFile="ui/MultipleLoopNode.xwt">
+ <widget href="ui/MultipleLoopNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idjqDJEeSZxfCXzZz3-w" name="SingleExpansionNode" sectionFile="ui/SingleExpansionNode.xwt">
+ <widget href="ui/SingleExpansionNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idj6DJEeSZxfCXzZz3-w" name="MultipleExpansionNode" sectionFile="ui/MultipleExpansionNode.xwt">
+ <widget href="ui/MultipleExpansionNode.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idkKDJEeSZxfCXzZz3-w" name="SingleExpansionRegion" sectionFile="ui/SingleExpansionRegion.xwt">
+ <widget href="ui/SingleExpansionRegion.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idkaDJEeSZxfCXzZz3-w" name="MultipleExpansionRegion" sectionFile="ui/MultipleExpansionRegion.xwt">
+ <widget href="ui/MultipleExpansionRegion.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idkqDJEeSZxfCXzZz3-w" name="SingleProtocolTransition" sectionFile="ui/SingleProtocolTransition.xwt">
+ <widget href="ui/SingleProtocolTransition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idk6DJEeSZxfCXzZz3-w" name="MultipleProtocolTransition" sectionFile="ui/MultipleProtocolTransition.xwt">
+ <widget href="ui/MultipleProtocolTransition.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idlKDJEeSZxfCXzZz3-w" name="SingleAssociationClass" sectionFile="ui/SingleAssociationClass.xwt">
+ <widget href="ui/SingleAssociationClass.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idlaDJEeSZxfCXzZz3-w" name="MultipleAssociationClass" sectionFile="ui/MultipleAssociationClass.xwt">
+ <widget href="ui/MultipleAssociationClass.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idlqDJEeSZxfCXzZz3-w" name="SingleDependency" sectionFile="ui/SingleDependency.xwt">
+ <widget href="ui/SingleDependency.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idl6DJEeSZxfCXzZz3-w" name="MultipleDependency" sectionFile="ui/MultipleDependency.xwt">
+ <widget href="ui/MultipleDependency.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idmKDJEeSZxfCXzZz3-w" name="MemberEnd" sectionFile="ui/MemberEnd.xwt">
+ <widget href="ui/MemberEnd.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idmaDJEeSZxfCXzZz3-w" name="SingleComment" sectionFile="ui/SingleComment.xwt">
+ <widget href="ui/SingleComment.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idmqDJEeSZxfCXzZz3-w" name="MultipleElement" sectionFile="ui/MultipleElement.xwt">
+ <widget href="ui/MultipleElement.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idm6DJEeSZxfCXzZz3-w" name="SingleImage" sectionFile="ui/SingleImage.xwt">
+ <widget href="ui/SingleImage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idnKDJEeSZxfCXzZz3-w" name="AsyncMessage" sectionFile="ui/AsyncMessage.xwt">
+ <widget href="ui/AsyncMessage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idnaDJEeSZxfCXzZz3-w" name="SyncMessage" sectionFile="ui/SyncMessage.xwt">
+ <widget href="ui/SyncMessage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idnqDJEeSZxfCXzZz3-w" name="ReplyMessage" sectionFile="ui/ReplyMessage.xwt">
+ <widget href="ui/ReplyMessage.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idn6DJEeSZxfCXzZz3-w" name="Metaclass" sectionFile="ui/Metaclass.xwt">
+ <widget href="ui/Metaclass.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idoKDJEeSZxfCXzZz3-w" name="SingleRealLiteral" sectionFile="ui/SingleRealLiteral.xwt">
+ <widget href="ui/SingleRealLiteral.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idoaDJEeSZxfCXzZz3-w" name="MultipleRealLiteral" sectionFile="ui/MultipleRealLiteral.xwt">
+ <widget href="ui/MultipleRealLiteral.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idoqDJEeSZxfCXzZz3-w" name="SingleDestructionOccurrenceSpecification" sectionFile="ui/SingleDestructionOccurrenceSpecification.xwt">
+ <widget href="ui/SingleDestructionOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ido6DJEeSZxfCXzZz3-w" name="MultipleDestructionOccurrenceSpecification" sectionFile="ui/MultipleDestructionOccurrenceSpecification.xwt">
+ <widget href="ui/MultipleDestructionOccurrenceSpecification.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idpKDJEeSZxfCXzZz3-w" name="SingleTemplateBinding" sectionFile="ui/SingleTemplateBinding.xwt">
+ <widget href="ui/SingleTemplateBinding.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idpaDJEeSZxfCXzZz3-w" name="SingleTemplateParameterSubstitution" sectionFile="ui/SingleTemplateParameterSubstitution.xwt">
+ <widget href="ui/SingleTemplateParameterSubstitution.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idpqDJEeSZxfCXzZz3-w" name="SingleDatatypeInstance" sectionFile="ui/SingleDatatypeInstance.xwt">
+ <widget href="ui/SingleDatatypeInstance.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idp6DJEeSZxfCXzZz3-w" name="SinglePackageMerge" sectionFile="ui/SinglePackageMerge.xwt">
+ <widget href="ui/SinglePackageMerge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idqKDJEeSZxfCXzZz3-w" name="MultiplePackageMerge" sectionFile="ui/MultiplePackageMerge.xwt">
+ <widget href="ui/MultiplePackageMerge.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idqaDJEeSZxfCXzZz3-w" name="SingleSignalEvent" sectionFile="ui/SingleSignalEvent.xwt">
+ <widget href="ui/SingleSignalEvent.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idqqDJEeSZxfCXzZz3-w" name="MultipleSignalEvent" sectionFile="ui/SingleSignalEvent.xwt">
+ <widget href="ui/SingleSignalEvent.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_69idq6DJEeSZxfCXzZz3-w" label="Comments" id="comments" category="org.eclipse.papyrus" image="" priority="20">
+ <sections xmi:id="_69idrKDJEeSZxfCXzZz3-w" name="SingleElementAppliedComments" sectionFile="ui/SingleElementAppliedComments.xwt">
+ <widget href="ui/SingleElementAppliedComments.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idraDJEeSZxfCXzZz3-w" name="SingleElementOwnedComments" sectionFile="ui/SingleElementOwnedComments.xwt">
+ <widget href="ui/SingleElementOwnedComments.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_69idrqDJEeSZxfCXzZz3-w" label="Profile" id="profile" category="org.eclipse.papyrus" priority="50">
+ <sections xmi:id="_69idr6DJEeSZxfCXzZz3-w" name="SinglePackageProfile" sectionFile="ui/SinglePackageProfile.xwt">
+ <widget href="ui/SinglePackageProfile.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69idsKDJEeSZxfCXzZz3-w" name="SingleElement" sectionFile="ui/SingleElement.xwt">
+ <widget href="ui/SingleElement.xwt#/"/>
+ </sections>
+ </tabs>
+ <tabs xmi:id="_69idsaDJEeSZxfCXzZz3-w" label="Definition" id="definition" category="org.eclipse.papyrus" image="" priority="49">
+ <sections xmi:id="_69idsqDJEeSZxfCXzZz3-w" name="ProfileDefinitions" sectionFile="ui/ProfileDefinitions.xwt">
+ <widget href="ui/ProfileDefinitions.xwt#/"/>
+ </sections>
+ <sections xmi:id="_69ids6DJEeSZxfCXzZz3-w" name="SingleProfileDefinition" sectionFile="ui/SingleProfileDefinition.xwt">
+ <widget href="ui/SingleProfileDefinition.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_69idtKDJEeSZxfCXzZz3-w" name="SinglePackageProfile" sections="_69idr6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idtaDJEeSZxfCXzZz3-w" name="isSinglePackage" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idtqDJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idt6DJEeSZxfCXzZz3-w" name="SingleElement" sections="_69idrKDJEeSZxfCXzZz3-w _69idraDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iduKDJEeSZxfCXzZz3-w" name="isSingleElement" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iduaDJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iduqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleElement" sections="_69idmqDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idu6DJEeSZxfCXzZz3-w" name="isMultipleElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idvKDJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idvaDJEeSZxfCXzZz3-w" name="SinglePackage" sections="_69QJkqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idvqDJEeSZxfCXzZz3-w" name="isSinglePackage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idv6DJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idwKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackage" sections="_69QJk6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idwaDJEeSZxfCXzZz3-w" name="isMultiplePackage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idwqDJEeSZxfCXzZz3-w" name="umlClassName" value="Package"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idw6DJEeSZxfCXzZz3-w" name="SinglePackageableElement" sections="_69QJlKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idxKDJEeSZxfCXzZz3-w" name="isSinglePackageableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idxaDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idxqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageableElement" sections="_69QJlaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idx6DJEeSZxfCXzZz3-w" name="isMultiplePackageableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idyKDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idyaDJEeSZxfCXzZz3-w" name="SingleNamedElement" sections="_69QJlqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idyqDJEeSZxfCXzZz3-w" name="isSingleNamedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idy6DJEeSZxfCXzZz3-w" name="umlClassName" value="NamedElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idzKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNamedElement" sections="_69QJl6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69idzaDJEeSZxfCXzZz3-w" name="isMultipleNamedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69idzqDJEeSZxfCXzZz3-w" name="umlClassName" value="NamedElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69idz6DJEeSZxfCXzZz3-w" name="SingleNamespace" sections="_69QJmKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id0KDJEeSZxfCXzZz3-w" name="isSingleNamespace">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id0aDJEeSZxfCXzZz3-w" name="umlClassName" value="Namespace"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id0qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNamespace" sections="_69QJmaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id06DJEeSZxfCXzZz3-w" name="isMultipleNamespace">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id1KDJEeSZxfCXzZz3-w" name="umlClassName" value="Namespace"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id1aDJEeSZxfCXzZz3-w" name="SingleElementImport" sections="_69QJmqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id1qDJEeSZxfCXzZz3-w" name="isSingleElementImport">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id16DJEeSZxfCXzZz3-w" name="umlClassName" value="ElementImport"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id2KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleElementImport" sections="_69QJm6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id2aDJEeSZxfCXzZz3-w" name="isMultipleElementImport">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id2qDJEeSZxfCXzZz3-w" name="umlClassName" value="ElementImport"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id26DJEeSZxfCXzZz3-w" name="SinglePackageImport" sections="_69QJnKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id3KDJEeSZxfCXzZz3-w" name="isSinglePackageImport">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id3aDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageImport"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id3qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageImport" sections="_69QJnaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id36DJEeSZxfCXzZz3-w" name="isMultiplePackageImport">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id4KDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageImport"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id4aDJEeSZxfCXzZz3-w" name="SingleConstraint" sections="_69QJnqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id4qDJEeSZxfCXzZz3-w" name="isSingleConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id46DJEeSZxfCXzZz3-w" name="umlClassName" value="Constraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id5KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConstraint" sections="_69QJn6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id5aDJEeSZxfCXzZz3-w" name="isMultipleConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id5qDJEeSZxfCXzZz3-w" name="umlClassName" value="Constraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id56DJEeSZxfCXzZz3-w" name="SingleValueSpecification" sections="_69QJoKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id6KDJEeSZxfCXzZz3-w" name="isSingleValueSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id6aDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id6qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValueSpecification" sections="_69QJoaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id66DJEeSZxfCXzZz3-w" name="isMultipleValueSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id7KDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id7aDJEeSZxfCXzZz3-w" name="SingleTypedElement" sections="_69QJoqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id7qDJEeSZxfCXzZz3-w" name="isSingleTypedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id76DJEeSZxfCXzZz3-w" name="umlClassName" value="TypedElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id8KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTypedElement" sections="_69QJo6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id8aDJEeSZxfCXzZz3-w" name="isMultipleTypedElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id8qDJEeSZxfCXzZz3-w" name="umlClassName" value="TypedElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id86DJEeSZxfCXzZz3-w" name="SingleType" sections="_69QJpKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id9KDJEeSZxfCXzZz3-w" name="isSingleType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id9aDJEeSZxfCXzZz3-w" name="umlClassName" value="Type"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id9qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleType" sections="_69QJpaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id96DJEeSZxfCXzZz3-w" name="isMultipleType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id-KDJEeSZxfCXzZz3-w" name="umlClassName" value="Type"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id-aDJEeSZxfCXzZz3-w" name="SingleAssociation" sections="_69QJpqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id-qDJEeSZxfCXzZz3-w" name="isSingleAssociation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id-6DJEeSZxfCXzZz3-w" name="umlClassName" value="Association"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id_KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAssociation" sections="_69QJp6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69id_aDJEeSZxfCXzZz3-w" name="isMultipleAssociation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69id_qDJEeSZxfCXzZz3-w" name="umlClassName" value="Association"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69id_6DJEeSZxfCXzZz3-w" name="MemberEnd" sections="_69idmKDJEeSZxfCXzZz3-w"/>
+ <views xmi:id="_69ieAKDJEeSZxfCXzZz3-w" name="SingleClassifier" sections="_69QJqKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieAaDJEeSZxfCXzZz3-w" name="isSingleClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieAqDJEeSZxfCXzZz3-w" name="umlClassName" value="Classifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieA6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClassifier" sections="_69QJqaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieBKDJEeSZxfCXzZz3-w" name="isMultipleClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieBaDJEeSZxfCXzZz3-w" name="umlClassName" value="Classifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieBqDJEeSZxfCXzZz3-w" name="SingleRedefinableElement" sections="_69QJqqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieB6DJEeSZxfCXzZz3-w" name="isSingleRedefinableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieCKDJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieCaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRedefinableElement" sections="_69QJq6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieCqDJEeSZxfCXzZz3-w" name="isMultipleRedefinableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieC6DJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieDKDJEeSZxfCXzZz3-w" name="SingleTemplateParameter" sections="_69QJrKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieDaDJEeSZxfCXzZz3-w" name="isSingleTemplateParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieDqDJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateParameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieD6DJEeSZxfCXzZz3-w" name="SingleGeneralization" sections="_69QJraDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieEKDJEeSZxfCXzZz3-w" name="isSingleGeneralization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieEaDJEeSZxfCXzZz3-w" name="umlClassName" value="Generalization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieEqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralization" sections="_69QJrqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieE6DJEeSZxfCXzZz3-w" name="isMultipleGeneralization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieFKDJEeSZxfCXzZz3-w" name="umlClassName" value="Generalization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieFaDJEeSZxfCXzZz3-w" name="SingleGeneralizationSet" sections="_69QJr6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieFqDJEeSZxfCXzZz3-w" name="isSingleGeneralizationSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieF6DJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralizationSet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieGKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralizationSet" sections="_69QJsKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieGaDJEeSZxfCXzZz3-w" name="isMultipleGeneralizationSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieGqDJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralizationSet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieG6DJEeSZxfCXzZz3-w" name="SingleFeature" sections="_69QJsaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieHKDJEeSZxfCXzZz3-w" name="isSingleFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieHaDJEeSZxfCXzZz3-w" name="umlClassName" value="Feature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieHqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFeature" sections="_69QJsqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieH6DJEeSZxfCXzZz3-w" name="isMultipleFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieIKDJEeSZxfCXzZz3-w" name="umlClassName" value="Feature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieIaDJEeSZxfCXzZz3-w" name="SingleSubstitution" sections="_69QJs6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieIqDJEeSZxfCXzZz3-w" name="isSingleSubstitution">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieI6DJEeSZxfCXzZz3-w" name="umlClassName" value="Substitution"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieJKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSubstitution" sections="_69QJtKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieJaDJEeSZxfCXzZz3-w" name="isMultipleSubstitution">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieJqDJEeSZxfCXzZz3-w" name="umlClassName" value="Substitution"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieJ6DJEeSZxfCXzZz3-w" name="SingleRealization" sections="_69QJtaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieKKDJEeSZxfCXzZz3-w" name="isSingleRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieKaDJEeSZxfCXzZz3-w" name="umlClassName" value="Realization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieKqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRealization" sections="_69QJtqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieK6DJEeSZxfCXzZz3-w" name="isMultipleRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieLKDJEeSZxfCXzZz3-w" name="umlClassName" value="Realization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieLaDJEeSZxfCXzZz3-w" name="SingleAbstraction" sections="_69QJt6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieLqDJEeSZxfCXzZz3-w" name="isSingleAbstraction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieL6DJEeSZxfCXzZz3-w" name="umlClassName" value="Abstraction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieMKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAbstraction" sections="_69QJuKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieMaDJEeSZxfCXzZz3-w" name="isMultipleAbstraction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieMqDJEeSZxfCXzZz3-w" name="umlClassName" value="Abstraction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieM6DJEeSZxfCXzZz3-w" name="SingleOpaqueExpression" sections="_69QJuaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieNKDJEeSZxfCXzZz3-w" name="isSingleOpaqueExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieNaDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieNqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueExpression" sections="_69QJuqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieN6DJEeSZxfCXzZz3-w" name="isMultipleOpaqueExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieOKDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieOaDJEeSZxfCXzZz3-w" name="SingleParameter" sections="_69QJu6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieOqDJEeSZxfCXzZz3-w" name="isSingleParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieO6DJEeSZxfCXzZz3-w" name="umlClassName" value="Parameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iePKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleParameter" sections="_69QJvKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iePaDJEeSZxfCXzZz3-w" name="isMultipleParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iePqDJEeSZxfCXzZz3-w" name="umlClassName" value="Parameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieP6DJEeSZxfCXzZz3-w" name="SingleMultiplicityElement" sections="_69QJvaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieQKDJEeSZxfCXzZz3-w" name="isSingleMultiplicityElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieQaDJEeSZxfCXzZz3-w" name="umlClassName" value="MultiplicityElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieQqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMultiplicityElement" sections="_69QJvqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieQ6DJEeSZxfCXzZz3-w" name="isMultipleMultiplicityElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieRKDJEeSZxfCXzZz3-w" name="umlClassName" value="MultiplicityElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieRaDJEeSZxfCXzZz3-w" name="SingleConnectableElement" sections="_69QJv6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieRqDJEeSZxfCXzZz3-w" name="isSingleConnectableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieR6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieSKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectableElement" sections="_69QJwKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieSaDJEeSZxfCXzZz3-w" name="isMultipleConnectableElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieSqDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElement"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieS6DJEeSZxfCXzZz3-w" name="SingleConnectorEnd" sections="_69QJwaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieTKDJEeSZxfCXzZz3-w" name="isSingleConnectorEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieTaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectorEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieTqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectorEnd" sections="_69QJwqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieT6DJEeSZxfCXzZz3-w" name="isMultipleConnectorEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieUKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectorEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieUaDJEeSZxfCXzZz3-w" name="SingleProperty" sections="_69WQMKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieUqDJEeSZxfCXzZz3-w" name="isSingleProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieU6DJEeSZxfCXzZz3-w" name="umlClassName" value="Property"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieVKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProperty" sections="_69WQMaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieVaDJEeSZxfCXzZz3-w" name="isMultipleProperty">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieVqDJEeSZxfCXzZz3-w" name="umlClassName" value="Property"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieV6DJEeSZxfCXzZz3-w" name="SingleDeploymentTarget" sections="_69WQMqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieWKDJEeSZxfCXzZz3-w" name="isSingleDeploymentTarget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieWaDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentTarget"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieWqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeploymentTarget" sections="_69WQM6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieW6DJEeSZxfCXzZz3-w" name="isMultipleDeploymentTarget">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieXKDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentTarget"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieXaDJEeSZxfCXzZz3-w" name="SingleDeployment" sections="_69WQNKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieXqDJEeSZxfCXzZz3-w" name="isSingleDeployment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieX6DJEeSZxfCXzZz3-w" name="umlClassName" value="Deployment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieYKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeployment" sections="_69WQNaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieYaDJEeSZxfCXzZz3-w" name="isMultipleDeployment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieYqDJEeSZxfCXzZz3-w" name="umlClassName" value="Deployment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieY6DJEeSZxfCXzZz3-w" name="SingleDeployedArtifact" sections="_69WQNqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieZKDJEeSZxfCXzZz3-w" name="isSingleDeployedArtifact">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieZaDJEeSZxfCXzZz3-w" name="umlClassName" value="DeployedArtifact"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieZqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeployedArtifact" sections="_69WQN6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieZ6DJEeSZxfCXzZz3-w" name="isMultipleDeployedArtifact">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieaKDJEeSZxfCXzZz3-w" name="umlClassName" value="DeployedArtifact"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieaaDJEeSZxfCXzZz3-w" name="SingleDeploymentSpecification" sections="_69WQOKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieaqDJEeSZxfCXzZz3-w" name="isSingleDeploymentSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iea6DJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iebKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDeploymentSpecification" sections="_69WQOaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iebaDJEeSZxfCXzZz3-w" name="isMultipleDeploymentSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iebqDJEeSZxfCXzZz3-w" name="umlClassName" value="DeploymentSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieb6DJEeSZxfCXzZz3-w" name="SingleArtifact" sections="_69WQOqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iecKDJEeSZxfCXzZz3-w" name="isSingleArtifact">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iecaDJEeSZxfCXzZz3-w" name="umlClassName" value="Artifact"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iecqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleArtifact" sections="_69WQO6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iec6DJEeSZxfCXzZz3-w" name="isMultipleArtifact">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iedKDJEeSZxfCXzZz3-w" name="umlClassName" value="Artifact"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iedaDJEeSZxfCXzZz3-w" name="SingleManifestation" sections="_69WQPKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iedqDJEeSZxfCXzZz3-w" name="isSingleManifestation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ied6DJEeSZxfCXzZz3-w" name="umlClassName" value="Manifestation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieeKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleManifestation" sections="_69WQPaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieeaDJEeSZxfCXzZz3-w" name="isMultipleManifestation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieeqDJEeSZxfCXzZz3-w" name="umlClassName" value="Manifestation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iee6DJEeSZxfCXzZz3-w" name="SingleOperation" sections="_69WQPqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iefKDJEeSZxfCXzZz3-w" name="isSingleOperation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iefaDJEeSZxfCXzZz3-w" name="umlClassName" value="Operation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iefqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOperation" sections="_69WQP6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ief6DJEeSZxfCXzZz3-w" name="isMultipleOperation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iegKDJEeSZxfCXzZz3-w" name="umlClassName" value="Operation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iegaDJEeSZxfCXzZz3-w" name="SingleBehavioralFeature" sections="_69WQQKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iegqDJEeSZxfCXzZz3-w" name="isSingleBehavioralFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieg6DJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioralFeature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iehKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavioralFeature" sections="_69WQQaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iehaDJEeSZxfCXzZz3-w" name="isMultipleBehavioralFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iehqDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioralFeature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieh6DJEeSZxfCXzZz3-w" name="SingleBehavior" sections="_69WQQqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieiKDJEeSZxfCXzZz3-w" name="isSingleBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieiaDJEeSZxfCXzZz3-w" name="umlClassName" value="Behavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieiqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavior" sections="_69WQQ6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iei6DJEeSZxfCXzZz3-w" name="isMultipleBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iejKDJEeSZxfCXzZz3-w" name="umlClassName" value="Behavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iejaDJEeSZxfCXzZz3-w" name="SingleClass" sections="_69WQRKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iejqDJEeSZxfCXzZz3-w" name="isSingleClass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iej6DJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iekKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClass" sections="_69WQRaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iekaDJEeSZxfCXzZz3-w" name="isMultipleClass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iekqDJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iek6DJEeSZxfCXzZz3-w" name="SingleBehavioredClassifier" sections="_69WQRqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ielKDJEeSZxfCXzZz3-w" name="isSingleBehavioredClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ielaDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioredClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ielqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehavioredClassifier" sections="_69WQR6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iel6DJEeSZxfCXzZz3-w" name="isMultipleBehavioredClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iemKDJEeSZxfCXzZz3-w" name="umlClassName" value="BehavioredClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iemaDJEeSZxfCXzZz3-w" name="SingleInterfaceRealization" sections="_69WQSKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iemqDJEeSZxfCXzZz3-w" name="isSingleInterfaceRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iem6DJEeSZxfCXzZz3-w" name="umlClassName" value="InterfaceRealization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ienKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterfaceRealization" sections="_69WQSaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ienaDJEeSZxfCXzZz3-w" name="isMultipleInterfaceRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ienqDJEeSZxfCXzZz3-w" name="umlClassName" value="InterfaceRealization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ien6DJEeSZxfCXzZz3-w" name="SingleInterface" sections="_69WQSqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieoKDJEeSZxfCXzZz3-w" name="isSingleInterface">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieoaDJEeSZxfCXzZz3-w" name="umlClassName" value="Interface"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieoqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterface" sections="_69WQS6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieo6DJEeSZxfCXzZz3-w" name="isMultipleInterface">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iepKDJEeSZxfCXzZz3-w" name="umlClassName" value="Interface"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iepaDJEeSZxfCXzZz3-w" name="SingleReception" sections="_69WQTKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iepqDJEeSZxfCXzZz3-w" name="isSingleReception">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iep6DJEeSZxfCXzZz3-w" name="umlClassName" value="Reception"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieqKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReception" sections="_69WQTaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieqaDJEeSZxfCXzZz3-w" name="isMultipleReception">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieqqDJEeSZxfCXzZz3-w" name="umlClassName" value="Reception"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieq6DJEeSZxfCXzZz3-w" name="SingleSignal" sections="_69WQTqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ierKDJEeSZxfCXzZz3-w" name="isSingleSignal">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieraDJEeSZxfCXzZz3-w" name="umlClassName" value="Signal"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ierqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSignal" sections="_69WQT6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ier6DJEeSZxfCXzZz3-w" name="isMultipleSignal">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iesKDJEeSZxfCXzZz3-w" name="umlClassName" value="Signal"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iesaDJEeSZxfCXzZz3-w" name="SingleProtocolStateMachine" sections="_69WQUKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iesqDJEeSZxfCXzZz3-w" name="isSingleProtocolStateMachine">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ies6DJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolStateMachine"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ietKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProtocolStateMachine" sections="_69WQUaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ietaDJEeSZxfCXzZz3-w" name="isMultipleProtocolStateMachine">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ietqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolStateMachine"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iet6DJEeSZxfCXzZz3-w" name="SingleStateMachine" sections="_69WQUqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieuKDJEeSZxfCXzZz3-w" name="isSingleStateMachine">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieuaDJEeSZxfCXzZz3-w" name="umlClassName" value="StateMachine"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieuqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStateMachine" sections="_69WQU6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieu6DJEeSZxfCXzZz3-w" name="isMultipleStateMachine">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ievKDJEeSZxfCXzZz3-w" name="umlClassName" value="StateMachine"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ievaDJEeSZxfCXzZz3-w" name="SingleRegion" sections="_69WQVKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ievqDJEeSZxfCXzZz3-w" name="isSingleRegion">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iev6DJEeSZxfCXzZz3-w" name="umlClassName" value="Region"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iewKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRegion" sections="_69WQVaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iewaDJEeSZxfCXzZz3-w" name="isMultipleRegion">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iewqDJEeSZxfCXzZz3-w" name="umlClassName" value="Region"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iew6DJEeSZxfCXzZz3-w" name="SingleVertex" sections="_69WQVqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iexKDJEeSZxfCXzZz3-w" name="isSingleVertex">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iexaDJEeSZxfCXzZz3-w" name="umlClassName" value="Vertex"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iexqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVertex" sections="_69WQV6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iex6DJEeSZxfCXzZz3-w" name="isMultipleVertex">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ieyKDJEeSZxfCXzZz3-w" name="umlClassName" value="Vertex"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ieyaDJEeSZxfCXzZz3-w" name="SingleTransition" sections="_69WQWKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ieyqDJEeSZxfCXzZz3-w" name="isSingleTransition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iey6DJEeSZxfCXzZz3-w" name="umlClassName" value="Transition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iezKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTransition" sections="_69WQWaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69iezaDJEeSZxfCXzZz3-w" name="isMultipleTransition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69iezqDJEeSZxfCXzZz3-w" name="umlClassName" value="Transition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69iez6DJEeSZxfCXzZz3-w" name="SingleTrigger" sections="_69WQWqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie0KDJEeSZxfCXzZz3-w" name="isSingleTrigger">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie0aDJEeSZxfCXzZz3-w" name="umlClassName" value="Trigger"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie0qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTrigger" sections="_69WQW6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie06DJEeSZxfCXzZz3-w" name="isMultipleTrigger">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie1KDJEeSZxfCXzZz3-w" name="umlClassName" value="Trigger"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie1aDJEeSZxfCXzZz3-w" name="SingleEvent" sections="_69WQXKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie1qDJEeSZxfCXzZz3-w" name="isSingleEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie16DJEeSZxfCXzZz3-w" name="umlClassName" value="Event"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie2KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEvent" sections="_69WQXaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie2aDJEeSZxfCXzZz3-w" name="isMultipleEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie2qDJEeSZxfCXzZz3-w" name="umlClassName" value="Event"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie26DJEeSZxfCXzZz3-w" name="SinglePort" sections="_69WQXqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie3KDJEeSZxfCXzZz3-w" name="isSinglePort">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie3aDJEeSZxfCXzZz3-w" name="umlClassName" value="Port"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie3qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePort" sections="_69WQX6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie36DJEeSZxfCXzZz3-w" name="isMultiplePort">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie4KDJEeSZxfCXzZz3-w" name="umlClassName" value="Port"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie4aDJEeSZxfCXzZz3-w" name="SingleState" sections="_69WQYKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie4qDJEeSZxfCXzZz3-w" name="isSingleState">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie46DJEeSZxfCXzZz3-w" name="umlClassName" value="State"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie5KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleState" sections="_69WQYaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie5aDJEeSZxfCXzZz3-w" name="isMultipleState">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ie5qDJEeSZxfCXzZz3-w" name="umlClassName" value="State"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ie56DJEeSZxfCXzZz3-w" name="SingleConnectionPointReference" sections="_69WQYqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ie6KDJEeSZxfCXzZz3-w" name="isSingleConnectionPointReference">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okEKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectionPointReference"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okEaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnectionPointReference" sections="_69WQY6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okEqDJEeSZxfCXzZz3-w" name="isMultipleConnectionPointReference">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okE6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectionPointReference"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okFKDJEeSZxfCXzZz3-w" name="SinglePseudostate" sections="_69WQZKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okFaDJEeSZxfCXzZz3-w" name="isSinglePseudostate">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okFqDJEeSZxfCXzZz3-w" name="umlClassName" value="Pseudostate"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okF6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePseudostate" sections="_69WQZaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okGKDJEeSZxfCXzZz3-w" name="isMultiplePseudostate">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okGaDJEeSZxfCXzZz3-w" name="umlClassName" value="Pseudostate"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okGqDJEeSZxfCXzZz3-w" name="SingleEncapsulatedClassifier" sections="_69WQZqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okG6DJEeSZxfCXzZz3-w" name="isSingleEncapsulatedClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okHKDJEeSZxfCXzZz3-w" name="umlClassName" value="EncapsulatedClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okHaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEncapsulatedClassifier" sections="_69WQZ6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okHqDJEeSZxfCXzZz3-w" name="isMultipleEncapsulatedClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okH6DJEeSZxfCXzZz3-w" name="umlClassName" value="EncapsulatedClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okIKDJEeSZxfCXzZz3-w" name="SingleStructuredClassifier" sections="_69WQaKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okIaDJEeSZxfCXzZz3-w" name="isSingleStructuredClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okIqDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okI6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuredClassifier" sections="_69WQaaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okJKDJEeSZxfCXzZz3-w" name="isMultipleStructuredClassifier">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okJaDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredClassifier"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okJqDJEeSZxfCXzZz3-w" name="SingleConnector" sections="_69WQaqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okJ6DJEeSZxfCXzZz3-w" name="isSingleConnector">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okKKDJEeSZxfCXzZz3-w" name="umlClassName" value="Connector"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okKaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConnector" sections="_69WQa6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okKqDJEeSZxfCXzZz3-w" name="isMultipleConnector">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okK6DJEeSZxfCXzZz3-w" name="umlClassName" value="Connector"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okLKDJEeSZxfCXzZz3-w" name="SingleExtension" sections="_69WQbKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okLaDJEeSZxfCXzZz3-w" name="isSingleExtension">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okLqDJEeSZxfCXzZz3-w" name="umlClassName" value="Extension"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okL6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtension" sections="_69WQbaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okMKDJEeSZxfCXzZz3-w" name="isMultipleExtension">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okMaDJEeSZxfCXzZz3-w" name="umlClassName" value="Extension"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okMqDJEeSZxfCXzZz3-w" name="SingleExtensionEnd" sections="_69WQbqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okM6DJEeSZxfCXzZz3-w" name="isSingleExtensionEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okNKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okNaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtensionEnd" sections="_69WQb6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okNqDJEeSZxfCXzZz3-w" name="isMultipleExtensionEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okN6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okOKDJEeSZxfCXzZz3-w" name="SingleStereotype" sections="_69WQcKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okOaDJEeSZxfCXzZz3-w" name="isSingleStereotype">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okOqDJEeSZxfCXzZz3-w" name="umlClassName" value="Stereotype"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okO6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStereotype" sections="_69WQcaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okPKDJEeSZxfCXzZz3-w" name="isMultipleStereotype">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okPaDJEeSZxfCXzZz3-w" name="umlClassName" value="Stereotype"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okPqDJEeSZxfCXzZz3-w" name="SingleProfile" sections="_69WQcqDJEeSZxfCXzZz3-w _69idsqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okP6DJEeSZxfCXzZz3-w" name="isSingleProfile">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okQKDJEeSZxfCXzZz3-w" name="umlClassName" value="Profile"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okQaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProfile" sections="_69WQc6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okQqDJEeSZxfCXzZz3-w" name="isMultipleProfile">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okQ6DJEeSZxfCXzZz3-w" name="umlClassName" value="Profile"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okRKDJEeSZxfCXzZz3-w" name="SingleModel" sections="_69WQdKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okRaDJEeSZxfCXzZz3-w" name="isSingleModel">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okRqDJEeSZxfCXzZz3-w" name="umlClassName" value="Model"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okR6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleModel" sections="_69WQdaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okSKDJEeSZxfCXzZz3-w" name="isMultipleModel">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okSaDJEeSZxfCXzZz3-w" name="umlClassName" value="Model"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okSqDJEeSZxfCXzZz3-w" name="SingleParameterSet" sections="_69WQdqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okS6DJEeSZxfCXzZz3-w" name="isSingleParameterSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okTKDJEeSZxfCXzZz3-w" name="umlClassName" value="ParameterSet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okTaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleParameterSet" sections="_69WQd6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okTqDJEeSZxfCXzZz3-w" name="isMultipleParameterSet">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okT6DJEeSZxfCXzZz3-w" name="umlClassName" value="ParameterSet"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okUKDJEeSZxfCXzZz3-w" name="SingleDataType" sections="_69WQeKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okUaDJEeSZxfCXzZz3-w" name="isSingleDataType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okUqDJEeSZxfCXzZz3-w" name="umlClassName" value="DataType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okU6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDataType" sections="_69WQeaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okVKDJEeSZxfCXzZz3-w" name="isMultipleDataType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okVaDJEeSZxfCXzZz3-w" name="umlClassName" value="DataType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okVqDJEeSZxfCXzZz3-w" name="SingleOperationTemplateParameter" sections="_69WQeqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okV6DJEeSZxfCXzZz3-w" name="isSingleOperationTemplateParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okWKDJEeSZxfCXzZz3-w" name="umlClassName" value="OperationTemplateParameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okWaDJEeSZxfCXzZz3-w" name="SingleStructuralFeature" sections="_69WQe6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okWqDJEeSZxfCXzZz3-w" name="isSingleStructuralFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okW6DJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okXKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuralFeature" sections="_69WQfKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okXaDJEeSZxfCXzZz3-w" name="isMultipleStructuralFeature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okXqDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okX6DJEeSZxfCXzZz3-w" name="SingleConnectableElementTemplateParameter" sections="_69WQfaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okYKDJEeSZxfCXzZz3-w" name="isSingleConnectableElementTemplateParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okYaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConnectableElementTemplateParameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okYqDJEeSZxfCXzZz3-w" name="SingleCollaborationUse" sections="_69WQfqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okY6DJEeSZxfCXzZz3-w" name="isSingleCollaborationUse">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okZKDJEeSZxfCXzZz3-w" name="umlClassName" value="CollaborationUse"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okZaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCollaborationUse" sections="_69WQf6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okZqDJEeSZxfCXzZz3-w" name="isMultipleCollaborationUse">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okZ6DJEeSZxfCXzZz3-w" name="umlClassName" value="CollaborationUse"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okaKDJEeSZxfCXzZz3-w" name="SingleCollaboration" sections="_69WQgKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okaaDJEeSZxfCXzZz3-w" name="isSingleCollaboration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okaqDJEeSZxfCXzZz3-w" name="umlClassName" value="Collaboration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oka6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCollaboration" sections="_69WQgaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okbKDJEeSZxfCXzZz3-w" name="isMultipleCollaboration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okbaDJEeSZxfCXzZz3-w" name="umlClassName" value="Collaboration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okbqDJEeSZxfCXzZz3-w" name="SingleUseCase" sections="_69WQgqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okb6DJEeSZxfCXzZz3-w" name="isSingleUseCase">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okcKDJEeSZxfCXzZz3-w" name="umlClassName" value="UseCase"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okcaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUseCase" sections="_69WQg6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okcqDJEeSZxfCXzZz3-w" name="isMultipleUseCase">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okc6DJEeSZxfCXzZz3-w" name="umlClassName" value="UseCase"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okdKDJEeSZxfCXzZz3-w" name="SingleInclude" sections="_69WQhKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okdaDJEeSZxfCXzZz3-w" name="isSingleInclude">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okdqDJEeSZxfCXzZz3-w" name="umlClassName" value="Include"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okd6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInclude" sections="_69WQhaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okeKDJEeSZxfCXzZz3-w" name="isMultipleInclude">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okeaDJEeSZxfCXzZz3-w" name="umlClassName" value="Include"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okeqDJEeSZxfCXzZz3-w" name="SingleExtend" sections="_69WQhqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oke6DJEeSZxfCXzZz3-w" name="isSingleExtend">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okfKDJEeSZxfCXzZz3-w" name="umlClassName" value="Extend"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okfaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtend" sections="_69WQh6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okfqDJEeSZxfCXzZz3-w" name="isMultipleExtend">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okf6DJEeSZxfCXzZz3-w" name="umlClassName" value="Extend"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okgKDJEeSZxfCXzZz3-w" name="SingleExtensionPoint" sections="_69WQiKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okgaDJEeSZxfCXzZz3-w" name="isSingleExtensionPoint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okgqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionPoint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okg6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExtensionPoint" sections="_69WQiaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okhKDJEeSZxfCXzZz3-w" name="isMultipleExtensionPoint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okhaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExtensionPoint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okhqDJEeSZxfCXzZz3-w" name="SingleRedefinableTemplateSignature" sections="_69WQiqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okh6DJEeSZxfCXzZz3-w" name="isSingleRedefinableTemplateSignature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okiKDJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableTemplateSignature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okiaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRedefinableTemplateSignature" sections="_69WQi6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okiqDJEeSZxfCXzZz3-w" name="isMultipleRedefinableTemplateSignature">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oki6DJEeSZxfCXzZz3-w" name="umlClassName" value="RedefinableTemplateSignature"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okjKDJEeSZxfCXzZz3-w" name="SingleClassifierTemplateParameter" sections="_69WQjKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okjaDJEeSZxfCXzZz3-w" name="isSingleClassifierTemplateParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okjqDJEeSZxfCXzZz3-w" name="umlClassName" value="ClassifierTemplateParameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okj6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClassifierTemplateParameter" sections="_69WQjaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okkKDJEeSZxfCXzZz3-w" name="isMultipleClassifierTemplateParameter">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okkaDJEeSZxfCXzZz3-w" name="umlClassName" value="ClassifierTemplateParameter"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okkqDJEeSZxfCXzZz3-w" name="SingleStringExpression" sections="_69WQjqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okk6DJEeSZxfCXzZz3-w" name="isSingleStringExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oklKDJEeSZxfCXzZz3-w" name="umlClassName" value="StringExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oklaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStringExpression" sections="_69WQj6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oklqDJEeSZxfCXzZz3-w" name="isMultipleStringExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okl6DJEeSZxfCXzZz3-w" name="umlClassName" value="StringExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okmKDJEeSZxfCXzZz3-w" name="SingleExpression" sections="_69WQkKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okmaDJEeSZxfCXzZz3-w" name="isSingleExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okmqDJEeSZxfCXzZz3-w" name="umlClassName" value="Expression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okm6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpression" sections="_69WQkaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oknKDJEeSZxfCXzZz3-w" name="isMultipleExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oknaDJEeSZxfCXzZz3-w" name="umlClassName" value="Expression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oknqDJEeSZxfCXzZz3-w" name="SingleUsage" sections="_69WQkqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okn6DJEeSZxfCXzZz3-w" name="isSingleUsage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okoKDJEeSZxfCXzZz3-w" name="umlClassName" value="Usage"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okoaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUsage" sections="_69WQk6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okoqDJEeSZxfCXzZz3-w" name="isMultipleUsage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oko6DJEeSZxfCXzZz3-w" name="umlClassName" value="Usage"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okpKDJEeSZxfCXzZz3-w" name="SingleProfileApplication" sections="_69WQlKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okpaDJEeSZxfCXzZz3-w" name="isSingleProfileApplication">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okpqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProfileApplication"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okp6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProfileApplication" sections="_69WQlaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okqKDJEeSZxfCXzZz3-w" name="isMultipleProfileApplication">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okqaDJEeSZxfCXzZz3-w" name="umlClassName" value="ProfileApplication"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okqqDJEeSZxfCXzZz3-w" name="SingleEnumeration" sections="_69WQlqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okq6DJEeSZxfCXzZz3-w" name="isSingleEnumeration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okrKDJEeSZxfCXzZz3-w" name="umlClassName" value="Enumeration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okraDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEnumeration" sections="_69WQl6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okrqDJEeSZxfCXzZz3-w" name="isMultipleEnumeration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okr6DJEeSZxfCXzZz3-w" name="umlClassName" value="Enumeration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oksKDJEeSZxfCXzZz3-w" name="SingleEnumerationLiteral" sections="_69WQmKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oksaDJEeSZxfCXzZz3-w" name="isSingleEnumerationLiteral">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oksqDJEeSZxfCXzZz3-w" name="umlClassName" value="EnumerationLiteral"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oks6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleEnumerationLiteral" sections="_69WQmaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oktKDJEeSZxfCXzZz3-w" name="isMultipleEnumerationLiteral">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oktaDJEeSZxfCXzZz3-w" name="umlClassName" value="EnumerationLiteral"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oktqDJEeSZxfCXzZz3-w" name="SingleInstanceSpecification" sections="_69WQmqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okt6DJEeSZxfCXzZz3-w" name="isSingleInstanceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okuKDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okuaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInstanceSpecification" sections="_69WQm6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okuqDJEeSZxfCXzZz3-w" name="isMultipleInstanceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oku6DJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okvKDJEeSZxfCXzZz3-w" name="SingleSlot" sections="_69WQnKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okvaDJEeSZxfCXzZz3-w" name="isSingleSlot">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okvqDJEeSZxfCXzZz3-w" name="umlClassName" value="Slot"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okv6DJEeSZxfCXzZz3-w" name="SinglePrimitiveType" sections="_69WQnaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okwKDJEeSZxfCXzZz3-w" name="isSinglePrimitiveType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okwaDJEeSZxfCXzZz3-w" name="umlClassName" value="PrimitiveType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okwqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePrimitiveType" sections="_69WQnqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okw6DJEeSZxfCXzZz3-w" name="isMultiplePrimitiveType">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okxKDJEeSZxfCXzZz3-w" name="umlClassName" value="PrimitiveType"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okxaDJEeSZxfCXzZz3-w" name="SingleLiteralSpecification" sections="_69WQn6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okxqDJEeSZxfCXzZz3-w" name="isSingleLiteralSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okx6DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okyKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralSpecification" sections="_69WQoKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okyaDJEeSZxfCXzZz3-w" name="isMultipleLiteralSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okyqDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oky6DJEeSZxfCXzZz3-w" name="SingleLiteralInteger" sections="_69WQoaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okzKDJEeSZxfCXzZz3-w" name="isSingleLiteralInteger">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69okzaDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralInteger"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69okzqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralInteger" sections="_69WQoqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69okz6DJEeSZxfCXzZz3-w" name="isMultipleLiteralInteger">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok0KDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralInteger"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok0aDJEeSZxfCXzZz3-w" name="SingleLiteralString" sections="_69WQo6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok0qDJEeSZxfCXzZz3-w" name="isSingleLiteralString">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok06DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralString"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok1KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralString" sections="_69WQpKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok1aDJEeSZxfCXzZz3-w" name="isMultipleLiteralString">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok1qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralString"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok16DJEeSZxfCXzZz3-w" name="SingleLiteralBoolean" sections="_69WQpaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok2KDJEeSZxfCXzZz3-w" name="isSingleLiteralBoolean">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok2aDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralBoolean"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok2qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralBoolean" sections="_69WQpqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok26DJEeSZxfCXzZz3-w" name="isMultipleLiteralBoolean">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok3KDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralBoolean"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok3aDJEeSZxfCXzZz3-w" name="SingleLiteralNull" sections="_69WQp6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok3qDJEeSZxfCXzZz3-w" name="isSingleLiteralNull">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok36DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralNull"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok4KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralNull" sections="_69WQqKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok4aDJEeSZxfCXzZz3-w" name="isMultipleLiteralNull">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok4qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralNull"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok46DJEeSZxfCXzZz3-w" name="SingleInstanceValue" sections="_69WQqaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok5KDJEeSZxfCXzZz3-w" name="isSingleInstanceValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok5aDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok5qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInstanceValue" sections="_69WQqqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok56DJEeSZxfCXzZz3-w" name="isMultipleInstanceValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok6KDJEeSZxfCXzZz3-w" name="umlClassName" value="InstanceValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok6aDJEeSZxfCXzZz3-w" name="SingleLiteralUnlimitedNatural" sections="_69WQq6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok6qDJEeSZxfCXzZz3-w" name="isSingleLiteralUnlimitedNatural">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok66DJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralUnlimitedNatural"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok7KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLiteralUnlimitedNatural" sections="_69WQrKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok7aDJEeSZxfCXzZz3-w" name="isMultipleLiteralUnlimitedNatural">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok7qDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralUnlimitedNatural"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok76DJEeSZxfCXzZz3-w" name="SingleOpaqueBehavior" sections="_69WQraDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok8KDJEeSZxfCXzZz3-w" name="isSingleOpaqueBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok8aDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueBehavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok8qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueBehavior" sections="_69WQrqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok86DJEeSZxfCXzZz3-w" name="isMultipleOpaqueBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok9KDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueBehavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok9aDJEeSZxfCXzZz3-w" name="SingleFunctionBehavior" sections="_69WQr6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok9qDJEeSZxfCXzZz3-w" name="isSingleFunctionBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok96DJEeSZxfCXzZz3-w" name="umlClassName" value="FunctionBehavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok-KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFunctionBehavior" sections="_69WQsKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok-aDJEeSZxfCXzZz3-w" name="isMultipleFunctionBehavior">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok-qDJEeSZxfCXzZz3-w" name="umlClassName" value="FunctionBehavior"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok-6DJEeSZxfCXzZz3-w" name="SingleOpaqueAction" sections="_69WQsaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok_KDJEeSZxfCXzZz3-w" name="isSingleOpaqueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ok_aDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ok_qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOpaqueAction" sections="_69WQsqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ok_6DJEeSZxfCXzZz3-w" name="isMultipleOpaqueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olAKDJEeSZxfCXzZz3-w" name="umlClassName" value="OpaqueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olAaDJEeSZxfCXzZz3-w" name="SingleAction" sections="_69WQs6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olAqDJEeSZxfCXzZz3-w" name="isSingleAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olA6DJEeSZxfCXzZz3-w" name="umlClassName" value="Action"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olBKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAction" sections="_69WQtKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olBaDJEeSZxfCXzZz3-w" name="isMultipleAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olBqDJEeSZxfCXzZz3-w" name="umlClassName" value="Action"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olB6DJEeSZxfCXzZz3-w" name="SingleExecutableNode" sections="_69WQtaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olCKDJEeSZxfCXzZz3-w" name="isSingleExecutableNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olCaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutableNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olCqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutableNode" sections="_69WQtqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olC6DJEeSZxfCXzZz3-w" name="isMultipleExecutableNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olDKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutableNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olDaDJEeSZxfCXzZz3-w" name="SingleActivityNode" sections="_69WQt6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olDqDJEeSZxfCXzZz3-w" name="isSingleActivityNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olD6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olEKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityNode" sections="_69WQuKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olEaDJEeSZxfCXzZz3-w" name="isMultipleActivityNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olEqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olE6DJEeSZxfCXzZz3-w" name="SingleStructuredActivityNode" sections="_69WQuaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olFKDJEeSZxfCXzZz3-w" name="isSingleStructuredActivityNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olFaDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredActivityNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olFqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuredActivityNode" sections="_69WQuqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olF6DJEeSZxfCXzZz3-w" name="isMultipleStructuredActivityNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olGKDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuredActivityNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olGaDJEeSZxfCXzZz3-w" name="SingleActivity" sections="_69WQu6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olGqDJEeSZxfCXzZz3-w" name="isSingleActivity">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olG6DJEeSZxfCXzZz3-w" name="umlClassName" value="Activity"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olHKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivity" sections="_69WQvKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olHaDJEeSZxfCXzZz3-w" name="isMultipleActivity">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olHqDJEeSZxfCXzZz3-w" name="umlClassName" value="Activity"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olH6DJEeSZxfCXzZz3-w" name="SingleVariable" sections="_69WQvaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olIKDJEeSZxfCXzZz3-w" name="isSingleVariable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olIaDJEeSZxfCXzZz3-w" name="umlClassName" value="Variable"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olIqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVariable" sections="_69WQvqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olI6DJEeSZxfCXzZz3-w" name="isMultipleVariable">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olJKDJEeSZxfCXzZz3-w" name="umlClassName" value="Variable"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olJaDJEeSZxfCXzZz3-w" name="SingleActivityEdge" sections="_69WQv6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olJqDJEeSZxfCXzZz3-w" name="isSingleActivityEdge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olJ6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityEdge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olKKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityEdge" sections="_69WQwKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olKaDJEeSZxfCXzZz3-w" name="isMultipleActivityEdge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olKqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityEdge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olK6DJEeSZxfCXzZz3-w" name="SingleActivityPartition" sections="_69WQwaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olLKDJEeSZxfCXzZz3-w" name="isSingleActivityPartition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olLaDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityPartition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olLqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityPartition" sections="_69WQwqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olL6DJEeSZxfCXzZz3-w" name="isMultipleActivityPartition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olMKDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityPartition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olMaDJEeSZxfCXzZz3-w" name="SingleInterruptibleActivityRegion" sections="_69WQw6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olMqDJEeSZxfCXzZz3-w" name="isSingleInterruptibleActivityRegion">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olM6DJEeSZxfCXzZz3-w" name="umlClassName" value="InterruptibleActivityRegion"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olNKDJEeSZxfCXzZz3-w" name="SingleExceptionHandler" sections="_69WQxKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olNaDJEeSZxfCXzZz3-w" name="isSingleExceptionHandler">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olNqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExceptionHandler"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olN6DJEeSZxfCXzZz3-w" name="SingleObjectNode" sections="_69WQxaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olOKDJEeSZxfCXzZz3-w" name="isSingleObjectNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olOaDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olOqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObjectNode" sections="_69WQxqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olO6DJEeSZxfCXzZz3-w" name="isMultipleObjectNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olPKDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olPaDJEeSZxfCXzZz3-w" name="SingleOutputPin" sections="_69WQx6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olPqDJEeSZxfCXzZz3-w" name="isSingleOutputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olP6DJEeSZxfCXzZz3-w" name="umlClassName" value="OutputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olQKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOutputPin" sections="_69WQyKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olQaDJEeSZxfCXzZz3-w" name="isMultipleOutputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olQqDJEeSZxfCXzZz3-w" name="umlClassName" value="OutputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olQ6DJEeSZxfCXzZz3-w" name="SinglePin" sections="_69WQyaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olRKDJEeSZxfCXzZz3-w" name="isSinglePin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olRaDJEeSZxfCXzZz3-w" name="umlClassName" value="Pin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olRqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePin" sections="_69WQyqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olR6DJEeSZxfCXzZz3-w" name="isMultiplePin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olSKDJEeSZxfCXzZz3-w" name="umlClassName" value="Pin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olSaDJEeSZxfCXzZz3-w" name="SingleInputPin" sections="_69WQy6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olSqDJEeSZxfCXzZz3-w" name="isSingleInputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olS6DJEeSZxfCXzZz3-w" name="umlClassName" value="InputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olTKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInputPin" sections="_69WQzKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olTaDJEeSZxfCXzZz3-w" name="isMultipleInputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olTqDJEeSZxfCXzZz3-w" name="umlClassName" value="InputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olT6DJEeSZxfCXzZz3-w" name="SingleCallAction" sections="_69WQzaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olUKDJEeSZxfCXzZz3-w" name="isSingleCallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olUaDJEeSZxfCXzZz3-w" name="umlClassName" value="CallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olUqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallAction" sections="_69WQzqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olU6DJEeSZxfCXzZz3-w" name="isMultipleCallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olVKDJEeSZxfCXzZz3-w" name="umlClassName" value="CallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olVaDJEeSZxfCXzZz3-w" name="SingleInvocationAction" sections="_69WQz6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olVqDJEeSZxfCXzZz3-w" name="isSingleInvocationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olV6DJEeSZxfCXzZz3-w" name="umlClassName" value="InvocationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olWKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInvocationAction" sections="_69WQ0KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olWaDJEeSZxfCXzZz3-w" name="isMultipleInvocationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olWqDJEeSZxfCXzZz3-w" name="umlClassName" value="InvocationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olW6DJEeSZxfCXzZz3-w" name="SingleSendSignalAction" sections="_69WQ0aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olXKDJEeSZxfCXzZz3-w" name="isSingleSendSignalAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olXaDJEeSZxfCXzZz3-w" name="umlClassName" value="SendSignalAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olXqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSendSignalAction" sections="_69WQ0qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olX6DJEeSZxfCXzZz3-w" name="isMultipleSendSignalAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olYKDJEeSZxfCXzZz3-w" name="umlClassName" value="SendSignalAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olYaDJEeSZxfCXzZz3-w" name="SingleCallOperationAction" sections="_69WQ06DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olYqDJEeSZxfCXzZz3-w" name="isSingleCallOperationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olY6DJEeSZxfCXzZz3-w" name="umlClassName" value="CallOperationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olZKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallOperationAction" sections="_69WQ1KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olZaDJEeSZxfCXzZz3-w" name="isMultipleCallOperationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olZqDJEeSZxfCXzZz3-w" name="umlClassName" value="CallOperationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olZ6DJEeSZxfCXzZz3-w" name="SingleCallBehaviorAction" sections="_69WQ1aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olaKDJEeSZxfCXzZz3-w" name="isSingleCallBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olaaDJEeSZxfCXzZz3-w" name="umlClassName" value="CallBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olaqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallBehaviorAction" sections="_69WQ1qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ola6DJEeSZxfCXzZz3-w" name="isMultipleCallBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olbKDJEeSZxfCXzZz3-w" name="umlClassName" value="CallBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olbaDJEeSZxfCXzZz3-w" name="SingleSequenceNode" sections="_69WQ16DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olbqDJEeSZxfCXzZz3-w" name="isSingleSequenceNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olb6DJEeSZxfCXzZz3-w" name="umlClassName" value="SequenceNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olcKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSequenceNode" sections="_69WQ2KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olcaDJEeSZxfCXzZz3-w" name="isMultipleSequenceNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olcqDJEeSZxfCXzZz3-w" name="umlClassName" value="SequenceNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olc6DJEeSZxfCXzZz3-w" name="SingleControlNode" sections="_69WQ2aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oldKDJEeSZxfCXzZz3-w" name="isSingleControlNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oldaDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oldqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleControlNode" sections="_69WQ2qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69old6DJEeSZxfCXzZz3-w" name="isMultipleControlNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oleKDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oleaDJEeSZxfCXzZz3-w" name="SingleControlFlow" sections="_69WQ26DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oleqDJEeSZxfCXzZz3-w" name="isSingleControlFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ole6DJEeSZxfCXzZz3-w" name="umlClassName" value="ControlFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olfKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleControlFlow" sections="_69WQ3KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olfaDJEeSZxfCXzZz3-w" name="isMultipleControlFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olfqDJEeSZxfCXzZz3-w" name="umlClassName" value="ControlFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olf6DJEeSZxfCXzZz3-w" name="SingleInitialNode" sections="_69WQ3aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olgKDJEeSZxfCXzZz3-w" name="isSingleInitialNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olgaDJEeSZxfCXzZz3-w" name="umlClassName" value="InitialNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olgqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInitialNode" sections="_69cW0KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olg6DJEeSZxfCXzZz3-w" name="isMultipleInitialNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olhKDJEeSZxfCXzZz3-w" name="umlClassName" value="InitialNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olhaDJEeSZxfCXzZz3-w" name="SingleActivityParameterNode" sections="_69cW0aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olhqDJEeSZxfCXzZz3-w" name="isSingleActivityParameterNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olh6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityParameterNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oliKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityParameterNode" sections="_69cW0qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oliaDJEeSZxfCXzZz3-w" name="isMultipleActivityParameterNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oliqDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityParameterNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oli6DJEeSZxfCXzZz3-w" name="SingleValuePin" sections="_69cW06DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oljKDJEeSZxfCXzZz3-w" name="isSingleValuePin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oljaDJEeSZxfCXzZz3-w" name="umlClassName" value="ValuePin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oljqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValuePin" sections="_69cW1KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olj6DJEeSZxfCXzZz3-w" name="isMultipleValuePin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olkKDJEeSZxfCXzZz3-w" name="umlClassName" value="ValuePin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olkaDJEeSZxfCXzZz3-w" name="SingleMessage" sections="_69cW1aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olkqDJEeSZxfCXzZz3-w" name="isSingleMessage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olk6DJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ollKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessage" sections="_69cW1qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ollaDJEeSZxfCXzZz3-w" name="isMultipleMessage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ollqDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oll6DJEeSZxfCXzZz3-w" name="SingleMessageEnd" sections="_69cW16DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olmKDJEeSZxfCXzZz3-w" name="isSingleMessageEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olmaDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olmqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageEnd" sections="_69cW2KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olm6DJEeSZxfCXzZz3-w" name="isMultipleMessageEnd">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olnKDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEnd"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olnaDJEeSZxfCXzZz3-w" name="SingleInteraction" sections="_69cW2aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olnqDJEeSZxfCXzZz3-w" name="isSingleInteraction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oln6DJEeSZxfCXzZz3-w" name="umlClassName" value="Interaction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oloKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteraction" sections="_69cW2qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oloaDJEeSZxfCXzZz3-w" name="isMultipleInteraction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oloqDJEeSZxfCXzZz3-w" name="umlClassName" value="Interaction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olo6DJEeSZxfCXzZz3-w" name="SingleInteractionFragment" sections="_69cW26DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olpKDJEeSZxfCXzZz3-w" name="isSingleInteractionFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olpaDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olpqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionFragment" sections="_69cW3KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olp6DJEeSZxfCXzZz3-w" name="isMultipleInteractionFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olqKDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olqaDJEeSZxfCXzZz3-w" name="SingleLifeline" sections="_69cW3aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olqqDJEeSZxfCXzZz3-w" name="isSingleLifeline">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olq6DJEeSZxfCXzZz3-w" name="umlClassName" value="Lifeline"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olrKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLifeline" sections="_69cW3qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olraDJEeSZxfCXzZz3-w" name="isMultipleLifeline">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olrqDJEeSZxfCXzZz3-w" name="umlClassName" value="Lifeline"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olr6DJEeSZxfCXzZz3-w" name="SinglePartDecomposition" sections="_69cW36DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olsKDJEeSZxfCXzZz3-w" name="isSinglePartDecomposition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olsaDJEeSZxfCXzZz3-w" name="umlClassName" value="PartDecomposition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olsqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePartDecomposition" sections="_69cW4KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ols6DJEeSZxfCXzZz3-w" name="isMultiplePartDecomposition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oltKDJEeSZxfCXzZz3-w" name="umlClassName" value="PartDecomposition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oltaDJEeSZxfCXzZz3-w" name="SingleInteractionUse" sections="_69cW4aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oltqDJEeSZxfCXzZz3-w" name="isSingleInteractionUse">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olt6DJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionUse"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69oluKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionUse" sections="_69cW4qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oluaDJEeSZxfCXzZz3-w" name="isMultipleInteractionUse">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69oluqDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionUse"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olu6DJEeSZxfCXzZz3-w" name="SingleGate" sections="_69cW46DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olvKDJEeSZxfCXzZz3-w" name="isSingleGate">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olvaDJEeSZxfCXzZz3-w" name="umlClassName" value="Gate"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olvqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGate" sections="_69cW5KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olv6DJEeSZxfCXzZz3-w" name="isMultipleGate">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olwKDJEeSZxfCXzZz3-w" name="umlClassName" value="Gate"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olwaDJEeSZxfCXzZz3-w" name="SingleGeneralOrdering" sections="_69cW5aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olwqDJEeSZxfCXzZz3-w" name="isSingleGeneralOrdering">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olw6DJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralOrdering"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olxKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleGeneralOrdering" sections="_69cW5qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olxaDJEeSZxfCXzZz3-w" name="isMultipleGeneralOrdering">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olxqDJEeSZxfCXzZz3-w" name="umlClassName" value="GeneralOrdering"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olx6DJEeSZxfCXzZz3-w" name="SingleOccurrenceSpecification" sections="_69cW56DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olyKDJEeSZxfCXzZz3-w" name="isSingleOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olyaDJEeSZxfCXzZz3-w" name="umlClassName" value="OccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olyqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleOccurrenceSpecification" sections="_69cW6KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69oly6DJEeSZxfCXzZz3-w" name="isMultipleOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olzKDJEeSZxfCXzZz3-w" name="umlClassName" value="OccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69olzaDJEeSZxfCXzZz3-w" name="SingleInteractionOperand" sections="_69cW6aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69olzqDJEeSZxfCXzZz3-w" name="isSingleInteractionOperand">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69olz6DJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionOperand"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol0KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionOperand" sections="_69cW6qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol0aDJEeSZxfCXzZz3-w" name="isMultipleInteractionOperand">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol0qDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionOperand"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol06DJEeSZxfCXzZz3-w" name="SingleInteractionConstraint" sections="_69cW66DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol1KDJEeSZxfCXzZz3-w" name="isSingleInteractionConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol1aDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol1qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInteractionConstraint" sections="_69cW7KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol16DJEeSZxfCXzZz3-w" name="isMultipleInteractionConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol2KDJEeSZxfCXzZz3-w" name="umlClassName" value="InteractionConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol2aDJEeSZxfCXzZz3-w" name="SingleExecutionSpecification" sections="_69cW7aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol2qDJEeSZxfCXzZz3-w" name="isSingleExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol26DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol3KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionSpecification" sections="_69cW7qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol3aDJEeSZxfCXzZz3-w" name="isMultipleExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol3qDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol36DJEeSZxfCXzZz3-w" name="SingleStateInvariant" sections="_69cW76DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol4KDJEeSZxfCXzZz3-w" name="isSingleStateInvariant">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol4aDJEeSZxfCXzZz3-w" name="umlClassName" value="StateInvariant"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol4qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStateInvariant" sections="_69cW8KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol46DJEeSZxfCXzZz3-w" name="isMultipleStateInvariant">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol5KDJEeSZxfCXzZz3-w" name="umlClassName" value="StateInvariant"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol5aDJEeSZxfCXzZz3-w" name="SingleActionExecutionSpecification" sections="_69cW8aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol5qDJEeSZxfCXzZz3-w" name="isSingleActionExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol56DJEeSZxfCXzZz3-w" name="umlClassName" value="ActionExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol6KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActionExecutionSpecification" sections="_69cW8qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol6aDJEeSZxfCXzZz3-w" name="isMultipleActionExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol6qDJEeSZxfCXzZz3-w" name="umlClassName" value="ActionExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol66DJEeSZxfCXzZz3-w" name="SingleBehaviorExecutionSpecification" sections="_69cW86DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol7KDJEeSZxfCXzZz3-w" name="isSingleBehaviorExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol7aDJEeSZxfCXzZz3-w" name="umlClassName" value="BehaviorExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol7qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBehaviorExecutionSpecification" sections="_69cW9KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol76DJEeSZxfCXzZz3-w" name="isMultipleBehaviorExecutionSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol8KDJEeSZxfCXzZz3-w" name="umlClassName" value="BehaviorExecutionSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol8aDJEeSZxfCXzZz3-w" name="SingleMessageEvent" sections="_69cW9aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol8qDJEeSZxfCXzZz3-w" name="isSingleMessageEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol86DJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol9KDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageEvent" sections="_69cW9qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol9aDJEeSZxfCXzZz3-w" name="isMultipleMessageEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol9qDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol96DJEeSZxfCXzZz3-w" name="SingleMessageOccurrenceSpecification" sections="_69cW96DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol-KDJEeSZxfCXzZz3-w" name="isSingleMessageOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol-aDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageOccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol-qDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMessageOccurrenceSpecification" sections="_69cW-KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol-6DJEeSZxfCXzZz3-w" name="isMultipleMessageOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol_KDJEeSZxfCXzZz3-w" name="umlClassName" value="MessageOccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ol_aDJEeSZxfCXzZz3-w" name="SingleExecutionOccurrenceSpecification" sections="_69cW-aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ol_qDJEeSZxfCXzZz3-w" name="isSingleExecutionOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ol_6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionOccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omAKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionOccurrenceSpecification" sections="_69cW-qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omAaDJEeSZxfCXzZz3-w" name="isMultipleExecutionOccurrenceSpecification">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omAqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionOccurrenceSpecification"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omA6DJEeSZxfCXzZz3-w" name="SingleActor" sections="_69cW-6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omBKDJEeSZxfCXzZz3-w" name="isSingleActor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omBaDJEeSZxfCXzZz3-w" name="umlClassName" value="Actor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omBqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActor" sections="_69cW_KDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omB6DJEeSZxfCXzZz3-w" name="isMultipleActor">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omCKDJEeSZxfCXzZz3-w" name="umlClassName" value="Actor"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omCaDJEeSZxfCXzZz3-w" name="SingleCallEvent" sections="_69cW_aDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omCqDJEeSZxfCXzZz3-w" name="isSingleCallEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omC6DJEeSZxfCXzZz3-w" name="umlClassName" value="CallEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omDKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCallEvent" sections="_69cW_qDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omDaDJEeSZxfCXzZz3-w" name="isMultipleCallEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omDqDJEeSZxfCXzZz3-w" name="umlClassName" value="CallEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omD6DJEeSZxfCXzZz3-w" name="SingleChangeEvent" sections="_69cW_6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omEKDJEeSZxfCXzZz3-w" name="isSingleChangeEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omEaDJEeSZxfCXzZz3-w" name="umlClassName" value="ChangeEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omEqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleChangeEvent" sections="_69cXAKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omE6DJEeSZxfCXzZz3-w" name="isMultipleChangeEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omFKDJEeSZxfCXzZz3-w" name="umlClassName" value="ChangeEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omFaDJEeSZxfCXzZz3-w" name="SingleAnyReceiveEvent" sections="_69cXAaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omFqDJEeSZxfCXzZz3-w" name="isSingleAnyReceiveEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omF6DJEeSZxfCXzZz3-w" name="umlClassName" value="AnyReceiveEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69omGKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAnyReceiveEvent" sections="_69cXAqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69omGaDJEeSZxfCXzZz3-w" name="isMultipleAnyReceiveEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69omGqDJEeSZxfCXzZz3-w" name="umlClassName" value="AnyReceiveEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqsKDJEeSZxfCXzZz3-w" name="SingleForkNode" sections="_69cXA6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqsaDJEeSZxfCXzZz3-w" name="isSingleForkNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqsqDJEeSZxfCXzZz3-w" name="umlClassName" value="ForkNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqs6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleForkNode" sections="_69cXBKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqtKDJEeSZxfCXzZz3-w" name="isMultipleForkNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqtaDJEeSZxfCXzZz3-w" name="umlClassName" value="ForkNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqtqDJEeSZxfCXzZz3-w" name="SingleFlowFinalNode" sections="_69cXBaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqt6DJEeSZxfCXzZz3-w" name="isSingleFlowFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uquKDJEeSZxfCXzZz3-w" name="umlClassName" value="FlowFinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uquaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFlowFinalNode" sections="_69cXBqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uquqDJEeSZxfCXzZz3-w" name="isMultipleFlowFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqu6DJEeSZxfCXzZz3-w" name="umlClassName" value="FlowFinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqvKDJEeSZxfCXzZz3-w" name="SingleFinalNode" sections="_69cXB6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqvaDJEeSZxfCXzZz3-w" name="isSingleFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqvqDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqv6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFinalNode" sections="_69cXCKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqwKDJEeSZxfCXzZz3-w" name="isMultipleFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqwaDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqwqDJEeSZxfCXzZz3-w" name="SingleCentralBufferNode" sections="_69cXCaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqw6DJEeSZxfCXzZz3-w" name="isSingleCentralBufferNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqxKDJEeSZxfCXzZz3-w" name="umlClassName" value="CentralBufferNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqxaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCentralBufferNode" sections="_69cXCqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqxqDJEeSZxfCXzZz3-w" name="isMultipleCentralBufferNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqx6DJEeSZxfCXzZz3-w" name="umlClassName" value="CentralBufferNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqyKDJEeSZxfCXzZz3-w" name="SingleMergeNode" sections="_69cXC6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqyaDJEeSZxfCXzZz3-w" name="isSingleMergeNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqyqDJEeSZxfCXzZz3-w" name="umlClassName" value="MergeNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqy6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleMergeNode" sections="_69cXDKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqzKDJEeSZxfCXzZz3-w" name="isMultipleMergeNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uqzaDJEeSZxfCXzZz3-w" name="umlClassName" value="MergeNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uqzqDJEeSZxfCXzZz3-w" name="SingleDecisionNode" sections="_69cXDaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uqz6DJEeSZxfCXzZz3-w" name="isSingleDecisionNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq0KDJEeSZxfCXzZz3-w" name="umlClassName" value="DecisionNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq0aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDecisionNode" sections="_69cXDqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq0qDJEeSZxfCXzZz3-w" name="isMultipleDecisionNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq06DJEeSZxfCXzZz3-w" name="umlClassName" value="DecisionNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq1KDJEeSZxfCXzZz3-w" name="SingleObjectFlow" sections="_69cXD6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq1aDJEeSZxfCXzZz3-w" name="isSingleObjectFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq1qDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq16DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObjectFlow" sections="_69cXEKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq2KDJEeSZxfCXzZz3-w" name="isMultipleObjectFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq2aDJEeSZxfCXzZz3-w" name="umlClassName" value="ObjectFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq2qDJEeSZxfCXzZz3-w" name="SingleActivityFinalNode" sections="_69cXEaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq26DJEeSZxfCXzZz3-w" name="isSingleActivityFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq3KDJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityFinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq3aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActivityFinalNode" sections="_69cXEqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq3qDJEeSZxfCXzZz3-w" name="isMultipleActivityFinalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq36DJEeSZxfCXzZz3-w" name="umlClassName" value="ActivityFinalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq4KDJEeSZxfCXzZz3-w" name="SingleComponentRealization" sections="_69cXE6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq4aDJEeSZxfCXzZz3-w" name="isSingleComponentRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq4qDJEeSZxfCXzZz3-w" name="umlClassName" value="ComponentRealization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq46DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleComponentRealization" sections="_69cXFKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq5KDJEeSZxfCXzZz3-w" name="isMultipleComponentRealization">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq5aDJEeSZxfCXzZz3-w" name="umlClassName" value="ComponentRealization"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq5qDJEeSZxfCXzZz3-w" name="SingleComponent" sections="_69cXFaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq56DJEeSZxfCXzZz3-w" name="isSingleComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq6KDJEeSZxfCXzZz3-w" name="umlClassName" value="Component"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq6aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleComponent" sections="_69cXFqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq6qDJEeSZxfCXzZz3-w" name="isMultipleComponent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq66DJEeSZxfCXzZz3-w" name="umlClassName" value="Component"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq7KDJEeSZxfCXzZz3-w" name="SingleNode" sections="_69cXF6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq7aDJEeSZxfCXzZz3-w" name="isSingleNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq7qDJEeSZxfCXzZz3-w" name="umlClassName" value="Node"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq76DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleNode" sections="_69cXGKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq8KDJEeSZxfCXzZz3-w" name="isMultipleNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq8aDJEeSZxfCXzZz3-w" name="umlClassName" value="Node"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq8qDJEeSZxfCXzZz3-w" name="SingleCommunicationPath" sections="_69cXGaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq86DJEeSZxfCXzZz3-w" name="isSingleCommunicationPath">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq9KDJEeSZxfCXzZz3-w" name="umlClassName" value="CommunicationPath"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq9aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCommunicationPath" sections="_69cXGqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq9qDJEeSZxfCXzZz3-w" name="isMultipleCommunicationPath">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq96DJEeSZxfCXzZz3-w" name="umlClassName" value="CommunicationPath"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq-KDJEeSZxfCXzZz3-w" name="SingleDevice" sections="_69cXG6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq-aDJEeSZxfCXzZz3-w" name="isSingleDevice">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq-qDJEeSZxfCXzZz3-w" name="umlClassName" value="Device"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq-6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDevice" sections="_69cXHKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq_KDJEeSZxfCXzZz3-w" name="isMultipleDevice">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uq_aDJEeSZxfCXzZz3-w" name="umlClassName" value="Device"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uq_qDJEeSZxfCXzZz3-w" name="SingleExecutionEnvironment" sections="_69cXHaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uq_6DJEeSZxfCXzZz3-w" name="isSingleExecutionEnvironment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urAKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionEnvironment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urAaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExecutionEnvironment" sections="_69cXHqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urAqDJEeSZxfCXzZz3-w" name="isMultipleExecutionEnvironment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urA6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExecutionEnvironment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urBKDJEeSZxfCXzZz3-w" name="SingleCombinedFragment" sections="_69cXH6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urBaDJEeSZxfCXzZz3-w" name="isSingleCombinedFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urBqDJEeSZxfCXzZz3-w" name="umlClassName" value="CombinedFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urB6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCombinedFragment" sections="_69cXIKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urCKDJEeSZxfCXzZz3-w" name="isMultipleCombinedFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urCaDJEeSZxfCXzZz3-w" name="umlClassName" value="CombinedFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urCqDJEeSZxfCXzZz3-w" name="SingleContinuation" sections="_69cXIaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urC6DJEeSZxfCXzZz3-w" name="isSingleContinuation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urDKDJEeSZxfCXzZz3-w" name="umlClassName" value="Continuation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urDaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleContinuation" sections="_69cXIqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urDqDJEeSZxfCXzZz3-w" name="isMultipleContinuation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urD6DJEeSZxfCXzZz3-w" name="umlClassName" value="Continuation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urEKDJEeSZxfCXzZz3-w" name="SingleConsiderIgnoreFragment" sections="_69cXI6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urEaDJEeSZxfCXzZz3-w" name="isSingleConsiderIgnoreFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urEqDJEeSZxfCXzZz3-w" name="umlClassName" value="ConsiderIgnoreFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urE6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConsiderIgnoreFragment" sections="_69cXJKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urFKDJEeSZxfCXzZz3-w" name="isMultipleConsiderIgnoreFragment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urFaDJEeSZxfCXzZz3-w" name="umlClassName" value="ConsiderIgnoreFragment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urFqDJEeSZxfCXzZz3-w" name="SingleCreateObjectAction" sections="_69cXJaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urF6DJEeSZxfCXzZz3-w" name="isSingleCreateObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urGKDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urGaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateObjectAction" sections="_69cXJqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urGqDJEeSZxfCXzZz3-w" name="isMultipleCreateObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urG6DJEeSZxfCXzZz3-w" name="umlClassName" value="CreateObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urHKDJEeSZxfCXzZz3-w" name="SingleDestroyObjectAction" sections="_69cXJ6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urHaDJEeSZxfCXzZz3-w" name="isSingleDestroyObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urHqDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urH6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestroyObjectAction" sections="_69cXKKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urIKDJEeSZxfCXzZz3-w" name="isMultipleDestroyObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urIaDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urIqDJEeSZxfCXzZz3-w" name="SingleTestIdentityAction" sections="_69cXKaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urI6DJEeSZxfCXzZz3-w" name="isSingleTestIdentityAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urJKDJEeSZxfCXzZz3-w" name="umlClassName" value="TestIdentityAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urJaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTestIdentityAction" sections="_69cXKqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urJqDJEeSZxfCXzZz3-w" name="isMultipleTestIdentityAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urJ6DJEeSZxfCXzZz3-w" name="umlClassName" value="TestIdentityAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urKKDJEeSZxfCXzZz3-w" name="SingleReadSelfAction" sections="_69cXK6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urKaDJEeSZxfCXzZz3-w" name="isSingleReadSelfAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urKqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadSelfAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urK6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadSelfAction" sections="_69cXLKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urLKDJEeSZxfCXzZz3-w" name="isMultipleReadSelfAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urLaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadSelfAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urLqDJEeSZxfCXzZz3-w" name="SingleStructuralFeatureAction" sections="_69cXLaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urL6DJEeSZxfCXzZz3-w" name="isSingleStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urMKDJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urMaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStructuralFeatureAction" sections="_69cXLqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urMqDJEeSZxfCXzZz3-w" name="isMultipleStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urM6DJEeSZxfCXzZz3-w" name="umlClassName" value="StructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urNKDJEeSZxfCXzZz3-w" name="SingleReadStructuralFeatureAction" sections="_69cXL6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urNaDJEeSZxfCXzZz3-w" name="isSingleReadStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urNqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urN6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadStructuralFeatureAction" sections="_69cXMKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urOKDJEeSZxfCXzZz3-w" name="isMultipleReadStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urOaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urOqDJEeSZxfCXzZz3-w" name="SingleWriteStructuralFeatureAction" sections="_69cXMaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urO6DJEeSZxfCXzZz3-w" name="isSingleWriteStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urPKDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urPaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteStructuralFeatureAction" sections="_69cXMqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urPqDJEeSZxfCXzZz3-w" name="isMultipleWriteStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urP6DJEeSZxfCXzZz3-w" name="umlClassName" value="WriteStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urQKDJEeSZxfCXzZz3-w" name="SingleClearStructuralFeatureAction" sections="_69cXM6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urQaDJEeSZxfCXzZz3-w" name="isSingleClearStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urQqDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urQ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearStructuralFeatureAction" sections="_69cXNKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urRKDJEeSZxfCXzZz3-w" name="isMultipleClearStructuralFeatureAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urRaDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearStructuralFeatureAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urRqDJEeSZxfCXzZz3-w" name="SingleRemoveStructuralFeatureValueAction" sections="_69cXNaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urR6DJEeSZxfCXzZz3-w" name="isSingleRemoveStructuralFeatureValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urSKDJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveStructuralFeatureValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urSaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRemoveStructuralFeatureValueAction" sections="_69cXNqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urSqDJEeSZxfCXzZz3-w" name="isMultipleRemoveStructuralFeatureValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urS6DJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveStructuralFeatureValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urTKDJEeSZxfCXzZz3-w" name="SingleAddStructuralFeatureValueAction" sections="_69cXN6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urTaDJEeSZxfCXzZz3-w" name="isSingleAddStructuralFeatureValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urTqDJEeSZxfCXzZz3-w" name="umlClassName" value="AddStructuralFeatureValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urT6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAddStructuralFeatureValueAction" sections="_69cXOKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urUKDJEeSZxfCXzZz3-w" name="isMultipleAddStructuralFeatureValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urUaDJEeSZxfCXzZz3-w" name="umlClassName" value="AddStructuralFeatureValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urUqDJEeSZxfCXzZz3-w" name="SingleLinkAction" sections="_69cXOaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urU6DJEeSZxfCXzZz3-w" name="isSingleLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urVKDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urVaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkAction" sections="_69cXOqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urVqDJEeSZxfCXzZz3-w" name="isMultipleLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urV6DJEeSZxfCXzZz3-w" name="umlClassName" value="LinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urWKDJEeSZxfCXzZz3-w" name="SingleLinkEndData" sections="_69cXO6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urWaDJEeSZxfCXzZz3-w" name="isSingleLinkEndData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urWqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndData"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urW6DJEeSZxfCXzZz3-w" name="SingleQualifierValue" sections="_69cXPKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urXKDJEeSZxfCXzZz3-w" name="isSingleQualifierValue">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urXaDJEeSZxfCXzZz3-w" name="umlClassName" value="QualifierValue"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urXqDJEeSZxfCXzZz3-w" name="SingleReadLinkAction" sections="_69cXPaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urX6DJEeSZxfCXzZz3-w" name="isSingleReadLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urYKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urYaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkAction" sections="_69cXPqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urYqDJEeSZxfCXzZz3-w" name="isMultipleReadLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urY6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urZKDJEeSZxfCXzZz3-w" name="SingleLinkEndCreationData" sections="_69cXP6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urZaDJEeSZxfCXzZz3-w" name="isSingleLinkEndCreationData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urZqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndCreationData"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urZ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkEndCreationData" sections="_69cXQKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uraKDJEeSZxfCXzZz3-w" name="isMultipleLinkEndCreationData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uraaDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndCreationData"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uraqDJEeSZxfCXzZz3-w" name="SingleCreateLinkAction" sections="_69cXQaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ura6DJEeSZxfCXzZz3-w" name="isSingleCreateLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urbKDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urbaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateLinkAction" sections="_69cXQqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urbqDJEeSZxfCXzZz3-w" name="isMultipleCreateLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urb6DJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urcKDJEeSZxfCXzZz3-w" name="SingleWriteLinkAction" sections="_69cXQ6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urcaDJEeSZxfCXzZz3-w" name="isSingleWriteLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urcqDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urc6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteLinkAction" sections="_69cXRKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urdKDJEeSZxfCXzZz3-w" name="isMultipleWriteLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urdaDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urdqDJEeSZxfCXzZz3-w" name="SingleDestroyLinkAction" sections="_69cXRaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urd6DJEeSZxfCXzZz3-w" name="isSingleDestroyLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ureKDJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ureaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestroyLinkAction" sections="_69cXRqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ureqDJEeSZxfCXzZz3-w" name="isMultipleDestroyLinkAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ure6DJEeSZxfCXzZz3-w" name="umlClassName" value="DestroyLinkAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urfKDJEeSZxfCXzZz3-w" name="SingleLinkEndDestructionData" sections="_69cXR6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urfaDJEeSZxfCXzZz3-w" name="isSingleLinkEndDestructionData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urfqDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndDestructionData"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urf6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLinkEndDestructionData" sections="_69cXSKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urgKDJEeSZxfCXzZz3-w" name="isMultipleLinkEndDestructionData">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urgaDJEeSZxfCXzZz3-w" name="umlClassName" value="LinkEndDestructionData"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urgqDJEeSZxfCXzZz3-w" name="SingleClearAssociationAction" sections="_69cXSaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urg6DJEeSZxfCXzZz3-w" name="isSingleClearAssociationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urhKDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearAssociationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urhaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearAssociationAction" sections="_69cXSqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urhqDJEeSZxfCXzZz3-w" name="isMultipleClearAssociationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urh6DJEeSZxfCXzZz3-w" name="umlClassName" value="ClearAssociationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uriKDJEeSZxfCXzZz3-w" name="SingleBroadcastSignalAction" sections="_69cXS6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uriaDJEeSZxfCXzZz3-w" name="isSingleBroadcastSignalAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uriqDJEeSZxfCXzZz3-w" name="umlClassName" value="BroadcastSignalAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uri6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleBroadcastSignalAction" sections="_69cXTKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urjKDJEeSZxfCXzZz3-w" name="isMultipleBroadcastSignalAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urjaDJEeSZxfCXzZz3-w" name="umlClassName" value="BroadcastSignalAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urjqDJEeSZxfCXzZz3-w" name="SingleSendObjectAction" sections="_69cXTaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urj6DJEeSZxfCXzZz3-w" name="isSingleSendObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urkKDJEeSZxfCXzZz3-w" name="umlClassName" value="SendObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urkaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSendObjectAction" sections="_69cXTqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urkqDJEeSZxfCXzZz3-w" name="isMultipleSendObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urk6DJEeSZxfCXzZz3-w" name="umlClassName" value="SendObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urlKDJEeSZxfCXzZz3-w" name="SingleValueSpecificationAction" sections="_69cXT6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urlaDJEeSZxfCXzZz3-w" name="isSingleValueSpecificationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urlqDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecificationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69url6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleValueSpecificationAction" sections="_69cXUKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urmKDJEeSZxfCXzZz3-w" name="isMultipleValueSpecificationAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urmaDJEeSZxfCXzZz3-w" name="umlClassName" value="ValueSpecificationAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urmqDJEeSZxfCXzZz3-w" name="SingleTimeExpression" sections="_69cXUaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urm6DJEeSZxfCXzZz3-w" name="isSingleTimeExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urnKDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urnaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeExpression" sections="_69cXUqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urnqDJEeSZxfCXzZz3-w" name="isMultipleTimeExpression">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urn6DJEeSZxfCXzZz3-w" name="umlClassName" value="TimeExpression"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uroKDJEeSZxfCXzZz3-w" name="SingleObservation" sections="_69cXU6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uroaDJEeSZxfCXzZz3-w" name="isSingleObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uroqDJEeSZxfCXzZz3-w" name="umlClassName" value="Observation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uro6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleObservation" sections="_69cXVKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urpKDJEeSZxfCXzZz3-w" name="isMultipleObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urpaDJEeSZxfCXzZz3-w" name="umlClassName" value="Observation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urpqDJEeSZxfCXzZz3-w" name="SingleDuration" sections="_69cXVaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urp6DJEeSZxfCXzZz3-w" name="isSingleDuration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urqKDJEeSZxfCXzZz3-w" name="umlClassName" value="Duration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urqaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDuration" sections="_69cXVqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urqqDJEeSZxfCXzZz3-w" name="isMultipleDuration">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urq6DJEeSZxfCXzZz3-w" name="umlClassName" value="Duration"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urrKDJEeSZxfCXzZz3-w" name="SingleDurationInterval" sections="_69cXV6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urraDJEeSZxfCXzZz3-w" name="isSingleDurationInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urrqDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationInterval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urr6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationInterval" sections="_69cXWKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ursKDJEeSZxfCXzZz3-w" name="isMultipleDurationInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ursaDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationInterval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ursqDJEeSZxfCXzZz3-w" name="SingleInterval" sections="_69cXWaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urs6DJEeSZxfCXzZz3-w" name="isSingleInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urtKDJEeSZxfCXzZz3-w" name="umlClassName" value="Interval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urtaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInterval" sections="_69cXWqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urtqDJEeSZxfCXzZz3-w" name="isMultipleInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urt6DJEeSZxfCXzZz3-w" name="umlClassName" value="Interval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uruKDJEeSZxfCXzZz3-w" name="SingleTimeConstraint" sections="_69cXW6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uruaDJEeSZxfCXzZz3-w" name="isSingleTimeConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uruqDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uru6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeConstraint" sections="_69cXXKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urvKDJEeSZxfCXzZz3-w" name="isMultipleTimeConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urvaDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urvqDJEeSZxfCXzZz3-w" name="SingleIntervalConstraint" sections="_69cXXaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urv6DJEeSZxfCXzZz3-w" name="isSingleIntervalConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urwKDJEeSZxfCXzZz3-w" name="umlClassName" value="IntervalConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urwaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleIntervalConstraint" sections="_69cXXqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urwqDJEeSZxfCXzZz3-w" name="isMultipleIntervalConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urw6DJEeSZxfCXzZz3-w" name="umlClassName" value="IntervalConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urxKDJEeSZxfCXzZz3-w" name="SingleTimeInterval" sections="_69cXX6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urxaDJEeSZxfCXzZz3-w" name="isSingleTimeInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urxqDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeInterval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urx6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeInterval" sections="_69cXYKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uryKDJEeSZxfCXzZz3-w" name="isMultipleTimeInterval">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uryaDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeInterval"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uryqDJEeSZxfCXzZz3-w" name="SingleDurationConstraint" sections="_69cXYaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ury6DJEeSZxfCXzZz3-w" name="isSingleDurationConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urzKDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69urzaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationConstraint" sections="_69cXYqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69urzqDJEeSZxfCXzZz3-w" name="isMultipleDurationConstraint">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69urz6DJEeSZxfCXzZz3-w" name="umlClassName" value="DurationConstraint"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur0KDJEeSZxfCXzZz3-w" name="SingleTimeObservation" sections="_69cXY6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur0aDJEeSZxfCXzZz3-w" name="isSingleTimeObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur0qDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeObservation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur06DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeObservation" sections="_69cXZKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur1KDJEeSZxfCXzZz3-w" name="isMultipleTimeObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur1aDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeObservation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur1qDJEeSZxfCXzZz3-w" name="SingleDurationObservation" sections="_69cXZaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur16DJEeSZxfCXzZz3-w" name="isSingleDurationObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur2KDJEeSZxfCXzZz3-w" name="umlClassName" value="DurationObservation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur2aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDurationObservation" sections="_69cXZqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur2qDJEeSZxfCXzZz3-w" name="isMultipleDurationObservation">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur26DJEeSZxfCXzZz3-w" name="umlClassName" value="DurationObservation"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur3KDJEeSZxfCXzZz3-w" name="SingleFinalState" sections="_69cXZ6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur3aDJEeSZxfCXzZz3-w" name="isSingleFinalState">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur3qDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalState"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur36DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleFinalState" sections="_69cXaKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur4KDJEeSZxfCXzZz3-w" name="isMultipleFinalState">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur4aDJEeSZxfCXzZz3-w" name="umlClassName" value="FinalState"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur4qDJEeSZxfCXzZz3-w" name="SingleTimeEvent" sections="_69cXaaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur46DJEeSZxfCXzZz3-w" name="isSingleTimeEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur5KDJEeSZxfCXzZz3-w" name="umlClassName" value="TimeEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur5aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleTimeEvent" sections="_69cXaqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur5qDJEeSZxfCXzZz3-w" name="isMultipleTimeEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur56DJEeSZxfCXzZz3-w" name="umlClassName" value="TimeEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur6KDJEeSZxfCXzZz3-w" name="SingleVariableAction" sections="_69cXa6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur6aDJEeSZxfCXzZz3-w" name="isSingleVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur6qDJEeSZxfCXzZz3-w" name="umlClassName" value="VariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur66DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleVariableAction" sections="_69cXbKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur7KDJEeSZxfCXzZz3-w" name="isMultipleVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur7aDJEeSZxfCXzZz3-w" name="umlClassName" value="VariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur7qDJEeSZxfCXzZz3-w" name="SingleReadVariableAction" sections="_69cXbaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur76DJEeSZxfCXzZz3-w" name="isSingleReadVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur8KDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur8aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadVariableAction" sections="_69cXbqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur8qDJEeSZxfCXzZz3-w" name="isMultipleReadVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur86DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur9KDJEeSZxfCXzZz3-w" name="SingleWriteVariableAction" sections="_69cXb6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur9aDJEeSZxfCXzZz3-w" name="isSingleWriteVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur9qDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur96DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleWriteVariableAction" sections="_69cXcKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur-KDJEeSZxfCXzZz3-w" name="isMultipleWriteVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur-aDJEeSZxfCXzZz3-w" name="umlClassName" value="WriteVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur-qDJEeSZxfCXzZz3-w" name="SingleClearVariableAction" sections="_69cXcaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur-6DJEeSZxfCXzZz3-w" name="isSingleClearVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur_KDJEeSZxfCXzZz3-w" name="umlClassName" value="ClearVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ur_aDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleClearVariableAction" sections="_69cXcqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ur_qDJEeSZxfCXzZz3-w" name="isMultipleClearVariableAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ur_6DJEeSZxfCXzZz3-w" name="umlClassName" value="ClearVariableAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usAKDJEeSZxfCXzZz3-w" name="SingleAddVariableValueAction" sections="_69cXc6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usAaDJEeSZxfCXzZz3-w" name="isSingleAddVariableValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usAqDJEeSZxfCXzZz3-w" name="umlClassName" value="AddVariableValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usA6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAddVariableValueAction" sections="_69cXdKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usBKDJEeSZxfCXzZz3-w" name="isMultipleAddVariableValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usBaDJEeSZxfCXzZz3-w" name="umlClassName" value="AddVariableValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usBqDJEeSZxfCXzZz3-w" name="SingleRemoveVariableValueAction" sections="_69cXdaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usB6DJEeSZxfCXzZz3-w" name="isSingleRemoveVariableValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usCKDJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveVariableValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usCaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRemoveVariableValueAction" sections="_69cXdqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usCqDJEeSZxfCXzZz3-w" name="isMultipleRemoveVariableValueAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usC6DJEeSZxfCXzZz3-w" name="umlClassName" value="RemoveVariableValueAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usDKDJEeSZxfCXzZz3-w" name="SingleRaiseExceptionAction" sections="_69cXd6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usDaDJEeSZxfCXzZz3-w" name="isSingleRaiseExceptionAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usDqDJEeSZxfCXzZz3-w" name="umlClassName" value="RaiseExceptionAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usD6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRaiseExceptionAction" sections="_69cXeKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usEKDJEeSZxfCXzZz3-w" name="isMultipleRaiseExceptionAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usEaDJEeSZxfCXzZz3-w" name="umlClassName" value="RaiseExceptionAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usEqDJEeSZxfCXzZz3-w" name="SingleActionInputPin" sections="_69cXeaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usE6DJEeSZxfCXzZz3-w" name="isSingleActionInputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usFKDJEeSZxfCXzZz3-w" name="umlClassName" value="ActionInputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usFaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleActionInputPin" sections="_69cXeqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usFqDJEeSZxfCXzZz3-w" name="isMultipleActionInputPin">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usF6DJEeSZxfCXzZz3-w" name="umlClassName" value="ActionInputPin"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usGKDJEeSZxfCXzZz3-w" name="SingleInformationItem" sections="_69cXe6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usGaDJEeSZxfCXzZz3-w" name="isSingleInformationItem">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usGqDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationItem"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usG6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInformationItem" sections="_69cXfKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usHKDJEeSZxfCXzZz3-w" name="isMultipleInformationItem">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usHaDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationItem"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usHqDJEeSZxfCXzZz3-w" name="SingleInformationFlow" sections="_69cXfaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usH6DJEeSZxfCXzZz3-w" name="isSingleInformationFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usIKDJEeSZxfCXzZz3-w" name="umlClassName" value="InformationFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usIaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleInformationFlow" sections="_69cXfqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usIqDJEeSZxfCXzZz3-w" name="isMultipleInformationFlow">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usI6DJEeSZxfCXzZz3-w" name="umlClassName" value="InformationFlow"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usJKDJEeSZxfCXzZz3-w" name="SingleReadExtentAction" sections="_69cXf6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usJaDJEeSZxfCXzZz3-w" name="isSingleReadExtentAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usJqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadExtentAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usJ6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadExtentAction" sections="_69cXgKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usKKDJEeSZxfCXzZz3-w" name="isMultipleReadExtentAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usKaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadExtentAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usKqDJEeSZxfCXzZz3-w" name="SingleReclassifyObjectAction" sections="_69cXgaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usK6DJEeSZxfCXzZz3-w" name="isSingleReclassifyObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usLKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReclassifyObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usLaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReclassifyObjectAction" sections="_69cXgqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usLqDJEeSZxfCXzZz3-w" name="isMultipleReclassifyObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usL6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReclassifyObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usMKDJEeSZxfCXzZz3-w" name="SingleReadIsClassifiedObjectAction" sections="_69cXg6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usMaDJEeSZxfCXzZz3-w" name="isSingleReadIsClassifiedObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usMqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadIsClassifiedObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usM6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadIsClassifiedObjectAction" sections="_69idcKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usNKDJEeSZxfCXzZz3-w" name="isMultipleReadIsClassifiedObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usNaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadIsClassifiedObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usNqDJEeSZxfCXzZz3-w" name="SingleStartClassifierBehaviorAction" sections="_69idcaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usN6DJEeSZxfCXzZz3-w" name="isSingleStartClassifierBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usOKDJEeSZxfCXzZz3-w" name="umlClassName" value="StartClassifierBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usOaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStartClassifierBehaviorAction" sections="_69idcqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usOqDJEeSZxfCXzZz3-w" name="isMultipleStartClassifierBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usO6DJEeSZxfCXzZz3-w" name="umlClassName" value="StartClassifierBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usPKDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndAction" sections="_69idc6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usPaDJEeSZxfCXzZz3-w" name="isSingleReadLinkObjectEndAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usPqDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usP6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkObjectEndAction" sections="_69iddKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usQKDJEeSZxfCXzZz3-w" name="isMultipleReadLinkObjectEndAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usQaDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usQqDJEeSZxfCXzZz3-w" name="SingleReadLinkObjectEndQualifierAction" sections="_69iddaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usQ6DJEeSZxfCXzZz3-w" name="isSingleReadLinkObjectEndQualifierAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usRKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndQualifierAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usRaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReadLinkObjectEndQualifierAction" sections="_69iddqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usRqDJEeSZxfCXzZz3-w" name="isMultipleReadLinkObjectEndQualifierAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usR6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReadLinkObjectEndQualifierAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usSKDJEeSZxfCXzZz3-w" name="SingleCreateLinkObjectAction" sections="_69idd6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usSaDJEeSZxfCXzZz3-w" name="isSingleCreateLinkObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usSqDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usS6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleCreateLinkObjectAction" sections="_69ideKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usTKDJEeSZxfCXzZz3-w" name="isMultipleCreateLinkObjectAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usTaDJEeSZxfCXzZz3-w" name="umlClassName" value="CreateLinkObjectAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usTqDJEeSZxfCXzZz3-w" name="SingleAcceptEventAction" sections="_69ideaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usT6DJEeSZxfCXzZz3-w" name="isSingleAcceptEventAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usUKDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptEventAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usUaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAcceptEventAction" sections="_69ideqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usUqDJEeSZxfCXzZz3-w" name="isMultipleAcceptEventAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usU6DJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptEventAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usVKDJEeSZxfCXzZz3-w" name="SingleAcceptCallAction" sections="_69ide6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usVaDJEeSZxfCXzZz3-w" name="isSingleAcceptCallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usVqDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptCallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usV6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAcceptCallAction" sections="_69idfKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usWKDJEeSZxfCXzZz3-w" name="isMultipleAcceptCallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usWaDJEeSZxfCXzZz3-w" name="umlClassName" value="AcceptCallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usWqDJEeSZxfCXzZz3-w" name="SingleReplyAction" sections="_69idfaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usW6DJEeSZxfCXzZz3-w" name="isSingleReplyAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usXKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReplyAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usXaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReplyAction" sections="_69idfqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usXqDJEeSZxfCXzZz3-w" name="isMultipleReplyAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usX6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReplyAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usYKDJEeSZxfCXzZz3-w" name="SingleUnmarshallAction" sections="_69idf6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usYaDJEeSZxfCXzZz3-w" name="isSingleUnmarshallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usYqDJEeSZxfCXzZz3-w" name="umlClassName" value="UnmarshallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usY6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleUnmarshallAction" sections="_69idgKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usZKDJEeSZxfCXzZz3-w" name="isMultipleUnmarshallAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usZaDJEeSZxfCXzZz3-w" name="umlClassName" value="UnmarshallAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usZqDJEeSZxfCXzZz3-w" name="SingleReduceAction" sections="_69idgaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usZ6DJEeSZxfCXzZz3-w" name="isSingleReduceAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usaKDJEeSZxfCXzZz3-w" name="umlClassName" value="ReduceAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usaaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleReduceAction" sections="_69idgqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usaqDJEeSZxfCXzZz3-w" name="isMultipleReduceAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usa6DJEeSZxfCXzZz3-w" name="umlClassName" value="ReduceAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usbKDJEeSZxfCXzZz3-w" name="SingleStartObjectBehaviorAction" sections="_69idg6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usbaDJEeSZxfCXzZz3-w" name="isSingleStartObjectBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usbqDJEeSZxfCXzZz3-w" name="umlClassName" value="StartObjectBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usb6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleStartObjectBehaviorAction" sections="_69idhKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uscKDJEeSZxfCXzZz3-w" name="isMultipleStartObjectBehaviorAction">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uscaDJEeSZxfCXzZz3-w" name="umlClassName" value="StartObjectBehaviorAction"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uscqDJEeSZxfCXzZz3-w" name="SingleJoinNode" sections="_69idhaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usc6DJEeSZxfCXzZz3-w" name="isSingleJoinNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usdKDJEeSZxfCXzZz3-w" name="umlClassName" value="JoinNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usdaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleJoinNode" sections="_69idhqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usdqDJEeSZxfCXzZz3-w" name="isMultipleJoinNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usd6DJEeSZxfCXzZz3-w" name="umlClassName" value="JoinNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69useKDJEeSZxfCXzZz3-w" name="SingleDataStoreNode" sections="_69idh6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69useaDJEeSZxfCXzZz3-w" name="isSingleDataStoreNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69useqDJEeSZxfCXzZz3-w" name="umlClassName" value="DataStoreNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69use6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDataStoreNode" sections="_69idiKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usfKDJEeSZxfCXzZz3-w" name="isMultipleDataStoreNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usfaDJEeSZxfCXzZz3-w" name="umlClassName" value="DataStoreNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usfqDJEeSZxfCXzZz3-w" name="SingleConditionalNode" sections="_69idiaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usf6DJEeSZxfCXzZz3-w" name="isSingleConditionalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usgKDJEeSZxfCXzZz3-w" name="umlClassName" value="ConditionalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usgaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleConditionalNode" sections="_69idiqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usgqDJEeSZxfCXzZz3-w" name="isMultipleConditionalNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usg6DJEeSZxfCXzZz3-w" name="umlClassName" value="ConditionalNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ushKDJEeSZxfCXzZz3-w" name="SingleClause" sections="_69idi6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69ushaDJEeSZxfCXzZz3-w" name="isSingleClause">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ushqDJEeSZxfCXzZz3-w" name="umlClassName" value="Clause"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69ush6DJEeSZxfCXzZz3-w" name="SingleLoopNode" sections="_69idjKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usiKDJEeSZxfCXzZz3-w" name="isSingleLoopNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usiaDJEeSZxfCXzZz3-w" name="umlClassName" value="LoopNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usiqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleLoopNode" sections="_69idjaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usi6DJEeSZxfCXzZz3-w" name="isMultipleLoopNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usjKDJEeSZxfCXzZz3-w" name="umlClassName" value="LoopNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usjaDJEeSZxfCXzZz3-w" name="SingleExpansionNode" sections="_69idjqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usjqDJEeSZxfCXzZz3-w" name="isSingleExpansionNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usj6DJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uskKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpansionNode" sections="_69idj6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uskaDJEeSZxfCXzZz3-w" name="isMultipleExpansionNode">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uskqDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionNode"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usk6DJEeSZxfCXzZz3-w" name="SingleExpansionRegion" sections="_69idkKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uslKDJEeSZxfCXzZz3-w" name="isSingleExpansionRegion">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uslaDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionRegion"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uslqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleExpansionRegion" sections="_69idkaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usl6DJEeSZxfCXzZz3-w" name="isMultipleExpansionRegion">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usmKDJEeSZxfCXzZz3-w" name="umlClassName" value="ExpansionRegion"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usmaDJEeSZxfCXzZz3-w" name="SingleProtocolTransition" sections="_69idkqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usmqDJEeSZxfCXzZz3-w" name="isSingleProtocolTransition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usm6DJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolTransition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usnKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleProtocolTransition" sections="_69idk6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usnaDJEeSZxfCXzZz3-w" name="isMultipleProtocolTransition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usnqDJEeSZxfCXzZz3-w" name="umlClassName" value="ProtocolTransition"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usn6DJEeSZxfCXzZz3-w" name="SingleAssociationClass" sections="_69idlKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usoKDJEeSZxfCXzZz3-w" name="isSingleAssociationClass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usoaDJEeSZxfCXzZz3-w" name="umlClassName" value="AssociationClass"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usoqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleAssociationClass" sections="_69idlaDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uso6DJEeSZxfCXzZz3-w" name="isMultipleAssociationClass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69uspKDJEeSZxfCXzZz3-w" name="umlClassName" value="AssociationClass"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69uspaDJEeSZxfCXzZz3-w" name="SingleDependency" sections="_69idlqDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69uspqDJEeSZxfCXzZz3-w" name="isSingleDependency">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usp6DJEeSZxfCXzZz3-w" name="umlClassName" value="Dependency"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usqKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDependency" sections="_69idl6DJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usqaDJEeSZxfCXzZz3-w" name="isMultipleDependency">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usqqDJEeSZxfCXzZz3-w" name="umlClassName" value="Dependency"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usq6DJEeSZxfCXzZz3-w" name="SingleComment" sections="_69idmaDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_69usrKDJEeSZxfCXzZz3-w" name="isSingleComment">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usraDJEeSZxfCXzZz3-w" name="umlClassName" value="Comment"/>
+ </constraints>
+ </views>
+ <views xmi:id="_69usrqDJEeSZxfCXzZz3-w" name="AsyncMessage" sections="_69idnKDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69usr6DJEeSZxfCXzZz3-w" name="isAsyncMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
+ <constraints xmi:id="_69ussKDJEeSZxfCXzZz3-w" name="isMessage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ussaDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
+ </constraints>
+ <constraints xmi:id="_69ussqDJEeSZxfCXzZz3-w" name="isAsync">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69uss6DJEeSZxfCXzZz3-w" name="query">
+ <value href="uml.querySet#isAsynchCall"/>
+ </properties>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_69ustKDJEeSZxfCXzZz3-w" name="SyncMessage" sections="_69idnaDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69ustaDJEeSZxfCXzZz3-w" name="isSyncMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
+ <constraints xmi:id="_69ustqDJEeSZxfCXzZz3-w" name="isMessage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69ust6DJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
+ </constraints>
+ <constraints xmi:id="_69usuKDJEeSZxfCXzZz3-w" name="isSync">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69usuaDJEeSZxfCXzZz3-w" name="query">
+ <value href="uml.querySet#isSynchCall"/>
+ </properties>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_69usuqDJEeSZxfCXzZz3-w" name="ReplyMessage" sections="_69idnqDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_69usu6DJEeSZxfCXzZz3-w" name="isReplyMessage" overriddenConstraints="_69olkqDJEeSZxfCXzZz3-w">
+ <constraints xmi:id="_69usvKDJEeSZxfCXzZz3-w" name="isMessage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_69usvaDJEeSZxfCXzZz3-w" name="umlClassName" value="Message"/>
+ </constraints>
+ <constraints xmi:id="_69usvqDJEeSZxfCXzZz3-w" name="isReply">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ <properties xsi:type="constraints:ReferenceProperty" xmi:id="_69usv6DJEeSZxfCXzZz3-w" name="query">
+ <value href="uml.querySet#isReply"/>
+ </properties>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_690xUKDJEeSZxfCXzZz3-w" name="SingleImage" sections="_69idm6DJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xUaDJEeSZxfCXzZz3-w" name="isSingleImage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xUqDJEeSZxfCXzZz3-w" name="umlClassName" value="Image"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xU6DJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="Metaclass" sections="_69idn6DJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xVKDJEeSZxfCXzZz3-w" name="isMetaclass" overriddenConstraints="_69iejqDJEeSZxfCXzZz3-w _69iekaDJEeSZxfCXzZz3-w">
+ <constraints xmi:id="_690xVaDJEeSZxfCXzZz3-w" name="isClass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xVqDJEeSZxfCXzZz3-w" name="umlClassName" value="Class"/>
+ </constraints>
+ <constraints xmi:id="_690xV6DJEeSZxfCXzZz3-w" name="isMetaclass">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.1"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xWKDJEeSZxfCXzZz3-w" name="stereotypeName" value="Standard::Metaclass"/>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_690xWaDJEeSZxfCXzZz3-w" name="SingleDestructionOccurrenceSpecification" sections="_69idoqDJEeSZxfCXzZz3-w"/>
+ <views xmi:id="_690xWqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleDestructionOccurrenceSpecification" sections="_69ido6DJEeSZxfCXzZz3-w"/>
+ <views xmi:id="_690xW6DJEeSZxfCXzZz3-w" name="SingleRealLiteral" sections="_69idoKDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xXKDJEeSZxfCXzZz3-w" name="isSingleLiteralReal">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xXaDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralReal"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xXqDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleRealLiteral" sections="_69idoaDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xX6DJEeSZxfCXzZz3-w" name="isMultipleLiteralReal">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xYKDJEeSZxfCXzZz3-w" name="umlClassName" value="LiteralReal"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xYaDJEeSZxfCXzZz3-w" name="SingleTemplateBinding" sections="_69idpKDJEeSZxfCXzZz3-w" automaticContext="true">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xYqDJEeSZxfCXzZz3-w" name="isSingleTemplateBinding">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xY6DJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateBinding"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xZKDJEeSZxfCXzZz3-w" name="SingleTemplateParameterSubstitution" sections="_69idpaDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xZaDJEeSZxfCXzZz3-w" name="isSingleTemplateParameterSubstitution">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xZqDJEeSZxfCXzZz3-w" name="umlClassName" value="TemplateParameterSubstitution"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xZ6DJEeSZxfCXzZz3-w" name="SingleDatatypeInstance" sections="_69idpqDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xaKDJEeSZxfCXzZz3-w" name="isUMLDatatypeInstance">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.3"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xaaDJEeSZxfCXzZz3-w" name="SinglePackageMerge" sections="_69idp6DJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xaqDJEeSZxfCXzZz3-w" name="isSinglePackageMerge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xa6DJEeSZxfCXzZz3-w" name="umlClassName" value="PackageMerge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xbKDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultiplePackageMerge" sections="_69idqKDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xbaDJEeSZxfCXzZz3-w" name="isMultiplePackageMerge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xbqDJEeSZxfCXzZz3-w" name="umlClassName" value="PackageMerge"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xb6DJEeSZxfCXzZz3-w" name="SingleProfileDefinition" sections="_69ids6DJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xcKDJEeSZxfCXzZz3-w" name="isSingleProfileDefinition">
+ <constraints xmi:id="_690xcaDJEeSZxfCXzZz3-w" name="isEPackage">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xcqDJEeSZxfCXzZz3-w" name="nsUri" value="http://www.eclipse.org/emf/2002/Ecore"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xc6DJEeSZxfCXzZz3-w" name="className" value="EPackage"/>
+ </constraints>
+ <constraints xmi:id="_690xdKDJEeSZxfCXzZz3-w" name="isProfileDefinition">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.5"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xdaDJEeSZxfCXzZz3-w" name="annotationName" value="PapyrusVersion"/>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_690xdqDJEeSZxfCXzZz3-w" name="SingleSignalEvent" sections="_69idqaDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xd6DJEeSZxfCXzZz3-w" name="IsSingleSignalEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xeKDJEeSZxfCXzZz3-w" name="umlClassName" value="SignalEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xeaDJEeSZxfCXzZz3-w" elementMultiplicity="-1" name="MultipleSignalEvent" sections="_69idqqDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_690xeqDJEeSZxfCXzZz3-w" name="IsMultipleSignalEvent">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xe6DJEeSZxfCXzZz3-w" name="umlClassName" value="SignalEvent"/>
+ </constraints>
+ </views>
+ <views xmi:id="_690xfKDJEeSZxfCXzZz3-w" name="SingleProfiledElement" sections="_69idsKDJEeSZxfCXzZz3-w">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_690xfaDJEeSZxfCXzZz3-w">
+ <constraints xmi:id="_690xfqDJEeSZxfCXzZz3-w" name="isUMLElement" overrideable="false">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_690xf6DJEeSZxfCXzZz3-w" name="umlClassName" value="Element"/>
+ </constraints>
+ <constraints xmi:id="_690xgKDJEeSZxfCXzZz3-w" name="isAttached">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.6"/>
+ </constraints>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_690xgaDJEeSZxfCXzZz3-w" name="UML" label="UML">
+ <elements xmi:id="_690xgqDJEeSZxfCXzZz3-w" name="Comment" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xg6DJEeSZxfCXzZz3-w" name="body" description="Specifies a string that is the comment."/>
+ <properties xmi:id="_690xhKDJEeSZxfCXzZz3-w" name="annotatedElement" type="Reference" description="References the Element(s) being commented."/>
+ </elements>
+ <elements xmi:id="_690xhaDJEeSZxfCXzZz3-w" name="Element" supertypes="_6964maDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xhqDJEeSZxfCXzZz3-w" name="ownedElement" type="Reference" description="The Elements owned by this element."/>
+ <properties xmi:id="_690xh6DJEeSZxfCXzZz3-w" name="owner" type="Reference" description="The Element that owns this element."/>
+ <properties xmi:id="_690xiKDJEeSZxfCXzZz3-w" name="ownedComment" type="Reference" multiplicity="-1" description="The Comment owned by this element."/>
+ </elements>
+ <elements xmi:id="_690xiaDJEeSZxfCXzZz3-w" name="Package" supertypes="_690xoqDJEeSZxfCXzZz3-w _690xkqDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xiqDJEeSZxfCXzZz3-w" name="ownedType" type="Reference" description="References the packaged elements that are Types."/>
+ <properties xmi:id="_690xi6DJEeSZxfCXzZz3-w" name="packageMerge" type="Reference" description="References the PackageMerges that are owned by this Package."/>
+ <properties xmi:id="_690xjKDJEeSZxfCXzZz3-w" name="packagedElement" type="Reference" description="Specifies the packageable elements that are owned by this Package."/>
+ <properties xmi:id="_690xjaDJEeSZxfCXzZz3-w" name="nestedPackage" type="Reference" description="References the packaged elements that are Packages."/>
+ <properties xmi:id="_690xjqDJEeSZxfCXzZz3-w" name="nestingPackage" type="Reference" description="References the Package that owns this Package."/>
+ <properties xmi:id="_690xj6DJEeSZxfCXzZz3-w" name="profileApplication" type="Reference" description="References the ProfileApplications that indicate which profiles have been applied to the Package."/>
+ <properties xmi:id="_690xkKDJEeSZxfCXzZz3-w" name="ownedStereotype" type="Reference" multiplicity="-1" description=""/>
+ <properties xmi:id="_690xkaDJEeSZxfCXzZz3-w" name="URI" description="Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules."/>
+ </elements>
+ <elements xmi:id="_690xkqDJEeSZxfCXzZz3-w" name="PackageableElement" supertypes="_690xk6DJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690xk6DJEeSZxfCXzZz3-w" name="NamedElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xlKDJEeSZxfCXzZz3-w" name="name" description="The name of the NamedElement."/>
+ <properties xmi:id="_690xlaDJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <properties xmi:id="_690xlqDJEeSZxfCXzZz3-w" name="qualifiedName" description="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/>
+ <properties xmi:id="_690xl6DJEeSZxfCXzZz3-w" name="clientDependency" type="Reference" description="Indicates the dependencies that reference the client."/>
+ <properties xmi:id="_690xmKDJEeSZxfCXzZz3-w" name="namespace" type="Reference" description="Specifies the namespace that owns the NamedElement."/>
+ <properties xmi:id="_690xmaDJEeSZxfCXzZz3-w" name="nameExpression" type="Reference" description="The string expression used to define the name of this named element."/>
+ </elements>
+ <elements xmi:id="_690xmqDJEeSZxfCXzZz3-w" name="Dependency" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xm6DJEeSZxfCXzZz3-w" name="supplier" type="Reference" description="The element(s) independent of the client element(s), in the same respect and the same dependency relationship. In some directed dependency relationships (such as Refinement Abstractions), a common convention in the domain of class-based OO software is to put the more abstract element in this role. Despite this convention, users of UML may stipulate a sense of dependency suitable for their domain, which makes a more abstract element dependent on that which is more specific."/>
+ <properties xmi:id="_690xnKDJEeSZxfCXzZz3-w" name="client" type="Reference" description="The element(s) dependent on the supplier element(s). In some cases (such as a Trace Abstraction) the assignment of direction (that is, the designation of the client element) is at the discretion of the modeler, and is a stipulation."/>
+ </elements>
+ <elements xmi:id="_690xnaDJEeSZxfCXzZz3-w" name="DirectedRelationship" supertypes="_690xoKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xnqDJEeSZxfCXzZz3-w" name="source" type="Reference" description="Specifies the sources of the DirectedRelationship."/>
+ <properties xmi:id="_690xn6DJEeSZxfCXzZz3-w" name="target" type="Reference" description="Specifies the targets of the DirectedRelationship."/>
+ </elements>
+ <elements xmi:id="_690xoKDJEeSZxfCXzZz3-w" name="Relationship" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xoaDJEeSZxfCXzZz3-w" name="relatedElement" type="Reference" description="Specifies the elements related by the Relationship."/>
+ </elements>
+ <elements xmi:id="_690xoqDJEeSZxfCXzZz3-w" name="Namespace" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xo6DJEeSZxfCXzZz3-w" name="elementImport" type="Reference" description="References the ElementImports owned by the Namespace."/>
+ <properties xmi:id="_690xpKDJEeSZxfCXzZz3-w" name="packageImport" type="Reference" description="References the PackageImports owned by the Namespace."/>
+ <properties xmi:id="_690xpaDJEeSZxfCXzZz3-w" name="ownedRule" type="Reference" description="Specifies a set of Constraints owned by this Namespace."/>
+ <properties xmi:id="_690xpqDJEeSZxfCXzZz3-w" name="member" type="Reference" description="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/>
+ <properties xmi:id="_690xp6DJEeSZxfCXzZz3-w" name="importedMember" type="Reference" description="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports."/>
+ <properties xmi:id="_690xqKDJEeSZxfCXzZz3-w" name="ownedMember" type="Reference" description="A collection of NamedElements owned by the Namespace."/>
+ </elements>
+ <elements xmi:id="_690xqaDJEeSZxfCXzZz3-w" name="ElementImport" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xqqDJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/>
+ <properties xmi:id="_690xq6DJEeSZxfCXzZz3-w" name="alias" description="Specifies the name that should be added to the namespace of the importing package in lieu of the name of the imported packagable element. The aliased name must not clash with any other member name in the importing package. By default, no alias is used."/>
+ <properties xmi:id="_690xrKDJEeSZxfCXzZz3-w" name="importedElement" type="Reference" description="Specifies the PackageableElement whose name is to be added to a Namespace."/>
+ <properties xmi:id="_690xraDJEeSZxfCXzZz3-w" name="importingNamespace" type="Reference" description="Specifies the Namespace that imports a PackageableElement from another Package."/>
+ </elements>
+ <elements xmi:id="_690xrqDJEeSZxfCXzZz3-w" name="PackageImport" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xr6DJEeSZxfCXzZz3-w" name="visibility" type="Enumeration" description="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not."/>
+ <properties xmi:id="_690xsKDJEeSZxfCXzZz3-w" name="importedPackage" type="Reference" description="Specifies the Package whose members are imported into a Namespace."/>
+ <properties xmi:id="_690xsaDJEeSZxfCXzZz3-w" name="importingNamespace" type="Reference" description="Specifies the Namespace that imports the members from a Package."/>
+ </elements>
+ <elements xmi:id="_690xsqDJEeSZxfCXzZz3-w" name="Constraint" supertypes="_690xkqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xs6DJEeSZxfCXzZz3-w" name="constrainedElement" type="Reference" description="The ordered set of Elements referenced by this Constraint."/>
+ <properties xmi:id="_690xtKDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="A condition that must be true when evaluated in order for the constraint to be satisfied."/>
+ <properties xmi:id="_690xtaDJEeSZxfCXzZz3-w" name="context" type="Reference" description="Specifies the namespace that owns the NamedElement."/>
+ </elements>
+ <elements xmi:id="_690xtqDJEeSZxfCXzZz3-w" name="ValueSpecification" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690xt6DJEeSZxfCXzZz3-w" name="TypedElement" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xuKDJEeSZxfCXzZz3-w" name="type" type="Reference" description="This information is derived from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/>
+ </elements>
+ <elements xmi:id="_690xuaDJEeSZxfCXzZz3-w" name="Type" supertypes="_690xkqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xuqDJEeSZxfCXzZz3-w" name="package" type="Reference" description="Specifies the owning package of this classifier, if any."/>
+ </elements>
+ <elements xmi:id="_690xu6DJEeSZxfCXzZz3-w" name="Association" supertypes="_690xwaDJEeSZxfCXzZz3-w _690xoKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xvKDJEeSZxfCXzZz3-w" name="ownedEnd" type="Reference" description="The ends that are owned by the association itself."/>
+ <properties xmi:id="_690xvaDJEeSZxfCXzZz3-w" name="memberEnd" type="Reference" description="Each end represents participation of instances of the classifier connected to the end in links of the association."/>
+ <properties xmi:id="_690xvqDJEeSZxfCXzZz3-w" name="isDerived" description="Specifies whether the association is derived from other model elements such as other associations or constraints."/>
+ <properties xmi:id="_690xv6DJEeSZxfCXzZz3-w" name="endType" type="Reference" description="References the classifiers that are used as types of the ends of the association."/>
+ <properties xmi:id="_690xwKDJEeSZxfCXzZz3-w" name="navigableOwnedEnd" type="Reference" description="The navigable ends that are owned by the association itself."/>
+ </elements>
+ <elements xmi:id="_690xwaDJEeSZxfCXzZz3-w" name="Classifier" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w _690xuaDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690xwqDJEeSZxfCXzZz3-w" name="isAbstract" type="Boolean" description="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships.&#xD;&#xA;"/>
+ <properties xmi:id="_690xw6DJEeSZxfCXzZz3-w" name="generalization" type="Reference" description="Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the generalization hierarchy."/>
+ <properties xmi:id="_690xxKDJEeSZxfCXzZz3-w" name="powertypeExtent" type="Reference" description="Designates the GeneralizationSet of which the associated Classifier is a power type."/>
+ <properties xmi:id="_690xxaDJEeSZxfCXzZz3-w" name="feature" type="Reference" description="Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features.&#xD;&#xA;Specifies each feature defined in the classifier."/>
+ <properties xmi:id="_690xxqDJEeSZxfCXzZz3-w" name="inheritedMember" type="Reference" description="Specifies all elements inherited by this classifier from the general classifiers."/>
+ <properties xmi:id="_690xx6DJEeSZxfCXzZz3-w" name="redefinedClassifier" type="Reference" description="References the Classifiers that are redefined by this Classifier."/>
+ <properties xmi:id="_690xyKDJEeSZxfCXzZz3-w" name="general" type="Reference" description="References the general classifier in the Generalization relationship.&#xD;&#xA;Specifies the general Classifiers for this Classifier."/>
+ <properties xmi:id="_690xyaDJEeSZxfCXzZz3-w" name="substitution" type="Reference" description="References the substitutions that are owned by this Classifier."/>
+ <properties xmi:id="_690xyqDJEeSZxfCXzZz3-w" name="attribute" type="Reference" description="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier."/>
+ <properties xmi:id="_690xy6DJEeSZxfCXzZz3-w" name="representation" type="Reference" description="References a collaboration use which indicates the collaboration that represents this classifier."/>
+ <properties xmi:id="_690xzKDJEeSZxfCXzZz3-w" name="collaborationUse" type="Reference" description="References the collaboration uses owned by the classifier."/>
+ <properties xmi:id="_690xzaDJEeSZxfCXzZz3-w" name="ownedUseCase" type="Reference" description="References the use cases owned by this classifier."/>
+ <properties xmi:id="_690xzqDJEeSZxfCXzZz3-w" name="useCase" type="Reference" description="The set of use cases for which this Classifier is the subject."/>
+ <properties xmi:id="_690xz6DJEeSZxfCXzZz3-w" name="isFinalSpecialization" type="Boolean" description="If true, the Classifier cannot be specialized by generalization. Note that this property is preserved through package merge operations; that is, the capability to specialize a Classifier (i.e., isFinalSpecialization =false) must be preserved in the resulting Classifier of a package merge operation where a Classifier with isFinalSpecialization =false is merged with a matching Classifier with isFinalSpecialization =true: the resulting Classifier will have isFinalSpecialization=false. Default is false."/>
+ </elements>
+ <elements xmi:id="_690x0KDJEeSZxfCXzZz3-w" name="RedefinableElement" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x0aDJEeSZxfCXzZz3-w" name="isLeaf" description="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <properties xmi:id="_690x0qDJEeSZxfCXzZz3-w" name="redefinedElement" type="Reference" description="The redefinable element that is being redefined by this element."/>
+ <properties xmi:id="_690x06DJEeSZxfCXzZz3-w" name="redefinitionContext" type="Reference" description="References the contexts that this element may be redefined from."/>
+ </elements>
+ <elements xmi:id="_690x1KDJEeSZxfCXzZz3-w" name="TemplateableElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x1aDJEeSZxfCXzZz3-w" name="templateBinding" type="Reference" description="The optional bindings from this element to templates."/>
+ <properties xmi:id="_690x1qDJEeSZxfCXzZz3-w" name="ownedTemplateSignature" type="Reference" description="The optional template signature specifying the formal template parameters."/>
+ </elements>
+ <elements xmi:id="_690x16DJEeSZxfCXzZz3-w" name="TemplateBinding" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x2KDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The template signature for the template that is the target of the binding."/>
+ <properties xmi:id="_690x2aDJEeSZxfCXzZz3-w" name="parameterSubstitution" type="Reference" description="The parameter substitutions owned by this template binding."/>
+ <properties xmi:id="_690x2qDJEeSZxfCXzZz3-w" name="boundElement" type="Reference" description="The element that is bound by this binding."/>
+ </elements>
+ <elements xmi:id="_690x26DJEeSZxfCXzZz3-w" name="TemplateSignature" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x3KDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="The ordered set of all formal template parameters for this template signature."/>
+ <properties xmi:id="_690x3aDJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="The formal template parameters that are owned by this template signature."/>
+ <properties xmi:id="_690x3qDJEeSZxfCXzZz3-w" name="template" type="Reference" description="The element that owns this template signature."/>
+ </elements>
+ <elements xmi:id="_690x36DJEeSZxfCXzZz3-w" name="TemplateParameter" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x4KDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The template signature that owns this template parameter."/>
+ <properties xmi:id="_690x4aDJEeSZxfCXzZz3-w" name="parameteredElement" type="Reference" description="The element exposed by this template parameter."/>
+ <properties xmi:id="_690x4qDJEeSZxfCXzZz3-w" name="ownedParameteredElement" type="Reference" description="The element that is owned by this template parameter."/>
+ <properties xmi:id="_690x46DJEeSZxfCXzZz3-w" name="default" type="Reference" description="The element that is the default for this formal template parameter."/>
+ <properties xmi:id="_690x5KDJEeSZxfCXzZz3-w" name="ownedDefault" type="Reference" description="The element that is owned by this template parameter for the purpose of providing a default."/>
+ </elements>
+ <elements xmi:id="_690x5aDJEeSZxfCXzZz3-w" name="ParameterableElement" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x5qDJEeSZxfCXzZz3-w" name="owningTemplateParameter" type="Reference" description="The formal template parameter that owns this element."/>
+ <properties xmi:id="_690x56DJEeSZxfCXzZz3-w" name="templateParameter" type="Reference" description="The template parameter that exposes this element as a formal parameter."/>
+ </elements>
+ <elements xmi:id="_690x6KDJEeSZxfCXzZz3-w" name="TemplateParameterSubstitution" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x6aDJEeSZxfCXzZz3-w" name="formal" type="Reference" description="The formal template parameter that is associated with this substitution."/>
+ <properties xmi:id="_690x6qDJEeSZxfCXzZz3-w" name="actual" type="Reference" description="The element that is the actual parameter for this substitution."/>
+ <properties xmi:id="_690x66DJEeSZxfCXzZz3-w" name="ownedActual" type="Reference" description="The actual parameter that is owned by this substitution."/>
+ <properties xmi:id="_690x7KDJEeSZxfCXzZz3-w" name="templateBinding" type="Reference" description="The optional bindings from this element to templates."/>
+ </elements>
+ <elements xmi:id="_690x7aDJEeSZxfCXzZz3-w" name="Generalization" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x7qDJEeSZxfCXzZz3-w" name="isSubstitutable" description="Indicates whether the specific classifier can be used wherever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier."/>
+ <properties xmi:id="_690x76DJEeSZxfCXzZz3-w" name="general" type="Reference" description="References the general classifier in the Generalization relationship."/>
+ <properties xmi:id="_690x8KDJEeSZxfCXzZz3-w" name="generalizationSet" type="Reference" description="Designates a set in which instances of Generalization is considered members."/>
+ <properties xmi:id="_690x8aDJEeSZxfCXzZz3-w" name="specific" type="Reference" description="References the specializing classifier in the Generalization relationship."/>
+ </elements>
+ <elements xmi:id="_690x8qDJEeSZxfCXzZz3-w" name="GeneralizationSet" supertypes="_690xkqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x86DJEeSZxfCXzZz3-w" name="isCovering" description="Indicates (via the associated Generalizations) whether or not the set of specific Classifiers are covering for a particular general classifier. When isCovering is true, every instance of a particular general Classifier is also an instance of at least one of its specific Classifiers for the GeneralizationSet. When isCovering is false, there are one or more instances of the particular general Classifier that are not instances of at least one of its specific Classifiers defined for the GeneralizationSet."/>
+ <properties xmi:id="_690x9KDJEeSZxfCXzZz3-w" name="isDisjoint" description="Indicates whether or not the set of specific Classifiers in a Generalization relationship have instance in common. If isDisjoint is true, the specific Classifiers for a particular GeneralizationSet have no members in common; that is, their intersection is empty. If isDisjoint is false, the specific Classifiers in a particular GeneralizationSet have one or more members in common; that is, their intersection is not empty. For example, Person could have two Generalization relationships, each with the different specific Classifier: Manager or Staff. This would be disjoint because every instance of Person must either be a Manager or Staff. In contrast, Person could have two Generalization relationships involving two specific (and non-covering) Classifiers: Sales Person and Manager. This GeneralizationSet would not be disjoint because there are instances of Person which can be a Sales Person and a Manager."/>
+ <properties xmi:id="_690x9aDJEeSZxfCXzZz3-w" name="powertype" type="Reference" description="Designates the Classifier that is defined as the power type for the associated GeneralizationSet."/>
+ <properties xmi:id="_690x9qDJEeSZxfCXzZz3-w" name="generalization" type="Reference" description="Designates the instances of Generalization which are members of a given GeneralizationSet."/>
+ </elements>
+ <elements xmi:id="_690x96DJEeSZxfCXzZz3-w" name="Feature" supertypes="_690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x-KDJEeSZxfCXzZz3-w" name="isStatic" description="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <properties xmi:id="_690x-aDJEeSZxfCXzZz3-w" name="featuringClassifier" type="Reference" description="The Classifiers that have this Feature as a feature."/>
+ </elements>
+ <elements xmi:id="_690x-qDJEeSZxfCXzZz3-w" name="Substitution" supertypes="_690x_aDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x-6DJEeSZxfCXzZz3-w" name="contract" type="Reference" description="The contract with which the substituting classifier complies."/>
+ <properties xmi:id="_690x_KDJEeSZxfCXzZz3-w" name="substitutingClassifier" type="Reference" description="Instances of the substituting classifier are runtime substitutable where instances of the contract classifier are expected."/>
+ </elements>
+ <elements xmi:id="_690x_aDJEeSZxfCXzZz3-w" name="Realization" supertypes="_690x_qDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690x_qDJEeSZxfCXzZz3-w" name="Abstraction" supertypes="_690xmqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690x_6DJEeSZxfCXzZz3-w" name="mapping" type="Reference" description="An composition of an Expression that states the abstraction relationship between the supplier and the client. In some cases, such as Derivation, it is usually formal and unidirectional; in other cases, such as Trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the elements is not specified."/>
+ </elements>
+ <elements xmi:id="_690yAKDJEeSZxfCXzZz3-w" name="OpaqueExpression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yAaDJEeSZxfCXzZz3-w" name="body" description="The text of the expression, possibly in multiple languages."/>
+ <properties xmi:id="_690yAqDJEeSZxfCXzZz3-w" name="language" description="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order."/>
+ <properties xmi:id="_690yA6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Restricts an opaque expression to return exactly one return result. When the invocation of the opaque expression completes, a single set of values is returned to its owner. This association is derived from the single return result parameter of the associated behavior."/>
+ <properties xmi:id="_690yBKDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="Specifies the behavior of the opaque expression."/>
+ </elements>
+ <elements xmi:id="_690yBaDJEeSZxfCXzZz3-w" name="Parameter" supertypes="_690yFaDJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yBqDJEeSZxfCXzZz3-w" name="parameterSet" type="Reference" description="The parameter sets containing the parameter. See ParameterSet."/>
+ <properties xmi:id="_690yB6DJEeSZxfCXzZz3-w" name="operation" type="Reference" description="References the Operation owning this parameter."/>
+ <properties xmi:id="_690yCKDJEeSZxfCXzZz3-w" name="direction" type="Enumeration" description="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <properties xmi:id="_690yCaDJEeSZxfCXzZz3-w" name="default" description="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/>
+ <properties xmi:id="_690yCqDJEeSZxfCXzZz3-w" name="defaultValue" type="Reference" description="Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter."/>
+ <properties xmi:id="_690yC6DJEeSZxfCXzZz3-w" name="isException" description="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <properties xmi:id="_690yDKDJEeSZxfCXzZz3-w" name="isStream" description="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <properties xmi:id="_690yDaDJEeSZxfCXzZz3-w" name="effect" type="Enumeration" description="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ </elements>
+ <elements xmi:id="_690yDqDJEeSZxfCXzZz3-w" name="MultiplicityElement" supertypes="_690xhaDJEeSZxfCXzZz3-w _6964nqDJEeSZxfCXzZz3-w _6964oaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yD6DJEeSZxfCXzZz3-w" name="isOrdered" description="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <properties xmi:id="_690yEKDJEeSZxfCXzZz3-w" name="isUnique" description="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <properties xmi:id="_690yEaDJEeSZxfCXzZz3-w" name="upper" description="Specifies the upper bound of the multiplicity interval."/>
+ <properties xmi:id="_690yEqDJEeSZxfCXzZz3-w" name="lower" description="Specifies the lower bound of the multiplicity interval."/>
+ <properties xmi:id="_690yE6DJEeSZxfCXzZz3-w" name="upperValue" type="Reference" description="The specification of the upper bound for this multiplicity."/>
+ <properties xmi:id="_690yFKDJEeSZxfCXzZz3-w" name="lowerValue" type="Reference" description="The specification of the lower bound for this multiplicity."/>
+ </elements>
+ <elements xmi:id="_690yFaDJEeSZxfCXzZz3-w" name="ConnectableElement" supertypes="_690xt6DJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yFqDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Denotes a connector that attaches to this connectable element."/>
+ </elements>
+ <elements xmi:id="_690yF6DJEeSZxfCXzZz3-w" name="ConnectorEnd" supertypes="_690yDqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yGKDJEeSZxfCXzZz3-w" name="definingEnd" type="Reference" description="A derived association referencing the corresponding association end on the association which types the connector owing this connector end. This association is derived by selecting the association end at the same place in the ordering of association ends as this connector end.&#xD;&#xA;"/>
+ <properties xmi:id="_690yGaDJEeSZxfCXzZz3-w" name="role" type="Reference" description="The connectable element attached at this connector end. When an instance of the containing classifier is created, a link may (depending on the multiplicities) be created to an instance of the classifier that types this connectable element.&#xD;&#xA;"/>
+ <properties xmi:id="_690yGqDJEeSZxfCXzZz3-w" name="partWithPort" type="Reference" description="Indicates the role of the internal structure of a classifier with the port to which the connector end is attached."/>
+ </elements>
+ <elements xmi:id="_690yG6DJEeSZxfCXzZz3-w" name="Property" supertypes="_690y2qDJEeSZxfCXzZz3-w _690yFaDJEeSZxfCXzZz3-w _690yLKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yHKDJEeSZxfCXzZz3-w" name="class" type="Reference" description="References the Class that owns the Property."/>
+ <properties xmi:id="_690yHaDJEeSZxfCXzZz3-w" name="datatype" type="Reference" description="The DataType that owns this Property."/>
+ <properties xmi:id="_690yHqDJEeSZxfCXzZz3-w" name="isDerived" description="If isDerived is true, the value of the attribute is derived from information elsewhere.&#xD;&#xA;Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <properties xmi:id="_690yH6DJEeSZxfCXzZz3-w" name="isDerivedUnion" description="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <properties xmi:id="_690yIKDJEeSZxfCXzZz3-w" name="aggregation" type="Enumeration" description="Specifies the kind of aggregation that applies to the Property."/>
+ <properties xmi:id="_690yIaDJEeSZxfCXzZz3-w" name="isComposite" description="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.&#xD;&#xA;This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <properties xmi:id="_690yIqDJEeSZxfCXzZz3-w" name="redefinedProperty" type="Reference" description="References the properties that are redefined by this property."/>
+ <properties xmi:id="_690yI6DJEeSZxfCXzZz3-w" name="owningAssociation" type="Reference" description="References the owning association of this property, if any."/>
+ <properties xmi:id="_690yJKDJEeSZxfCXzZz3-w" name="defaultValue" type="Reference" description="A ValueSpecification that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/>
+ <properties xmi:id="_690yJaDJEeSZxfCXzZz3-w" name="opposite" type="Reference" description="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end."/>
+ <properties xmi:id="_690yJqDJEeSZxfCXzZz3-w" name="subsettedProperty" type="Reference" description="References the properties of which this property is constrained to be a subset."/>
+ <properties xmi:id="_690yJ6DJEeSZxfCXzZz3-w" name="association" type="Reference" description="References the association of which this property is a member, if any."/>
+ <properties xmi:id="_690yKKDJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="An optional list of ordered qualifier attributes for the end. If the list is empty, then the Association is not qualified."/>
+ <properties xmi:id="_690yKaDJEeSZxfCXzZz3-w" name="associationEnd" type="Reference" description="Designates the optional association end that owns a qualifier attribute."/>
+ <properties xmi:id="_690yKqDJEeSZxfCXzZz3-w" name="interface" type="Reference"/>
+ <properties xmi:id="_690yK6DJEeSZxfCXzZz3-w" name="isID" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_690yLKDJEeSZxfCXzZz3-w" name="DeploymentTarget" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yLaDJEeSZxfCXzZz3-w" name="deployment" type="Reference" description="The set of Deployments for a DeploymentTarget."/>
+ <properties xmi:id="_690yLqDJEeSZxfCXzZz3-w" name="deployedElement" type="Reference" description="The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget."/>
+ </elements>
+ <elements xmi:id="_690yL6DJEeSZxfCXzZz3-w" name="Deployment" supertypes="_690xmqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yMKDJEeSZxfCXzZz3-w" name="deployedArtifact" type="Reference" description="The Artifacts that are deployed onto a Node. This association specializes the supplier association."/>
+ <properties xmi:id="_690yMaDJEeSZxfCXzZz3-w" name="configuration" type="Reference" description="The specification of properties that parameterize the deployment and execution of one or more Artifacts."/>
+ <properties xmi:id="_690yMqDJEeSZxfCXzZz3-w" name="location" type="Reference" description="The DeployedTarget which is the target of a Deployment."/>
+ </elements>
+ <elements xmi:id="_690yM6DJEeSZxfCXzZz3-w" name="DeployedArtifact" supertypes="_690xk6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690yNKDJEeSZxfCXzZz3-w" name="DeploymentSpecification" supertypes="_690yOKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yNaDJEeSZxfCXzZz3-w" name="deploymentLocation" description="The location where an Artifact is deployed onto a Node. This is typically a 'directory' or 'memory address'."/>
+ <properties xmi:id="_690yNqDJEeSZxfCXzZz3-w" name="executionLocation" description="The location where a component Artifact executes. This may be a local or remote location."/>
+ <properties xmi:id="_690yN6DJEeSZxfCXzZz3-w" name="deployment" type="Reference" description="The deployment with which the DeploymentSpecification is associated."/>
+ </elements>
+ <elements xmi:id="_690yOKDJEeSZxfCXzZz3-w" name="Artifact" supertypes="_690xwaDJEeSZxfCXzZz3-w _690yM6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yOaDJEeSZxfCXzZz3-w" name="fileName" description="A concrete name that is used to refer to the Artifact in a physical context. Example: file system name, universal resource locator."/>
+ <properties xmi:id="_690yOqDJEeSZxfCXzZz3-w" name="nestedArtifact" type="Reference" description="The Artifacts that are defined (nested) within the Artifact.&#xD;&#xA;The association is a specialization of the ownedMember association from Namespace to NamedElement.&#xD;&#xA;"/>
+ <properties xmi:id="_690yO6DJEeSZxfCXzZz3-w" name="manifestation" type="Reference" description="The set of model elements that are manifested in the Artifact. That is, these model elements are utilized in the construction (or generation) of the artifact."/>
+ <properties xmi:id="_690yPKDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The Operations defined for the Artifact. The association is a specialization of the ownedMember association."/>
+ <properties xmi:id="_690yPaDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes or association ends defined for the Artifact.&#xD;&#xA;The association is a specialization of the ownedMember association.&#xD;&#xA;"/>
+ </elements>
+ <elements xmi:id="_690yPqDJEeSZxfCXzZz3-w" name="Manifestation" supertypes="_690x_qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yP6DJEeSZxfCXzZz3-w" name="utilizedElement" type="Reference" description="The model element that is utilized in the manifestation in an Artifact."/>
+ </elements>
+ <elements xmi:id="_690yQKDJEeSZxfCXzZz3-w" name="Operation" supertypes="_690yTqDJEeSZxfCXzZz3-w _690x5aDJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yQaDJEeSZxfCXzZz3-w" name="interface" type="Reference" description="The Interface that owns this Operation."/>
+ <properties xmi:id="_690yQqDJEeSZxfCXzZz3-w" name="class" type="Reference" description="The class that owns the operation."/>
+ <properties xmi:id="_690yQ6DJEeSZxfCXzZz3-w" name="isQuery" description="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
+ <properties xmi:id="_690yRKDJEeSZxfCXzZz3-w" name="isOrdered" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is ordered or not, if present."/>
+ <properties xmi:id="_690yRaDJEeSZxfCXzZz3-w" name="isUnique" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is unique or not, if present."/>
+ <properties xmi:id="_690yRqDJEeSZxfCXzZz3-w" name="lower" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the lower multiplicity of the return parameter, if present."/>
+ <properties xmi:id="_690yR6DJEeSZxfCXzZz3-w" name="upper" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the upper multiplicity of the return parameter, if present."/>
+ <properties xmi:id="_690ySKDJEeSZxfCXzZz3-w" name="precondition" type="Reference" description="An optional set of Constraints on the state of the system when the Operation is invoked."/>
+ <properties xmi:id="_690ySaDJEeSZxfCXzZz3-w" name="postcondition" type="Reference" description="An optional set of Constraints specifying the state of the system when the Operation is completed."/>
+ <properties xmi:id="_690ySqDJEeSZxfCXzZz3-w" name="redefinedOperation" type="Reference" description="References the Operations that are redefined by this Operation."/>
+ <properties xmi:id="_690yS6DJEeSZxfCXzZz3-w" name="datatype" type="Reference" description="The DataType that owns this Operation."/>
+ <properties xmi:id="_690yTKDJEeSZxfCXzZz3-w" name="bodyCondition" type="Reference" description="An optional Constraint on the result values of an invocation of this Operation."/>
+ <properties xmi:id="_690yTaDJEeSZxfCXzZz3-w" name="type" type="Reference" description="This information is derived from the return result for this Operation.&#xD;&#xA;Specifies the return result of the operation, if present."/>
+ </elements>
+ <elements xmi:id="_690yTqDJEeSZxfCXzZz3-w" name="BehavioralFeature" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x96DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yT6DJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="Specifies the ordered set of formal parameters of this BehavioralFeature."/>
+ <properties xmi:id="_690yUKDJEeSZxfCXzZz3-w" name="isAbstract" description="If true, then the behavioral feature does not have an implementation, and one must be supplied by a more specific element. If false, the behavioral feature must have an implementation in the classifier or one must be inherited from a more general element."/>
+ <properties xmi:id="_690yUaDJEeSZxfCXzZz3-w" name="method" type="Reference" description="A behavioral description that implements the behavioral feature. There may be at most one behavior for a particular pairing of a classifier (as owner of the behavior) and a behavioral feature (as specification of the behavior)."/>
+ <properties xmi:id="_690yUqDJEeSZxfCXzZz3-w" name="concurrency" type="Enumeration" description="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
+ <properties xmi:id="_690yU6DJEeSZxfCXzZz3-w" name="raisedException" type="Reference" description="References the Types representing exceptions that may be raised during an invocation of this feature.&#xD;&#xA;The signals that the behavioral feature raises as exceptions."/>
+ <properties xmi:id="_690yVKDJEeSZxfCXzZz3-w" name="ownedParameterSet" type="Reference" description="The ParameterSets owned by this BehavioralFeature."/>
+ </elements>
+ <elements xmi:id="_690yVaDJEeSZxfCXzZz3-w" name="Behavior" supertypes="_690yXqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yVqDJEeSZxfCXzZz3-w" name="isReentrant" description="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
+ <properties xmi:id="_690yV6DJEeSZxfCXzZz3-w" name="redefinedBehavior" type="Reference" description="References a behavior that this behavior redefines. A subtype of Behavior may redefine any other subtype of Behavior. If the behavior implements a behavioral feature, it replaces the redefined behavior. If the behavior is a classifier behavior, it extends the redefined behavior."/>
+ <properties xmi:id="_690yWKDJEeSZxfCXzZz3-w" name="ownedParameter" type="Reference" description="References a list of parameters to the behavior which describes the order and type of arguments that can be given when the behavior is invoked and of the values which will be returned when the behavior completes its execution.&#xD;&#xA;"/>
+ <properties xmi:id="_690yWaDJEeSZxfCXzZz3-w" name="context" type="Reference" description="The classifier that is the context for the execution of the behavior. If the behavior is owned by a BehavioredClassifier, that classifier is the context. Otherwise, the context is the first BehavioredClassifier reached by following the chain of owner relationships. For example, following this algorithm, the context of an entry action in a state machine is the classifier that owns the state machine. The features of the context classifier as well as the elements visible to the context classifier are visible to the behavior."/>
+ <properties xmi:id="_690yWqDJEeSZxfCXzZz3-w" name="precondition" type="Reference" description="An optional set of Constraints specifying what must be fulfilled when the behavior is invoked."/>
+ <properties xmi:id="_690yW6DJEeSZxfCXzZz3-w" name="postcondition" type="Reference" description="An optional set of Constraints specifying what is fulfilled after the execution of the behavior is completed, if its precondition was fulfilled before its invocation."/>
+ <properties xmi:id="_690yXKDJEeSZxfCXzZz3-w" name="ownedParameterSet" type="Reference" description="The ParameterSets owned by this Behavior."/>
+ <properties xmi:id="_690yXaDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="Designates a behavioral feature that the behavior implements. The behavioral feature must be owned by the classifier that owns the behavior or be inherited by it. The parameters of the behavioral feature and the implementing behavior must match. A behavior does not need to have a specification, in which case it either is the classifer behavior of a BehavioredClassifier or it can only be invoked by another behavior of the classifier."/>
+ </elements>
+ <elements xmi:id="_690yXqDJEeSZxfCXzZz3-w" name="Class" supertypes="_690yt6DJEeSZxfCXzZz3-w _690yZaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yX6DJEeSZxfCXzZz3-w" name="nestedClassifier" type="Reference" description="References all the Classifiers that are defined (nested) within the Class."/>
+ <properties xmi:id="_690yYKDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The operations owned by the class."/>
+ <properties xmi:id="_690yYaDJEeSZxfCXzZz3-w" name="superClass" type="Reference" description="This gives the superclasses of a class."/>
+ <properties xmi:id="_690yYqDJEeSZxfCXzZz3-w" name="isActive" description="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <properties xmi:id="_690yY6DJEeSZxfCXzZz3-w" name="ownedReception" type="Reference" description="Receptions that objects of this class are willing to accept."/>
+ <properties xmi:id="_690yZKDJEeSZxfCXzZz3-w" name="extension" type="Reference" description="References the Extensions that specify additional properties of the metaclass. The property is derived from the extensions whose memberEnds are typed by the Class."/>
+ </elements>
+ <elements xmi:id="_690yZaDJEeSZxfCXzZz3-w" name="BehavioredClassifier" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yZqDJEeSZxfCXzZz3-w" name="ownedBehavior" type="Reference" description="References behavior specifications owned by a classifier."/>
+ <properties xmi:id="_690yZ6DJEeSZxfCXzZz3-w" name="classifierBehavior" type="Reference" description="A behavior specification that specifies the behavior of the classifier itself."/>
+ <properties xmi:id="_690yaKDJEeSZxfCXzZz3-w" name="interfaceRealization" type="Reference" description="The set of InterfaceRealizations owned by the BehavioredClassifier. Interface realizations reference the Interfaces of which the BehavioredClassifier is an implementation."/>
+ </elements>
+ <elements xmi:id="_690yaaDJEeSZxfCXzZz3-w" name="InterfaceRealization" supertypes="_690x_aDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yaqDJEeSZxfCXzZz3-w" name="contract" type="Reference" description="References the Interface specifying the conformance contract."/>
+ <properties xmi:id="_690ya6DJEeSZxfCXzZz3-w" name="implementingClassifier" type="Reference" description="References the BehavioredClassifier that owns this Interfacerealization (i.e., the classifier that realizes the Interface to which it points)."/>
+ </elements>
+ <elements xmi:id="_690ybKDJEeSZxfCXzZz3-w" name="Interface" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ybaDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes (i.e. the properties) owned by the class."/>
+ <properties xmi:id="_690ybqDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The operations owned by the class."/>
+ <properties xmi:id="_690yb6DJEeSZxfCXzZz3-w" name="nestedClassifier" type="Reference" description="References all the Classifiers that are defined (nested) within the Class."/>
+ <properties xmi:id="_690ycKDJEeSZxfCXzZz3-w" name="redefinedInterface" type="Reference" description="References all the Interfaces redefined by this Interface."/>
+ <properties xmi:id="_690ycaDJEeSZxfCXzZz3-w" name="ownedReception" type="Reference" description="Receptions that objects providing this interface are willing to accept."/>
+ <properties xmi:id="_690ycqDJEeSZxfCXzZz3-w" name="protocol" type="Reference" description="References a protocol state machine specifying the legal sequences of the invocation of the behavioral features described in the interface."/>
+ </elements>
+ <elements xmi:id="_690yc6DJEeSZxfCXzZz3-w" name="Reception" supertypes="_690yTqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ydKDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The signal that this reception handles."/>
+ </elements>
+ <elements xmi:id="_690ydaDJEeSZxfCXzZz3-w" name="Signal" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ydqDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The attributes owned by the signal."/>
+ </elements>
+ <elements xmi:id="_690yd6DJEeSZxfCXzZz3-w" name="ProtocolStateMachine" supertypes="_690yeaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yeKDJEeSZxfCXzZz3-w" name="conformance" type="Reference" description="Conformance between protocol state machines."/>
+ </elements>
+ <elements xmi:id="_690yeaDJEeSZxfCXzZz3-w" name="StateMachine" supertypes="_690yVaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yeqDJEeSZxfCXzZz3-w" name="region" type="Reference" description="The regions owned directly by the state machine."/>
+ <properties xmi:id="_690ye6DJEeSZxfCXzZz3-w" name="submachineState" type="Reference" description="References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state."/>
+ <properties xmi:id="_690yfKDJEeSZxfCXzZz3-w" name="connectionPoint" type="Reference" description="The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state."/>
+ <properties xmi:id="_690yfaDJEeSZxfCXzZz3-w" name="extendedStateMachine" type="Reference" description="The state machines of which this is an extension."/>
+ </elements>
+ <elements xmi:id="_690yfqDJEeSZxfCXzZz3-w" name="Region" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yf6DJEeSZxfCXzZz3-w" name="subvertex" type="Reference" description="The set of vertices that are owned by this region."/>
+ <properties xmi:id="_690ygKDJEeSZxfCXzZz3-w" name="transition" type="Reference" description="The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state."/>
+ <properties xmi:id="_690ygaDJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine."/>
+ <properties xmi:id="_690ygqDJEeSZxfCXzZz3-w" name="extendedRegion" type="Reference" description="The region of which this region is an extension."/>
+ <properties xmi:id="_690yg6DJEeSZxfCXzZz3-w" name="stateMachine" type="Reference" description="The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State."/>
+ </elements>
+ <elements xmi:id="_690yhKDJEeSZxfCXzZz3-w" name="Vertex" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yhaDJEeSZxfCXzZz3-w" name="outgoing" type="Reference" description="Specifies the transitions departing from this vertex."/>
+ <properties xmi:id="_690yhqDJEeSZxfCXzZz3-w" name="incoming" type="Reference" description="Specifies the transitions entering this vertex."/>
+ <properties xmi:id="_690yh6DJEeSZxfCXzZz3-w" name="container" type="Reference" description="The region that contains this vertex."/>
+ </elements>
+ <elements xmi:id="_690yiKDJEeSZxfCXzZz3-w" name="Transition" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yiaDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Indicates the precise type of the transition."/>
+ <properties xmi:id="_690yiqDJEeSZxfCXzZz3-w" name="container" type="Reference" description="Designates the region that owns this transition."/>
+ <properties xmi:id="_690yi6DJEeSZxfCXzZz3-w" name="source" type="Reference" description="Designates the originating vertex (state or pseudostate) of the transition."/>
+ <properties xmi:id="_690yjKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="Designates the target vertex that is reached when the transition is taken."/>
+ <properties xmi:id="_690yjaDJEeSZxfCXzZz3-w" name="redefinedTransition" type="Reference" description="The transition that is redefined by this transition."/>
+ <properties xmi:id="_690yjqDJEeSZxfCXzZz3-w" name="guard" type="Reference" description="A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed."/>
+ <properties xmi:id="_690yj6DJEeSZxfCXzZz3-w" name="effect" type="Reference" description="Specifies an optional behavior to be performed when the transition fires."/>
+ <properties xmi:id="_690ykKDJEeSZxfCXzZz3-w" name="trigger" type="Reference" description="Specifies the triggers that may fire the transition."/>
+ </elements>
+ <elements xmi:id="_690ykaDJEeSZxfCXzZz3-w" name="Trigger" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ykqDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The event that causes the trigger."/>
+ <properties xmi:id="_690yk6DJEeSZxfCXzZz3-w" name="port" type="Reference" multiplicity="-1" description="A optional port of the receiver object on which the behavioral feature is invoked."/>
+ </elements>
+ <elements xmi:id="_690ylKDJEeSZxfCXzZz3-w" name="Event" supertypes="_690xkqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690ylaDJEeSZxfCXzZz3-w" name="Port" supertypes="_690yG6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ylqDJEeSZxfCXzZz3-w" name="isBehavior" description="Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier. Such ports are referred to as behavior port. Any invocation of a behavioral feature targeted at a behavior port will be handled by the instance of the owning classifier itself, rather than by any instances that this classifier may contain."/>
+ <properties xmi:id="_690yl6DJEeSZxfCXzZz3-w" name="isService" description="If true indicates that this port is used to provide the published functionality of a classifier; if false, this port is used to implement the classifier but is not part of the essential externally-visible functionality of the classifier and can, therefore, be altered or deleted along with the internal implementation of the classifier and other properties that are considered part of its implementation."/>
+ <properties xmi:id="_690ymKDJEeSZxfCXzZz3-w" name="required" type="Reference" description="References the interfaces specifying the set of operations and receptions which the classifier expects its environment to handle. This association is derived as the set of interfaces required by the type of the port or its supertypes."/>
+ <properties xmi:id="_690ymaDJEeSZxfCXzZz3-w" name="redefinedPort" type="Reference" description="A port may be redefined when its containing classifier is specialized. The redefining port may have additional interfaces to those that are associated with the redefined port or it may replace an interface by one of its subtypes."/>
+ <properties xmi:id="_690ymqDJEeSZxfCXzZz3-w" name="provided" type="Reference" description="References the interfaces specifying the set of operations and receptions which the classifier offers to its environment, and which it will handle either directly or by forwarding it to a part of its internal structure. This association is derived from the interfaces realized by the type of the port or by the type of the port, if the port was typed by an interface.&#xD;&#xA;"/>
+ <properties xmi:id="_690ym6DJEeSZxfCXzZz3-w" name="protocol" type="Reference" description="References an optional protocol state machine which describes valid interactions at this interaction point."/>
+ <properties xmi:id="_690ynKDJEeSZxfCXzZz3-w" name="isConjugated" type="Boolean"/>
+ </elements>
+ <elements xmi:id="_690ynaDJEeSZxfCXzZz3-w" name="State" supertypes="_690xoqDJEeSZxfCXzZz3-w _690x0KDJEeSZxfCXzZz3-w _690yhKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ynqDJEeSZxfCXzZz3-w" name="isComposite" description="A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region."/>
+ <properties xmi:id="_690yn6DJEeSZxfCXzZz3-w" name="isOrthogonal" description="A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions."/>
+ <properties xmi:id="_690yoKDJEeSZxfCXzZz3-w" name="isSimple" description="A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine."/>
+ <properties xmi:id="_690yoaDJEeSZxfCXzZz3-w" name="isSubmachineState" description="A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine)."/>
+ <properties xmi:id="_690yoqDJEeSZxfCXzZz3-w" name="submachine" type="Reference" description="The state machine that is to be inserted in place of the (submachine) state."/>
+ <properties xmi:id="_690yo6DJEeSZxfCXzZz3-w" name="connection" type="Reference" description="The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate."/>
+ <properties xmi:id="_690ypKDJEeSZxfCXzZz3-w" name="connectionPoint" type="Reference" description="The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states."/>
+ <properties xmi:id="_690ypaDJEeSZxfCXzZz3-w" name="redefinedState" type="Reference" description="The state of which this state is a redefinition."/>
+ <properties xmi:id="_690ypqDJEeSZxfCXzZz3-w" name="stateInvariant" type="Reference" description="Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.&#xD;&#xA;"/>
+ <properties xmi:id="_690yp6DJEeSZxfCXzZz3-w" name="entry" type="Reference" description="An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.&#xD;&#xA;"/>
+ <properties xmi:id="_690yqKDJEeSZxfCXzZz3-w" name="exit" type="Reference" description="An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution."/>
+ <properties xmi:id="_690yqaDJEeSZxfCXzZz3-w" name="doActivity" type="Reference" description="An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first."/>
+ <properties xmi:id="_690yqqDJEeSZxfCXzZz3-w" name="deferrableTrigger" type="Reference" description="A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.&#xD;&#xA;"/>
+ <properties xmi:id="_690yq6DJEeSZxfCXzZz3-w" name="region" type="Reference" description="The regions owned directly by the state."/>
+ </elements>
+ <elements xmi:id="_690yrKDJEeSZxfCXzZz3-w" name="ConnectionPointReference" supertypes="_690yhKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yraDJEeSZxfCXzZz3-w" name="entry" type="Reference" description="The entryPoint kind pseudo states corresponding to this connection point."/>
+ <properties xmi:id="_690yrqDJEeSZxfCXzZz3-w" name="exit" type="Reference" description="The exitPoints kind pseudo states corresponding to this connection point."/>
+ <properties xmi:id="_690yr6DJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State in which the connection point refreshens are defined."/>
+ </elements>
+ <elements xmi:id="_690ysKDJEeSZxfCXzZz3-w" name="Pseudostate" supertypes="_690yhKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ysaDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice."/>
+ <properties xmi:id="_690ysqDJEeSZxfCXzZz3-w" name="stateMachine" type="Reference" description="The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint."/>
+ <properties xmi:id="_690ys6DJEeSZxfCXzZz3-w" name="state" type="Reference" description="The State that owns this pseudostate and in which it appears."/>
+ </elements>
+ <elements xmi:id="_690ytKDJEeSZxfCXzZz3-w" name="ProtocolConformance" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ytaDJEeSZxfCXzZz3-w" name="generalMachine" type="Reference" description="Specifies the protocol state machine to which the specific state machine conforms."/>
+ <properties xmi:id="_690ytqDJEeSZxfCXzZz3-w" name="specificMachine" type="Reference" description="Specifies the state machine which conforms to the general state machine."/>
+ </elements>
+ <elements xmi:id="_690yt6DJEeSZxfCXzZz3-w" name="EncapsulatedClassifier" supertypes="_690yuaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yuKDJEeSZxfCXzZz3-w" name="ownedPort" type="Reference" description="References a set of ports that an encapsulated classifier owns."/>
+ </elements>
+ <elements xmi:id="_690yuaDJEeSZxfCXzZz3-w" name="StructuredClassifier" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yuqDJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="References the properties owned by the classifier."/>
+ <properties xmi:id="_690yu6DJEeSZxfCXzZz3-w" name="part" type="Reference" description="References the properties specifying instances that the classifier owns by composition. This association is derived, selecting those owned properties where isComposite is true."/>
+ <properties xmi:id="_690yvKDJEeSZxfCXzZz3-w" name="role" type="Reference" description="References the roles that instances may play in this classifier."/>
+ <properties xmi:id="_690yvaDJEeSZxfCXzZz3-w" name="ownedConnector" type="Reference" description="References the connectors owned by the classifier."/>
+ </elements>
+ <elements xmi:id="_690yvqDJEeSZxfCXzZz3-w" name="Connector" supertypes="_690x96DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yv6DJEeSZxfCXzZz3-w" name="type" type="Reference" description="An optional association that specifies the link corresponding to this connector."/>
+ <properties xmi:id="_690ywKDJEeSZxfCXzZz3-w" name="redefinedConnector" type="Reference" description="A connector may be redefined when its containing classifier is specialized. The redefining connector may have a type that specializes the type of the redefined connector. The types of the connector ends of the redefining connector may specialize the types of the connector ends of the redefined connector. The properties of the connector ends of the redefining connector may be replaced."/>
+ <properties xmi:id="_690ywaDJEeSZxfCXzZz3-w" name="end" type="Reference" description="A connector consists of at least two connector ends, each representing the participation of instances of the classifiers typing the connectable elements attached to this end. The set of connector ends is ordered."/>
+ <properties xmi:id="_690ywqDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="Indicates the kind of connector."/>
+ <properties xmi:id="_690yw6DJEeSZxfCXzZz3-w" name="contract" type="Reference" description="The set of Behaviors that specify the valid interaction patterns across the connector."/>
+ </elements>
+ <elements xmi:id="_690yxKDJEeSZxfCXzZz3-w" name="Extension" supertypes="_690xu6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yxaDJEeSZxfCXzZz3-w" name="isRequired" description="Indicates whether an instance of the extending stereotype must be created when an instance of the extended class is created. The attribute value is derived from the multiplicity of the Property referenced by Extension::ownedEnd; a multiplicity of 1 means that isRequired is true, but otherwise it is false. Since the default multiplicity of an ExtensionEnd is 0..1, the default value of isRequired is false."/>
+ <properties xmi:id="_690yxqDJEeSZxfCXzZz3-w" name="metaclass" type="Reference" description="References the Class that is extended through an Extension. The property is derived from the type of the memberEnd that is not the ownedEnd."/>
+ </elements>
+ <elements xmi:id="_690yx6DJEeSZxfCXzZz3-w" name="ExtensionEnd" supertypes="_690yG6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690yyKDJEeSZxfCXzZz3-w" name="Stereotype" supertypes="_690yXqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yyaDJEeSZxfCXzZz3-w" name="icon" type="Reference" description="Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements."/>
+ </elements>
+ <elements xmi:id="_690yyqDJEeSZxfCXzZz3-w" name="Image" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yy6DJEeSZxfCXzZz3-w" name="content" description="This contains the serialization of the image according to the format. The value could represent a bitmap, image such as a GIF file, or drawing 'instructions' using a standard such as Scalable Vector Graphic (SVG) (which is XML based)."/>
+ <properties xmi:id="_690yzKDJEeSZxfCXzZz3-w" name="location" description="This contains a location that can be used by a tool to locate the image as an alternative to embedding it in the stereotype."/>
+ <properties xmi:id="_690yzaDJEeSZxfCXzZz3-w" name="format" description="This indicates the format of the content - which is how the string content should be interpreted. The following values are reserved: SVG, GIF, PNG, JPG, WMF, EMF, BMP.&#xD;&#xA;&#xD;&#xA;In addition the prefix 'MIME: ' is also reserved. This option can be used as an alternative to express the reserved values above, for example &quot;SVG&quot; could instead be expressed as &quot;MIME: image/svg+xml&quot;."/>
+ </elements>
+ <elements xmi:id="_690yzqDJEeSZxfCXzZz3-w" name="Profile" supertypes="_690xiaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690yz6DJEeSZxfCXzZz3-w" name="metaclassReference" type="Reference" description="References a metaclass that may be extended."/>
+ <properties xmi:id="_690y0KDJEeSZxfCXzZz3-w" name="metamodelReference" type="Reference" description="References a package containing (directly or indirectly) metaclasses that may be extended."/>
+ </elements>
+ <elements xmi:id="_690y0aDJEeSZxfCXzZz3-w" name="Model" supertypes="_690xiaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y0qDJEeSZxfCXzZz3-w" name="viewpoint" description="The name of the viewpoint that is expressed by a model (This name may refer to a profile definition)."/>
+ </elements>
+ <elements xmi:id="_690y06DJEeSZxfCXzZz3-w" name="ParameterSet" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y1KDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="Parameters in the parameter set."/>
+ <properties xmi:id="_690y1aDJEeSZxfCXzZz3-w" name="condition" type="Reference" description="Constraint that should be satisfied for the owner of the parameters in an input parameter set to start execution using the values provided for those parameters, or the owner of the parameters in an output parameter set to end execution providing the values for those parameters, if all preconditions and conditions on input parameter sets were satisfied."/>
+ </elements>
+ <elements xmi:id="_690y1qDJEeSZxfCXzZz3-w" name="DataType" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y16DJEeSZxfCXzZz3-w" name="ownedAttribute" type="Reference" description="The Attributes owned by the DataType."/>
+ <properties xmi:id="_690y2KDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The Operations owned by the DataType."/>
+ </elements>
+ <elements xmi:id="_690y2aDJEeSZxfCXzZz3-w" name="OperationTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690y2qDJEeSZxfCXzZz3-w" name="StructuralFeature" supertypes="_690x96DJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y26DJEeSZxfCXzZz3-w" name="isReadOnly" description="States whether the feature's value may be modified by a client."/>
+ </elements>
+ <elements xmi:id="_690y3KDJEeSZxfCXzZz3-w" name="ConnectableElementTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690y3aDJEeSZxfCXzZz3-w" name="CollaborationUse" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y3qDJEeSZxfCXzZz3-w" name="type" type="Reference" description="The collaboration which is used in this occurrence. The collaboration defines the cooperation between its roles which are mapped to properties of the classifier owning the collaboration use."/>
+ <properties xmi:id="_690y36DJEeSZxfCXzZz3-w" name="roleBinding" type="Reference" description="A mapping between features of the collaboration type and features of the classifier or operation. This mapping indicates which connectable element of the classifier or operation plays which role(s) in the collaboration. A connectable element may be bound to multiple roles in the same collaboration use (that is, it may play multiple roles).&#xD;&#xA;"/>
+ </elements>
+ <elements xmi:id="_690y4KDJEeSZxfCXzZz3-w" name="Collaboration" supertypes="_690yZaDJEeSZxfCXzZz3-w _690yuaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y4aDJEeSZxfCXzZz3-w" name="collaborationRole" type="Reference" description="References connectable elements (possibly owned by other classifiers) which represent roles that instances may play in this collaboration."/>
+ </elements>
+ <elements xmi:id="_690y4qDJEeSZxfCXzZz3-w" name="UseCase" supertypes="_690yZaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y46DJEeSZxfCXzZz3-w" name="include" type="Reference" description="References the Include relationships owned by this use case."/>
+ <properties xmi:id="_690y5KDJEeSZxfCXzZz3-w" name="extend" type="Reference" description="References the Extend relationships owned by this use case."/>
+ <properties xmi:id="_690y5aDJEeSZxfCXzZz3-w" name="extensionPoint" type="Reference" description="References the ExtensionPoints owned by the use case."/>
+ <properties xmi:id="_690y5qDJEeSZxfCXzZz3-w" name="subject" type="Reference" description="References the subjects to which this use case applies. The subject or its parts realize all the use cases that apply to this subject. Use cases need not be attached to any specific subject, however. The subject may, but need not, own the use cases that apply to it."/>
+ </elements>
+ <elements xmi:id="_690y56DJEeSZxfCXzZz3-w" name="Include" supertypes="_690xk6DJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y6KDJEeSZxfCXzZz3-w" name="addition" type="Reference" description="References the use case that is to be included.&#xD;&#xA;"/>
+ <properties xmi:id="_690y6aDJEeSZxfCXzZz3-w" name="includingCase" type="Reference" description="References the use case which will include the addition and owns the include relationship."/>
+ </elements>
+ <elements xmi:id="_690y6qDJEeSZxfCXzZz3-w" name="Extend" supertypes="_690xk6DJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y66DJEeSZxfCXzZz3-w" name="extendedCase" type="Reference" description="References the use case that is being extended."/>
+ <properties xmi:id="_690y7KDJEeSZxfCXzZz3-w" name="condition" type="Reference" description="References the condition that must hold when the first extension point is reached for the extension to take place. If no constraint is associated with the extend relationship, the extension is unconditional.&#xD;&#xA;"/>
+ <properties xmi:id="_690y7aDJEeSZxfCXzZz3-w" name="extensionLocation" type="Reference" description="An ordered list of extension points belonging to the extended use case, specifying where the respective behavioral fragments of the extending use case are to be inserted. The first fragment in the extending use case is associated with the first extension point in the list, the second fragment with the second point, and so on. (Note that, in most practical cases, the extending use case has just a single behavior fragment, so that the list of extension points is trivial.)&#xD;&#xA;"/>
+ <properties xmi:id="_690y7qDJEeSZxfCXzZz3-w" name="extension" type="Reference" description="References the use case that represents the extension and owns the extend relationship."/>
+ </elements>
+ <elements xmi:id="_690y76DJEeSZxfCXzZz3-w" name="ExtensionPoint" supertypes="_690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y8KDJEeSZxfCXzZz3-w" name="useCase" type="Reference" description="References the use case that owns this extension point."/>
+ </elements>
+ <elements xmi:id="_690y8aDJEeSZxfCXzZz3-w" name="RedefinableTemplateSignature" supertypes="_690x0KDJEeSZxfCXzZz3-w _690x26DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y8qDJEeSZxfCXzZz3-w" name="extendedSignature" type="Reference" description="The template signature that is extended by this template signature."/>
+ <properties xmi:id="_690y86DJEeSZxfCXzZz3-w" name="inheritedParameter" type="Reference" description="The formal template parameters of the extendedSignature."/>
+ <properties xmi:id="_690y9KDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier that owns this template signature."/>
+ </elements>
+ <elements xmi:id="_690y9aDJEeSZxfCXzZz3-w" name="ClassifierTemplateParameter" supertypes="_690x36DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y9qDJEeSZxfCXzZz3-w" name="allowSubstitutable" description="Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter."/>
+ <properties xmi:id="_690y96DJEeSZxfCXzZz3-w" name="constrainingClassifier" type="Reference" description="The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument."/>
+ </elements>
+ <elements xmi:id="_690y-KDJEeSZxfCXzZz3-w" name="StringExpression" supertypes="_690y-6DJEeSZxfCXzZz3-w _690x1KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y-aDJEeSZxfCXzZz3-w" name="subExpression" type="Reference" description="The StringExpressions that constitute this StringExpression."/>
+ <properties xmi:id="_690y-qDJEeSZxfCXzZz3-w" name="owningExpression" type="Reference" description="The string expression of which this expression is a substring."/>
+ </elements>
+ <elements xmi:id="_690y-6DJEeSZxfCXzZz3-w" name="Expression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690y_KDJEeSZxfCXzZz3-w" name="symbol" description="The symbol associated with the node in the expression tree."/>
+ <properties xmi:id="_690y_aDJEeSZxfCXzZz3-w" name="operand" type="Reference" description="Specifies a sequence of operands."/>
+ </elements>
+ <elements xmi:id="_690y_qDJEeSZxfCXzZz3-w" name="Usage" supertypes="_690xmqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690y_6DJEeSZxfCXzZz3-w" name="PackageMerge" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zAKDJEeSZxfCXzZz3-w" name="mergedPackage" type="Reference" description="References the Package that is to be merged with the receiving package of the PackageMerge."/>
+ <properties xmi:id="_690zAaDJEeSZxfCXzZz3-w" name="receivingPackage" type="Reference" description="References the Package that is being extended with the contents of the merged package of the PackageMerge."/>
+ </elements>
+ <elements xmi:id="_690zAqDJEeSZxfCXzZz3-w" name="ProfileApplication" supertypes="_690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zA6DJEeSZxfCXzZz3-w" name="appliedProfile" type="Reference" description="References the Profiles that are applied to a Package through this ProfileApplication."/>
+ <properties xmi:id="_690zBKDJEeSZxfCXzZz3-w" name="isStrict" description="Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied."/>
+ <properties xmi:id="_690zBaDJEeSZxfCXzZz3-w" name="applyingPackage" type="Reference" description="The package that owns the profile application."/>
+ </elements>
+ <elements xmi:id="_690zBqDJEeSZxfCXzZz3-w" name="Enumeration" supertypes="_690y1qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zB6DJEeSZxfCXzZz3-w" name="ownedLiteral" type="Reference" description="The ordered set of literals for this Enumeration."/>
+ </elements>
+ <elements xmi:id="_690zCKDJEeSZxfCXzZz3-w" name="EnumerationLiteral" supertypes="_690zC6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zCaDJEeSZxfCXzZz3-w" name="enumeration" type="Reference" description="The Enumeration that this EnumerationLiteral is a member of."/>
+ <properties xmi:id="_690zCqDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier of this EnumerationLiteral is derived to be equal to its enumeration. Redefines InstanceSpecification::classifier."/>
+ </elements>
+ <elements xmi:id="_690zC6DJEeSZxfCXzZz3-w" name="InstanceSpecification" supertypes="_690yLKDJEeSZxfCXzZz3-w _690xkqDJEeSZxfCXzZz3-w _690yM6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zDKDJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them."/>
+ <properties xmi:id="_690zDaDJEeSZxfCXzZz3-w" name="slot" type="Reference" description="A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description."/>
+ <properties xmi:id="_690zDqDJEeSZxfCXzZz3-w" name="specification" type="Reference" description="A specification of how to compute, derive, or construct the instance."/>
+ </elements>
+ <elements xmi:id="_690zD6DJEeSZxfCXzZz3-w" name="Slot" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zEKDJEeSZxfCXzZz3-w" name="definingFeature" type="Reference" description="The structural feature that specifies the values that may be held by the slot."/>
+ <properties xmi:id="_690zEaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="The value or values corresponding to the defining feature for the owning instance specification."/>
+ <properties xmi:id="_690zEqDJEeSZxfCXzZz3-w" name="owningInstance" type="Reference" description="The instance specification that owns this slot."/>
+ </elements>
+ <elements xmi:id="_690zE6DJEeSZxfCXzZz3-w" name="PrimitiveType" supertypes="_690y1qDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zFKDJEeSZxfCXzZz3-w" name="LiteralSpecification" supertypes="_690xtqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zFaDJEeSZxfCXzZz3-w" name="LiteralInteger" supertypes="_690zFKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zFqDJEeSZxfCXzZz3-w" name="value" description="The specified Integer value."/>
+ </elements>
+ <elements xmi:id="_690zF6DJEeSZxfCXzZz3-w" name="LiteralString" supertypes="_690zFKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zGKDJEeSZxfCXzZz3-w" name="value" description="The specified String value."/>
+ </elements>
+ <elements xmi:id="_690zGaDJEeSZxfCXzZz3-w" name="LiteralBoolean" supertypes="_690zFKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zGqDJEeSZxfCXzZz3-w" name="value" description="The specified Boolean value."/>
+ </elements>
+ <elements xmi:id="_690zG6DJEeSZxfCXzZz3-w" name="LiteralNull" supertypes="_690zFKDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zHKDJEeSZxfCXzZz3-w" name="InstanceValue" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zHaDJEeSZxfCXzZz3-w" name="instance" type="Reference" description="The instance that is the specified value."/>
+ </elements>
+ <elements xmi:id="_690zHqDJEeSZxfCXzZz3-w" name="LiteralUnlimitedNatural" supertypes="_690zFKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zH6DJEeSZxfCXzZz3-w" name="value" description="The specified UnlimitedNatural value."/>
+ </elements>
+ <elements xmi:id="_690zIKDJEeSZxfCXzZz3-w" name="OpaqueBehavior" supertypes="_690yVaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zIaDJEeSZxfCXzZz3-w" name="body" description="Specifies the behavior in one or more languages."/>
+ <properties xmi:id="_690zIqDJEeSZxfCXzZz3-w" name="language" description="Languages the body strings use in the same order as the body strings."/>
+ </elements>
+ <elements xmi:id="_690zI6DJEeSZxfCXzZz3-w" name="FunctionBehavior" supertypes="_690zIKDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zJKDJEeSZxfCXzZz3-w" name="OpaqueAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zJaDJEeSZxfCXzZz3-w" name="body" description="Specifies the action in one or more languages."/>
+ <properties xmi:id="_690zJqDJEeSZxfCXzZz3-w" name="language" description="Languages the body strings use, in the same order as the body strings"/>
+ <properties xmi:id="_690zJ6DJEeSZxfCXzZz3-w" name="inputValue" type="Reference" description="Provides input to the action."/>
+ <properties xmi:id="_690zKKDJEeSZxfCXzZz3-w" name="outputValue" type="Reference" description="Takes output from the action."/>
+ </elements>
+ <elements xmi:id="_690zKaDJEeSZxfCXzZz3-w" name="Action" supertypes="_690zMKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zKqDJEeSZxfCXzZz3-w" name="output" type="Reference" description="The ordered set of output pins connected to the Action. The action places its results onto pins in this set."/>
+ <properties xmi:id="_690zK6DJEeSZxfCXzZz3-w" name="input" type="Reference" description="The ordered set of input pins connected to the Action. These are among the total set of inputs."/>
+ <properties xmi:id="_690zLKDJEeSZxfCXzZz3-w" name="context" type="Reference" description="The classifier that owns the behavior of which this action is a part."/>
+ <properties xmi:id="_690zLaDJEeSZxfCXzZz3-w" name="localPrecondition" type="Reference" description="Constraint that must be satisfied when execution is started."/>
+ <properties xmi:id="_690zLqDJEeSZxfCXzZz3-w" name="localPostcondition" type="Reference" description="Constraint that must be satisfied when executed is completed."/>
+ <properties xmi:id="_690zL6DJEeSZxfCXzZz3-w" name="isLocallyReentrant" type="Boolean" description="If true, the action can begin a new, concurrent execution, even if there is already another execution of the action ongoing. If false, the action cannot begin a new execution until any previous execution has completed. The default is false."/>
+ </elements>
+ <elements xmi:id="_690zMKDJEeSZxfCXzZz3-w" name="ExecutableNode" supertypes="_690zMqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zMaDJEeSZxfCXzZz3-w" name="handler" type="Reference" description="A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node."/>
+ </elements>
+ <elements xmi:id="_690zMqDJEeSZxfCXzZz3-w" name="ActivityNode" supertypes="_690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zM6DJEeSZxfCXzZz3-w" name="inStructuredNode" type="Reference" description="Structured activity node containing the node."/>
+ <properties xmi:id="_690zNKDJEeSZxfCXzZz3-w" name="activity" type="Reference" description="Activity containing the node."/>
+ <properties xmi:id="_690zNaDJEeSZxfCXzZz3-w" name="outgoing" type="Reference" description="Edges that have the node as source."/>
+ <properties xmi:id="_690zNqDJEeSZxfCXzZz3-w" name="incoming" type="Reference" description="Edges that have the node as target."/>
+ <properties xmi:id="_690zN6DJEeSZxfCXzZz3-w" name="inPartition" type="Reference" description="Partitions containing the node."/>
+ <properties xmi:id="_690zOKDJEeSZxfCXzZz3-w" name="inInterruptibleRegion" type="Reference" description="Interruptible regions containing the node."/>
+ <properties xmi:id="_690zOaDJEeSZxfCXzZz3-w" name="inGroup" type="Reference" description="Groups containing the node."/>
+ <properties xmi:id="_690zOqDJEeSZxfCXzZz3-w" name="redefinedNode" type="Reference" description="Inherited nodes replaced by this node in a specialization of the activity."/>
+ </elements>
+ <elements xmi:id="_690zO6DJEeSZxfCXzZz3-w" name="StructuredActivityNode" supertypes="_690zKaDJEeSZxfCXzZz3-w _690xoqDJEeSZxfCXzZz3-w _690zQqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zPKDJEeSZxfCXzZz3-w" name="variable" type="Reference" description="A variable defined in the scope of the structured activity node. It has no value and may not be accessed"/>
+ <properties xmi:id="_690zPaDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges immediately contained in the structured node."/>
+ <properties xmi:id="_690zPqDJEeSZxfCXzZz3-w" name="mustIsolate" description="If true, then the actions in the node execute in isolation from actions outside the node."/>
+ <properties xmi:id="_690zP6DJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
+ <properties xmi:id="_690zQKDJEeSZxfCXzZz3-w" name="structuredNodeInput" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_690zQaDJEeSZxfCXzZz3-w" name="structuredNodeOutput" type="Reference" multiplicity="-1"/>
+ </elements>
+ <elements xmi:id="_690zQqDJEeSZxfCXzZz3-w" name="ActivityGroup" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zQ6DJEeSZxfCXzZz3-w" name="subgroup" type="Reference" description="Groups immediately contained in the group."/>
+ <properties xmi:id="_690zRKDJEeSZxfCXzZz3-w" name="superGroup" type="Reference" description="Group immediately containing the group."/>
+ <properties xmi:id="_690zRaDJEeSZxfCXzZz3-w" name="inActivity" type="Reference" description="Activity containing the group."/>
+ <properties xmi:id="_690zRqDJEeSZxfCXzZz3-w" name="containedEdge" type="Reference" description="Edges immediately contained in the group."/>
+ <properties xmi:id="_690zR6DJEeSZxfCXzZz3-w" name="containedNode" type="Reference" description="Nodes immediately contained in the group."/>
+ </elements>
+ <elements xmi:id="_690zSKDJEeSZxfCXzZz3-w" name="Activity" supertypes="_690yVaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zSaDJEeSZxfCXzZz3-w" name="structuredNode" type="Reference" description="Top-level structured nodes in the activity."/>
+ <properties xmi:id="_690zSqDJEeSZxfCXzZz3-w" name="variable" type="Reference" description="Top-level variables in the activity."/>
+ <properties xmi:id="_690zS6DJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes coordinated by the activity."/>
+ <properties xmi:id="_690zTKDJEeSZxfCXzZz3-w" name="isReadOnly" description="If true, this activity must not make any changes to variables outside the activity or to objects. (This is an assertion, not an executable property. It may be used by an execution engine to optimize model execution. If the assertion is violated by the action, then the model is ill-formed.) The default is false (an activity may make nonlocal changes)."/>
+ <properties xmi:id="_690zTaDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges expressing flow between nodes of the activity."/>
+ <properties xmi:id="_690zTqDJEeSZxfCXzZz3-w" name="partition" type="Reference" description="Top-level partitions in the activity."/>
+ <properties xmi:id="_690zT6DJEeSZxfCXzZz3-w" name="isSingleExecution" description="If true, all invocations of the activity are handled by the same execution."/>
+ <properties xmi:id="_690zUKDJEeSZxfCXzZz3-w" name="group" type="Reference" description="Top-level groups in the activity."/>
+ </elements>
+ <elements xmi:id="_690zUaDJEeSZxfCXzZz3-w" name="Variable" supertypes="_690yFaDJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zUqDJEeSZxfCXzZz3-w" name="scope" type="Reference" description="A structured activity node that owns the variable."/>
+ <properties xmi:id="_690zU6DJEeSZxfCXzZz3-w" name="activityScope" type="Reference" description="An activity that owns the variable."/>
+ </elements>
+ <elements xmi:id="_690zVKDJEeSZxfCXzZz3-w" name="ActivityEdge" supertypes="_690x0KDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zVaDJEeSZxfCXzZz3-w" name="source" type="Reference" description="Node from which tokens are taken when they traverse the edge."/>
+ <properties xmi:id="_690zVqDJEeSZxfCXzZz3-w" name="target" type="Reference" description="Node to which tokens are put when they traverse the edge."/>
+ <properties xmi:id="_690zV6DJEeSZxfCXzZz3-w" name="redefinedEdge" type="Reference" description="Inherited edges replaced by this edge in a specialization of the activity."/>
+ <properties xmi:id="_690zWKDJEeSZxfCXzZz3-w" name="inPartition" type="Reference" description="Partitions containing the edge."/>
+ <properties xmi:id="_690zWaDJEeSZxfCXzZz3-w" name="guard" type="Reference" description="Specification evaluated at runtime to determine if the edge can be traversed."/>
+ <properties xmi:id="_690zWqDJEeSZxfCXzZz3-w" name="weight" type="Reference" description="The minimum number of tokens that must traverse the edge at the same time."/>
+ <properties xmi:id="_690zW6DJEeSZxfCXzZz3-w" name="interrupts" type="Reference" description="Region that the edge can interrupt."/>
+ <properties xmi:id="_690zXKDJEeSZxfCXzZz3-w" name="inStructuredNode" type="Reference" description="Structured activity node containing the edge."/>
+ <properties xmi:id="_690zXaDJEeSZxfCXzZz3-w" name="inGroup" type="Reference" description="Groups containing the edge."/>
+ <properties xmi:id="_690zXqDJEeSZxfCXzZz3-w" name="activity" type="Reference" description="Activity containing the edge."/>
+ </elements>
+ <elements xmi:id="_690zX6DJEeSZxfCXzZz3-w" name="ActivityPartition" supertypes="_690xk6DJEeSZxfCXzZz3-w _690zQqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zYKDJEeSZxfCXzZz3-w" name="isDimension" description="Tells whether the partition groups other partitions along a dimension."/>
+ <properties xmi:id="_690zYaDJEeSZxfCXzZz3-w" name="isExternal" description="Tells whether the partition represents an entity to which the partitioning structure does not apply."/>
+ <properties xmi:id="_690zYqDJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
+ <properties xmi:id="_690zY6DJEeSZxfCXzZz3-w" name="subpartition" type="Reference" description="Partitions immediately contained in the partition."/>
+ <properties xmi:id="_690zZKDJEeSZxfCXzZz3-w" name="superPartition" type="Reference" description="Partition immediately containing the partition."/>
+ <properties xmi:id="_690zZaDJEeSZxfCXzZz3-w" name="represents" type="Reference" description="An element constraining behaviors invoked by nodes in the partition."/>
+ <properties xmi:id="_690zZqDJEeSZxfCXzZz3-w" name="edge" type="Reference" description="Edges immediately contained in the group."/>
+ </elements>
+ <elements xmi:id="_690zZ6DJEeSZxfCXzZz3-w" name="InterruptibleActivityRegion" supertypes="_690zQqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zaKDJEeSZxfCXzZz3-w" name="node" type="Reference" description="Nodes immediately contained in the group."/>
+ <properties xmi:id="_690zaaDJEeSZxfCXzZz3-w" name="interruptingEdge" type="Reference" description="The edges leaving the region that will abort other tokens flowing in the region."/>
+ </elements>
+ <elements xmi:id="_690zaqDJEeSZxfCXzZz3-w" name="ExceptionHandler" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690za6DJEeSZxfCXzZz3-w" name="handlerBody" type="Reference" description="A node that is executed if the handler satisfies an uncaught exception."/>
+ <properties xmi:id="_690zbKDJEeSZxfCXzZz3-w" name="exceptionInput" type="Reference" description="An object node within the handler body. When the handler catches an exception, the exception token is placed in this node, causing the body to execute."/>
+ <properties xmi:id="_690zbaDJEeSZxfCXzZz3-w" name="exceptionType" type="Reference" description="The kind of instances that the handler catches. If an exception occurs whose type is any of the classifiers in the set, the handler catches the exception and executes its body."/>
+ <properties xmi:id="_690zbqDJEeSZxfCXzZz3-w" name="protectedNode" type="Reference" description="The node protected by the handler. The handler is examined if an exception propagates to the outside of the node."/>
+ </elements>
+ <elements xmi:id="_690zb6DJEeSZxfCXzZz3-w" name="ObjectNode" supertypes="_690zMqDJEeSZxfCXzZz3-w _690xt6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zcKDJEeSZxfCXzZz3-w" name="ordering" type="Enumeration" description="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
+ <properties xmi:id="_690zcaDJEeSZxfCXzZz3-w" name="isControlType" description="Tells whether the type of the object node is to be treated as control."/>
+ <properties xmi:id="_690zcqDJEeSZxfCXzZz3-w" name="upperBound" type="Reference" description="The maximum number of tokens allowed in the node. Objects cannot flow into the node if the upper bound is reached."/>
+ <properties xmi:id="_690zc6DJEeSZxfCXzZz3-w" name="inState" type="Reference" description="The required states of the object available at this point in the activity."/>
+ <properties xmi:id="_690zdKDJEeSZxfCXzZz3-w" name="selection" type="Reference" description="Selects tokens for outgoing edges."/>
+ </elements>
+ <elements xmi:id="_690zdaDJEeSZxfCXzZz3-w" name="OutputPin" supertypes="_690zdqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zdqDJEeSZxfCXzZz3-w" name="Pin" supertypes="_690zb6DJEeSZxfCXzZz3-w _690yDqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zd6DJEeSZxfCXzZz3-w" name="isControl" description="Tells whether the pins provide data to the actions, or just controls when it executes it."/>
+ </elements>
+ <elements xmi:id="_690zeKDJEeSZxfCXzZz3-w" name="InputPin" supertypes="_690zdqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zeaDJEeSZxfCXzZz3-w" name="CallAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zeqDJEeSZxfCXzZz3-w" name="isSynchronous" description="If true, the call is synchronous and the caller waits for completion of the invoked behavior.&#xD;&#xA;If false, the call is asynchronous and the caller proceeds immediately and does not expect a return values.&#xD;&#xA;"/>
+ <properties xmi:id="_690ze6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins where the results of performing the invocation are placed."/>
+ </elements>
+ <elements xmi:id="_690zfKDJEeSZxfCXzZz3-w" name="InvocationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zfaDJEeSZxfCXzZz3-w" name="argument" type="Reference" description="Specification of the ordered set of argument values that appears during execution."/>
+ <properties xmi:id="_690zfqDJEeSZxfCXzZz3-w" name="onPort" type="Reference" description="A optional port of the receiver object on which the behavioral feature is invoked."/>
+ </elements>
+ <elements xmi:id="_690zf6DJEeSZxfCXzZz3-w" name="SendSignalAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zgKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the signal is sent."/>
+ <properties xmi:id="_690zgaDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The type of signal transmitted to the target object."/>
+ </elements>
+ <elements xmi:id="_690zgqDJEeSZxfCXzZz3-w" name="CallOperationAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zg6DJEeSZxfCXzZz3-w" name="operation" type="Reference" description="The operation to be invoked by the action execution."/>
+ <properties xmi:id="_690zhKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the request is sent. The classifier of the target object is used to dynamically determine a behavior to invoke. This object constitutes the context of the execution of the operation."/>
+ </elements>
+ <elements xmi:id="_690zhaDJEeSZxfCXzZz3-w" name="CallBehaviorAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zhqDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="The invoked behavior. It must be capable of accepting and returning control."/>
+ </elements>
+ <elements xmi:id="_690zh6DJEeSZxfCXzZz3-w" name="SequenceNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ziKDJEeSZxfCXzZz3-w" name="executableNode" type="Reference" description="An ordered set of executable nodes."/>
+ </elements>
+ <elements xmi:id="_690ziaDJEeSZxfCXzZz3-w" name="ControlNode" supertypes="_690zMqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690ziqDJEeSZxfCXzZz3-w" name="ControlFlow" supertypes="_690zVKDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zi6DJEeSZxfCXzZz3-w" name="InitialNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zjKDJEeSZxfCXzZz3-w" name="ActivityParameterNode" supertypes="_690zb6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zjaDJEeSZxfCXzZz3-w" name="parameter" type="Reference" description="The parameter the object node will be accepting or providing values for."/>
+ </elements>
+ <elements xmi:id="_690zjqDJEeSZxfCXzZz3-w" name="ValuePin" supertypes="_690zeKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zj6DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value that the pin will provide."/>
+ </elements>
+ <elements xmi:id="_690zkKDJEeSZxfCXzZz3-w" name="Message" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zkaDJEeSZxfCXzZz3-w" name="messageKind" type="Enumeration" description="The derived kind of the Message (complete, lost, found or unknown)"/>
+ <properties xmi:id="_690zkqDJEeSZxfCXzZz3-w" name="messageSort" type="Enumeration" description="The sort of communication reflected by the Message"/>
+ <properties xmi:id="_690zk6DJEeSZxfCXzZz3-w" name="receiveEvent" type="Reference" description="References the Receiving of the Message"/>
+ <properties xmi:id="_690zlKDJEeSZxfCXzZz3-w" name="sendEvent" type="Reference" description="References the Sending of the Message."/>
+ <properties xmi:id="_690zlaDJEeSZxfCXzZz3-w" name="connector" type="Reference" description="The Connector on which this Message is sent."/>
+ <properties xmi:id="_690zlqDJEeSZxfCXzZz3-w" name="interaction" type="Reference" description="The enclosing Interaction owning the Message"/>
+ <properties xmi:id="_690zl6DJEeSZxfCXzZz3-w" name="argument" type="Reference" description="The arguments of the Message"/>
+ <properties xmi:id="_690zmKDJEeSZxfCXzZz3-w" name="signature" type="Reference" description="The definition of the type or signature of the Message (depending on its kind). The associated named element is derived from the message end that constitutes the sending or receiving message event. If both a sending event and a receiving message event are present, the signature is obtained from the sending event."/>
+ </elements>
+ <elements xmi:id="_690zmaDJEeSZxfCXzZz3-w" name="MessageEnd" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zmqDJEeSZxfCXzZz3-w" name="message" type="Reference" description="References a Message."/>
+ </elements>
+ <elements xmi:id="_690zm6DJEeSZxfCXzZz3-w" name="Interaction" supertypes="_690yVaDJEeSZxfCXzZz3-w _690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690znKDJEeSZxfCXzZz3-w" name="lifeline" type="Reference" description="Specifies the participants in this Interaction."/>
+ <properties xmi:id="_690znaDJEeSZxfCXzZz3-w" name="fragment" type="Reference" description="The ordered set of fragments in the Interaction."/>
+ <properties xmi:id="_690znqDJEeSZxfCXzZz3-w" name="action" type="Reference" description="Actions owned by the Interaction."/>
+ <properties xmi:id="_690zn6DJEeSZxfCXzZz3-w" name="formalGate" type="Reference" description="Specifies the gates that form the message interface between this Interaction and any InteractionUses which reference it.&#xD;&#xA;"/>
+ <properties xmi:id="_690zoKDJEeSZxfCXzZz3-w" name="message" type="Reference" description="The Messages contained in this Interaction."/>
+ </elements>
+ <elements xmi:id="_690zoaDJEeSZxfCXzZz3-w" name="InteractionFragment" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zoqDJEeSZxfCXzZz3-w" name="covered" type="Reference" description="References the Lifelines that the InteractionFragment involves."/>
+ <properties xmi:id="_690zo6DJEeSZxfCXzZz3-w" name="generalOrdering" type="Reference" description="The general ordering relationships contained in this fragment."/>
+ <properties xmi:id="_690zpKDJEeSZxfCXzZz3-w" name="enclosingInteraction" type="Reference" description="The Interaction enclosing this InteractionFragment."/>
+ <properties xmi:id="_690zpaDJEeSZxfCXzZz3-w" name="enclosingOperand" type="Reference" description="The operand enclosing this InteractionFragment (they may nest recursively)"/>
+ </elements>
+ <elements xmi:id="_690zpqDJEeSZxfCXzZz3-w" name="Lifeline" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zp6DJEeSZxfCXzZz3-w" name="represents" type="Reference" description="References the ConnectableElement within the classifier that contains the enclosing interaction."/>
+ <properties xmi:id="_690zqKDJEeSZxfCXzZz3-w" name="interaction" type="Reference" description="References the Interaction enclosing this Lifeline."/>
+ <properties xmi:id="_690zqaDJEeSZxfCXzZz3-w" name="selector" type="Reference" description="If the referenced ConnectableElement is multivalued, then this specifies the specific individual part within that set."/>
+ <properties xmi:id="_690zqqDJEeSZxfCXzZz3-w" name="decomposedAs" type="Reference" description="References the Interaction that represents the decomposition."/>
+ <properties xmi:id="_690zq6DJEeSZxfCXzZz3-w" name="coveredBy" type="Reference" description="References the InteractionFragments in which this Lifeline takes part."/>
+ </elements>
+ <elements xmi:id="_690zrKDJEeSZxfCXzZz3-w" name="PartDecomposition" supertypes="_690zraDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zraDJEeSZxfCXzZz3-w" name="InteractionUse" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zrqDJEeSZxfCXzZz3-w" name="refersTo" type="Reference" description="Refers to the Interaction that defines its meaning"/>
+ <properties xmi:id="_690zr6DJEeSZxfCXzZz3-w" name="actualGate" type="Reference" description="The actual gates of the InteractionUse"/>
+ <properties xmi:id="_690zsKDJEeSZxfCXzZz3-w" name="argument" type="Reference" description="The actual arguments of the Interaction"/>
+ <properties xmi:id="_690zsaDJEeSZxfCXzZz3-w" name="returnValue" type="Reference" description="The value of the executed Interaction."/>
+ <properties xmi:id="_690zsqDJEeSZxfCXzZz3-w" name="returnValueRecipient" type="Reference" description="The recipient of the return value."/>
+ </elements>
+ <elements xmi:id="_690zs6DJEeSZxfCXzZz3-w" name="Gate" supertypes="_690zmaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690ztKDJEeSZxfCXzZz3-w" name="GeneralOrdering" supertypes="_690xk6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690ztaDJEeSZxfCXzZz3-w" name="before" type="Reference" description="The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after."/>
+ <properties xmi:id="_690ztqDJEeSZxfCXzZz3-w" name="after" type="Reference" description="The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before."/>
+ </elements>
+ <elements xmi:id="_690zt6DJEeSZxfCXzZz3-w" name="OccurrenceSpecification" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zuKDJEeSZxfCXzZz3-w" name="toBefore" type="Reference" description="References the GeneralOrderings that specify EventOcurrences that must occur before this OccurrenceSpecification&#xD;&#xA;"/>
+ <properties xmi:id="_690zuaDJEeSZxfCXzZz3-w" name="toAfter" type="Reference" description="References the GeneralOrderings that specify EventOcurrences that must occur after this OccurrenceSpecification&#xD;&#xA;"/>
+ </elements>
+ <elements xmi:id="_690zuqDJEeSZxfCXzZz3-w" name="InteractionOperand" supertypes="_690xoqDJEeSZxfCXzZz3-w _690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zu6DJEeSZxfCXzZz3-w" name="guard" type="Reference" description="Constraint of the operand."/>
+ <properties xmi:id="_690zvKDJEeSZxfCXzZz3-w" name="fragment" type="Reference" description="The fragments of the operand."/>
+ </elements>
+ <elements xmi:id="_690zvaDJEeSZxfCXzZz3-w" name="InteractionConstraint" supertypes="_690xsqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zvqDJEeSZxfCXzZz3-w" name="minint" type="Reference" description="The minimum number of iterations of a loop"/>
+ <properties xmi:id="_690zv6DJEeSZxfCXzZz3-w" name="maxint" type="Reference" description="The maximum number of iterations of a loop"/>
+ </elements>
+ <elements xmi:id="_690zwKDJEeSZxfCXzZz3-w" name="ExecutionSpecification" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zwaDJEeSZxfCXzZz3-w" name="start" type="Reference" description="References the OccurrenceSpecification that designates the start of the Action or Behavior"/>
+ <properties xmi:id="_690zwqDJEeSZxfCXzZz3-w" name="finish" type="Reference" description="References the OccurrenceSpecification that designates the finish of the Action or Behavior."/>
+ </elements>
+ <elements xmi:id="_690zw6DJEeSZxfCXzZz3-w" name="StateInvariant" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zxKDJEeSZxfCXzZz3-w" name="invariant" type="Reference" description="A Constraint that should hold at runtime for this StateInvariant"/>
+ </elements>
+ <elements xmi:id="_690zxaDJEeSZxfCXzZz3-w" name="ActionExecutionSpecification" supertypes="_690zwKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zxqDJEeSZxfCXzZz3-w" name="action" type="Reference" description="Action whose execution is occurring."/>
+ </elements>
+ <elements xmi:id="_690zx6DJEeSZxfCXzZz3-w" name="BehaviorExecutionSpecification" supertypes="_690zwKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zyKDJEeSZxfCXzZz3-w" name="behavior" type="Reference" description="Behavior whose execution is occurring."/>
+ </elements>
+ <elements xmi:id="_690zyaDJEeSZxfCXzZz3-w" name="CreationEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zyqDJEeSZxfCXzZz3-w" name="MessageEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zy6DJEeSZxfCXzZz3-w" name="MessageOccurrenceSpecification" supertypes="_690zt6DJEeSZxfCXzZz3-w _690zmaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zzKDJEeSZxfCXzZz3-w" name="ExecutionOccurrenceSpecification" supertypes="_690zt6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690zzaDJEeSZxfCXzZz3-w" name="execution" type="Reference" multiplicity="2" description="References the execution specification describing the execution that is started or finished at this execution event."/>
+ </elements>
+ <elements xmi:id="_690zzqDJEeSZxfCXzZz3-w" name="Actor" supertypes="_690yZaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690zz6DJEeSZxfCXzZz3-w" name="CallEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z0KDJEeSZxfCXzZz3-w" name="operation" type="Reference" description="Designates the operation whose invocation raised the call event."/>
+ </elements>
+ <elements xmi:id="_690z0aDJEeSZxfCXzZz3-w" name="ChangeEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z0qDJEeSZxfCXzZz3-w" name="changeExpression" type="Reference" description="A Boolean-valued expression that will result in a change event whenever its value changes from false to true."/>
+ </elements>
+ <elements xmi:id="_690z06DJEeSZxfCXzZz3-w" name="SignalEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z1KDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The specific signal that is associated with this event."/>
+ </elements>
+ <elements xmi:id="_690z1aDJEeSZxfCXzZz3-w" name="AnyReceiveEvent" supertypes="_690zyqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z1qDJEeSZxfCXzZz3-w" name="ForkNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z16DJEeSZxfCXzZz3-w" name="FlowFinalNode" supertypes="_690z2KDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z2KDJEeSZxfCXzZz3-w" name="FinalNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z2aDJEeSZxfCXzZz3-w" name="CentralBufferNode" supertypes="_690zb6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z2qDJEeSZxfCXzZz3-w" name="MergeNode" supertypes="_690ziaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z26DJEeSZxfCXzZz3-w" name="DecisionNode" supertypes="_690ziaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z3KDJEeSZxfCXzZz3-w" name="decisionInput" type="Reference" description="Provides input to guard specifications on edges outgoing from the decision node."/>
+ <properties xmi:id="_690z3aDJEeSZxfCXzZz3-w" name="decisionInputFlow" type="Reference" description="An additional edge incoming to the decision node that provides a decision input value."/>
+ </elements>
+ <elements xmi:id="_690z3qDJEeSZxfCXzZz3-w" name="ObjectFlow" supertypes="_690zVKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z36DJEeSZxfCXzZz3-w" name="isMulticast" description="Tells whether the objects in the flow are passed by multicasting."/>
+ <properties xmi:id="_690z4KDJEeSZxfCXzZz3-w" name="isMultireceive" description="Tells whether the objects in the flow are gathered from respondents to multicasting."/>
+ <properties xmi:id="_690z4aDJEeSZxfCXzZz3-w" name="transformation" type="Reference" description="Changes or replaces data tokens flowing along edge."/>
+ <properties xmi:id="_690z4qDJEeSZxfCXzZz3-w" name="selection" type="Reference" description="Selects tokens from a source object node."/>
+ </elements>
+ <elements xmi:id="_690z46DJEeSZxfCXzZz3-w" name="ActivityFinalNode" supertypes="_690z2KDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z5KDJEeSZxfCXzZz3-w" name="ComponentRealization" supertypes="_690x_aDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z5aDJEeSZxfCXzZz3-w" name="abstraction" type="Reference" description="The Component that owns this ComponentRealization and which is implemented by its realizing classifiers."/>
+ <properties xmi:id="_690z5qDJEeSZxfCXzZz3-w" name="realizingClassifier" type="Reference" description="The classifiers that are involved in the implementation of the Component that owns this Realization."/>
+ </elements>
+ <elements xmi:id="_690z56DJEeSZxfCXzZz3-w" name="Component" supertypes="_690yXqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z6KDJEeSZxfCXzZz3-w" name="isIndirectlyInstantiated" description="The kind of instantiation that applies to a Component. If false, the component is instantiated as an addressable object. If true, the Component is defined at design-time, but at runtime (or execution-time) an object specified by the Component does not exist, that is, the component is instantiated indirectly, through the instantiation of its realizing classifiers or parts. Several standard stereotypes use this meta attribute, e.g. &lt;&lt;specification>>, &lt;&lt;focus>>, &lt;&lt;subsystem>>."/>
+ <properties xmi:id="_690z6aDJEeSZxfCXzZz3-w" name="required" type="Reference" description="The interfaces that the component requires from other components in its environment in order to be able to offer its full set of provided functionality. These interfaces may be used by the Component or any of its realizingClassifiers, or they may be the Interfaces that are required by its public Ports."/>
+ <properties xmi:id="_690z6qDJEeSZxfCXzZz3-w" name="provided" type="Reference" description="The interfaces that the component exposes to its environment. These interfaces may be Realized by the Component or any of its realizingClassifiers, or they may be the Interfaces that are provided by its public Ports."/>
+ <properties xmi:id="_690z66DJEeSZxfCXzZz3-w" name="packagedElement" type="Reference" description="The set of PackageableElements that a Component owns. In the namespace of a component, all model elements that are involved in or related to its definition may be owned or imported explicitly. These may include e.g. Classes, Interfaces, Components, Packages, Use cases, Dependencies (e.g. mappings), and Artifacts."/>
+ <properties xmi:id="_690z7KDJEeSZxfCXzZz3-w" name="realization" type="Reference" description="The set of Realizations owned by the Component. Realizations reference the Classifiers of which the Component is an abstraction; i.e., that realize its behavior."/>
+ </elements>
+ <elements xmi:id="_690z7aDJEeSZxfCXzZz3-w" name="Node" supertypes="_690yXqDJEeSZxfCXzZz3-w _690yLKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z7qDJEeSZxfCXzZz3-w" name="nestedNode" type="Reference" description="The Nodes that are defined (nested) within the Node."/>
+ </elements>
+ <elements xmi:id="_690z76DJEeSZxfCXzZz3-w" name="CommunicationPath" supertypes="_690xu6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z8KDJEeSZxfCXzZz3-w" name="Device" supertypes="_690z7aDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z8aDJEeSZxfCXzZz3-w" name="ExecutionEnvironment" supertypes="_690z7aDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_690z8qDJEeSZxfCXzZz3-w" name="CombinedFragment" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z86DJEeSZxfCXzZz3-w" name="interactionOperator" type="Enumeration" description="Specifies the operation which defines the semantics of this combination of InteractionFragments."/>
+ <properties xmi:id="_690z9KDJEeSZxfCXzZz3-w" name="operand" type="Reference" description="The set of operands of the combined fragment."/>
+ <properties xmi:id="_690z9aDJEeSZxfCXzZz3-w" name="cfragmentGate" type="Reference" description="Specifies the gates that form the interface between this CombinedFragment and its surroundings"/>
+ </elements>
+ <elements xmi:id="_690z9qDJEeSZxfCXzZz3-w" name="Continuation" supertypes="_690zoaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z96DJEeSZxfCXzZz3-w" name="setting" description="True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning."/>
+ </elements>
+ <elements xmi:id="_690z-KDJEeSZxfCXzZz3-w" name="ConsiderIgnoreFragment" supertypes="_690z8qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z-aDJEeSZxfCXzZz3-w" name="message" type="Reference" description="The set of messages that apply to this fragment"/>
+ </elements>
+ <elements xmi:id="_690z-qDJEeSZxfCXzZz3-w" name="CreateObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z-6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="Classifier to be instantiated."/>
+ <properties xmi:id="_690z_KDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_690z_aDJEeSZxfCXzZz3-w" name="DestroyObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_690z_qDJEeSZxfCXzZz3-w" name="isDestroyLinks" description="Specifies whether links in which the object participates are destroyed along with the object."/>
+ <properties xmi:id="_690z_6DJEeSZxfCXzZz3-w" name="isDestroyOwnedObjects" description="Specifies whether objects owned by the object are destroyed along with the object."/>
+ <properties xmi:id="_6900AKDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The input pin providing the object to be destroyed."/>
+ </elements>
+ <elements xmi:id="_6900AaDJEeSZxfCXzZz3-w" name="TestIdentityAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900AqDJEeSZxfCXzZz3-w" name="first" type="Reference" description="Gives the pin on which an object is placed."/>
+ <properties xmi:id="_6900A6DJEeSZxfCXzZz3-w" name="second" type="Reference" description="Gives the pin on which an object is placed."/>
+ <properties xmi:id="_6900BKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Tells whether the two input objects are identical."/>
+ </elements>
+ <elements xmi:id="_6900BaDJEeSZxfCXzZz3-w" name="ReadSelfAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900BqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the hosting object is placed."/>
+ </elements>
+ <elements xmi:id="_6900B6DJEeSZxfCXzZz3-w" name="StructuralFeatureAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900CKDJEeSZxfCXzZz3-w" name="structuralFeature" type="Reference" description="Structural feature to be read."/>
+ <properties xmi:id="_6900CaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the object whose structural feature is to be read or written is obtained.&#xD;&#xA;"/>
+ </elements>
+ <elements xmi:id="_6900CqDJEeSZxfCXzZz3-w" name="ReadStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900C6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6900DKDJEeSZxfCXzZz3-w" name="WriteStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900DaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value to be added or removed from the structural feature."/>
+ <properties xmi:id="_6900DqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6900D6DJEeSZxfCXzZz3-w" name="ClearStructuralFeatureAction" supertypes="_6900B6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900EKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6900EaDJEeSZxfCXzZz3-w" name="RemoveStructuralFeatureValueAction" supertypes="_6900DKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900EqDJEeSZxfCXzZz3-w" name="isRemoveDuplicates" description="Specifies whether to remove duplicates of the value in nonunique structural features."/>
+ <properties xmi:id="_6900E6DJEeSZxfCXzZz3-w" name="removeAt" type="Reference" description="Specifies the position of an existing value to remove in ordered nonunique structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
+ </elements>
+ <elements xmi:id="_6900FKDJEeSZxfCXzZz3-w" name="AddStructuralFeatureValueAction" supertypes="_6900DKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6900FaDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing values of the structural feature of the object should be removed before adding the new value."/>
+ <properties xmi:id="_6900FqDJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Gives the position at which to insert a new value or move an existing value in ordered structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero. This pin is omitted for unordered structural features."/>
+ </elements>
+ <elements xmi:id="_6900F6DJEeSZxfCXzZz3-w" name="LinkAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_69638KDJEeSZxfCXzZz3-w" name="endData" type="Reference" description="Data identifying one end of a link by the objects on its ends and qualifiers."/>
+ <properties xmi:id="_69638aDJEeSZxfCXzZz3-w" name="inputValue" type="Reference" description="Pins taking end objects and qualifier values as input."/>
+ </elements>
+ <elements xmi:id="_69638qDJEeSZxfCXzZz3-w" name="LinkEndData" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_696386DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an 'open' end for reading."/>
+ <properties xmi:id="_69639KDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Association end for which this link-end data specifies values."/>
+ <properties xmi:id="_69639aDJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="List of qualifier values"/>
+ </elements>
+ <elements xmi:id="_69639qDJEeSZxfCXzZz3-w" name="QualifierValue" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_696396DJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="Attribute representing the qualifier for which the value is to be specified."/>
+ <properties xmi:id="_6963-KDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Input pin from which the specified value for the qualifier is taken."/>
+ </elements>
+ <elements xmi:id="_6963-aDJEeSZxfCXzZz3-w" name="ReadLinkAction" supertypes="_6900F6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6963-qDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The pin on which are put the objects participating in the association at the end not specified by the inputs.&#xD;&#xA;"/>
+ </elements>
+ <elements xmi:id="_6963-6DJEeSZxfCXzZz3-w" name="LinkEndCreationData" supertypes="_69638qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6963_KDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link."/>
+ <properties xmi:id="_6963_aDJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Specifies where the new link should be inserted for ordered association ends, or where an existing link should be moved to. The type of the input is UnlimitedNatural, but the input cannot be zero. This pin is omitted for association ends that are not ordered."/>
+ </elements>
+ <elements xmi:id="_6963_qDJEeSZxfCXzZz3-w" name="CreateLinkAction" supertypes="_6963_6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6963_6DJEeSZxfCXzZz3-w" name="WriteLinkAction" supertypes="_6900F6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964AKDJEeSZxfCXzZz3-w" name="DestroyLinkAction" supertypes="_6963_6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964AaDJEeSZxfCXzZz3-w" name="LinkEndDestructionData" supertypes="_69638qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964AqDJEeSZxfCXzZz3-w" name="isDestroyDuplicates" description="Specifies whether to destroy duplicates of the value in nonunique association ends."/>
+ <properties xmi:id="_6964A6DJEeSZxfCXzZz3-w" name="destroyAt" type="Reference" description="Specifies the position of an existing link to be destroyed in ordered nonunique association ends. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
+ </elements>
+ <elements xmi:id="_6964BKDJEeSZxfCXzZz3-w" name="ClearAssociationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964BaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which is obtained the object whose participation in the association is to be cleared."/>
+ <properties xmi:id="_6964BqDJEeSZxfCXzZz3-w" name="association" type="Reference" description="Association to be cleared."/>
+ </elements>
+ <elements xmi:id="_6964B6DJEeSZxfCXzZz3-w" name="BroadcastSignalAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964CKDJEeSZxfCXzZz3-w" name="signal" type="Reference" description="The specification of signal object transmitted to the target objects."/>
+ </elements>
+ <elements xmi:id="_6964CaDJEeSZxfCXzZz3-w" name="SendObjectAction" supertypes="_690zfKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964CqDJEeSZxfCXzZz3-w" name="target" type="Reference" description="The target object to which the object is sent."/>
+ <properties xmi:id="_6964C6DJEeSZxfCXzZz3-w" name="request" type="Reference" description="The request object, which is transmitted to the target object. The object may be copied in transmission, so identity might not be preserved."/>
+ </elements>
+ <elements xmi:id="_6964DKDJEeSZxfCXzZz3-w" name="ValueSpecificationAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964DaDJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value specification to be evaluated."/>
+ <properties xmi:id="_6964DqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6964D6DJEeSZxfCXzZz3-w" name="TimeExpression" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964EKDJEeSZxfCXzZz3-w" name="expr" type="Reference" description="The value of the time expression."/>
+ <properties xmi:id="_6964EaDJEeSZxfCXzZz3-w" name="observation" type="Reference" description="Refers to the time and duration observations that are involved in expr."/>
+ </elements>
+ <elements xmi:id="_6964EqDJEeSZxfCXzZz3-w" name="Observation" supertypes="_690xkqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964E6DJEeSZxfCXzZz3-w" name="Duration" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964FKDJEeSZxfCXzZz3-w" name="expr" type="Reference" description="The value of the Duration."/>
+ <properties xmi:id="_6964FaDJEeSZxfCXzZz3-w" name="observation" type="Reference" description="Refers to the time and duration observations that are involved in expr."/>
+ </elements>
+ <elements xmi:id="_6964FqDJEeSZxfCXzZz3-w" name="DurationInterval" supertypes="_6964F6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964F6DJEeSZxfCXzZz3-w" name="Interval" supertypes="_690xtqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964GKDJEeSZxfCXzZz3-w" name="min" type="Reference" description="Refers to the ValueSpecification denoting the minimum value of the range."/>
+ <properties xmi:id="_6964GaDJEeSZxfCXzZz3-w" name="max" type="Reference" description="Refers to the ValueSpecification denoting the maximum value of the range."/>
+ </elements>
+ <elements xmi:id="_6964GqDJEeSZxfCXzZz3-w" name="TimeConstraint" supertypes="_6964HKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964G6DJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent is related to constrainedElement. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters constrainedElement. If firstEvent is false, then the corresponding observation event is the last time instant the execution is within constrainedElement."/>
+ </elements>
+ <elements xmi:id="_6964HKDJEeSZxfCXzZz3-w" name="IntervalConstraint" supertypes="_690xsqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964HaDJEeSZxfCXzZz3-w" name="TimeInterval" supertypes="_6964F6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964HqDJEeSZxfCXzZz3-w" name="DurationConstraint" supertypes="_6964HKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964H6DJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent[i] is related to constrainedElement[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters constrainedElement[i]. If firstEvent[i] is false, then the corresponding observation event is the last time instant the execution is within constrainedElement[i]. Default value is true applied when constrainedElement[i] refers an element that represents only one time instant."/>
+ </elements>
+ <elements xmi:id="_6964IKDJEeSZxfCXzZz3-w" name="TimeObservation" supertypes="_6964EqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964IaDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The observation is determined by the entering or exiting of the event element during execution."/>
+ <properties xmi:id="_6964IqDJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent is related to event. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters event. If firstEvent is false, then the corresponding observation event is the time instant the execution exits event."/>
+ </elements>
+ <elements xmi:id="_6964I6DJEeSZxfCXzZz3-w" name="DurationObservation" supertypes="_6964EqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964JKDJEeSZxfCXzZz3-w" name="event" type="Reference" description="The observation is determined by the entering or exiting of the event element during execution."/>
+ <properties xmi:id="_6964JaDJEeSZxfCXzZz3-w" name="firstEvent" description="The value of firstEvent[i] is related to event[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters event[i]. If firstEvent[i] is false, then the corresponding observation event is the time instant the execution exits event[i]. Default value is true applied when event[i] refers an element that represents only one time instant."/>
+ </elements>
+ <elements xmi:id="_6964JqDJEeSZxfCXzZz3-w" name="FinalState" supertypes="_690ynaDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964J6DJEeSZxfCXzZz3-w" name="TimeEvent" supertypes="_690ylKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964KKDJEeSZxfCXzZz3-w" name="isRelative" description="Specifies whether it is relative or absolute time."/>
+ <properties xmi:id="_6964KaDJEeSZxfCXzZz3-w" name="when" type="Reference" description="Specifies the corresponding time deadline."/>
+ </elements>
+ <elements xmi:id="_6964KqDJEeSZxfCXzZz3-w" name="VariableAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964K6DJEeSZxfCXzZz3-w" name="variable" type="Reference" description="Variable to be read."/>
+ </elements>
+ <elements xmi:id="_6964LKDJEeSZxfCXzZz3-w" name="ReadVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964LaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6964LqDJEeSZxfCXzZz3-w" name="WriteVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964L6DJEeSZxfCXzZz3-w" name="value" type="Reference" description="Value to be added or removed from the variable."/>
+ </elements>
+ <elements xmi:id="_6964MKDJEeSZxfCXzZz3-w" name="ClearVariableAction" supertypes="_6964KqDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964MaDJEeSZxfCXzZz3-w" name="AddVariableValueAction" supertypes="_6964LqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964MqDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing values of the variable should be removed before adding the new value."/>
+ <properties xmi:id="_6964M6DJEeSZxfCXzZz3-w" name="insertAt" type="Reference" description="Gives the position at which to insert a new value or move an existing value in ordered variables. The types is UnlimitedINatural, but the value cannot be zero. This pin is omitted for unordered variables."/>
+ </elements>
+ <elements xmi:id="_6964NKDJEeSZxfCXzZz3-w" name="RemoveVariableValueAction" supertypes="_6964LqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964NaDJEeSZxfCXzZz3-w" name="isRemoveDuplicates" description="Specifies whether to remove duplicates of the value in nonunique variables."/>
+ <properties xmi:id="_6964NqDJEeSZxfCXzZz3-w" name="removeAt" type="Reference" description="Specifies the position of an existing value to remove in ordered nonunique variables. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited."/>
+ </elements>
+ <elements xmi:id="_6964N6DJEeSZxfCXzZz3-w" name="RaiseExceptionAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964OKDJEeSZxfCXzZz3-w" name="exception" type="Reference" description="An input pin whose value becomes an exception object."/>
+ </elements>
+ <elements xmi:id="_6964OaDJEeSZxfCXzZz3-w" name="ActionInputPin" supertypes="_690zeKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964OqDJEeSZxfCXzZz3-w" name="fromAction" type="Reference" description="The action used to provide values."/>
+ </elements>
+ <elements xmi:id="_6964O6DJEeSZxfCXzZz3-w" name="InformationItem" supertypes="_690xwaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964PKDJEeSZxfCXzZz3-w" name="represented" type="Reference" description="Determines the classifiers that will specify the structure and nature of the information. An information item represents all its represented classifiers."/>
+ </elements>
+ <elements xmi:id="_6964PaDJEeSZxfCXzZz3-w" name="InformationFlow" supertypes="_690xkqDJEeSZxfCXzZz3-w _690xnaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964PqDJEeSZxfCXzZz3-w" name="realization" type="Reference" description="Determines which Relationship will realize the specified flow"/>
+ <properties xmi:id="_6964P6DJEeSZxfCXzZz3-w" name="conveyed" type="Reference" description="Specifies the information items that may circulate on this information flow."/>
+ <properties xmi:id="_6964QKDJEeSZxfCXzZz3-w" name="informationSource" type="Reference" description="Defines from which source the conveyed InformationItems are initiated."/>
+ <properties xmi:id="_6964QaDJEeSZxfCXzZz3-w" name="informationTarget" type="Reference" description="Defines to which target the conveyed InformationItems are directed."/>
+ <properties xmi:id="_6964QqDJEeSZxfCXzZz3-w" name="realizingActivityEdge" type="Reference" description="Determines which ActivityEdges will realize the specified flow."/>
+ <properties xmi:id="_6964Q6DJEeSZxfCXzZz3-w" name="realizingConnector" type="Reference" description="Determines which Connectors will realize the specified flow."/>
+ <properties xmi:id="_6964RKDJEeSZxfCXzZz3-w" name="realizingMessage" type="Reference" description="Determines which Messages will realize the specified flow."/>
+ </elements>
+ <elements xmi:id="_6964RaDJEeSZxfCXzZz3-w" name="ReadExtentAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964RqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The runtime instances of the classifier."/>
+ <properties xmi:id="_6964R6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier whose instances are to be retrieved."/>
+ </elements>
+ <elements xmi:id="_6964SKDJEeSZxfCXzZz3-w" name="ReclassifyObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964SaDJEeSZxfCXzZz3-w" name="isReplaceAll" description="Specifies whether existing classifiers should be removed before adding the new classifiers."/>
+ <properties xmi:id="_6964SqDJEeSZxfCXzZz3-w" name="oldClassifier" type="Reference" description="A set of classifiers to be removed from the classifiers of the object."/>
+ <properties xmi:id="_6964S6DJEeSZxfCXzZz3-w" name="newClassifier" type="Reference" description="A set of classifiers to be added to the classifiers of the object."/>
+ <properties xmi:id="_6964TKDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object to be reclassified."/>
+ </elements>
+ <elements xmi:id="_6964TaDJEeSZxfCXzZz3-w" name="ReadIsClassifiedObjectAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964TqDJEeSZxfCXzZz3-w" name="isDirect" description="Indicates whether the classifier must directly classify the input object."/>
+ <properties xmi:id="_6964T6DJEeSZxfCXzZz3-w" name="classifier" type="Reference" description="The classifier against which the classification of the input object is tested."/>
+ <properties xmi:id="_6964UKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="After termination of the action, will hold the result of the test."/>
+ <properties xmi:id="_6964UaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object whose classification is to be tested."/>
+ </elements>
+ <elements xmi:id="_6964UqDJEeSZxfCXzZz3-w" name="StartClassifierBehaviorAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964U6DJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object on which to start the owned behavior."/>
+ </elements>
+ <elements xmi:id="_6964VKDJEeSZxfCXzZz3-w" name="ReadLinkObjectEndAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964VaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the link object is obtained."/>
+ <properties xmi:id="_6964VqDJEeSZxfCXzZz3-w" name="end" type="Reference" description="Link end to be read."/>
+ <properties xmi:id="_6964V6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pin where the result value is placed."/>
+ </elements>
+ <elements xmi:id="_6964WKDJEeSZxfCXzZz3-w" name="ReadLinkObjectEndQualifierAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964WaDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Gives the input pin from which the link object is obtained."/>
+ <properties xmi:id="_6964WqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pin where the result value is placed."/>
+ <properties xmi:id="_6964W6DJEeSZxfCXzZz3-w" name="qualifier" type="Reference" description="The attribute representing the qualifier to be read."/>
+ </elements>
+ <elements xmi:id="_6964XKDJEeSZxfCXzZz3-w" name="CreateLinkObjectAction" supertypes="_6963_qDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964XaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ </elements>
+ <elements xmi:id="_6964XqDJEeSZxfCXzZz3-w" name="AcceptEventAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964X6DJEeSZxfCXzZz3-w" name="isUnmarshall" description="Indicates whether there is a single output pin for the event, or multiple output pins for attributes of the event."/>
+ <properties xmi:id="_6964YKDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Pins holding the received event objects or their attributes. Event objects may be copied in transmission, so identity might not be preserved."/>
+ <properties xmi:id="_6964YaDJEeSZxfCXzZz3-w" name="trigger" type="Reference" description="The type of events accepted by the action, as specified by triggers. For triggers with signal events, a signal of the specified type or any subtype of the specified signal type is accepted."/>
+ </elements>
+ <elements xmi:id="_6964YqDJEeSZxfCXzZz3-w" name="AcceptCallAction" supertypes="_6964XqDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964Y6DJEeSZxfCXzZz3-w" name="returnInformation" type="Reference" description="Pin where a value is placed containing sufficient information to perform a subsequent reply and return control to the caller. The contents of this value are opaque. It can be passed and copied but it cannot be manipulated by the model."/>
+ </elements>
+ <elements xmi:id="_6964ZKDJEeSZxfCXzZz3-w" name="ReplyAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964ZaDJEeSZxfCXzZz3-w" name="replyToCall" type="Reference" description="The trigger specifying the operation whose call is being replied to."/>
+ <properties xmi:id="_6964ZqDJEeSZxfCXzZz3-w" name="returnInformation" type="Reference" description="A pin containing the return information value produced by an earlier AcceptCallAction."/>
+ <properties xmi:id="_6964Z6DJEeSZxfCXzZz3-w" name="replyValue" type="Reference" description="A list of pins containing the reply values of the operation. These values are returned to the caller."/>
+ </elements>
+ <elements xmi:id="_6964aKDJEeSZxfCXzZz3-w" name="UnmarshallAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964aaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="The values of the structural features of the input object."/>
+ <properties xmi:id="_6964aqDJEeSZxfCXzZz3-w" name="unmarshallType" type="Reference" description="The type of the object to be unmarshalled."/>
+ <properties xmi:id="_6964a6DJEeSZxfCXzZz3-w" name="object" type="Reference" description="The object to be unmarshalled."/>
+ </elements>
+ <elements xmi:id="_6964bKDJEeSZxfCXzZz3-w" name="ReduceAction" supertypes="_690zKaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964baDJEeSZxfCXzZz3-w" name="reducer" type="Reference" description="Behavior that is applied to two elements of the input collection to produce a value that is the same type as elements of the collection."/>
+ <properties xmi:id="_6964bqDJEeSZxfCXzZz3-w" name="result" type="Reference" description="Gives the output pin on which the result is put."/>
+ <properties xmi:id="_6964b6DJEeSZxfCXzZz3-w" name="collection" type="Reference" description="The collection to be reduced."/>
+ <properties xmi:id="_6964cKDJEeSZxfCXzZz3-w" name="isOrdered" description="Tells whether the order of the input collection should determine the order in which the behavior is applied to its elements."/>
+ </elements>
+ <elements xmi:id="_6964caDJEeSZxfCXzZz3-w" name="StartObjectBehaviorAction" supertypes="_690zeaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964cqDJEeSZxfCXzZz3-w" name="object" type="Reference" description="Holds the object which is either a behavior to be started or has a classifier behavior to be started."/>
+ </elements>
+ <elements xmi:id="_6964c6DJEeSZxfCXzZz3-w" name="JoinNode" supertypes="_690ziaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964dKDJEeSZxfCXzZz3-w" name="isCombineDuplicate" description="Tells whether tokens having objects with the same identity are combined into one by the join."/>
+ <properties xmi:id="_6964daDJEeSZxfCXzZz3-w" name="joinSpec" type="Reference" description="A specification giving the conditions under which the join with emit a token. Default is &quot;and&quot;."/>
+ </elements>
+ <elements xmi:id="_6964dqDJEeSZxfCXzZz3-w" name="DataStoreNode" supertypes="_690z2aDJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964d6DJEeSZxfCXzZz3-w" name="ConditionalNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964eKDJEeSZxfCXzZz3-w" name="isDeterminate" description="If true, the modeler asserts that at most one test will succeed."/>
+ <properties xmi:id="_6964eaDJEeSZxfCXzZz3-w" name="isAssured" description="If true, the modeler asserts that at least one test will succeed."/>
+ <properties xmi:id="_6964eqDJEeSZxfCXzZz3-w" name="clause" type="Reference" description="Set of clauses composing the conditional."/>
+ <properties xmi:id="_6964e6DJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins that constitute the data flow outputs of the conditional."/>
+ </elements>
+ <elements xmi:id="_6964fKDJEeSZxfCXzZz3-w" name="Clause" supertypes="_690xhaDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964faDJEeSZxfCXzZz3-w" name="test" type="Reference" multiplicity="-1" description="A nested activity fragment with a designated output pin that specifies the result of the test."/>
+ <properties xmi:id="_6964fqDJEeSZxfCXzZz3-w" name="body" type="Reference" description="A nested activity fragment that is executed if the test evaluates to true and the clause is chosen over any concurrent clauses that also evaluate to true."/>
+ <properties xmi:id="_6964f6DJEeSZxfCXzZz3-w" name="predecessorClause" type="Reference" description="A set of clauses whose tests must all evaluate false before the current clause can be tested."/>
+ <properties xmi:id="_6964gKDJEeSZxfCXzZz3-w" name="successorClause" type="Reference" description="A set of clauses which may not be tested unless the current clause tests false."/>
+ <properties xmi:id="_6964gaDJEeSZxfCXzZz3-w" name="decider" type="Reference" description="An output pin within the test fragment the value of which is examined after execution of the test to determine whether the body should be executed."/>
+ <properties xmi:id="_6964gqDJEeSZxfCXzZz3-w" name="bodyOutput" type="Reference" description="A list of output pins within the body fragment whose values are moved to the result pins of the containing conditional node after execution of the clause body."/>
+ </elements>
+ <elements xmi:id="_6964g6DJEeSZxfCXzZz3-w" name="LoopNode" supertypes="_690zO6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964hKDJEeSZxfCXzZz3-w" name="isTestedFirst" description="If true, the test is performed before the first execution of the body.&#xA;If false, the body is executed once before the test is performed.&#xA;"/>
+ <properties xmi:id="_6964haDJEeSZxfCXzZz3-w" name="bodyPart" type="Reference" description="The set of nodes and edges that perform the repetitive computations of the loop. The body section is executed as long as the test section produces a true value."/>
+ <properties xmi:id="_6964hqDJEeSZxfCXzZz3-w" name="setupPart" type="Reference" description="The set of nodes and edges that initialize values or perform other setup computations for the loop."/>
+ <properties xmi:id="_6964h6DJEeSZxfCXzZz3-w" name="decider" type="Reference" description="An output pin within the test fragment the value of which is examined after execution of the test to determine whether to execute the loop body."/>
+ <properties xmi:id="_6964iKDJEeSZxfCXzZz3-w" name="test" type="Reference" multiplicity="-1" description="The set of nodes, edges, and designated value that compute a Boolean value to determine if another execution of the body will be performed."/>
+ <properties xmi:id="_6964iaDJEeSZxfCXzZz3-w" name="result" type="Reference" description="A list of output pins that constitute the data flow output of the entire loop."/>
+ <properties xmi:id="_6964iqDJEeSZxfCXzZz3-w" name="loopVariable" type="Reference" description="A list of output pins that hold the values of the loop variables during an execution of the loop. When the test fails, the values are movied to the result pins of the loop."/>
+ <properties xmi:id="_6964i6DJEeSZxfCXzZz3-w" name="bodyOutput" type="Reference" description="A list of output pins within the body fragment the values of which are moved to the loop variable pins after completion of execution of the body, before the next iteration of the loop begins or before the loop exits."/>
+ <properties xmi:id="_6964jKDJEeSZxfCXzZz3-w" name="loopVariableInput" type="Reference" description="A list of values that are moved into the loop variable pins before the first iteration of the loop."/>
+ </elements>
+ <elements xmi:id="_6964jaDJEeSZxfCXzZz3-w" name="ExpansionNode" supertypes="_690zb6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964jqDJEeSZxfCXzZz3-w" name="regionAsOutput" type="Reference" description="The expansion region for which the node is an output."/>
+ <properties xmi:id="_6964j6DJEeSZxfCXzZz3-w" name="regionAsInput" type="Reference" description="The expansion region for which the node is an input."/>
+ </elements>
+ <elements xmi:id="_6964kKDJEeSZxfCXzZz3-w" name="ExpansionRegion" supertypes="_690zO6DJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964kaDJEeSZxfCXzZz3-w" name="mode" type="Enumeration" description="The way in which the executions interact:&#xD;&#xA;parallel: all interactions are independent&#xD;&#xA;iterative: the interactions occur in order of the elements&#xD;&#xA;stream: a stream of values flows into a single execution&#xD;&#xA;"/>
+ <properties xmi:id="_6964kqDJEeSZxfCXzZz3-w" name="inputElement" type="Reference" description="An object node that holds a separate element of the input collection during each of the multiple executions of the region."/>
+ <properties xmi:id="_6964k6DJEeSZxfCXzZz3-w" name="outputElement" type="Reference" description="An object node that accepts a separate element of the output collection during each of the multiple executions of the region. The values are formed into a collection that is available when the execution of the region is complete."/>
+ </elements>
+ <elements xmi:id="_6964lKDJEeSZxfCXzZz3-w" name="ProtocolTransition" supertypes="_690yiKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964laDJEeSZxfCXzZz3-w" name="postCondition" type="Reference" description="Specifies the post condition of the transition which is the condition that should be obtained once the transition is triggered. This post condition is part of the post condition of the operation connected to the transition.&#xD;&#xA;"/>
+ <properties xmi:id="_6964lqDJEeSZxfCXzZz3-w" name="referred" type="Reference" description="This association refers to the associated operation. It is derived from the operation of the call trigger when applicable."/>
+ <properties xmi:id="_6964l6DJEeSZxfCXzZz3-w" name="preCondition" type="Reference" description="Specifies the precondition of the transition. It specifies the condition that should be verified before triggering the transition. This guard condition added to the source state will be evaluated as part of the precondition of the operation referred by the transition if any."/>
+ </elements>
+ <elements xmi:id="_6964mKDJEeSZxfCXzZz3-w" name="AssociationClass" supertypes="_690yXqDJEeSZxfCXzZz3-w _690xu6DJEeSZxfCXzZz3-w"/>
+ <elements xmi:id="_6964maDJEeSZxfCXzZz3-w" name="EModelElement">
+ <properties xmi:id="_6964mqDJEeSZxfCXzZz3-w" name="eAnnotations" type="Reference"/>
+ </elements>
+ <elements xmi:id="_6964m6DJEeSZxfCXzZz3-w" name="LiteralReal" supertypes="_690zFKDJEeSZxfCXzZz3-w">
+ <properties xmi:id="_6964nKDJEeSZxfCXzZz3-w" name="value" label="" description="The specified Real value."/>
+ </elements>
+ <elements xmi:id="_6964naDJEeSZxfCXzZz3-w" name="DestructionOccurrenceSpecification" supertypes="_690zy6DJEeSZxfCXzZz3-w"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.1"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964nqDJEeSZxfCXzZz3-w" name="MemberEnd" label="Multiplicity">
+ <properties xmi:id="_6964n6DJEeSZxfCXzZz3-w" name="owner" label="Owner" type="Enumeration"/>
+ <properties xmi:id="_6964oKDJEeSZxfCXzZz3-w" name="navigable" label="Navigable" type="Boolean"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964oaDJEeSZxfCXzZz3-w" name="Multiplicity" label="Multiplicity">
+ <properties xmi:id="_6964oqDJEeSZxfCXzZz3-w" name="multiplicity" label="Multiplicity"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.0"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964o6DJEeSZxfCXzZz3-w" name="StereotypeApplication" label="Stereotype application">
+ <properties xmi:id="_6964pKDJEeSZxfCXzZz3-w" name="stereotypeApplication" label="Stereotype application" type="Reference" multiplicity="-1"/>
+ <properties xmi:id="_6964paDJEeSZxfCXzZz3-w" name="profileApplication" label="Profile application" type="Reference" multiplicity="-1"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.3"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964pqDJEeSZxfCXzZz3-w" name="CustomImage" label="Custom Image">
+ <elements xmi:id="_6964p6DJEeSZxfCXzZz3-w" name="Image">
+ <properties xmi:id="_6964qKDJEeSZxfCXzZz3-w" name="kind" type="Enumeration" description="The kind of image to be used. If icon is set, the image will be displayed on the stereotyped element. If shape is used, the image will be used as the graphical element. "/>
+ <properties xmi:id="_6964qaDJEeSZxfCXzZz3-w" name="expression" description="A boolean expression to determine under which condition this image should be displayed."/>
+ <properties xmi:id="_6964qqDJEeSZxfCXzZz3-w" name="name" label="" description="The image's name. This is a virtual property, used only for label display."/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.5"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964q6DJEeSZxfCXzZz3-w" name="AppliedComments" label="AppliedComments">
+ <properties xmi:id="_6964rKDJEeSZxfCXzZz3-w" name="appliedComments" label="" type="Reference" multiplicity="-1" description="The list of comments applied to this element"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.7"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964raDJEeSZxfCXzZz3-w" name="OwnedComments" label="OwnedComments">
+ <properties xmi:id="_6964rqDJEeSZxfCXzZz3-w" name="ownedComment" label="Owned comments" type="Reference" multiplicity="-1"/>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.7"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964r6DJEeSZxfCXzZz3-w" name="Profile" label="ProfileDefinition">
+ <elements xmi:id="_6964sKDJEeSZxfCXzZz3-w" name="Profile">
+ <properties xmi:id="_6964saDJEeSZxfCXzZz3-w" name="definitions" type="Reference" multiplicity="-1" description="The list of definitions of this profile"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.8"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964sqDJEeSZxfCXzZz3-w" name="ProfileDefinitionAnnotation">
+ <elements xmi:id="_6964s6DJEeSZxfCXzZz3-w" name="PapyrusVersion">
+ <properties xmi:id="_6964tKDJEeSZxfCXzZz3-w" name="Version"/>
+ <properties xmi:id="_6964taDJEeSZxfCXzZz3-w" name="Author"/>
+ <properties xmi:id="_6964tqDJEeSZxfCXzZz3-w" name="Copyright"/>
+ <properties xmi:id="_6964t6DJEeSZxfCXzZz3-w" name="Date"/>
+ <properties xmi:id="_6964uKDJEeSZxfCXzZz3-w" name="Comment"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.views.properties/model/Environment.xmi#//@modelElementFactories.1"/>
+ </dataContexts>
+ <dataContexts xmi:id="_6964uaDJEeSZxfCXzZz3-w" name="ImportedPackage" label="Imported Package">
+ <elements xmi:id="_6964uqDJEeSZxfCXzZz3-w" name="Package">
+ <properties xmi:id="_6964u6DJEeSZxfCXzZz3-w" name="location" label="Location" description="The location of imported package"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.9"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UMLNotation/UMLNotation.ctx b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UMLNotation/UMLNotation.ctx
index f43f0b4ddef..6eb7bdf95ca 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UMLNotation/UMLNotation.ctx
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UMLNotation/UMLNotation.ctx
@@ -1,65 +1,65 @@
-<?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" name="UMLNotation">
- <tabs label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
- <sections name="Label" sectionFile="ui/Label.xwt">
- <widget href="ui/Label.xwt#/"/>
- </sections>
- <sections name="StereotypeDisplay" sectionFile="ui/StereotypeDisplay.xwt">
- <widget href="ui/StereotypeDisplay.xwt#/"/>
- </sections>
- <sections name="ElementDisplay" sectionFile="ui/ElementDisplay.xwt">
- <widget href="ui/ElementDisplay.xwt#/"/>
- </sections>
- <sections name="NamedElementDisplay" sectionFile="ui/NamedElementDisplay.xwt">
- <widget href="ui/NamedElementDisplay.xwt#/"/>
- </sections>
- </tabs>
- <views elementMultiplicity="-1" name="Label" sections="//@tabs.0/@sections.0">
- <constraints xsi:type="constraints:SimpleConstraint" name="isLabel">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.1"/>
- <properties xsi:type="constraints:ValueProperty" name="editPolicy" value="MaskManagedLabelPolicy"/>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="StereotypeDisplay" sections="//@tabs.0/@sections.1">
- <constraints xsi:type="constraints:CompositeConstraint" name="isElementWithEditPart" overrideable="false">
- <constraints name="isEditPart">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.2"/>
- </constraints>
- <constraints name="isElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="Element"/>
- </constraints>
- </constraints>
- </views>
- <views elementMultiplicity="-1" name="NamedElementDisplay" sections="//@tabs.0/@sections.3">
- <constraints xsi:type="constraints:CompositeConstraint" name="isNamedElementWithEditPart" overrideable="false">
- <constraints name="isEditPart">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.2"/>
- </constraints>
- <constraints name="isElement">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
- <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="NamedElement"/>
- </constraints>
- </constraints>
- </views>
- <dataContexts name="UMLNotation" label="UML Notation">
- <elements name="Property">
- <properties name="labelCustomization" label="Label customization" type="Integer" description="Define the elements to be displayed in the Property's label"/>
- </elements>
- <elements name="Element">
- <properties name="stereotypeDisplay" label="Stereotype display" type="Reference" description="Sets the elements you want to display in the Diagram"/>
- <properties name="elementIcon" label="Element icon" type="Boolean" description="Show the Element icon in the diagram"/>
- <properties name="shadow" label="Shadow" type="Boolean" description="Display a shadow in the Diagram"/>
- <properties name="qualifiedName" label="Qualified name depth" type="Enumeration" description="Choose the depth of the qualified name's display"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.4"/>
- </dataContexts>
- <dataContexts name="StereotypeAppearance" label="Stereotype Appearance">
- <elements name="StereotypeAppearance">
- <properties name="stereotypeDisplay" label="Stereotype display" type="Enumeration"/>
- <properties name="textAlignment" label="Text alignment" type="Enumeration"/>
- <properties name="displayPlace" label="Display place" type="Enumeration"/>
- </elements>
- <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.6"/>
- </dataContexts>
-</contexts:Context>
+<?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="_rOLJUJLDEeWbp4A9_-WIrQ" name="UMLNotation" label="UML Graphical Notation">
+ <tabs xmi:id="_rOLJUZLDEeWbp4A9_-WIrQ" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75">
+ <sections xmi:id="_rOLJUpLDEeWbp4A9_-WIrQ" name="Label" sectionFile="ui/Label.xwt">
+ <widget href="ui/Label.xwt#/"/>
+ </sections>
+ <sections xmi:id="_rOLJU5LDEeWbp4A9_-WIrQ" name="StereotypeDisplay" sectionFile="ui/StereotypeDisplay.xwt">
+ <widget href="ui/StereotypeDisplay.xwt#/"/>
+ </sections>
+ <sections xmi:id="_rOLJVJLDEeWbp4A9_-WIrQ" name="ElementDisplay" sectionFile="ui/ElementDisplay.xwt">
+ <widget href="ui/ElementDisplay.xwt#/"/>
+ </sections>
+ <sections xmi:id="_rOLJVZLDEeWbp4A9_-WIrQ" name="NamedElementDisplay" sectionFile="ui/NamedElementDisplay.xwt">
+ <widget href="ui/NamedElementDisplay.xwt#/"/>
+ </sections>
+ </tabs>
+ <views xmi:id="_rOLJVpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Label" sections="_rOLJUpLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_rOLJV5LDEeWbp4A9_-WIrQ" name="isLabel">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.1"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_rOLJWJLDEeWbp4A9_-WIrQ" name="editPolicy" value="MaskManagedLabelPolicy"/>
+ </constraints>
+ </views>
+ <views xmi:id="_rOLJWZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="StereotypeDisplay" sections="_rOLJU5LDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_rOLJWpLDEeWbp4A9_-WIrQ" name="isElementWithEditPart" overrideable="false">
+ <constraints xmi:id="_rOLJW5LDEeWbp4A9_-WIrQ" name="isEditPart">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ </constraints>
+ <constraints xmi:id="_rOLJXJLDEeWbp4A9_-WIrQ" name="isElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_rOLJXZLDEeWbp4A9_-WIrQ" name="umlClassName" value="Element"/>
+ </constraints>
+ </constraints>
+ </views>
+ <views xmi:id="_rOLJXpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="NamedElementDisplay" sections="_rOLJVZLDEeWbp4A9_-WIrQ">
+ <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_rOLJX5LDEeWbp4A9_-WIrQ" name="isNamedElementWithEditPart" overrideable="false">
+ <constraints xmi:id="_rOLJYJLDEeWbp4A9_-WIrQ" name="isEditPart">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.gmfdiag.properties/model/Environment.xmi#//@constraintTypes.2"/>
+ </constraints>
+ <constraints xmi:id="_rOLJYZLDEeWbp4A9_-WIrQ" name="isElement">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" xmi:id="_rOLJYpLDEeWbp4A9_-WIrQ" name="umlClassName" value="NamedElement"/>
+ </constraints>
+ </constraints>
+ </views>
+ <dataContexts xmi:id="_rOLJY5LDEeWbp4A9_-WIrQ" name="UMLNotation" label="UML Notation">
+ <elements xmi:id="_rOLJZJLDEeWbp4A9_-WIrQ" name="Property">
+ <properties xmi:id="_rOLJZZLDEeWbp4A9_-WIrQ" name="labelCustomization" label="Label customization" type="Integer" description="Define the elements to be displayed in the Property's label"/>
+ </elements>
+ <elements xmi:id="_rOLJZpLDEeWbp4A9_-WIrQ" name="Element">
+ <properties xmi:id="_rOLJZ5LDEeWbp4A9_-WIrQ" name="stereotypeDisplay" label="Stereotype display" type="Reference" description="Sets the elements you want to display in the Diagram"/>
+ <properties xmi:id="_rOLJaJLDEeWbp4A9_-WIrQ" name="elementIcon" label="Element icon" type="Boolean" description="Show the Element icon in the diagram"/>
+ <properties xmi:id="_rOLJaZLDEeWbp4A9_-WIrQ" name="shadow" label="Shadow" type="Boolean" description="Display a shadow in the Diagram"/>
+ <properties xmi:id="_rOLJapLDEeWbp4A9_-WIrQ" name="qualifiedName" label="Qualified name depth" type="Enumeration" description="Choose the depth of the qualified name's display"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.4"/>
+ </dataContexts>
+ <dataContexts xmi:id="_rOLJa5LDEeWbp4A9_-WIrQ" name="StereotypeAppearance" label="Stereotype Appearance">
+ <elements xmi:id="_rOLJbJLDEeWbp4A9_-WIrQ" name="StereotypeAppearance">
+ <properties xmi:id="_rOLJbZLDEeWbp4A9_-WIrQ" name="stereotypeDisplay" label="Stereotype display" type="Enumeration"/>
+ <properties xmi:id="_rOLJbpLDEeWbp4A9_-WIrQ" name="textAlignment" label="Text alignment" type="Enumeration"/>
+ <properties xmi:id="_rOLJb5LDEeWbp4A9_-WIrQ" name="displayPlace" label="Display place" type="Enumeration"/>
+ </elements>
+ <modelElementFactory href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@modelElementFactories.6"/>
+ </dataContexts>
+</contexts:Context>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/plugin.properties b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/plugin.properties
index 9ace5ca14ec..06040fc6ce1 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/plugin.properties
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/plugin.properties
@@ -187,3 +187,5 @@ _UI_Context_description_feature = Description
_UI_Context_version_feature = Version
_UI_Context_prototype_feature = Prototype
_UI_Type_Double_literal = Double
+_UI_Context_label_feature = Label
+_UI_Context_userLabel_feature = User Label
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/src-gen/org/eclipse/papyrus/views/properties/contexts/provider/ContextItemProvider.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/src-gen/org/eclipse/papyrus/views/properties/contexts/provider/ContextItemProvider.java
index 1ae95f57828..9530d3cdf5d 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/src-gen/org/eclipse/papyrus/views/properties/contexts/provider/ContextItemProvider.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/src-gen/org/eclipse/papyrus/views/properties/contexts/provider/ContextItemProvider.java
@@ -1,9 +1,15 @@
-/**
- * <copyright>
- * </copyright>
+/*****************************************************************************
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
- * $Id$
- */
+ * 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
+ * Christian W. Damus - bug 482927
+ *****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts.provider;
@@ -59,6 +65,7 @@ public class ContextItemProvider
addNamePropertyDescriptor(object);
addDependenciesPropertyDescriptor(object);
addPrototypePropertyDescriptor(object);
+ addLabelPropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
@@ -71,19 +78,17 @@ public class ContextItemProvider
* @generated
*/
protected void addNamePropertyDescriptor(Object object) {
- itemPropertyDescriptors.add
- (createItemPropertyDescriptor
- (((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
- getResourceLocator(),
- getString("_UI_Context_name_feature"),
- getString("_UI_PropertyDescriptor_description", "_UI_Context_name_feature", "_UI_Context_type"),
- ContextsPackage.Literals.CONTEXT__NAME,
- true,
- false,
- false,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
- null,
- null));
+ itemPropertyDescriptors.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
+ getResourceLocator(),
+ getString("_UI_Context_name_feature"),
+ getString("_UI_PropertyDescriptor_description", "_UI_Context_name_feature", "_UI_Context_type"),
+ ContextsPackage.Literals.CONTEXT__NAME,
+ true,
+ false,
+ false,
+ ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
+ null,
+ null));
}
/**
@@ -94,19 +99,17 @@ public class ContextItemProvider
* @generated
*/
protected void addDependenciesPropertyDescriptor(Object object) {
- itemPropertyDescriptors.add
- (createItemPropertyDescriptor
- (((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
- getResourceLocator(),
- getString("_UI_Context_dependencies_feature"),
- getString("_UI_PropertyDescriptor_description", "_UI_Context_dependencies_feature", "_UI_Context_type"),
- ContextsPackage.Literals.CONTEXT__DEPENDENCIES,
- true,
- false,
- true,
- null,
- null,
- null));
+ itemPropertyDescriptors.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
+ getResourceLocator(),
+ getString("_UI_Context_dependencies_feature"),
+ getString("_UI_PropertyDescriptor_description", "_UI_Context_dependencies_feature", "_UI_Context_type"),
+ ContextsPackage.Literals.CONTEXT__DEPENDENCIES,
+ true,
+ false,
+ true,
+ null,
+ null,
+ null));
}
/**
@@ -117,23 +120,43 @@ public class ContextItemProvider
* @generated
*/
protected void addPrototypePropertyDescriptor(Object object) {
- itemPropertyDescriptors.add
- (createItemPropertyDescriptor
- (((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
- getResourceLocator(),
- getString("_UI_Context_prototype_feature"),
- getString("_UI_PropertyDescriptor_description", "_UI_Context_prototype_feature", "_UI_Context_type"),
- ContextsPackage.Literals.CONTEXT__PROTOTYPE,
- true,
- false,
- true,
- null,
- null,
- null));
+ itemPropertyDescriptors.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
+ getResourceLocator(),
+ getString("_UI_Context_prototype_feature"),
+ getString("_UI_PropertyDescriptor_description", "_UI_Context_prototype_feature", "_UI_Context_type"),
+ ContextsPackage.Literals.CONTEXT__PROTOTYPE,
+ true,
+ false,
+ true,
+ null,
+ null,
+ null));
+ }
+
+ /**
+ * This adds a property descriptor for the Label feature.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ protected void addLabelPropertyDescriptor(Object object) {
+ itemPropertyDescriptors.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
+ getResourceLocator(),
+ getString("_UI_Context_label_feature"),
+ getString("_UI_PropertyDescriptor_description", "_UI_Context_label_feature", "_UI_Context_type"),
+ ContextsPackage.Literals.CONTEXT__LABEL,
+ true,
+ false,
+ false,
+ ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
+ null,
+ null));
}
/**
- * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
+ * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
+ * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
* {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -186,10 +209,8 @@ public class ContextItemProvider
*/
@Override
public String getText(Object object) {
- String label = ((Context) object).getName();
- return label == null || label.length() == 0 ?
- getString("_UI_Context_type") :
- getString("_UI_Context_type") + " " + label;
+ String label = ((Context) object).getUserLabel();
+ return label == null || label.length() == 0 ? getString("_UI_Context_type") : getString("_UI_Context_type") + " " + label;
}
/**
@@ -206,6 +227,7 @@ public class ContextItemProvider
switch (notification.getFeatureID(Context.class)) {
case ContextsPackage.CONTEXT__NAME:
+ case ContextsPackage.CONTEXT__LABEL:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
case ContextsPackage.CONTEXT__TABS:
@@ -229,20 +251,14 @@ public class ContextItemProvider
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
super.collectNewChildDescriptors(newChildDescriptors, object);
- newChildDescriptors.add
- (createChildParameter
- (ContextsPackage.Literals.CONTEXT__TABS,
- ContextsFactory.eINSTANCE.createTab()));
+ newChildDescriptors.add(createChildParameter(ContextsPackage.Literals.CONTEXT__TABS,
+ ContextsFactory.eINSTANCE.createTab()));
- newChildDescriptors.add
- (createChildParameter
- (ContextsPackage.Literals.CONTEXT__VIEWS,
- ContextsFactory.eINSTANCE.createView()));
+ newChildDescriptors.add(createChildParameter(ContextsPackage.Literals.CONTEXT__VIEWS,
+ ContextsFactory.eINSTANCE.createView()));
- newChildDescriptors.add
- (createChildParameter
- (ContextsPackage.Literals.CONTEXT__DATA_CONTEXTS,
- ContextsFactory.eINSTANCE.createDataContextRoot()));
+ newChildDescriptors.add(createChildParameter(ContextsPackage.Literals.CONTEXT__DATA_CONTEXTS,
+ ContextsFactory.eINSTANCE.createDataContextRoot()));
}
/**
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore
index 017ab06dada..ae83db31ffe 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.ecore
@@ -68,7 +68,11 @@
nsPrefix="contexts">
<eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An unique name for the context, which is used in various components to&#xA;identify it."/>
+ </eAnnotations>
+ </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" ordered="false"
upperBound="-1" eType="#//contexts/Context"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tabs" upperBound="-1"
@@ -82,6 +86,18 @@
<details key="documentation" value="References the context from which a context was copied. The context manager caches the prototype reference so that it can enable a prototype when the copied context is not available."/>
</eAnnotations>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A potentially translatable (localizable) label for presentation of the context&#xA;in the user interface. If absent, the name should be used in its place."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="userLabel" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
+ changeable="false" volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A computed label for presentation to the user: the label, if available, otherwise&#xA;just the name of the context."/>
+ </eAnnotations>
+ </eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tab">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1"
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.genmodel b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.genmodel
index 594d76c7840..efda9294977 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.genmodel
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/Model/Properties.genmodel
@@ -4,10 +4,12 @@
editDirectory="/org.eclipse.papyrus.views.properties.model.edit/src-gen" editorDirectory="/org.eclipse.papyrus.views.properties.model.editor/src-gen"
modelPluginID="org.eclipse.papyrus.views.properties.model" modelName="Properties"
editorPluginClass="org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin"
- testsDirectory="/org.eclipse.papyrus.views.properties.model.tests/src-gen" testSuiteClass="org.eclipse.papyrus.views.properties.environment.tests.PropertiesAllTests"
+ codeFormatting="true" commentFormatting="true" testsDirectory="/org.eclipse.papyrus.views.properties.model.tests/src-gen"
+ testSuiteClass="org.eclipse.papyrus.views.properties.environment.tests.PropertiesAllTests"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="6.0" copyrightFields="false"
editPluginID="org.eclipse.papyrus.views.properties.model.edit" editorPluginID="org.eclipse.papyrus.views.properties.model.editor"
- runtimeVersion="2.10" usedGenPackages="../../org.eclipse.papyrus.infra.constraints/Model/Constraints.genmodel#//constraints platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">
+ runtimeVersion="2.10" usedGenPackages="../../org.eclipse.papyrus.infra.constraints/Model/Constraints.genmodel#//constraints platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore"
+ cleanup="true">
<foreignModel>Properties.ecore</foreignModel>
<genPackages prefix="Properties" basePackage="org.eclipse.papyrus" disposableProviderFactory="true"
ecorePackage="Properties.ecore#/" publicationLocation="">
@@ -61,7 +63,7 @@
</nestedGenPackages>
<nestedGenPackages prefix="Contexts" basePackage="org.eclipse.papyrus.views.properties"
resource="XMI" disposableProviderFactory="true" fileExtensions="ctx" ecorePackage="Properties.ecore#//contexts">
- <genClasses ecoreClass="Properties.ecore#//contexts/Context">
+ <genClasses ecoreClass="Properties.ecore#//contexts/Context" labelFeature="#//properties/contexts/Context/userLabel">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute Properties.ecore#//contexts/Context/name"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference Properties.ecore#//contexts/Context/dependencies"/>
@@ -70,6 +72,8 @@
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Properties.ecore#//contexts/Context/dataContexts"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference Properties.ecore#//contexts/Context/prototype"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Properties.ecore#//contexts/Context/label"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EAttribute Properties.ecore#//contexts/Context/userLabel"/>
</genClasses>
<genClasses ecoreClass="Properties.ecore#//contexts/Tab">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute Properties.ecore#//contexts/Tab/label"/>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/Context.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/Context.java
index 4b7a42e2023..ff8d4ac865c 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/Context.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/Context.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2013 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* CEA LIST - Initial API and implementation
* Christian W. Damus - add prototype reference to Context (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts;
@@ -22,6 +23,7 @@ import org.eclipse.emf.ecore.EModelElement;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getDependencies <em>Dependencies</em>}</li>
@@ -29,8 +31,9 @@ import org.eclipse.emf.ecore.EModelElement;
* <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getViews <em>Views</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getDataContexts <em>Data Contexts</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getPrototype <em>Prototype</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getLabel <em>Label</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.contexts.Context#getUserLabel <em>User Label</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.papyrus.views.properties.contexts.ContextsPackage#getContext()
* @model
@@ -44,6 +47,10 @@ public interface Context extends EModelElement {
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * An unique name for the context, which is used in various components to
+ * identify it.
+ * <!-- end-model-doc -->
*
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
@@ -159,4 +166,49 @@ public interface Context extends EModelElement {
*/
void setPrototype(Context value);
+ /**
+ * Returns the value of the '<em><b>Label</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * A potentially translatable (localizable) label for presentation of the context
+ * in the user interface. If absent, the name should be used in its place.
+ * <!-- end-model-doc -->
+ *
+ * @return the value of the '<em>Label</em>' attribute.
+ * @see #setLabel(String)
+ * @see org.eclipse.papyrus.views.properties.contexts.ContextsPackage#getContext_Label()
+ * @model
+ * @generated
+ */
+ String getLabel();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.views.properties.contexts.Context#getLabel <em>Label</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Label</em>' attribute.
+ * @see #getLabel()
+ * @generated
+ */
+ void setLabel(String value);
+
+ /**
+ * Returns the value of the '<em><b>User Label</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * A computed label for presentation to the user: the label, if available, otherwise
+ * just the name of the context.
+ * <!-- end-model-doc -->
+ *
+ * @return the value of the '<em>User Label</em>' attribute.
+ * @see org.eclipse.papyrus.views.properties.contexts.ContextsPackage#getContext_UserLabel()
+ * @model required="true" transient="true" changeable="false" volatile="true" derived="true"
+ * @generated
+ */
+ String getUserLabel();
+
} // Context
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/ContextsPackage.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/ContextsPackage.java
index e11c1c45b42..56610a6a8d8 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/ContextsPackage.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/ContextsPackage.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2013 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* CEA LIST - Initial API and implementation
* Christian W. Damus - add prototype reference to Context (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts;
@@ -155,6 +156,26 @@ public interface ContextsPackage extends EPackage {
int CONTEXT__PROTOTYPE = EcorePackage.EMODEL_ELEMENT_FEATURE_COUNT + 5;
/**
+ * The feature id for the '<em><b>Label</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ * @ordered
+ */
+ int CONTEXT__LABEL = EcorePackage.EMODEL_ELEMENT_FEATURE_COUNT + 6;
+
+ /**
+ * The feature id for the '<em><b>User Label</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ * @ordered
+ */
+ int CONTEXT__USER_LABEL = EcorePackage.EMODEL_ELEMENT_FEATURE_COUNT + 7;
+
+ /**
* The number of structural features of the '<em>Context</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -162,7 +183,7 @@ public interface ContextsPackage extends EPackage {
* @generated
* @ordered
*/
- int CONTEXT_FEATURE_COUNT = EcorePackage.EMODEL_ELEMENT_FEATURE_COUNT + 6;
+ int CONTEXT_FEATURE_COUNT = EcorePackage.EMODEL_ELEMENT_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.eclipse.papyrus.views.properties.contexts.impl.TabImpl <em>Tab</em>}' class.
@@ -907,6 +928,30 @@ public interface ContextsPackage extends EPackage {
EReference getContext_Prototype();
/**
+ * Returns the meta object for the attribute '{@link org.eclipse.papyrus.views.properties.contexts.Context#getLabel <em>Label</em>}'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @return the meta object for the attribute '<em>Label</em>'.
+ * @see org.eclipse.papyrus.views.properties.contexts.Context#getLabel()
+ * @see #getContext()
+ * @generated
+ */
+ EAttribute getContext_Label();
+
+ /**
+ * Returns the meta object for the attribute '{@link org.eclipse.papyrus.views.properties.contexts.Context#getUserLabel <em>User Label</em>}'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @return the meta object for the attribute '<em>User Label</em>'.
+ * @see org.eclipse.papyrus.views.properties.contexts.Context#getUserLabel()
+ * @see #getContext()
+ * @generated
+ */
+ EAttribute getContext_UserLabel();
+
+ /**
* Returns the meta object for class '{@link org.eclipse.papyrus.views.properties.contexts.Tab <em>Tab</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -1445,6 +1490,24 @@ public interface ContextsPackage extends EPackage {
EReference CONTEXT__PROTOTYPE = eINSTANCE.getContext_Prototype();
/**
+ * The meta object literal for the '<em><b>Label</b></em>' attribute feature.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ EAttribute CONTEXT__LABEL = eINSTANCE.getContext_Label();
+
+ /**
+ * The meta object literal for the '<em><b>User Label</b></em>' attribute feature.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ EAttribute CONTEXT__USER_LABEL = eINSTANCE.getContext_UserLabel();
+
+ /**
* The meta object literal for the '{@link org.eclipse.papyrus.views.properties.contexts.impl.TabImpl <em>Tab</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextImpl.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextImpl.java
index 6aa7e440b0a..01dcd080aac 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextImpl.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextImpl.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2013 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* CEA LIST - Initial API and implementation
* Christian W. Damus - add prototype reference to Context (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts.impl;
@@ -37,6 +38,7 @@ import org.eclipse.papyrus.views.properties.contexts.View;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
+ * </p>
* <ul>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getDependencies <em>Dependencies</em>}</li>
@@ -44,8 +46,9 @@ import org.eclipse.papyrus.views.properties.contexts.View;
* <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getViews <em>Views</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getDataContexts <em>Data Contexts</em>}</li>
* <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getPrototype <em>Prototype</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getLabel <em>Label</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.contexts.impl.ContextImpl#getUserLabel <em>User Label</em>}</li>
* </ul>
- * </p>
*
* @generated
*/
@@ -128,6 +131,39 @@ public class ContextImpl extends EModelElementImpl implements Context {
protected Context prototype;
/**
+ * The default value of the '{@link #getLabel() <em>Label</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @see #getLabel()
+ * @generated
+ * @ordered
+ */
+ protected static final String LABEL_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getLabel() <em>Label</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @see #getLabel()
+ * @generated
+ * @ordered
+ */
+ protected String label = LABEL_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getUserLabel() <em>User Label</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @see #getUserLabel()
+ * @generated
+ * @ordered
+ */
+ protected static final String USER_LABEL_EDEFAULT = null;
+
+ /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
@@ -281,6 +317,47 @@ public class ContextImpl extends EModelElementImpl implements Context {
*
* @generated
*/
+ @Override
+ public String getLabel() {
+ return label;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public void setLabel(String newLabel) {
+ String oldLabel = label;
+ label = newLabel;
+ if (eNotificationRequired()) {
+ eNotify(new ENotificationImpl(this, Notification.SET, ContextsPackage.CONTEXT__LABEL, oldLabel, label));
+ }
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated NOT
+ */
+ @Override
+ public String getUserLabel() {
+ String result = getLabel();
+ if ((result == null) || result.isEmpty()) {
+ result = getName();
+ }
+ return result;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
@SuppressWarnings("unchecked")
@Override
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
@@ -334,6 +411,10 @@ public class ContextImpl extends EModelElementImpl implements Context {
return getPrototype();
}
return basicGetPrototype();
+ case ContextsPackage.CONTEXT__LABEL:
+ return getLabel();
+ case ContextsPackage.CONTEXT__USER_LABEL:
+ return getUserLabel();
}
return super.eGet(featureID, resolve, coreType);
}
@@ -370,6 +451,9 @@ public class ContextImpl extends EModelElementImpl implements Context {
case ContextsPackage.CONTEXT__PROTOTYPE:
setPrototype((Context) newValue);
return;
+ case ContextsPackage.CONTEXT__LABEL:
+ setLabel((String) newValue);
+ return;
}
super.eSet(featureID, newValue);
}
@@ -401,6 +485,9 @@ public class ContextImpl extends EModelElementImpl implements Context {
case ContextsPackage.CONTEXT__PROTOTYPE:
setPrototype((Context) null);
return;
+ case ContextsPackage.CONTEXT__LABEL:
+ setLabel(LABEL_EDEFAULT);
+ return;
}
super.eUnset(featureID);
}
@@ -426,6 +513,10 @@ public class ContextImpl extends EModelElementImpl implements Context {
return dataContexts != null && !dataContexts.isEmpty();
case ContextsPackage.CONTEXT__PROTOTYPE:
return prototype != null;
+ case ContextsPackage.CONTEXT__LABEL:
+ return LABEL_EDEFAULT == null ? label != null : !LABEL_EDEFAULT.equals(label);
+ case ContextsPackage.CONTEXT__USER_LABEL:
+ return USER_LABEL_EDEFAULT == null ? getUserLabel() != null : !USER_LABEL_EDEFAULT.equals(getUserLabel());
}
return super.eIsSet(featureID);
}
@@ -445,6 +536,8 @@ public class ContextImpl extends EModelElementImpl implements Context {
StringBuffer result = new StringBuffer(super.toString());
result.append(" (name: ");
result.append(name);
+ result.append(", label: ");
+ result.append(label);
result.append(')');
return result.toString();
}
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextsPackageImpl.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextsPackageImpl.java
index 9c6ef4f043c..82d38ce1ae6 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextsPackageImpl.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/impl/ContextsPackageImpl.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011, 2013 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,6 +9,7 @@
* Contributors:
* CEA LIST - Initial API and implementation
* Christian W. Damus - add prototype reference to Context (CDO)
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts.impl;
@@ -116,10 +117,15 @@ public class ContextsPackageImpl extends EPackageImpl implements ContextsPackage
private EClass dataContextRootEClass = null;
/**
- * Creates an instance of the model <b>Package</b>, registered with {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
+ * Creates an instance of the model <b>Package</b>, registered with
+ * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
* package URI value.
* <p>
- * Note: the correct way to create the package is via the static factory method {@link #init init()}, which also performs initialization of the package, or returns the registered package, if one already exists. <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Note: the correct way to create the package is via the static
+ * factory method {@link #init init()}, which also performs
+ * initialization of the package, or returns the registered package,
+ * if one already exists.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @see org.eclipse.emf.ecore.EPackage.Registry
* @see org.eclipse.papyrus.views.properties.contexts.ContextsPackage#eNS_URI
@@ -142,7 +148,9 @@ public class ContextsPackageImpl extends EPackageImpl implements ContextsPackage
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
*
* <p>
- * This method is used to initialize {@link ContextsPackage#eINSTANCE} when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This method is used to initialize {@link ContextsPackage#eINSTANCE} when that field is accessed.
+ * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @see #eNS_URI
* @see #createPackageContents()
@@ -271,6 +279,28 @@ public class ContextsPackageImpl extends EPackageImpl implements ContextsPackage
* @generated
*/
@Override
+ public EAttribute getContext_Label() {
+ return (EAttribute) contextEClass.getEStructuralFeatures().get(6);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public EAttribute getContext_UserLabel() {
+ return (EAttribute) contextEClass.getEStructuralFeatures().get(7);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
public EClass getTab() {
return tabEClass;
}
@@ -723,6 +753,8 @@ public class ContextsPackageImpl extends EPackageImpl implements ContextsPackage
createEReference(contextEClass, CONTEXT__VIEWS);
createEReference(contextEClass, CONTEXT__DATA_CONTEXTS);
createEReference(contextEClass, CONTEXT__PROTOTYPE);
+ createEAttribute(contextEClass, CONTEXT__LABEL);
+ createEAttribute(contextEClass, CONTEXT__USER_LABEL);
tabEClass = createEClass(TAB);
createEAttribute(tabEClass, TAB__LABEL);
@@ -824,6 +856,8 @@ public class ContextsPackageImpl extends EPackageImpl implements ContextsPackage
initEReference(getContext_Views(), this.getView(), this.getView_Context(), "views", null, 0, -1, Context.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getContext_DataContexts(), this.getDataContextRoot(), null, "dataContexts", null, 0, -1, Context.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getContext_Prototype(), this.getContext(), null, "prototype", null, 0, 1, Context.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEAttribute(getContext_Label(), ecorePackage.getEString(), "label", null, 0, 1, Context.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEAttribute(getContext_UserLabel(), ecorePackage.getEString(), "userLabel", null, 1, 1, Context.class, IS_TRANSIENT, IS_VOLATILE, !IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, IS_DERIVED, IS_ORDERED);
initEClass(tabEClass, Tab.class, "Tab", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getTab_Label(), ecorePackage.getEString(), "label", null, 1, 1, Tab.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsAdapterFactory.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsAdapterFactory.java
index 921bce98412..6c3e34776ce 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsAdapterFactory.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsAdapterFactory.java
@@ -1,9 +1,15 @@
-/**
- * <copyright>
- * </copyright>
+/*****************************************************************************
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
- * $Id$
- */
+ * 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
+ * Christian W. Damus - bug 482927
+ *****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts.util;
import org.eclipse.emf.common.notify.Adapter;
@@ -82,68 +88,67 @@ public class ContextsAdapterFactory extends AdapterFactoryImpl {
*
* @generated
*/
- protected ContextsSwitch<Adapter> modelSwitch =
- new ContextsSwitch<Adapter>() {
- @Override
- public Adapter caseContext(Context object) {
- return createContextAdapter();
- }
+ protected ContextsSwitch<Adapter> modelSwitch = new ContextsSwitch<Adapter>() {
+ @Override
+ public Adapter caseContext(Context object) {
+ return createContextAdapter();
+ }
- @Override
- public Adapter caseTab(Tab object) {
- return createTabAdapter();
- }
+ @Override
+ public Adapter caseTab(Tab object) {
+ return createTabAdapter();
+ }
- @Override
- public Adapter caseView(View object) {
- return createViewAdapter();
- }
+ @Override
+ public Adapter caseView(View object) {
+ return createViewAdapter();
+ }
- @Override
- public Adapter caseSection(Section object) {
- return createSectionAdapter();
- }
+ @Override
+ public Adapter caseSection(Section object) {
+ return createSectionAdapter();
+ }
- @Override
- public Adapter caseDataContextElement(DataContextElement object) {
- return createDataContextElementAdapter();
- }
+ @Override
+ public Adapter caseDataContextElement(DataContextElement object) {
+ return createDataContextElementAdapter();
+ }
- @Override
- public Adapter caseProperty(Property object) {
- return createPropertyAdapter();
- }
+ @Override
+ public Adapter caseProperty(Property object) {
+ return createPropertyAdapter();
+ }
- @Override
- public Adapter caseUnknownProperty(UnknownProperty object) {
- return createUnknownPropertyAdapter();
- }
+ @Override
+ public Adapter caseUnknownProperty(UnknownProperty object) {
+ return createUnknownPropertyAdapter();
+ }
- @Override
- public Adapter caseDataContextPackage(DataContextPackage object) {
- return createDataContextPackageAdapter();
- }
+ @Override
+ public Adapter caseDataContextPackage(DataContextPackage object) {
+ return createDataContextPackageAdapter();
+ }
- @Override
- public Adapter caseDataContextRoot(DataContextRoot object) {
- return createDataContextRootAdapter();
- }
+ @Override
+ public Adapter caseDataContextRoot(DataContextRoot object) {
+ return createDataContextRootAdapter();
+ }
- @Override
- public Adapter caseEModelElement(EModelElement object) {
- return createEModelElementAdapter();
- }
+ @Override
+ public Adapter caseEModelElement(EModelElement object) {
+ return createEModelElementAdapter();
+ }
- @Override
- public Adapter caseDisplayUnit(DisplayUnit object) {
- return createDisplayUnitAdapter();
- }
+ @Override
+ public Adapter caseDisplayUnit(DisplayUnit object) {
+ return createDisplayUnitAdapter();
+ }
- @Override
- public Adapter defaultCase(EObject object) {
- return createEObjectAdapter();
- }
- };
+ @Override
+ public Adapter defaultCase(EObject object) {
+ return createEObjectAdapter();
+ }
+ };
/**
* Creates an adapter for the <code>target</code>.
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsSwitch.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsSwitch.java
index 7ad4ad3f1fc..cad3901030f 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsSwitch.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/src-gen/org/eclipse/papyrus/views/properties/contexts/util/ContextsSwitch.java
@@ -1,9 +1,15 @@
-/**
- * <copyright>
- * </copyright>
+/*****************************************************************************
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
- * $Id$
- */
+ * 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
+ * Christian W. Damus - bug 482927
+ *****************************************************************************/
package org.eclipse.papyrus.views.properties.contexts.util;
import org.eclipse.emf.ecore.EModelElement;
@@ -63,7 +69,8 @@ public class ContextsSwitch<T> extends Switch<T> {
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
- * @parameter ePackage the package in question.
+ * @param ePackage
+ * the package in question.
* @return whether this is a switch for the given package.
* @generated
*/
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/preferences/Preferences.java b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/preferences/Preferences.java
index df45283b98f..8ee8990fe2e 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/preferences/Preferences.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/preferences/Preferences.java
@@ -9,10 +9,13 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
* Christian W. Damus - bug 482930
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.preferences;
import java.util.Collection;
+import java.util.Collections;
+import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@@ -67,6 +70,7 @@ public class Preferences extends PreferencePage implements IWorkbenchPreferenceP
// Only customizable Property view contexts should appear here
List<Context> contexts = new java.util.ArrayList<Context>(configurationManager.getCustomizableContexts());
contexts.addAll(configurationManager.getMissingContexts());
+ Collections.sort(contexts, contextOrdering());
for (Context context : contexts) {
boolean applied = configurationManager.isApplied(context);
@@ -97,6 +101,18 @@ public class Preferences extends PreferencePage implements IWorkbenchPreferenceP
return null;
}
+ protected Comparator<? super Context> contextOrdering() {
+ return Comparator.comparingInt(this::getCategory).thenComparing(
+ Comparator.comparing(Context::getUserLabel));
+ }
+
+ protected int getCategory(Context context) {
+ ConfigurationManager mgr = ConfigurationManager.getInstance();
+ return mgr.isCustomizable(context)
+ ? mgr.isPlugin(context) ? 0 : 1
+ : 1000;
+ }
+
@Override
public boolean performOk() {
return contextState.saveContext() && super.performOk();
@@ -130,7 +146,7 @@ public class Preferences extends PreferencePage implements IWorkbenchPreferenceP
qualifier = Messages.Preferences_Custom;
}
- return String.format("%s (%s)", context.getName(), qualifier); //$NON-NLS-1$
+ return String.format("%s (%s)", context.getUserLabel(), qualifier); //$NON-NLS-1$
}
private final ContextState contextState = new ContextState();
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/runtime/ConfigurationConflict.java b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/runtime/ConfigurationConflict.java
index 0f16f17b0e2..2e692ec6ae1 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/runtime/ConfigurationConflict.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/runtime/ConfigurationConflict.java
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Copyright (c) 2011 CEA LIST.
+ * Copyright (c) 2011, 2015 CEA LIST, Christian W. Damus, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -8,6 +8,7 @@
*
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
+ * Christian W. Damus - bug 482927
*****************************************************************************/
package org.eclipse.papyrus.views.properties.runtime;
@@ -60,7 +61,7 @@ public class ConfigurationConflict {
public String toString() {
String result = sectionID + " : "; //$NON-NLS-1$
for (Context context : conflictingContexts) {
- result += context.getName() + ", "; //$NON-NLS-1$
+ result += context.getUserLabel() + ", "; //$NON-NLS-1$
}
return result.substring(0, result.length() - 2);
}

Back to the top