Resources
Applies To: System Center Service Manager 2010
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Contains all the resources in a management pack.
Schema Hierarchy
Syntax
<Resources>
<Resource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”/>
<Assembly ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” QualifiedName=”String”>…</Assembly>
<ReportResource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” MIMEType=”string”/> <Image ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”>…</Image>
</Reslurces>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the Resources element.
Attributes
None.
Child Elements
Element | Description |
---|---|
Optional element. Represents a generic resource in a management pack. |
|
Optional element. Represents an assembly resource in a management pack. |
|
Optional element. Represents a report resource in a management pack. |
|
Optional element. Represents an image resource in a management pack. |
Parent Elements
Element | Description |
---|---|
Represents the root element of a management pack. |
Remarks
The Resources element contains references to all data that is not directly stored in a management pack (binary image data, XML resources, assembly resources, forms, and so on).