Book a Demo

Author Topic: Tagged value referencing a package  (Read 4509 times)

adepreter

  • EA User
  • **
  • Posts: 190
  • Karma: +10/-10
    • View Profile
Tagged value referencing a package
« on: March 26, 2020, 10:18:03 pm »
Tagged values can reference elements (RefGUID or ReGuidList).
https://sparxsystems.com/enterprise_architect_user_guide/15.1/modeling/predefinedtaggedvaluetypes.html

Is it possible somehow to define a tagged value referencing a package?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Tagged value referencing a package
« Reply #1 on: March 27, 2020, 12:10:38 am »
RefGUID tagged values can reference anything (classes, attributes, connectors,...) , also packages AFAIK

Geert

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Tagged value referencing a package
« Reply #2 on: March 27, 2020, 12:41:27 am »
Yes, just specify "Package" as the element type (= "Value"). As in
Type=RefGUID;
Value=Package;


/Uffe
My theories are always correct, just apply them to the right reality.

adepreter

  • EA User
  • **
  • Posts: 190
  • Karma: +10/-10
    • View Profile
Re: Tagged value referencing a package
« Reply #3 on: April 01, 2020, 05:49:03 am »
Thank you Geert and Uffe