The OtherConfigurationItems (BaselineType) element, in Configuration Manager, represents externally defined Service Modeling Language (SML) items. This allows them to be called out in a way that is recognizable by the Configuration Manager 2007 user interface.

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

The OtherConfigurationItems element is defined by the BaselineType complex type.

Child Elements

Element Type Description

OtherConfigurationItemReference

OtherConfigurationItemReference

Reference to an SML authored item. Reference to a configuration item that is not one of the types that is defined by this schema. See type for details.

See Also


Send comments about this topic to Microsoft.