Stream: conformance
Topic: GF#17549
Grahame Grieve (Feb 04 2019 at 21:33):
This is a proposal to allow for some device somewhere to say that a profile is closed - .e.g an unmentioned element has an implicit cardinality of 0..0, and all slices are implicitly closed (or not - override what they say?)
Grahame Grieve (Feb 04 2019 at 21:34):
@Michel Rutten / @Ewout Kramer and I maintain the snapshot generators... do we have an opinion?
Lloyd McKenzie (Feb 04 2019 at 21:58):
The proposal wasn't "not mentioned" but rather, after inheritance, if not "mustSupport", then maxOccurs =0.
Lloyd McKenzie (Feb 04 2019 at 21:58):
I'm not a huge fan of this because it makes it easy to do something that's generallly a very bad idea
Michel Rutten (Feb 06 2019 at 11:42):
Interesting. I guess it's feasible. In theory, snapshot generators could support this and emit "max=0" by default on all elements, unless specifically overridden by the diff. If this would be good practice is another debate.
Last updated: Apr 12 2022 at 19:14 UTC