Parts (ConfigurationItemWithContentsType) 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 Parts (ConfigurationItemWithContentsType) element, in Configuration Manager, defines the set of parts owned by the configuration item.

<xs:element name="Parts">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ParentReferences"
                minOccurs="1"
                maxOccurs="1"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:element
                            minOccurs="0"
                            maxOccurs="unbounded"
                            ref="ParentPartReference"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element
                type=""
                minOccurs="0"
                maxOccurs="unbounded"
                ref="Part"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

The Parts element is defined by the ConfigurationItemWithContentsType complex type.

Child Elements

Element Type Description

ParentReferences

Tns:ParentPartReference

References to parts that are defined in ancestor configuration items.

See Also

Concepts

ConfigurationItemWithContentsType
ConfigurationItemWithContents
Application
OperatingSystem
BusinessPolicy
Authoring Desired Configuration Management Configuration Baselines and Configuration Items