Feature Element

Represents a security component that is displayed on the Security tab of the Windows SBS Console.

<xs:element maxOccurs="unbounded" name="Feature">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="HealthChecks">...</xs:element>
      <xs:element name="DetailGroups">...</xs:element>
    </xs:sequence>
    <xs:attribute name="Name" type="xs:string" use="required" />
    <xs:attribute name="Source" type="xs:string" use="required" />
    <xs:attribute name="Type" type="xs:string" use="required" />
  </xs:complexType>
</xs:element>

Attributes and Elements

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

Attributes

Attribute Description

Name

Required string attribute.

Specifies the name of the security component that will be displayed in the Windows SBS Console.

Source

Required string attribute.

Specifies the name of the application that the security component is monitoring.

Type

Required string attribute.

Specifies the type of system with which the security component is associated.

Child Elements

Element Description

HealthChecks Element

Provides the PowerShell script or user-defined object to check the health status of a security component.

DetailGroups Element

Provides the detail information about the health status for the security component.

Parent Elements

Element Description

FeatureList Element

Defines the security components that will be displayed on the Security tab of the Windows SBS Console.

Remarks

The XML file that uses this element is not validated against an .xsd file, it is used by internal classes to add security component data to the Windows SBS Console.

See Also

Concepts

Security Add-in XML Schema Reference
Walkthrough: Creating a Security Add-in Using XML and PowerShell
Walkthrough: Creating a Security Add-in Using XML and C#