SRCELE Attributes
- Last UpdatedDec 20, 2021
- 1 minute read
SRCELE elements have the following attributes:
|
DESC |
Description for the data source identified by the SRCELE. |
|
EXPR |
The expression that identifies a database element to navigate to from the current context such as OWNER. The expression result must be another element or for PML 1 expressions it can also be a text result containing the name of the element to navigate to. XPath expressions must be formed to match the xmlio object output using the default copy stylesheet. |
|
EXPTYP |
The syntax of EXPR, this is either PML or XPATH. If unset PML is assumed. |
|
AUTCRE |
If true then elements can be created automatically if EXPR doesn't return a valid element. An attempt is made to create the elements if someone tries to set the value of a column within the SRCELE. The creation is based on the rules defined by the CRERUL element defined in the SRCELE. |