Tagged Questions

XML Metadata Interchange

learn more… | top users | synonyms

6
votes
6answers
2k views

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 ...
5
votes
3answers
207 views

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 ...
3
votes
2answers
663 views

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 ...
2
votes
2answers
550 views

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 ...
2
votes
2answers
337 views

UML Model and Diagram definition, where? – XMI has them, Standards not?

So, I’ve been looking through the UML 2.3 Infrastructure, UML 2.3 Superstructure, MOF 2.0 and XMI 2.11 standards in search of the specification and definition of Models and Diagrams. I am aware about ...
2
votes
5answers
530 views

How to generate sequence diagram from xmi file

Please help me if any have ans for this question. Thanks Prashant
2
votes
2answers
216 views

Does any MOF implementation exist in C++?

Is there any alternative to JMI for C++? Thanks for the links or suggestions.
1
vote
1answer
287 views

Automate eap to xmi export in Enterprise Architect

Is there a way to automate the export (conversion) from *.eap to *.xmi in Enterprise Architect? Ideally something like ea -eap file.eap -xmi file.xmi We want to use automated Continuous Integration ...
1
vote
2answers
287 views

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 ...
1
vote
1answer
528 views

Generating XMI or graphic UML diagrams (not code documentation) in C#.NET

Is there any solution available for generating UML diagrams (or at least XMI files) in C#.NET? Bear in mind that I don't want to reverse engineer my code but automate UML diagrams generation ...
1
vote
3answers
1k views

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?
1
vote
2answers
1k views

Eclipse Modelling Framework (EMF): How to get the DomainModel from a Magicdraw UML2 Export

I want to use the EMF for Code Generation, so I wrote some methods to load my UML2 File which I generated myself. This works fine with the following code: protected void registerResources() { ...
1
vote
4answers
2k views

How to convert from UML 1.3 - XMI 1.1 to UML 2.1 XMI

I am trying to convert UML 1.3 - XMI 1.1 file exported from PowerDesigner to UML 2.1 XMI Interchange Model from Rational Software Architect.
0
votes
0answers
65 views

What do they mean by a binary file? [closed]

I am modeling a project in Enterprise Architect (software created by Sparx Systems) and am supposed to export the project into a binary file. What do they mean by a binary file? I only know how to ...
0
votes
1answer
46 views

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 ...
0
votes
0answers
28 views

Sass (stylesheet language) XMI Generator

Are there any tools available to generate XMI files or otherwise generate UML diagrams from Sass files?
0
votes
0answers
19 views

Can't add Data Constraints in Pentaho Metadata

I'm trying to add Data Constraints to some physical tables, but without any success. I have physical table PT_USER_ACCOUNT, business BT_USER_ACCOUNT related to PT_USER_ACCOUNT. So, in metadata editor ...
0
votes
0answers
45 views

parse XMI from RSA using EMF

I have a question about parsing xmi from RSA 7.5, which use uml 2.1.0. Here is my code: try { UMLPackage.eINSTANCE.eClass(); System.out.println(inputFile); //register XML resource factory ...
0
votes
1answer
73 views

Generate graphical representation of an XMI file

Is there an API that can give us the possibility to generate graphical representations from a given XMI file (which is an instantiation of an Ecore file (meta-model))?
0
votes
1answer
43 views

How to read an xmi file from rails?

I have several models saved in an xmi format. And I need to read them from some application in rails. I don't need to build a model from de xmi file, I just need to read some values that the xmi file ...
0
votes
2answers
109 views

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... <?xml version="1.0" ...
0
votes
0answers
122 views

convert an activity diagram in xmi to xml format

I have created an activity diagram in xmi format using a tool called Umbrello.I also use a tool called Uml2owfn that converts activity diagram in xml format to petri net.It will not accept xmi ...
0
votes
2answers
156 views

convert an xmi file to xml file using python

I need to convert an activity diagram in xmi format to xml format.Is this conversion possible using python?Are there any tools to convert xmi files to xml?
0
votes
1answer
165 views

How to transform a topcased sysml model into a rhapsody sysml model?

I'm trying to convert existing Topcased SYSML models to Rhapsody SYSML models. It is possible to convert UML models with the Rhapsody XMI Toolkit. Unfortunately it doesn't work with SYSML models ...
0
votes
1answer
221 views

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 ...
0
votes
1answer
434 views

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 ...
0
votes
1answer
291 views

How to parse XMI?

I need a software to parse XMI documents. .NET should be able to process the output. Please inform me about useful related softwares.
0
votes
2answers
444 views

XML schema for UML 2.3 in XMI 2.1 file

Where can I find a xml schema or a DTD for the following namespace: http://www.omg.org/spec/UML/20090901 Is there such a thing? I would like to export UML data model into a XMI file. In order to ...
0
votes
1answer
555 views

PHP: create UML diagrams from source?

Greetings, I have the following situation: I need to generate UML diagrams (mostly class) for a PHP4 application that I am having problems reverse engineering with the usual UML generation tools. I ...
0
votes
0answers
309 views

Generate XMI schema from php 5.3 classes

Is there any good script/tool to generate XMI schema (so it could be imported into an UML tool) from php 5.3 classes? Thanks
0
votes
2answers
530 views

Need to read XMI file through java code without using any tool (like argouml)

Is there any way i can read an XMI file by writing java code rather that using nay tool(like EMF, MDI etc)? I want to write a java program which can read all the classes and attributes in an xmi file ...
0
votes
6answers
511 views

XML to XML translation in Java

I need to translate from XMI to OWL (XML/RDF serialized) in Java, so essentially this is XML to XML translation and most probably I could just play with regex and use replaceAll to what I need, but ...