Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2012-03-28 09:38:57 +0000
committerMichael Jastram2012-04-05 11:43:05 +0000
commit8a179fe7511011e1b5c88df0e1c028951795d50f (patch)
tree9b695572f36b29a0871668a9340ff5e81a99c862
parent7043018d37401bdd05d301b92490115fd6b47842 (diff)
downloadorg.eclipse.rmf-8a179fe7511011e1b5c88df0e1c028951795d50f.tar.gz
org.eclipse.rmf-8a179fe7511011e1b5c88df0e1c028951795d50f.tar.xz
org.eclipse.rmf-8a179fe7511011e1b5c88df0e1c028951795d50f.zip
Fixed model
Conflicts: org.eclipse.rmf.pror.reqif10/model/configuration.ecore
-rw-r--r--org.eclipse.rmf.pror.reqif10/model/configuration.ecore86
-rw-r--r--org.eclipse.rmf.pror.reqif10/model/reqif10.genmodel392
2 files changed, 238 insertions, 240 deletions
diff --git a/org.eclipse.rmf.pror.reqif10/model/configuration.ecore b/org.eclipse.rmf.pror.reqif10/model/configuration.ecore
index d172cf11..ad8f14b6 100644
--- a/org.eclipse.rmf.pror.reqif10/model/configuration.ecore
+++ b/org.eclipse.rmf.pror.reqif10/model/configuration.ecore
@@ -1,44 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ecore:EPackage xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="configuration"
- nsURI="http://pror.org/presentation/configuration" nsPrefix="configuration">
- <eClassifiers xsi:type="ecore:EClass" name="ProrToolExtension" eSuperTypes="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfToolExtension">
- <eStructuralFeatures xsi:type="ecore:EReference" name="specViewConfigurations"
- upperBound="-1" eType="#//ProrSpecViewConfiguration" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="generalConfiguration" lowerBound="1"
- eType="#//ProrGeneralConfiguration" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations"
- lowerBound="1" eType="#//ProrPresentationConfigurations" containment="true"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ProrSpecViewConfiguration">
- <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
- eType="ecore:EClass ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Specification"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
- eType="#//Column" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="leftHeaderColumn" lowerBound="1"
- eType="#//Column" containment="true"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Column">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
- defaultValueLiteral="&lt;PLEASE SET LABEL>"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
- defaultValueLiteral="100"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfigurations">
- <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations"
- upperBound="-1" eType="#//ProrPresentationConfiguration" containment="true"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfiguration" abstract="true">
- <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1"
- eType="ecore:EClass ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinition"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ProrGeneralConfiguration">
- <eStructuralFeatures xsi:type="ecore:EReference" name="labelConfiguration" lowerBound="1"
- eType="#//LabelConfiguration" containment="true"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="LabelConfiguration">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLabel" upperBound="-1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eClassifiers>
-</ecore:EPackage>
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="configuration"
+ nsURI="http://pror.org/presentation/configuration" nsPrefix="configuration">
+ <eClassifiers xsi:type="ecore:EClass" name="ProrToolExtension" eSuperTypes="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIFToolExtension">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specViewConfigurations"
+ upperBound="-1" eType="#//ProrSpecViewConfiguration" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="generalConfiguration" lowerBound="1"
+ eType="#//ProrGeneralConfiguration" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations"
+ lowerBound="1" eType="#//ProrPresentationConfigurations" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ProrSpecViewConfiguration">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
+ eType="ecore:EClass ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
+ eType="#//Column" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Column">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
+ defaultValueLiteral="&lt;PLEASE SET LABEL>"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
+ defaultValueLiteral="100"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfigurations">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations"
+ upperBound="-1" eType="#//ProrPresentationConfiguration" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfiguration" abstract="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1"
+ eType="ecore:EClass ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinition"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ProrGeneralConfiguration">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="labelConfiguration" lowerBound="1"
+ eType="#//LabelConfiguration" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="LabelConfiguration">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLabel" upperBound="-1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
+</ecore:EPackage>
diff --git a/org.eclipse.rmf.pror.reqif10/model/reqif10.genmodel b/org.eclipse.rmf.pror.reqif10/model/reqif10.genmodel
index 974b7ef2..0a006238 100644
--- a/org.eclipse.rmf.pror.reqif10/model/reqif10.genmodel
+++ b/org.eclipse.rmf.pror.reqif10/model/reqif10.genmodel
@@ -2,228 +2,228 @@
<genmodel:GenModel xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.rmf.pror.reqif10/src"
- creationIcons="false" editDirectory="/org.eclipse.rmf.pror.reqif10.edit/src" editorDirectory="/org.eclipse.rmf.pror.reqif10.editor/src"
- modelPluginID="org.eclipse.rmf.pror.reqif10" modelName="Reqif10" modelPluginClass=""
- editPluginClass="org.eclipse.rmf.pror.reqif10.provider.Reqif10EditPlugin" testsDirectory="org.eclipse.rmf.pror.reqif10.tests/tests"
- testSuiteClass="org.eclipse.rmf.reqif10.configuration.tests.Reqif10AllTests" importerID="org.eclipse.emf.importer.ecore"
- complianceLevel="6.0" copyrightFields="false" editPluginID="org.eclipse.rmf.pror.reqif10.edit"
- editorPluginID="org.eclipse.rmf.pror.reqif10.editor" testsPluginID="org.eclipse.rmf.pror.reqif10.tests">
- <foreignModel>../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore</foreignModel>
+ modelPluginID="org.eclipse.rmf.pror.reqif10" modelName="Configuration" importerID="org.eclipse.emf.importer.ecore"
+ complianceLevel="6.0" copyrightFields="false" usedGenPackages="../../org.eclipse.rmf.reqif10/model/reqif10.genmodel#//reqif10 ../../org.eclipse.rmf.reqif10/model/reqif10.genmodel#//xhtml ../../org.eclipse.rmf.reqif10/model/reqif10.genmodel#//datatypes platform:/plugin/org.eclipse.emf.ecore/model/XMLNamespace.genmodel#//namespace">
+ <foreignModel>configuration.ecore</foreignModel>
+ <genPackages prefix="Configuration" resource="XML" disposableProviderFactory="true"
+ ecorePackage="configuration.ecore#/">
+
+ <foreignModel>../../org.eclipse.rmf.reqif10/model/reqif10.ecore</foreignModel>
<genPackages prefix="Reqif10" basePackage="org.eclipse.rmf.pror" disposableProviderFactory="true"
- generateExampleClass="false" fileExtensions="reqif" ecorePackage="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#/">
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AccessControlledElement">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AccessControlledElement/isEditable"/>
+ generateExampleClass="false" fileExtensions="reqif" ecorePackage="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#/">
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AccessControlledElement">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AccessControlledElement/isEditable"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable">
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable">
<genFeatures createChild="false" propertyCategory="Identifiable" propertyDescription=""
- ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable/desc"/>
- <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable/identifier"/>
- <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable/lastChange"/>
- <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable/longName"/>
+ ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable/desc"/>
+ <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable/identifier"/>
+ <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable/lastChange"/>
+ <genFeatures createChild="false" propertyCategory="Identifiable" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable/longName"/>
<genFeatures property="None" children="true" createChild="true" propertyCategory="Identifiable"
- ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Identifiable/alternativeId"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml/isSimplified"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml/owningDefinition"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml/definition"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml/theOriginalValue"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueXhtml/theValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValue">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValue/specElAt"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecElementWithAttributes">
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecElementWithAttributes/values"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionXhtml">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionXhtml/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionXhtml/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinition">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinition/specType"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecType">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecType/coreContent"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecType/specAttributes"/>
- </genClasses>
- <genClasses provider="Stateful" image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/documentRoot"/>
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/specObjects"/>
- <genFeatures property="None" createChild="false" propertyCategory="" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/specifications"/>
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/datatypes"/>
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/specRelations"/>
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/specRelationGroups"/>
- <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfContent/specTypes"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIf">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIf/lang"/>
+ ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Identifiable/alternativeId"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml/isSimplified"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml/owningDefinition"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml/definition"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml/theOriginalValue"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueXhtml/theValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValue">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValue/specElAt"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecElementWithAttributes">
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecElementWithAttributes/values"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionXhtml">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionXhtml/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionXhtml/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinition">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinition/specType"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecType">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecType/coreContent"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecType/specAttributes"/>
+ </genClasses>
+ <genClasses provider="Stateful" image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/documentRoot"/>
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/specObjects"/>
+ <genFeatures property="None" createChild="false" propertyCategory="" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/specifications"/>
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/datatypes"/>
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/specRelations"/>
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/specRelationGroups"/>
+ <genFeatures property="None" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfContent/specTypes"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIf">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIf/lang"/>
<genFeatures property="None" notify="false" children="true" createChild="false"
- ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIf/theHeader"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIf/toolExtensions"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIf/coreContent"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/comment"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/creationTime"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/identifier"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/repositoryId"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/reqIfToolId"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/reqIfVersion"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/sourceToolId"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/title"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfHeader/documentRoot"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfToolExtension">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//ReqIfToolExtension/documentRoot"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecObject">
+ ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIf/theHeader"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIf/toolExtensions"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIf/coreContent"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/comment"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/creationTime"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/identifier"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/repositoryId"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/reqIfToolId"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/reqIfVersion"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/sourceToolId"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/title"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfHeader/documentRoot"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfToolExtension">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIfToolExtension/documentRoot"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecObject">
<genFeatures notify="false" createChild="false" propertyCategory="Spec Object"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecObject/type"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecObject/coreContent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecObject/type"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecObject/coreContent"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecObjectType"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Specification">
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecObjectType"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification">
<genFeatures notify="false" createChild="false" propertyCategory="Specification"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Specification/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Specification/children"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//Specification/coreContent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification/children"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification/coreContent"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecificationType"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy">
- <genFeatures createChild="false" propertyCategory="Spec Hierarchy" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/isTableInternal"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecificationType"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy">
+ <genFeatures createChild="false" propertyCategory="Spec Hierarchy" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/isTableInternal"/>
<genFeatures notify="false" createChild="false" propertyCategory="Spec Hierarchy"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/object"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/object"/>
<genFeatures property="None" notify="false" createChild="false" propertyCategory="Spec Hierarchy"
- ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/parent"/>
+ ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/parent"/>
<genFeatures property="None" children="true" createChild="true" propertyCategory="Spec Hierarchy"
- ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/children"/>
+ ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/children"/>
<genFeatures notify="false" createChild="false" propertyCategory="Spec Hierarchy"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/editableAtts"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/editableAtts"/>
<genFeatures property="None" notify="false" createChild="false" propertyCategory="Spec Hierarchy"
- ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecHierarchy/root"/>
+ ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecHierarchy/root"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinition">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinition/coreContent"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinition">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinition/coreContent"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelation">
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelation">
<genFeatures notify="false" createChild="false" propertyCategory="Spec Relation"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelation/target"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelation/target"/>
<genFeatures notify="false" createChild="false" propertyCategory="Spec Relation"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelation/source"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelation/source"/>
<genFeatures notify="false" createChild="false" propertyCategory="Spec Relation"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelation/type"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelation/coreContent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelation/type"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelation/coreContent"/>
</genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//SpecRelationType"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup">
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//SpecRelationType"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup">
<genFeatures notify="false" createChild="false" propertyCategory="Relation Group"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup/specRelations"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup/specRelations"/>
<genFeatures notify="false" createChild="false" propertyCategory="Relation Group"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup/type"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup/type"/>
<genFeatures notify="false" createChild="false" propertyCategory="Relation Group"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup/sourceSpecification"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup/sourceSpecification"/>
<genFeatures notify="false" createChild="false" propertyCategory="Relation Group"
- propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup/targetSpecification"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroup/coreContent"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//RelationGroupType"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionXhtml"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AlternativeId">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AlternativeId/identifier"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AlternativeId/ident"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionBoolean">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionBoolean/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionBoolean/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionSimple"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionBoolean"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionSimple"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueBoolean">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueBoolean/theValue"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueBoolean/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueBoolean/owningDefinition"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueSimple"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionDate">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionDate/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionDate/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionDate"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueDate">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueDate/theValue"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueDate/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueDate/owningDefinition"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionEnumeration">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionEnumeration/multiValued"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionEnumeration/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionEnumeration/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionEnumeration">
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionEnumeration/specifiedValues"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EnumValue">
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EnumValue/properties"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EnumValue/_"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EmbeddedValue">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EmbeddedValue/key"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EmbeddedValue/otherContent"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//EmbeddedValue/enumValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueEnumeration">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueEnumeration/values"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueEnumeration/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueEnumeration/owningDefinition"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionInteger">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionInteger/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionInteger/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionInteger">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionInteger/max"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionInteger/min"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueInteger">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueInteger/theValue"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueInteger/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueInteger/owningDefinition"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionReal">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionReal/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionReal/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionReal">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionReal/accuracy"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionReal/max"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionReal/min"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueReal">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueReal/theValue"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueReal/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueReal/owningDefinition"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionString">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionString/type"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeDefinitionString/defaultValue"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionString">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//DatatypeDefinitionString/maxLength"/>
- </genClasses>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueString">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueString/theValue"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueString/definition"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//AttributeValueString/owningDefinition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup/targetSpecification"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroup/coreContent"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//RelationGroupType"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionXhtml"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AlternativeId">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AlternativeId/identifier"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AlternativeId/ident"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionBoolean">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionBoolean/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionBoolean/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionSimple"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionBoolean"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionSimple"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueBoolean">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueBoolean/theValue"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueBoolean/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueBoolean/owningDefinition"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueSimple"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionDate">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionDate/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionDate/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionDate"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueDate">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueDate/theValue"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueDate/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueDate/owningDefinition"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionEnumeration">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionEnumeration/multiValued"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionEnumeration/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionEnumeration/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionEnumeration">
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionEnumeration/specifiedValues"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EnumValue">
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EnumValue/properties"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EnumValue/_"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EmbeddedValue">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EmbeddedValue/key"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EmbeddedValue/otherContent"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//EmbeddedValue/enumValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueEnumeration">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueEnumeration/values"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueEnumeration/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueEnumeration/owningDefinition"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionInteger">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionInteger/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionInteger/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionInteger">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionInteger/max"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionInteger/min"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueInteger">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueInteger/theValue"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueInteger/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueInteger/owningDefinition"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionReal">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionReal/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionReal/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionReal">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionReal/accuracy"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionReal/max"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionReal/min"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueReal">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueReal/theValue"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueReal/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueReal/owningDefinition"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionString">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionString/type"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinitionString/defaultValue"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionString">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinitionString/maxLength"/>
+ </genClasses>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueString">
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueString/theValue"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueString/definition"/>
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeValueString/owningDefinition"/>
</genClasses>
<nestedGenPackages prefix="Datatypes" basePackage="org.eclipse.rmf.reqif10" disposableProviderFactory="true"
- generateModelWizard="false" ecorePackage="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes">
- <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes/DateTime"/>
- <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes/Float"/>
- <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes/Id"/>
- <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes/XhtmlContent">
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10.model/model/reqif10.ecore#//datatypes/XhtmlContent/attributeValue"/>
+ generateModelWizard="false" ecorePackage="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes">
+ <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes/DateTime"/>
+ <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes/Float"/>
+ <genDataTypes ecoreDataType="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes/Id"/>
+ <genClasses image="false" ecoreClass="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes/XhtmlContent">
+ <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//datatypes/XhtmlContent/attributeValue"/>
</genClasses>
</nestedGenPackages>
</genPackages>

Back to the top