preferences Element

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

The preferences element contains child preferencesfeeds elements that define the selections displayed in the Display additional scenarios section of the Change Preferences page of the Web PI interface.

Schema Hierarchy

feed Element

Syntax

<preferences>
  <text resourceName="Preferences_Text">Enter your preferences to help us select a set of recommendations for the Web Platform:</text>
  <preferencesfeeds>
    <preferencesfeed> ... </preferencesfeed>
    <preferencesfeed> ... </preferencesfeed>
  </preferencesfeeds>
</preferences>

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

text

Contains a text string that is displayed on the Change Preferences page in the Web PI interface.

preferencesfeeds

Contains one or more feed elements that specify a feed associated with the scenario selection on the Change Preferences page.

Parent Elements

Element Description

feed

The root element.