ManagementPack
Updated: April 25, 2012
Applies To: System Center Service Manager 2010
Represents the root element of a management pack.
<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>
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 |
|---|---|
Required element. Contains the Identity (Manifest), Name (Manifest), and References (Manifest) of the management pack. | |
Optional element. Contains all types defined in the management pack: EntityTypes, DataTypes, SchemaTypes, SecureReferences, ModuleTypes, MonitorTypes. | |
Optional element. Contains all rules and overrides defined in the management pack Rules and Overrides. | |
Optional element. Contains each ObjectTemplate defined in the management pack. | |
Optional element. Contains all user interface–related elements defined in the management pack: Forms, ConsoleTasks, Views, Folders, FolderItems, ImageReferences, and StringResources. | |
Optional element. Contains a LanguagePack element for each language supported by the management pack. Each language pack contains DisplayStrings elements. | |
Optional element. Contains all the resources of a management pack (Resource, Assembly (Resources), ReportResource, Image). |
Parent Elements
None.