22 lines
1.5 KiB
XML
22 lines
1.5 KiB
XML
<?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="loss" nsURI="http://mem4csd.telecom-paris.fr/loss" nsPrefix="loss">
|
|
<eClassifiers xsi:type="ecore:EClass" name="NamedObject" abstract="true">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
|
|
changeable="false" derived="true" iD="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//NamedObject">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
|
|
containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Primitive">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceTo" lowerBound="1"
|
|
eType="#//Complex"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Complex" eSuperTypes="#//NamedObject">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="primitives" upperBound="-1"
|
|
eType="#//Primitive" containment="true"/>
|
|
</eClassifiers>
|
|
</ecore:EPackage>
|