Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7ed203c463a2b059f880854e83cca68b34b9f07c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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="stereotypeapplicationmatcherconfiguration" nsURI="http://www.eclipse.org/payrus/elementtypesconfigurations/uml/stereotypematcherconfiguration/1.1"
    nsPrefix="stereotypeapplicationmatcherconfiguration">
  <eClassifiers xsi:type="ecore:EClass" name="StereotypeApplicationMatcherConfiguration"
      eSuperTypes="platform:/plugin/org.eclipse.papyrus.infra.elementtypesconfigurations/model/ElementTypesConfigurations.ecore#//AbstractMatcherConfiguration">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypesQualifiedNames"
        lowerBound="1" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="profileUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top