PartType 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 PartType complex type, in Configuration Manager, is the abstract base type for all parts.

<xs:complexType name="PartType"
    abstract="true"
>
    <xs:sequence>
        <xs:element
            ref="Annotation"
                  />
        <xs:element
            minOccurs="0"
            maxOccurs="1"
                        ref="ExistentialRule"
         />
        <xs:any
            processContents="skip"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:sequence>
    <xs:attribute name="LogicalName"
        type="LogicalName"
        use="required"
     />
</xs:complexType>

Child Elements

Element Type Description

Annotation

Annotation

The Annotation type is used for attaching localizable display name and display description text to various items that you want to display in a user interface (for example, Configuration Items, Parts, Settings and Rules). See the LocalizableString complex type for additional details.

ExistentialRule

RuleTypeBase

A rule that is used to test for the existence of a part or setting or that is used to set a constraint on the multiplicity of the part or setting or to do both.

Attributes

Name Type Description

LogicalName

LogicalName

The unique identity of the configuration item within the authoring scope.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items