I had already connected with tagged values for a number of the properties which didn't map to anything else. My inquiry was driven by the combination of this property showing up as a part of the regular dialog and the fact that it shows up in an XMI export as an ExtendedProperty rather than some other, more standard tag.
Would I be right in guessing that something tagged as an ExtendedProperty would not be predictably portable to another UML tool ... not that I'd want to use one, you understand, but the tool we will build to generate this XMI from code would be more attractive if it could be used with any sufficiently capable UML modeling tool. Or, is the answer here a qualified one, i.e., that I could use it with another tool, but I would have to do the same developmental extension in that tool as I had done in EA.
Also, I can see that the ultimate solution here is to do the development which provides custom support for my stereotypes, but is there any way that I can "cheat" in the short term. I.e., my <<OETable>> stereotype is really an extension of the built-in <<table>> stereotype. While it might be more elegant to have defined the profile in EA and created custom dialogs and such, I would actually have a reasonably workable solution if I could load via XMI and have EA treat it as if it had been created from a <<table>> stereotype, but have the indicated stereotype be <<OETable>>? Or, alternatively, would it be reasonably easy to clone the code supporting the <<table>> stereotype so that the same behavior happened for <<OETable>> ... behavior which I might extend at some later date?
I recognize that the ultimate answer will only come when I dig in to the extension mechanism, but I am busy at the moment with the profile itself, so it will be a week or two before I am likely to have a chance to do that.
I will also note that we are going to look at using EA Automation for the load as an alternative to XMI since it might reduce time to market, but the XMI route is appealing because it is tool neutral ... just in case someone likes a different tool.
Thanks for the pointers.