| <?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="services" nsURI="services" nsPrefix=""> |
| <eClassifiers xsi:type="ecore:EClass" name="Model"> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" |
| eType="#//Service" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" |
| eType="#//Type" containment="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Service"> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" |
| eType="#//Operation" containment="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Operation"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" |
| eType="#//TypedElement" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" |
| eType="#//TypedElement" containment="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="TypedElement"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> |
| <eClassifiers xsi:type="ecore:EClass" name="Struct" eSuperTypes="#//Type"> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" |
| eType="#//TypedElement" containment="true"/> |
| </eClassifiers> |
| </ecore:EPackage> |