The ParentPartPropertyReferenceType complex type, in Configuration Manager, is an abstract base type for defining references to parent parts.

<xs:complexType name="ParentPartPropertyReferenceType"
	abstract="true"
>
	<xs:complexContent>
		<xs:extension
			base="ConfigurationItemReferenceType"
		>
			<xs:sequence>
				<xs:element name="Rules">
					<xs:complexType>
						<xs:sequence>
							<xs:element
								minOccurs="0"
								maxOccurs="unbounded"
								ref="Rule"
							 />
							<xs:any
								processContents="skip"
								minOccurs="0"
								maxOccurs="unbounded"
								namespace="##other"
							 />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="PartLogicalName"
				type="Name"
				use="required"
						/>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Child Elements

Element Type Description

Rules

tns:RuleType

Rules that are defined against the specified parent part.

Attributes

Name Type Description

AuthoringScopeId

xs:Name

The AuthoringScopeId representing the author of the referenced configuration item.

LogicalName

tns:LogicalName

The unique identity of the referenced configuration item.

Version

unsignedInt

The version of the referenced configuration item.

PartLogicalName

Xs:Name

The unique Id of the part within the referenced configuration item.

See Also


Send comments about this topic to Microsoft.