Share via


OptionalItems (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 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

Concepts

BaselineType
Baseline
Authoring Desired Configuration Management Configuration Baselines and Configuration Items