Annotation Element

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

In Configuration Manager 2007, The Annotation element type is used for attaching localizable display name and display description text to various items that you want to display in a user interface, such as configuration items, parts, settings, and rules.

<xs:element name="Annotation">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DisplayName"
                type="LocalizableString"
             />
            <xs:element name="Description"
                                type="LocalizableString"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element Type Description

Description

LocalizableString

A localizable display description.

DisplayName

LocalizableString

A localizable display name.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items