Represent indexes in XML Schema
- Last Updated: February 17, 2025
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following ABL-specific XML Schema attributes are added to help fully describe a temp-table index.
-
primaryIndex— Indicates the primary index for the temp-table -
wordIndex— Identifies an index as a word index -
descending— Indicates descending order for a component of the index
Unique temp-table indexes are represented with the XML Schema unique definition, as shown in the syntax below:
|
Non-unique temp-table indexes are represented with the ABL-specific index definition, as shown in the following syntax:
|