Arbortext Command Language > Functions by Alphabetical Listing > division_tag
  
division_tag
division_tag (tagname[, doc[, primary]])
 
This function returns 1 (true) if the tag specified by tagname is declared as a division in the document type configuration (.dcf) file for the document type associated with doc. If doc is omitted or 0, the current document is used. If primary is specified and equal to 1, the function returns 1 (true) only if the tagname is also declared as a primary division in the .dcf file.
* 
If you have applied an alias map to the document, tagname can be either an alias or a real name.
Related topic
Document type configuration files
division_heading_tag function