DLR-SL / CPACS

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

Avoid baseTypes #807

Open MarAlder opened 1 year ago

MarAlder commented 1 year ago

Relates to: #806

The uncertainty attributes (e.g., in doubleBaseType) are never used in CPACS (also we are doing research on a different approach of storing uncertainty data). As far as I know also the attributes externalDataDirectory, externalDataNodePath and externalFileName are not used/needed.

Please correct me if I'm wrong.

I therefore suggest to use our own base types only if really needed and use the standard xsd-types elsewise. See cpacs4 branch for further details and testing.

marcengelmann commented 1 year ago

I really like this! A nice simplification.