[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] Re: Generating EMF code from schemas
|
Kiran,
In 1.1.1, each simple type just maps to EString, so the behavior is expected.
In 2.0, each simple type will map to an EDataType and so each namespace will
map onto an EPackage.
Kiran Lingutla wrote:
> Hi,
> I am generating the EMF code from a set of schemas. In order to pull in
> all the schemas (some schemas import others) in to my model, I use another
> schema. I noticed that in the resultant ecore model, there are no packages
> for the schemas containing just a bunch of SimpleTypes. In other words,
> the number of packages in my model is less than the number of schemas I
> have. Is this the expected behaviour?
>
> Thanks
> Kiran