DLR-SL / CPACS

CPACS - Common Parametric Aircraft Configuration Schema
http://dlr-sl.github.io/CPACS/
Apache License 2.0
79 stars 38 forks source link

Some modifications in ducts definition #774

Closed joergbrech closed 1 year ago

joergbrech commented 2 years ago

During the implementation of ducts in TiGL (https://github.com/DLR-SC/tigl/pull/889) we made some modifications in the current ducts definition. Firstly, we now have ducts and ductAssemblys at the same level under the ductsType and ductAssemblys reference a duct via UID. This way, ducts can be reused by more than one ductAssembly. Finally, we reordered the elements in two xsd:all elements to fix some issues with the order of reading the CPACS files via the routines provided by https://github.com/RISCSoftware/cpacs_tigl_gen.

Concretely,

addresses #768

MarAlder commented 1 year ago

Having some difficulties in resolving conflicts. I manually aligned with your implementation via 00d643d and will close this merge request.