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

ApplicationReference

A reference to an application configuration item. See ConfigurationItemReferenceType for more details.

BusinessPolicyReference

BusinessPolicyReference

A reference to a general configuration item. See ConfigurationItemReferenceType for more details.

See Also


Send comments about this topic to Microsoft.