Skip to content
Snippets Groups Projects
Select Git revision
  • 185a81621da4a20d72ff6fe927ffa4be675f16e0
  • master default protected
2 results

Library.ecore

Blame
  • Library.ecore 1.20 KiB
    <?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="Library" nsURI="http://www.example.org/library" nsPrefix="lib">
      <eClassifiers xsi:type="ecore:EClass" name="Library">
        <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
        <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1"
            eType="#//Employee" containment="true"/>
      </eClassifiers>
      <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person">
        <eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
        <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/>
      </eClassifiers>
      <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true">
        <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
      </eClassifiers>
    </ecore:EPackage>