Partager via


FeatureConfiguration Element

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

Specifies configuration information for health add-ins.

  
<xs:element name="FeatureConfiguration" type="FeatureConfigurationElement">  
  <xs:unique name="UniqueDefinitionName">  
    <xs:selector xpath="HealthDefinitionConfiguration" />  
    <xs:field xpath="@Name" />  
  </xs:unique>  
</xs:element>  
  
<xs:complexType name="FeatureConfigurationElement">  
  <xs:sequence>  
    <xs:element name="HealthDefinitionConfiguration" type="HealthDefinitionConfigurationElement"     
      maxOccurs="unbounded" minOccurs="0" />  
  </xs:sequence>  
</xs:complexType>  

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description
HealthDefinitionConfiguration Element Specifies the configuration information for a health definition.

Parent Elements

None.

See Also

How to: Create a Definition Configuration XML File