DPML
DPML Depot Info Element
HomeUtilitiesStationMetro
Info

An info element the <module>, <project>, and <resource> elements. An info element captures a title and description of the enclosing entity.

XML Attributes
title The title of the enclosing resource/project or module (optional).
XML Nested elements
description 0..1 A description of the enclosing element.
Example

Example info element within a project definition.

  <project name="dpml-metro-runtime" basedir="runtime">
    <info title="Metro Container Runtime">
      <description>
      DPML Component management platform runtime container.
      </description>
    </info>
    
    ...
    
  </project>