Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1c396cdf1301ff00a484790739694edcf86d7af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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="fieldselection"
    nsURI="http://www.eclipse.org/papyrus/properties/fieldSelection" nsPrefix="fs">
  <eClassifiers xsi:type="ecore:EClass" name="FieldSelection">
    <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
        eType="#//PropertyDefinition" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="contextElements" upperBound="-1"
        eType="#//ContextElement" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="PropertyDefinition">
    <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="valueSingle" lowerBound="1"
        eType="#//Value" defaultValueLiteral="DEFAULT"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueMultiple" lowerBound="1"
        eType="#//Value" defaultValueLiteral="DEFAULT"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ContextElement">
    <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
        eType="#//ContextElement" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
        eType="#//PropertyDefinition" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="org.eclipse.papyrus.customization.properties.generation.wizard.widget.TernaryButton.State"/>
</ecore:EPackage>

Back to the top