[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the root element of a management pack.

Schema Hierarchy

ManagementPack

Syntax

Xml
<ManagementPack RevisionId=”GUID” ContentReadable="true/false" SchemaVersion=”1.1” xsi:noNamespaceSchemaLocation="..\..\..\sdk\server\MPInfrastructure\schema\ManagementPackSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <Manifest>…</Manifest>
   <TypeDefinitions>…</TypeDefinitions>
   <Monitoring>…</Monitoring>   <Templates>…</Templates>
   <Presentation>…</Presentation>
   <LanguagePacks>…</LanguagePacks>
   <Resources>…</Resources></ManagementPack>

Attributes and Elements

The following sections describe the attributes, child elements, and parent element of the ManagementPack element. The only required child element is the Manifest element.

Attributes

Attribute Description

ContentReadable

Internal usage only.

RevisionId

Internal usage only.

Child Elements

Element Description

Manifest

Required element. Contains the Identity (Manifest), Name (Manifest), and References (Manifest) of the management pack.

TypeDefinitions

Optional element. Contains all types defined in the management pack: EntityTypes, DataTypes, SchemaTypes, SecureReferences, ModuleTypes, MonitorTypes.

Monitoring

Optional element. Contains all rules and overrides defined in the management pacRules and Overrides.

Templates

Optional element. Contains each ObjectTemplate defined in the management pack.

Presentation

Optional element. Contains all user interface–related elements defined in the management pack: Forms,ConsoleTasks, Views, Folders, FolderItems, ImageReferences, and StringResources.

LanguagePacks

Optional element. Contains a LanguagePack element for each language supported by the management pack. Each language pack contains DisplayStrings elements.

Resources

Optional element. Contains all the resources of a management pack (Resource, Assembly (Resources), ReportResource, Image).

Parent Elements

None.

See Also