ParentPartPropertyReferenceType 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 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 |
---|---|---|
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
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items