Status Element
Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials
Specifies the health state of the feature.
<xs:element name="Status" type="HealthStatus" />
<xs:simpleType name="HealthStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="OK" />
<xs:enumeration value="Information" />
<xs:enumeration value="Warning" />
<xs:enumeration value="Critical" />
<xs:enumeration value="Report" />
</xs:restriction>
</xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
HealthStatusChange Element | Specifies the health state of the system. |