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
25
votes
3 answers

Difference between XML and XMI?

Can some one shed some light on the difference between XML and XMI? Can XMI be used in place of XML?
zengr
  • 38,346
  • 37
  • 130
  • 192
20
votes
5 answers

using alt in sequence diagrams for starUML

i am not able to discover how to use the alt/combined fragment correctly in starUML,as in there is no way that i am able to provide the condition after the alt fragment appears.can any1 just list down the procedure as to how to do it or a link to…
arinjita paul
  • 201
  • 1
  • 2
  • 4
16
votes
6 answers

How to read XMI?

I need to read UML diagrams that are serialized into XMI. Is there any library that would allow me to conveniently read UML XMI - by conveniently I mean having some methods to iterate over classes/packages/methods/attributest etc. in model. I tried…
kane77
  • 591
  • 1
  • 6
  • 20
10
votes
1 answer

Load EMF Model instance in XTend

I am building a code generator in XTend where I already have an input model and meta model. That is, I use ATL to generate the input model for my XTend code generator (as part of a transformation sequence to gradually lower the abstraction level,…
Marten Sytema
  • 1,906
  • 3
  • 21
  • 29
6
votes
2 answers

Extracting data from Enterprise Architect model

I'm trying to programmatically extract information from an Enterprise Architect model (saved in an XMI file) - I need it to generate some reports, but I don't want to go so far as to create an EA add-in. Is there a C# XMI parser library anywhere? I…
Igor Brejc
  • 18,714
  • 13
  • 76
  • 95
6
votes
2 answers

Efficient Way to do batch import XMI in Enterprise Architect

Our team are using Enterprise Architect version 10 and SVN for the repository. Because the EAP file size is quite big (e.g. 80 MB), we exports each packages into separate XMI and stored it into SVN. The EAP file itself is committed after some…
David
  • 3,957
  • 2
  • 28
  • 52
5
votes
1 answer

How to import any UML/XMI files to StarUML?

I am trying to import a UML Diagram (of a C++ project) I designed in a program called Visual Paradigm. This program allows me to save the UML diagram in various formats ) and when I choose the XMI format (supported by StarUML through an…
Spectre_k9
  • 51
  • 1
  • 3
5
votes
2 answers

How to convert an XMI model-instance of Ecore to XML of the given XSD?

I am using the Ecore model which is based on imported XML Schema file (XSD). Using generated Java classes (based on Ecore model), I build an instance of the model and save it as a resource in XMI standard. This XMI file is actually an XML file which…
sromku
  • 4,663
  • 1
  • 36
  • 37
5
votes
1 answer

How do I import a SysML model (in XMI format) to Papyrus?

I have an XMI 2.1 formatted SysML model, exported from Enterprise Architect. I'm evaluating Papyrus as an alternate model IDE. I'd like to import my XMI file into Papyrus, including all structural and behavioral blocks. Here's what I've…
retrodrone
  • 5,850
  • 9
  • 39
  • 65
5
votes
1 answer

Eclipse RCP e4 using cached version of Application.e4xmi file

So I'm writing e4 RCP application for my studies. My problem is that, as I change the Application.e4xmi file - I basically add / remove some part (View) - the changes are not reflected in the application later run ! It's totally as eclipse (IDE)…
user1913596
  • 469
  • 6
  • 16
5
votes
1 answer

How to generate XMI file for the java source code?

I'm writing a program in java language which takes the java source code as an input and the output is xmi file which contains the class diagram of the source code. I have researched for xmi structure but I was not able to find an adequate resource…
Bernard
  • 4,240
  • 18
  • 55
  • 88
5
votes
1 answer

PhpStorm, UML diagrams and xmi-files

I've a got huge PHP project with lots of classes, interfaces, abstraction layers... I need to see UML classes diagram. I'm wondering if PhpStorm can generate the one? What I've found is that it is possible to view "diagram" for a single class:…
Ruslan Polutsygan
  • 4,401
  • 2
  • 26
  • 37
4
votes
2 answers

Perl UMMF Tutorial?

I want to be able to create UML diagrams from source code - and I found UMMF - UML Meta-Model Framework. However, I could not find any tutorial to get me started on creating a diagram with two classes and a simple relationship between…
Tudor Constantin
  • 26,330
  • 7
  • 49
  • 72
4
votes
3 answers

Converting UML to OWL Ontology

I am trying to develop an OWL ontology based on different UML file resources presented in XMI format. Reading through the internet for a while now, it seems that almost all the available tools or approaches are outdated and even when trying some of…
raeX
  • 3,197
  • 2
  • 14
  • 21
4
votes
0 answers

How to access a string array child tag in UIMA-RUTA?

We are having trouble to retrieve a data from a XMI file. The following excerpt illustrates an example of what we are trying to do:
Cogroo
  • 41
  • 1
1
2 3
9 10