Last change
on this file since 68 was
32,
checked in by ftrautsch, 10 years ago
|
integrating decent into crosspare
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="LOG" nsURI="LOG/1.0" nsPrefix="LOG"> |
---|
4 | <eAnnotations source="http://www.eclipse.org/OCL/Import"> |
---|
5 | <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> |
---|
6 | </eAnnotations> |
---|
7 | <eClassifiers xsi:type="ecore:EClass" name="LogModel"> |
---|
8 | <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
---|
9 | <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" |
---|
10 | eType="#//LogItem" containment="true"/> |
---|
11 | </eClassifiers> |
---|
12 | <eClassifiers xsi:type="ecore:EClass" name="LogItem"> |
---|
13 | <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
---|
14 | <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
---|
15 | <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
---|
16 | </eClassifiers> |
---|
17 | </ecore:EPackage> |
---|
Note: See
TracBrowser
for help on using the repository browser.