keywords Element

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

When the keywords element is a child element of the root feed element, it contains one or more child keyword elements that specify keywords associated with the categories displayed in the Web Applications tab of the Web PI interface. When the keywords element is a child element of the entry element, it contains one or more keywordId elements that associate the keyword with an ID.

Schema Hierarchy

feed Element
  tabs Element

Syntax

<feed>
  <keywords>
    <keyword id="Blogs" resourceName="Keyword_Blogs">Blogs</keyword>
    <keyword id="Wiki" resourceName="Keyword_Wiki">Wiki</keyword>
  </keywords>
  <entry>
    <keywords>
      <keywordId>Blogs</keywordId>
      <keywordId>Wiki</keywordId>
    </keywords>
    ...
  </entry>
  ...
</feed>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

keyword

The value of the element is the name of the category in the Web Applications tab of the Web PI interface.

The id attribute defines the ID for the category. The resourceName attribute defines the resource name used as the value of the resourceName attribute for elements in entry elements.

The keywords element can be a child element of the root feed element only.

keywordId

Specifies an ID defined by the id attribute of the keyword element. This is used to associate information with the product in the Web PI interface.

The keyword element can be a child of the entry element only.

Parent Elements

Element Description

entry

Contains child elements that define a product available in the Web PI interface.

feed

The root element.