Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7bd632c4640a945e3fdc10d64225019bbfc7e0ec (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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="basic"
    nsURI="http://basic/1.0" nsPrefix="basic">
  <eClassifiers xsi:type="ecore:EClass" name="TestEClass">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="StringAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top