Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore')
-rw-r--r--sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore b/sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore
deleted file mode 100644
index c50c65bec0c..00000000000
--- a/sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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="Sample"
- nsURI="http://sample" nsPrefix="sample">
- <eClassifiers xsi:type="ecore:EClass" name="Library">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
- eType="#//Book"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Book">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Person"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//Category"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="string" eType="#//EString"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Person">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EEnum" name="Category">
- <eLiterals name="SF"/>
- <eLiterals name="Polar"/>
- <eLiterals name="Enfant"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="EString"/>
-</ecore:EPackage>

Back to the top