2.2.5.25 ProcessMatchingCriteriaCollection Element

The ProcessMatchingCriteriaCollection XML element specifies a collection of process matching criteria (PMC) objects for resource management. It is the root element of XML documents that are used to specify process matching criteria (PMC) in WSRM method parameters.<15>

 <xs:element name="ProcessMatchingCriteriaCollection">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         maxOccurs="unbounded"
         ref="ProcessMatchingCriteria"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

ProcessMatchingCriteria

ProcessMatchingCriteria

A specification of a ProcessMatchingCriteria element (section 2.2.5.24) that defines parameters for resource management.

Additional XML data formats are specified in section 2.2.5.