source: branches/xtext-MDT/org.modelica.xtext.core.generator/src/model/MyModel.mo

Last change on this file was 544, checked in by nasko, 15 years ago

MDT-XText initial import 2

File size: 204 bytes
Line 
1/*
2 * This is an example model
3 */
4type String
5
6entity Leaf extends Composable {
7  property name: String
8}
9
10entity Composite extends Composable {
11  property content: Composable[]
12}
13
14entity Composable {
15}
Note: See TracBrowser for help on using the repository browser.