blob: 2b3de8b3fabd065e1c5bffb54a9f173b99202d62 [file] [log] [blame]
<?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="rpySyntax" nsURI="http://www.eclipse.org/papyrus/rpy/RpySyntax"
nsPrefix="rpySyntax">
<eClassifiers xsi:type="ecore:EClass" name="RpyFile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//RpyContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpyContent">
<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="RpyNode" eSuperTypes="#//RpyContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//RpyContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpyFeature" eSuperTypes="#//RpyContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//RpyFeatureValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpyFeatureValue"/>
<eClassifiers xsi:type="ecore:EClass" name="RpyNodeList" eSuperTypes="#//RpyFeatureValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//RpyNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleValueList" eSuperTypes="#//RpyFeatureValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOldID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isGUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueElements" upperBound="-1"
eType="#//RpySimpleValueElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpySimpleValueElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpyStringMap" eSuperTypes="#//RpyFeatureValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//RpyStringMapEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RpyStringMapEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>