mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
Standard element are now fully qualified (using QName) if and only if the corresponding schema is set with elementFormDefault = Qualified. Standard element here are element defined with attributes name/type and not those being a reference (using ref attribute) to some other definition. Add corresponding regression test and update some tests to conform to this new support. TN eng/toolchain/aws#101