The OptionalItems (BaselineType) element, in Configuration Manager, lists all application configuration items that are optional and that can exist on the target computer. If discovered, the application must be properly configured. Otherwise this leads to non-compliance on the baseline.

<xs:element name="OptionalItems">
	<xs:complexType>
		<xs:sequence>
			<xs:element
				minOccurs="0"
				maxOccurs="unbounded"
				ref="ApplicationReference"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

The OptionalItems 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.

See Also


Send comments about this topic to Microsoft.