ABL representation of temp-tables and ProDataSets as XML Schema
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ABL representation of temp-tables and ProDataSets as XML Schema
The XML Schema for a temp-table consists of a complex type definition for the fields (a sequence of field definitions), followed by any index definitions. The XML Schema for a ProDataSet consists of a complex type definition for the member temp-table buffers (a sequence of temp-table complex type definitions) followed by any index and data-relation definitions. ABL provides XML Schema extensions in order to fully describe the definitions of the temp-table or ProDataSet in XML Schema.
By default, ABL XML Schema extensions are present in temp-table
and ProDataSet XML Schema documents. If you do not want the ABL
XML Schema extensions, set the min-xmlschema option
on the methods to TRUE. The XML Schema will then
omit most of the ABL-specific XML Schema attributes.