Stream: implementers
Topic: baseDefinition BackboneElement
Georg Fette (Oct 09 2019 at 09:16):
Can the profile BackboneElement be derived (using baseDefinition in a custom profile) or extended. Or is it 'final' (Java) or 'sealed' (C#) ?
Grahame Grieve (Oct 09 2019 at 09:18):
what's a 'custom profile'? a logical model?
Georg Fette (Oct 09 2019 at 09:20):
yes
Georg Fette (Oct 09 2019 at 09:20):
I would assume that with BackboneElement shouldn't be fiddled with, but I would like to get that confirmed
Grahame Grieve (Oct 09 2019 at 09:24):
well, we have no methodological prohibition against deriving elements from BackBoneElement in logical models. I don't think we've ever done it (always used Element) so I can't be sure that the tools support it.
But I don't know whether that's what you mean. The question is whether you really want modifier extensions in a logical model...
Last updated: Apr 12 2022 at 19:14 UTC