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

Concepts

BaselineType
Baseline
Authoring Desired Configuration Management Configuration Baselines and Configuration Items