IsReservedAttribute
Checks if name (which must be a syntactically well-formed attribute name) is the name of a reserved attribute in the S_TOOLS-STx DataSet. E.g. the attribute ID is reserved.
Usage:
inst IsReservedAttribute name
Parameters:
name
The attribute name to be checked. This must be a syntactically well-formed XML attribute name.
Result:
1 if name is a reserved attribute name, 0 otherwise