﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2799	Missing enumeration type declaration in DAEXMLdump	ashish.x.tiwari@…	somebody	"
I have an example where there is a enumeration type declared in a library:

a/b/c/d/e.mo:
 type e = enumeration( f,g,h ) ...

And a DAEXML dump of a model that uses the constants:
 a.b.c.d.e.f
 a.b.c.d.e.g

but the XML file does not contain any information about the enumeration type declaration.
So, from the XML file itself, it is not possible to infer if a.b.c.d.e.f maps to 1 or 2 or
something else.


"	defect	new	high	Future	*unknown*	trunk			
