reportdef/properties/document-summary

Description

An optional element that identifies the report name, content, author, method of generation, and revision number. A place to record the creator’s intentions, for the benefit of future editors of the file. Including this optional element makes the file easier to maintain over time.

Diagram

media/image4.jpeg

Child Elements

author, brief-description, description, generator, name, report-status, revision, user-help

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>
   …