Stream: committers
Topic: build process
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:15):
Looking at some code in the build process came across some code that outputs Element for Datatype, and BackboneElement for Resources while outputing profiles.
Grahame Grieve (Dec 30 2015 at 09:15):
yes, and?
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:15):
Should it be doing this?
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):
Trying to work out why in a datatype the child component would have a base different to a resource.
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):
Only place this happens from what I can see is Timing (the repeat segment)
Grahame Grieve (Dec 30 2015 at 09:16):
yes. data type elements don't have modifier extensions
Grahame Grieve (Dec 30 2015 at 09:16):
there's a few other places. ElementDefinition
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:16):
ok, That is a very good reason then.
Grahame Grieve (Dec 30 2015 at 09:16):
DataTypes themselves all inherit element too
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):
Those was all happy, just the child classes. Was using that as the flag to indicate to create the child class.
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):
Will revise for datatypes
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:17):
Thanks
Grahame Grieve (Dec 30 2015 at 09:18):
np
z Brian Postlethwaite (old - don't use) (Dec 30 2015 at 09:27):
Then this issue I logged is not valid right? Tracker#9177
Last updated: Apr 12 2022 at 19:14 UTC