Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Predefined Structured Types

This table details the predefined structured Tagged Value types, along with the syntax used to create the initial values for their use. You use these to create your own structured Tagged Values.

Note:

Tagged Value Type and Format entries are case-sensitive.

Tagged Value Type

Format

Description

Boolean

Type=Boolean;
Default=Val;

Enables input of True or False, either of which can be the default value.

Classifier

Type=Classifier;
Values=Type1,Type2;
Stereotypes=Stereotype1;

Deprecated. Use RefGUID and RefGUIDList.

Returns the name of a user-selected element from the model, where Type1 and Type2 specify one or more allowed element types and Stereotype1 represents an allowed stereotype.

Color

Type=Color;
Default=Val;

Enables input of a color value from a color chooser menu, where the value is the decimal integer translation of the color's Hex RGB value. For example, the RGB for Red is FF, and the decimal value is 255.

Const

Type=Const;
Default=Val;

Enables creation of a read-only constant value.

Custom

Type= Custom;

Enables you to create your own template for predefined types; more information is provided in the Create Custom Tagged Value Type topic.

DateTime

Type=DateTime;

Enables input of the date and time for the Tagged Value from a calendar menu.

Directory

Type=Directory;
Default=Val;

Enables entry of a directory path from a browser.

You can set a default directory path as a string value.

Enum

Type=Enum;
Values=Val1,Val2,Val3;
Default=Val2;

Enables definition of a comma-separated list, where Val1, Val2 and Val3 represent values in the list and Default represents the default value of the list.

File

Type=File;
Default=Val;

Enables input of a filename from a file browser dialog. The named file can be launched in its default application.

You can set a default file as a string containing the file path and file name.

Float, Decimal, Double

Type=Float;
Type=Decimal;
Type=Double;
Default=Val;

Enable entry of a Float, Decimal or Double value. These types all map to the same type of data.

You can set a default for any or all of these.

Integer

Type=Integer;
Default=Val;

Enables entry of an Integer value, and a default.

Memo

Type=Memo;

Enables input of large and complex Tagged Values.

RefGUID

Type=RefGUID;
Values=Type1,Type2;
Stereotypes=Stereotype1;

Enables the Tagged Value to reference an element from the model by specifying the element's GUID, where Type1 and Type2 specify one or more allowed diagram objects (such as Class, Component, Attribute or Operation) and Stereotype1 represents an allowed stereotype.

Set the classifier, attribute or operation for a Tagged Value of this type by clicking on the [ ... ] button against the Tagged Value in the Tagged Value window.

RefGUIDList

Type=RefGUIDList;
Values=Type1,Type2;
Stereotypes=Stereotype1;

Enables the Tagged Value to reference a list of elements from the model by specifying each element's GUID, where Type1 and Type2 specify one or more allowed diagram objects (such as Class or Component) and Stereotype1 represents an allowed stereotype.

Set the classifier, attribute or operation for a Tagged Value of this type by clicking on the [ ... ] button against the Tagged Value in the Tagged Value window.

Spin

Type=Spin;
LowerBound=x;
UpperBound=x;
Default=Val;

Enables creation of a spin control with the value of LowerBound being the lowest value and UpperBound being the highest value.

You can also set a default within that range.

String

Type=String;
Default=Val;

Enables entry of a string value, up to 255 characters in length, and a default text string.

For longer texts, use Type=Memo.

URL

Type=URL;
Default=Val;

Enables entry of a web URL. The URL should start with:

  • 'http://'
  • 'https://' or
  • 'www.'.

You can set a default URL as a string value.

Tag Filters

The following table details filters that can be used to restrict where a Tagged Value can be applied.

Filter

Format

Description

AppliesTo

AppliesTo=Type1,Type2;

Restricts the element types this filter can be applied to, where Type1 and Type2 are the valid types.

Possible values are:

  • all element types
  • all connector types
  • Attribute
  • Operation and
  • OperationParameter.

BaseStereotype

BaseStereotype=S1,S2;

Restricts the stereotypes that this tag belongs to, where S1 and S2 are the allowed stereotypes.