Detail Element

Specifies the title and value of the detail information.

<xs:element minOccurs="0" maxOccurs="unbounded" name="Detail">
  <xs:complexType>
    <xs:attribute name="Title" type="xs:string" use="required" />
    <xs:attribute name="ValueScript" 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

Title

Required string attribute.

The label text that is displayed for the detail information.

ValueScript

Required string attribute.

The text that describes the status of the health check.

Child Elements

None.

Parent Elements

Element Description

DetailGroup Element

Specifies the detail information about the health status of a security component.

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#