Book a Demo

Author Topic: Profile not exporting metatype attribute  (Read 3646 times)

softnotes

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Profile not exporting metatype attribute
« on: October 01, 2014, 11:39:49 am »
I have created a new profile according to the instructions. When I import the profile, the name shows, but the new stereotyped elements I created are not available.

Looking at the exported XML file, I see the following entry.

Code: [Select]
<Stereotype name="MyTestClass" alias="A test class" notes="" cx="100" cy="80" bgcolor="-1" fontcolor="-1" bordercolor="-1" borderwidth="-1" hideicon="0"/>
Comparing this with the Archimate XML file, I see the metatype attribute is missing.

Code: [Select]
<Stereotype name="ArchiMate_Meaning" metatype="Meaning" notes="A meaning is the knowledge or expertise present in the representation of a business object, given a particular context. " bgcolor="13172680" fontcolor="-1" bordercolor="-1" borderwidth="1" hideicon="0">
I have tried setting the direction, used different types of links, but no matter what I do to the association between the stereotype and the metaclass, the metatype attribute remains missing.

Any suggestions?
« Last Edit: October 01, 2014, 11:40:39 am by softnotes »

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
The Sparx Team
[email protected]

softnotes

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Profile not exporting metatype attribute
« Reply #2 on: October 01, 2014, 03:07:42 pm »
Ah thanks, that solves that mystery.

I have obviously misdiagnosed the root of my problem. Looking at the Archimate technology XML file, the profile stereotype contains "AppliesTo" entries.

Having tried changing the connector type over to AppliesTo, it still does not generate these entries.