======================== AWS 26 NEW FEATURES LIST ======================== Copyright (C) 2026, AdaCore This file contains a complete list of new features in version 26. A full description of all features can be found in AWS documentation. An ISO date (YYYY-MM-DD) appears in parentheses after the description line. This date shows the implementation date of the feature. Any 26.0w wavefront subsequent to this date will contain the indicated feature, as will any subsequent 26 or later release. NF-20280 Add support for WSDL elementFormDefault attribute (2025-10-22) The WSDL attribute elementFormDefault describes whether the elements must be fully qualified names or not. AWS tool wsdl2aws now read the attribute and generates code conforming to the attribute value. NF-20275 Support for optional elements in complexType (2025-07-10) A complexType can have optional elements (minOccurs attribute set to 0). Such elements are now generated as arrays in the Ada record mapping to let user's check whether an optional field is present or not. NF-19784 Multiple WSDL enhancements for wsdl2aws tool (2025-01-22) The tool wsdl2aws has been enhanced to support schema include and xsd:integer (type based on Ada Big_Integer).