Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2
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 |