Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next step is probably to combine these source files into a single schema file using an XSLT script. Probably also necessary to copy metadata in the .xsd file to XML tags that can be parsed by Ecore.

This step is still TODO – some possible input to this step:

Step-by-step to generate Papyrus UML model from XSD file

...

...

NOTE: These instructions assume that Eclipse has first been started in Modeling perspective and that Papyrus is installed.

1) From the File menu, create a new general Eclipse project using the project wizard. Only required input is a project name.

Image Removed

2) From the File menu, choose Import... in order to import the .xsd into the project using the import wizard.

2a) Choose import from file system.

Image Removed

2b) Select the From directory first and then the .xsd file. Import into the project folder.

Image Removed

3) In the Model Explorer, open the project. Right-click on the .xsd and create a new EMF Generator Model (select "New" and "Other..." to enter the wizard).

3a)

Image Removed

3b) Select the project folder as the parent folder and choose the XML Schema model importer. "Model URI" should already be filled in with the .xsd file URI.

Image Removed

4) Right-click on the generated model and export the model to UML (select "Export Model...").

4a)

Image Removed

4b) Choose to reference Ecore models rather than export them. (TBD: assumed this will create smaller files, however haven't checked this yet)

Image Removed

4c) Choose Process All (TBD: check whether this is really needed, what difference in output is there)

Image Removed

5) Right-click on the exported UML model and create a new Papyrus model (select "New" and "Other..." to enter the wizard).

Image Removed

6) Switch to Papyrus perspective. From Model Explorer, create a new class diagram and drag-and-drop the wanted model elements onto it.

Image Removed

Tips for creating Papyrus diagrams for AAI model

  • Sort the model elements alphabetically before drag-and-drop
  • Drag-and-drop relationships rather than classes

...