-
Notifications
You must be signed in to change notification settings - Fork 0
/
USchemap.ecore
86 lines (86 loc) · 6.22 KB
/
USchemap.ecore
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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="USchemap" nsURI="http://www.modelum.es/USchemap" nsPrefix="USchemap">
<eClassifiers xsi:type="ecore:EClass" name="USchemap">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//EntityType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//RelationshipType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//SchemaType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="root" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" upperBound="1"
eType="#//SchemaType" eOpposite="#//SchemaType/features"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Key" eOpposite="#//Key/attributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//Reference" eOpposite="#//Reference/attributes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PList" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
eType="#//DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//LogicalFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refsTo" lowerBound="1"
eType="#//EntityType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isFeaturedBy" upperBound="1"
eType="#//SchemaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" eOpposite="#//Attribute/references"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregate" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregates" unique="false"
lowerBound="1" eType="#//SchemaType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType">
<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:EClass" name="Null" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipType" eSuperTypes="#//SchemaType"/>
<eClassifiers xsi:type="ecore:EClass" name="SchemaType" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1"
eType="#//SchemaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true" eOpposite="#//Feature/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PMap" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1"
eType="#//PrimitiveType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1"
eType="#//DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PSet" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
eType="#//DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PTuple" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#//DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalFeature" abstract="true" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//LogicalFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" eOpposite="#//Attribute/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
</ecore:EPackage>