ABL-specific attributes on temp-table and ProDataSet definitions
- Last Updated: July 25, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following attributes will appear on the outer element definition for a temp-table or ProDataSet:
-
datasetName— Identifies the ProDataSet name when the corresponding XML element name is different, as defined by the ABLXML-NODE-NAMEorSERIALIZE-NAMEattributes. -
fieldName— Identifies the ABL temp-table field name when the corresponding XML element name is different, as defined by the ABLXML-NODE-NAMEorSERIALIZE-NAMEattributes. -
notActive— Identifies that the data relation is not active. This attribute supports ProDataSets that have multiple data relations defined with the intent that certain data relations are active for certain contexts and not active for others. -
prefix— Identifies theNAMESPACE-PREFIXfor the temp-table or ProDataSet object. -
proDataSet— Identifies the XML Schema as a ProDataSet XML Schema. -
proTempTable— Identifies the XML Schema as a temp-table XML Schema. -
recursive— Identifies that the data relation is recursive. -
tableName— Identifies the ABL temp-table name or temp-table buffer name when the corresponding XML element name is different, as defined by the ABLXML-NODE-NAMEorSERIALIZE-NAMEattributes.