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


Send comments about this topic to Microsoft.