Ok, so I am trying to upload an image to these forums for the first time. Given it is Friday (where I am anywho), I expect drunken mocking if I get it wrong

Attempt using img tags:

Attempt using url tags:
https://www.dropbox.com/s/ilpwt7yhj6d31fh/StereoRelationships%20between%20Stereotype%20and%20Metatype.png?dl=0So I have taken Phil Chudley's example and done some experimentation with it.
In particular, I have:
* PRC_Cause - A stereotype.
* Component - A Metatype/Built In Type
* StereoRelationship1 & StereoRelationship 3 - both stereotyped connectors
I have created the following stereotyped relationships:
* StereoRelationship1 from Component to PRC_Cause.
* StereoRelationship3 from PRC_Cause to Component
What I expected (rightly or not) was that:
1. Dragging the quick linker from Component to PRC_Cause would offer me only two options:
a) The option to create StereoRelationship3 from Cause -> Component with the Quick Linker Caption "Stereo3 Backward"
b) The option to create StereoRelationship1 from Component -> Cause with the Quick Linker Caption "Stereo1 Forward"
2. Dragging the quick linker from PRC_Cause to Component would offer me only two options:
a) The option to create StereoRelationship3 from Cause -> Component with the Quick Linker Caption "Stereo3 Forward"
b) The option to create StereoRelationship1 from Component -> Cause with the Quick Linker Caption "Stereo1 Backward"
However, when I drag the quick linker from Component to PRC_Cause I get:
a) The option to create StereoRelationship3 as expected *YAY*.
b) But I get no option to create StereoRelationship1 PLUS none of the UML Links (Association, Generalization, etc) are suppressed.
When I drag the quick linker from PRC_Cause to Component I get:
a) The option to create StereoRelationship3 as expected again *YAY*
b) No option to create StereoRelationship1. But this time the UML Links ARE SUPPRESSED.
I'm still struggling through the other use cases to see what is going on and will post more when I have but some light shone here in the meantime would be wonderful.
I should also add that if I look in the UML Profile in the MetaModels section I get the following XML.
To me, this is saying that I can create StereoRelationship between Component and PRC_Cause (I could be wrong), but certainly I am not seeing that in the result as mentioned above.
-<Metamodel>
-<Metaclass notes="" name="Component">
-<stereotypedrelationships>
<stereotypedrelationship constraint="PRCMDG::PRC_Cause" stereotype="PCDMDG::StereoRelationship1"/>
</stereotypedrelationships>
</Metaclass>
</Metamodel>Cheers
Jays