Try OpenEdge Now
skip to main content
Working with XML
Reading and Writing XML Data from Temp-Tables and ProDataSets : Using XML Schema : ABL-specific attributes on temp-table and ProDataSet definitions
 

ABL-specific attributes on temp-table and ProDataSet definitions

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 ABL XML-NODE-NAME or SERIALIZE-NAME attributes.
*fieldName — Identifies the ABL temp-table field name when the corresponding XML element name is different, as defined by the ABL XML-NODE-NAME or SERIALIZE-NAME attributes.
*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 the NAMESPACE-PREFIX for 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 ABL XML-NODE-NAME or SERIALIZE-NAME attributes.