Yes, that seem correct to me.
You should be able to find that info in the help section about setting up tagged value types.
The notes in an MDG tagged value type, or a regular tagged value type are the same.
Geert
That's what I thought. But the Help says...
Type=RefGUID;
Values=Type1,Type2;
Stereotypes=Stereotype1;
Or
Type=RefGUID;
Metatype=Type;
Used 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)
Stereotype1 represents an allowed stereotype
Metatype can be used to reference Classifiers or Property types:
Metatype=Classifier; presents all Enterprise Architect-defined Classifier types to select from
Metatype=Property; presents all Ports, Parts and attributes to select from
You can set the classifier, attribute or operation for a Tagged Value of this type by clicking on the Browse. button against the Tagged Value in the Properties window.
You can also right-click on the RefGUID Tagged Value name in the Properties window and select the 'Find in Project Browser' option to locate a referenced object in the Browser window.
ype=RefGUID;
Values=Type1,Type2;
Stereotypes=Stereotype1;
Or
Type=RefGUID;
Metatype=Type;
Used 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)
Stereotype1 represents an allowed stereotype
Metatype can be used to reference Classifiers or Property types:
Metatype=Classifier; presents all Enterprise Architect-defined Classifier types to select from
Metatype=Property; presents all Ports, Parts and attributes to select from
You can set the classifier, attribute or operation for a Tagged Value of this type by clicking on the Browse. button against the Tagged Value in the Properties window.
You can also right-click on the RefGUID Tagged Value name in the Properties window and select the 'Find in Project Browser' option to locate a referenced object in the Browser window.
your example, doesn't fit this syntax... "It's a RefGUID, Jim, but not as we know it"

Paolo