Commit 2820887c authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ updated referencing with newer versions of ecore

parent b3da0e1e
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ecore:EPackage [
<!ENTITY _0 "tdl.ecore">
]>
<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="extendedconfigurations" nsURI="http://www.etsi.org/spec/TDL/1.3.1/configurations"
    nsPrefix="configurations">
  <eAnnotations source="http://www.eclipse.org/OCL/Import">
    <details key="tdl" value="tdl.ecore#/"/>
  </eAnnotations>
  <eClassifiers xsi:type="ecore:EClass" name="ExtendedTestConfiguration" eSuperTypes="tdl.ecore#//TestConfiguration">
  <eClassifiers xsi:type="ecore:EClass" name="ExtendedTestConfiguration" eSuperTypes="&_0;#//TestConfiguration">
    <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" ordered="false"
        upperBound="-1" eType="#//TestConfigurationInstance" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false"
        upperBound="-1" eType="#//TestConfigurationOperation" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="TestConfigurationInstance" eSuperTypes="tdl.ecore#//Element">
  <eClassifiers xsi:type="ecore:EClass" name="TestConfigurationInstance" eSuperTypes="&_0;#//Element">
    <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1"
        eType="ecore:EClass tdl.ecore#//TestConfiguration"/>
        eType="ecore:EClass &_0;#//TestConfiguration"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="TestConfigurationOperation" abstract="true"
      eSuperTypes="tdl.ecore#//Element">
      eSuperTypes="&_0;#//Element">
    <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1"
        eType="#//ComponentReference" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ComponentReference" eSuperTypes="tdl.ecore#//Element">
  <eClassifiers xsi:type="ecore:EClass" name="ComponentReference" eSuperTypes="&_0;#//Element">
    <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1"
        eType="ecore:EClass tdl.ecore#//ComponentInstance"/>
        eType="ecore:EClass &_0;#//ComponentInstance"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1"
        eType="#//TestConfigurationInstance"/>
  </eClassifiers>
@@ -32,10 +35,10 @@
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ComponentHide" eSuperTypes="#//TestConfigurationOperation"/>
  <eClassifiers xsi:type="ecore:EClass" name="ReassignRole" eSuperTypes="#//TestConfigurationOperation">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EEnum tdl.ecore#//ComponentInstanceRole"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EEnum &_0;#//ComponentInstanceRole"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ComponentAlias" eSuperTypes="#//TestConfigurationOperation"/>
  <eClassifiers xsi:type="ecore:EClass" name="ExtendedGateReference" eSuperTypes="tdl.ecore#//GateReference">
  <eClassifiers xsi:type="ecore:EClass" name="ExtendedGateReference" eSuperTypes="&_0;#//GateReference">
    <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1"
        eType="#//TestConfigurationInstance"/>
  </eClassifiers>