source: branches/xtext-MDT/org.modelica.emf/model/OpenModelicaGUIAnnotation.ecore @ 549

Last change on this file since 549 was 548, checked in by nasko, 15 years ago

added ecore models for elements, graphical annotation and GUI

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ecore:EPackage xmi:version="2.0"
3    xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="GUIAnnotation"
5    nsURI="http://www.openmodelica.org/openmodelica.annotation.gui/3.1" nsPrefix="GUIAnnotation">
6  <eClassifiers xsi:type="ecore:EClass" name="Dialog">
7    <eStructuralFeatures xsi:type="ecore:EAttribute" name="tab" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
8        defaultValueLiteral="General"/>
9    <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
10        defaultValueLiteral="Parameters"/>
11    <eStructuralFeatures xsi:type="ecore:EAttribute" name="enable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
12        defaultValueLiteral="true"/>
13    <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorSizing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
14        defaultValueLiteral="false"/>
15  </eClassifiers>
16</ecore:EPackage>
Note: See TracBrowser for help on using the repository browser.