Share via


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

In Configuration Manager 2007, the Baselines (BaselineType) element lists other baselines that will be checked for compliance as part of the compliance check for the baseline described by the parent element. If any of these baselines are non-compliant, this leads to non-compliance on the referencing baseline.

The Baselines element is defined by the BaselineType complex type.

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

See Also

Concepts

BaselineType
BaseLine
Authoring Desired Configuration Management Configuration Baselines and Configuration Items