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


Send comments about this topic to Microsoft.