This topic has not yet been rated - Rate this topic

FeatureConfiguration Element

Published: December 17, 2010

Updated: October 9, 2012

Applies To: Windows Home Server 2011, Windows Server 2012 Essentials, Windows Small Business Server 2011 Essentials, Windows Storage Server 2008 R2 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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.