RISCSoftware / cpacs_tigl_gen

Generates CPACS schema based classes for TiGL
Apache License 2.0
5 stars 5 forks source link

Fixed generation of types with simpleContent referencing complexTypes #50

Closed RlanderRISCSW closed 1 year ago

RlanderRISCSW commented 1 year ago

Fixes #47 Fixed the logic when simpleContent references a complexType, so that the definition of the complexType is used for the current type. Renamed simpleContent member to value for simpler access