Hi everybody,
I have the following scenario
Two diferent DSL models, A and B and I want to show in a property field of B model some data designed in A model.
example.
I have in A a model class diagram, and in B a model that one element property field that uses the classnames designed in A diagram.
Is that possible
Thanks

Load Data designed in another model file
pepegotilaioter
Hi Luiz,
The main difficulty is keeping them in sync. We don't currently have a general mechanism so that if you change something in model A, it propagates to model B. We currently do propagation of changes within a model, so you could effectively combine them into one model by loading them into the same store; but you can't display them simultaneously in different diagrams.
Take a look at the discussions at http://forums.microsoft.com/msdn/showpost.aspx postid=69577&siteid=1 and http://forums.microsoft.com/msdn/showpost.aspx postid=72905&siteid=1
Hope they help - come back if you need more.
Alan