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

Analysis of the XMI exported by enterprise architect tool's UML diagram

How to know the details about the various tags(Ex: UML:Message, UML:Diagram, UML:Component) present in the XMI file which is exported from the sequence diagram developed using the Enterprise architect tool?
Siva
  • 141
  • 1
  • 2
  • 12
0
votes
1 answer

UML-XMI to XML conversion using XSLT

I am trying to convert .UML (in XMI format) file to XML file by writing xslt code. I am novice at this and would be happy if you can help me understand better. Currently I am only trying to read 1 or 2 elements the input and print an XML output with…
raghu rajappa
  • 81
  • 1
  • 11
0
votes
1 answer

Use of RCP e3-plugins in pure e4-application

I have an existing RCP-project that consists mostly of e3.x plugins. The target-platform is already migrated to Eclipse 4.5 and the compatibility layer is also in use. Currently it is possible to use the new POJO e4view in plugins. That "mixed mode"…
mo.
  • 1
0
votes
1 answer

Logical Data Model from XMI file

I want to get the logical data model from XMI file I have, is it posible through Sybase powerdesigner. Thanks & Regards, Yashu Vyas
0
votes
2 answers

keep the hierarchy (order) of an XML file after transformation with XSLT

I'm trying to transform an XML file into another but I'm having a problem with keeping the same hierarchy of the input file. Here's the input:
Iheb
  • 61
  • 1
  • 6
0
votes
2 answers

select parent of a tag with XSLT

I want to select the parent of an XMI tag in a for-each loop. Here's my input :
Iheb
  • 61
  • 1
  • 6
0
votes
1 answer

XMI tags with XSLT loops

I'm finding a problem with the xmi tags ( example : UML:Package) my real problem is that I can't use for-each loop with the select option (select="UML:Package") . Here's the XML input code :
Iheb
  • 61
  • 1
  • 6
0
votes
2 answers

EMF - Convert XML model to XMI

I have created an .ecore and .genmodel metamodel from an .xsd file. I'am trying to create a model instance from an .xml file conforming to .xsd file (and in consequence to .ecore metamodel). How can I achieve this goal?
lmove
  • 317
  • 3
  • 11
0
votes
1 answer

How can I import/use a class diagramm from Enterprise Architect in my Xtext DSL?

We model our Domain Model as UML class diagram in Enterprise Architect. And we want to design our DSL using Xtext. The DSL should access the domain classes. I am able to export the Domain Model from Enterprise Architect as XMI file. I am able to…
0
votes
1 answer

what is the purpose of looseconfig.xmi file?

I've seen this file created under Websphere Application Server configurations, also; I've noticed this file declares "binariesPath" that actually is a workspace. what is the purpose of this file? who created it?
Eric Martinez
  • 406
  • 5
  • 16
0
votes
1 answer

Is there tutorial available for Agro Uml Xmi

Have created the Sequence diagram using ArgoUML and exported it as XMI. I need to identify the class,function and their relationships by parsing the XMI. I can able to parse the class and their corresponding operation and attribute as explained in…
Harini Sekar
  • 760
  • 7
  • 14
0
votes
1 answer

java.lang.ExceptionInInitializerError while using SAX XMI parser

I'm trying to parse some XMI tags in here. And though my code is compiled properly. I'm getting following runtime error: java.lang.ExceptionInInitializerError Caused by: java.lang.RuntimeException: Uncompilable source code - Erroneous tree type:…
atitpatel
  • 3,104
  • 1
  • 24
  • 34
0
votes
1 answer

Using UML2 to parse a XMI file, how to handle href properties?

I use UML2 to parse a XMI file which contains an UML shema. Here is the content of my .uml generated by Modelio :
flow
  • 4,828
  • 6
  • 26
  • 41
0
votes
1 answer

Creating Pentaho XMI files for Ad Hoc Reports

So I am writing an application that will help users setup Datasources in pentaho biserver in a couple easy steps, so that the user does not have to worry about setting up the database or the joins for the schema. So far I can successfully create the…
decal
  • 987
  • 2
  • 14
  • 39
0
votes
1 answer

Select data with XSLT from XMI and UML tags in xml

I'm trying to print this XML file in an HTML table using out of XSLT and I don't know how to get the information from the XMI and UML tags, like XMI.header or XMI.exporter. I know how to get the attributes from the root tag XMI but not the other…
Frixzon
  • 5
  • 2
1 2 3
9
10