Arbortext Command Language > Functions by Alphabetical Listing > doc_type_language
  
doc_type_language
doc_type_language ([doc])
This function returns the string "XML Schema" if the document type associated with the specified document was defined using an XML schema, "DTD" if by a DTD, or the null string for free form or ASCII documents. If doc is not specified or is 0, the current document is used.
Related Topics
doc_type_xml function
doc_freeform function