Arbortext Command Language > Functions by Alphabetical Listing > base_tag_name
  
base_tag_name
base_tag_name (tagname[, doc])
This function returns the base element name for the user-defined tag named tagname. Returns null if tagname is not a valid element name. If the tag, tagname, is a base element, and not a user-defined tag, returns tagname.
The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.