Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 795e0507ae69434cfe13892b33ab6f4a0888aed9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<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.emf.teneo.samples/src"
    modelPluginID="org.eclipse.emf.teneo.samples" modelName="AttributesOverrides"
    importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0">
  <foreignModel>AttributeOverrides.ecore</foreignModel>
  <genPackages prefix="Attributeoverrides" basePackage="org.eclipse.emf.teneo.samples.emf.annotations"
      disposableProviderFactory="true" ecorePackage="AttributeOverrides.ecore#/">
    <genClasses ecoreClass="AttributeOverrides.ecore#//Person">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute AttributeOverrides.ecore#//Person/name"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference AttributeOverrides.ecore#//Person/bornIn"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference AttributeOverrides.ecore#//Person/livesIn"/>
    </genClasses>
    <genClasses ecoreClass="AttributeOverrides.ecore#//City">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute AttributeOverrides.ecore#//City/name"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute AttributeOverrides.ecore#//City/country"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top