Questions tagged [xmi]

XML Metadata Interchange

XMI is an XML based format mainly used to serialize UML diagrams.

Most UML tools are able to import and export XMI files.

https://en.wikipedia.org/wiki/XMI

143 questions
4
votes
2 answers

Difference between XML Schema and XMI

What is the difference between XML Schema (XSD) and XMI?
matthias
  • 1,938
  • 23
  • 51
3
votes
2 answers

Display UML in a browser

I want to display UML diagram (Activity Diagram) on the browser I don't want a specific way to create the UML , I can create it using any way to get what I want. I searched about that and found nothing. All UML Editors could export to XMI . I am…
walle
  • 41
  • 2
3
votes
4 answers

How do you convert a document in UML 1.3 - XMI 1.1 format to UML 2.1 XMI?

I am trying to convert a file exported from PowerDesigner in the UML 1.3 - XMI 1.1 format to the UML 2.1 XMI Interchange Model from Rational Software Architect. How can I do this?
DFG
  • 2,217
  • 3
  • 22
  • 24
3
votes
2 answers

Tags in UML XMI representation

I've got some XMI files from different UML modeling tools (Visual Paradigm, PowerDesigner, etc). Each file represents a simple UML diagram where the class B just extends the class A. Average each file contains a code like this:
Alexey
  • 301
  • 5
  • 18
3
votes
1 answer

Saving UML model as XMI ambiguity

I found this sentence in article about XMI on wikipedia: At the moment there are several incompatibilities between different modeling tool vendor implementations of XMI, even between interchange of abstract model data. I wondered how it is…
Dusin
  • 33
  • 2
3
votes
2 answers

UML diagram in XMI Format

My question is: is there a document or other that explains how to represent the elements of uml diagram in universal xmi format ( for example in the class diagram how te represent a class, attribute.... in xmi format)?
mira
  • 65
  • 2
  • 8
3
votes
1 answer

Projects containing version 2.4 deployment descriptors require XMI-format bindings or extensions files.ibm-web-ext.xml

I just migrated a project from java 1.5 to 1.6 using IBM-RAD and i am getting this error Projects containing version 2.4 deployment descriptors require XMI-format bindings or extensions files.ibm-web-ext.xml Solution?
Akhil Nambiar
  • 315
  • 3
  • 18
3
votes
1 answer

XSD for XMI 2.1.1

I have to parse a XMI file (xmi version 2.1.1) using JAXB. For that, I have to generate Java classes corresponding to a XMI file. So I need a shema definition of a xmi file to do that with the jxc tool. I hope anyone know where I can find this…
flow
  • 4,828
  • 6
  • 26
  • 41
3
votes
2 answers

File .asm does not exist - atl transformation

i am trying to do the sample transformation given in atl docu. but i am facing the problem once i run the transformation: File family2person.asm does not exist i dont have any clue what this means. i googled and found that .asm has something to do…
doniyor
  • 36,596
  • 57
  • 175
  • 260
3
votes
2 answers

How to convert .eap file?

I have a situation here: I have a .eap file and i have a tool available i.e., StarUML. I need to import the .eap file contents into StarUML. Basically, i need to know how can i convert the .eap to some format to import into StarUML.(StarUML takes…
GOK
  • 2,338
  • 6
  • 34
  • 63
3
votes
1 answer

Import the OMG provided XMI to an Ecore-Model using genmodel?

The OMG provides XMI-files of the uml metamodel. However, I want to import these files to an Ecore-model using genmodel. If I try to load the xmi-files with the genmodel wizard, always the following exception appears. I am using Eclipse Indigo with…
martin
  • 2,957
  • 3
  • 25
  • 46
2
votes
2 answers

Is there an existing XML Schema that I can use to validate XMI/UML files?

I really just need to be able to validate that the XMI file I'm receiving is compliant with the XMI standard set by OMG. For example, I have a file that starts like this...
2
votes
4 answers

How to make this CardView with a circle containing a letter

I want that CardView, contains Name and First letter of the name in the circle. Just like the contact on our phone.
2
votes
2 answers

Message order in UML 2.0 sequence diagrams

How the order of the messages is modeled in UML 2.0 sequence diagrams? I've browsed the UML 2.2 Superstructure specification and the only structure I found to model order is the GeneralOrdering class. I'm modeling my system with Papyrus, but it…
Thiago Cardoso
  • 725
  • 1
  • 5
  • 19
2
votes
0 answers

Documentation for python XMIparser API not found

I need to convert a xmi file from a UML model createed with Papyrus into python class and objects. I found xmiparser api, but I didn´t found any documentation or tutorial to use it. Is this API deprecated? It has some useful methods like…
F.Stan
  • 553
  • 1
  • 10
  • 23
1
2
3
9 10