2.2.5.24 ProcessMatchingCriteria Element

The ProcessMatchingCriteria XML element specifies parameters for resource management. It is the root element of XML documents that are used to specify process matching criteria (PMC) in WSRM method parameters.

 <xs:element name="ProcessMatchingCriteria">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Rule">
         <xs:complexType name="Rule">
           <xs:sequence>
             <xs:element name="Path"
               type="xs:string"
              />
             <xs:element name="User"
               type="xs:string"
              />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
       <xs:element name="Description"
         type="xs:string"
         minOccurs="0"
        />
     </xs:sequence>
     <xs:attribute name="Name"
       type="xs:string"
       use="required"
      />
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Rule

Rule

A tuple of the Path and User elements of the PMC.

Path

xs:string

A regular expression matching the path of a process's image file.

User

xs:string

A user or group name.

Description

xs:string

A text description of the PMC.

Attributes

Name

Type

Description

Name

xs:string

The name of the PMC.

Additional XML data formats are specified in section 2.2.5.