Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Currently there are a number of source files needed to get a complete view of the AAI schema information:

Next step is to combine these source files into a single XML schema file, probably using an XSLT script – this step is still TBD

This single XML schema file can then be imported into Eclipse/Papyrus using the Ecore modeling framework.

Step-by-step to generate UML from XSD file

1) Create a new Eclipse project


2) Import the .xsd into the project from file system

2a)


2b)


3) Select the .xsd and create an EMF Generator Model (under "Other")

3a)


3b)


4) Select the model and export to UML

4a)


4b)


5) Select UML model and create new Papyrus model


6) Create a new class diagram and drag-and-drop the wanted elements onto it. Done!


  • No labels