I'd like to change the schema map used by every DHLink for a single DOORS module. When I originally mapped created the links, I missed a bunch of attributes in DOORS that weren't available in the mapping type I chose, so I created a new type that contains the extra DOORS attributes I want to map and created the new mapping:
So now I want to refactor all of those entities in MagicDraw so that they're using the new mapping. It looks like it isn't as simple as deleting the old mapping, since the DHLinks themselves hang onto the schema mapping that they're using:
Manually refactoring the entities to be the right type and then Synchronizing doesn't cause it to pick up the new schema mapping either, nor can I find any explicit DHLink re-mapping option. I fear that the only way out of this problem is to delete all of the entities and just re-build all of the DHLinks, which would be a nightmare because I already have a ton of other relationships between those DHLinked MagicDraw entities and other entities in my model. How can I re-map DHLinks to use different schema mappings?