PatternMapListType Complex Type

Not used. Defines a list of regular expression pairs that are used to alter the message string.

<xs:complexType name="PatternMapListType">
    <xs:sequence>
        <xs:element name="patternMap"
            type="PatternMapType"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
patternMap PatternMapType Defines a mapping between two regular expressions. One expression is used to find a matching string in the message string and the other is used to alter the string before the service places it back in the message string. The first pattern mapping that matches is used and other patterns are not tried.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]