specifies the buildObject pattern to be matched.
Required if no "pattern" objects are specified.
<br>represents one or more buils object ID [patterns] separated with ";"
<br>Note that specifying several IDs with one matchObject has exactly the same meaning as specifying those IDs in separate matchObjects combined with the "select" element.
<br>When both "pattern" objects and "objectIds" are defined, patterns defined in both of them are treated as valid patterns.
Specifies the type of build objects presented with this element.
<br>Can have one of the following values:
<br>TOOL - to represent a tool
<br>TOOLCHAIN - to represent a tool-chain
<br>BUILDER - to represent a builder
specifies how the object is to be searched.
Can contain one of the following values:
<br>1. EXTENSION_OBJECT - the direct extension superclass is to be checked
<br>2. ALL_EXTENSION_SUPERCLASSES - object's extension supet-classes are to be checked.
<br>The default value is "EXTENSION_OBJECT"
represents templates for objects conflicting with each other.
<br> See the "Calculating Tool-chain modification info from the “objects-set” info" section for more information
<br>the "status" object for this element represents the status information to be applied in case the given conflictingSet information is not fulfilled.
specifies a string pattern
pattern value
specifies the value type.
<br>May contain the following values:
<br> EXACT_MATCH - value is exact string representation
<br> REGEXP - value is a regular expressions
<br>The default is "EXACT_MATCH".
specifies how the object is to be searched.
Can contain one of the following values:
<br>1. EXTENSION_OBJECT - the direct extension superclass is to be checked
<br>2. ALL_EXTENSION_SUPERCLASSES - object's extension supet-classes are to be checked.
<br>If undefined, the parent search scope will be used, i.e. when used with the matchObject, search scope defined for that matchObject will be used
[Enter information about supplied implementation of this extension point.]