HealthDefinitions Element

 

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

Represents the notifications and actions that are used to report and repair issues with operating system features.

  
<xs:element name="HealthDefinitions" maxOccurs="1" minOccurs="0">  
  <xs:complexType>  
    <xs:sequence>  
      <xs:element name="HealthDefinition" type="HealthDefinitionElement" maxOccurs="unbounded" minOccurs="0" />  
    </xs:sequence>  
  </xs:complexType>  
</xs:element>  

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description
HealthDefinition Element Specifies alerts, health states, and repairs for the health add-in.

Parent Elements

Element Description
Feature Element Defines the behavior and attributes of the health add-in.

See Also

How to: Create a Definition XML File