ParamListType
Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager
ParamListType schema type is a complex data type that is used to represent a list of parameters.
Schema Definition
<xsd:complexType name="ParamListType">
<xsd:sequence>
<xsd:element name="Param" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
Remarks
You can use static values and variable notation values such as $Data and $Target in the Param string.
Unlike the OptionalParamListType schema type, the ParamListType schema type does not require a parent element and represents only a list of parameters.
The following XML sample shows a configuration parameter called MyParameters
element that contains three parameter values:
<MyParameters>
<Param>$Data/Property[@Name='Value1']$</Param>
<Param>$Data/Property[@Name='Value2']$</Param>
<Param>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</Param>
</MyParameters >
Information
Schema Type |
System.ParamListSchema |
Library |
System.Library |