First appearing recently in #588
Going through NeTEx the strictContainmentAggregationStructure is handled differently and certainly not consistently.
I think we want to assure:
- there is at minimum a single element in this containment structure, otherwise it must be invalid.
- I think this can be assured with a choice minOccurs=1 (the default) also on its sub elements.
First appearing recently in #588
Going through NeTEx the strictContainmentAggregationStructure is handled differently and certainly not consistently.
I think we want to assure: