RequiredItems (BaselineType) Element
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The RequiredItems (BaselineType) element, in Configuration Manager, lists all Application and BusinessRule configuration items that are required and therefore must be present and properly configured on the target computer. If any of the configuration items are not present or improperly configured, this leads to non-compliance on the baseline.
<xs:element name="RequiredItems">
<xs:complexType>
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element
ref="ApplicationReference"
/>
<xs:element
ref="BusinessPolicyReference"
/>
</xs:choice>
</xs:complexType>
</xs:element>
The RequiredItems element is defined by the BaselineType complex type.
Child Elements
Element | Type | Description |
---|---|---|
ApplicationReference |
A reference to an application configuration item. See ConfigurationItemReferenceType for more details. |
|
BusinessPolicyReference |
A reference to a general configuration item. See ConfigurationItemReferenceType for more details. |
See Also
Concepts
BaselineType
Baseline
Authoring Desired Configuration Management Configuration Baselines and Configuration Items