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


Send comments about this topic to Microsoft.