Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.eef.documentation/userstories/US-4.xmi')
-rw-r--r--doc/org.eclipse.eef.documentation/userstories/US-4.xmi22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/org.eclipse.eef.documentation/userstories/US-4.xmi b/doc/org.eclipse.eef.documentation/userstories/US-4.xmi
new file mode 100644
index 000000000..6acdc7a46
--- /dev/null
+++ b/doc/org.eclipse.eef.documentation/userstories/US-4.xmi
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<eef:EEFViewDescription
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:eef="http://www.eclipse.org/eef"
+ xsi:schemaLocation="http://www.eclipse.org/eef ../../org.eclipse.eef/model/eef.ecore"
+ identifier="org.eclipse.eef.ecore"
+ labelExpression="aql:viewSemanticCandidate.name">
+ <ePackageNsUris>http://www.eclipse.org/emf/2002/Ecore</ePackageNsUris>
+ <groups identifier="org.eclipse.eef.ecore.enamedelement"
+ labelExpression="aql:'ENamedElement'"
+ domainClass="ecore.ENamedElement"
+ semanticCandidateExpression=""/>
+ <groups identifier="org.eclipse.eef.ecore.eclass"
+ labelExpression="aql:'EClass'"
+ domainClass="ecore.EClass"
+ semanticCandidateExpression=""/>
+ <pages identifier="org.eclipse.eef.ecore.general"
+ labelExpression="aql:'General'"
+ domainClass="ecore.EClass"/>
+</eef:EEFViewDescription>

Back to the top