2.2.5.16 ExclusionList Element

The ExclusionList XML element is used to specify an exclusion list of processes to exclude from management. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="ExclusionList">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Process"
         type="xs:string"
         maxOccurs="unbounded"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Process

xs:string

The name of a process to be excluded.

Additional XML data formats are specified in section 2.2.5.