The ParentFileReferenceType complex type, in Configuration Manager, references an ancestors file part properties.

<xs:complexType name="ParentFileReferenceType">
	<xs:complexContent>
		<xs:extension
			base="ParentPartPropertyReferenceType"
		>
			<xs:attribute name="ReferencedPropertyName"
				type="FilePropertyNames"
				use="required"
			 />
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Attributes

Name Type Description

AuthoringScope

xs:Name

The AuthoringScopeId representing the author of the referenced configuration item.

LogicalName

xs:Name

The unique identity of the referenced configuration item.

Version

xs:unsignedInt

The version of the referenced configuration item.

PartLogicalName

xs:Name

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

ReferencedPropertyName

FilePropertyNames

The name of the property on the referenced part.

See Also


Send comments about this topic to Microsoft.