ExternalConfigurationItemReferenceType Complex Type

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 ExternalConfigurationItemReferenceType complex type is the type definition for the ExternalConfigurationItemReference element.

<xs:complexType name="ExternalConfigurationItemReferenceType">
    <xs:complexContent>
        <xs:extension
            base="OtherConfigurationItemReferenceType"
        >
            <xs:sequence>
                <xs:element name="BaseElement"
                    type="Name"
                 />
             </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Child Elements

Element Type Description

BaseElement

Name

The root global element of the external configuration item discovered instance.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items
ExternalConfigurationItemReference Element