<?xml version="1.0" encoding="ISO-8859-1"?> | |
<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="Persons" nsURI="http://www.eclipse.org/qvt/2015/QVTcore/examples/Persons" | |
nsPrefix="persons"> | |
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" | |
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#//Person"/> | |
<eClassifiers xsi:type="ecore:EClass" name="Female" eSuperTypes="#//Person"/> | |
</ecore:EPackage> |