Skip to content

Instantly share code, notes, and snippets.

@csattila
Created April 11, 2012 09:57
Show Gist options
  • Save csattila/2358325 to your computer and use it in GitHub Desktop.
Save csattila/2358325 to your computer and use it in GitHub Desktop.
Labda ecore diagram
<?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="labda"
nsURI="http://labda/1.0" nsPrefix="labda">
<eClassifiers xsi:type="ecore:EClass" name="Labda">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sugar_longObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pottyok_int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sugar_long" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
</ecore:EPackage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment