AXML_SCHEMA_DOC

This variable is designed for use with AcuXML. Use it when you want to add a documentation element to the schema that ACUCOBOL-GT creates when it writes an XML file (such as whenever a sequential file is OPEN OUTPUT).

If you do not require specific documentation in the schema file, or if you did not request that schemas be created for XML output, you can omit this variable.

If this variable is set, its value is included in the documentation element of the resulting schema. For example, if you set this variable as follows:

AXML_SCHEMA_DOC This is the documentation to be
included in the file...

The schema will include the following data:

   <xs:annotation>
     <xs:documentation>
       This is the documentation to be included in the file.
       Created by AcuXML version 6.0.0 on 2016/05/16
     </xs:documentation>
   </xs:annotation>
Note: For information on working with XML data, see Working with XML Data.