reportdef/properties/id

Description

An optional element that is the name of the report definition. It is a good practice to match this with the name of the report definition file.

Diagram

media/image3.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>
   …