In Rhapsody, an Element can have a Name and a different Label.
In MagicDraw, an Element can only have a Name.
By default, the name of the Element in Rhapsody is transformed to MagicDraw.
However, it is possible to transform the Label instead, by setting the option rhp2md.semantic.elementName
in the publisher.properties.
To transform Element Name in MagicDraw, set to following option in publisher.properties file:
# Determines whether Elements Name should be replaced by label values. Available values: ElementName, LabelValue - default ElementName
rhp2md.semantic.elementName=ElementName
To transform Element Label in MagicDraw, set to following option in publisher.properties file:
# Determines whether Elements Name should be replaced by label values. Available values: ElementName, LabelValue - default ElementName
rhp2md.semantic.elementName=LabelValue