reportdef/properties/document-summary/generator

Description

An optional description of the method used to generate the definition file. Primarily this will be Manual if a text editor was used, or Automatic if a XML IDE such as XMLSpy was utilized.

Diagram

media/image11.jpeg

Example

<reportdef>

  <properties>
    <id>MenuMixMajorDetail</id>

    <document-summary>
      <name>Menu Mix by Major Group</name>
     <description>Menu mix showing maj groups, fam groups and menu items detail </description>
     <brief-description>Major Group</brief-description>
      <author>John Doe</author>
      <generator>Manual</generator>
      <revision>1.0</revision>
    </document-summary>
	<translation-prefix>stdRpt</translation-prefix>

  </properties>
   …