Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Obtaing Value
Obtaing Value [message #615488] Mon, 11 February 2008 17:50
Raphael is currently offline RaphaelFriend
Messages: 47
Registered: July 2009
Member
Hello my friends,

I have the following XMI code:

<?xml version="1.0" encoding="UTF-8"?>
<Package xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"
xmi:id="_L37e0NiWEdyDI-twlSn5BQ" >
<ownedMember xmi:type="uml20:Classe" xmi:id="_NsTmgNiWEdyDI-twlSn5BQ"
name="People" package="_L37e0NiWEdyDI-twlSn5BQ">
</ownedMember>
</Package>

When I use the command <c:get select="Package/ownedMember/@name" /> I got
the result: People

But, IŽm trying to obtain the xmi:id from ownedMember. IŽm using the
following command <c:get select="Package/ownedMember/@xmi:id" /> , but
this return no value.

Has anyone here know what command should I use?!?

Thanks,
Raphael
Previous Topic:Database ends up with group when it is 1:m not n:m associations
Next Topic:Re: Getting n:m when I expect 1:n
Goto Forum:
  


Current Time: Sat Apr 27 01:53:32 GMT 2024

Powered by FUDForum. Page generated in 0.02858 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top