metadata Element (Process Template Schema)
Defines the name and description of the process template, and specifies which plug-ins to call during team project creation.
Schema Hierarchy
ProcessTemplate Element (Process Template Schema)
metadata Element (Process Template Schema)
<metadata> <name>…</name> <description>…</description> <plugins>…</plugins> </metadata>
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| name | Required element. Defines the name of the process template. This must be a unique name across Team Foundation. |
| description | Required element. Defines the description to display in the New Team Project Wizard for the process template. |
| plugins | Required element. Defines the plug-ins for the process template, and if they have a visible page in the New Team Project Wizard. |
Parent Elements
| Element | Description |
|---|---|
| ProcessTemplate | Required element. Contains the process template definition. |