Argument Element
Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials
Specifies an argument that is passed to a script or program of an action.
<xs:element name="Argument" type="ArgumentElement" maxOccurs="unbounded" minOccurs="0" />
<xs:complexType name="ArgumentElement">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Name" type="xs:NCName" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
Name | Required NCName attribute. Specifies the name of the argument. The name must be unique among all of the arguments. |
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Arguments Element | Specifies the parameter values for the scripts or programs that are associated to the actions defined for the health definition. |