attributeGroup "valueExtractorTemplateAttributes"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="valueExtractorTemplateAttributes">
<xsd:attribute name="pattern" type="xsd:string"/>
<xsd:attribute name="target" type="xsd:string" use="required"/>
<xsd:attribute default="true" name="failIfNoMatch" type="substitutableBoolean"/>
<xsd:attribute name="defaultValue" type="xsd:string" use="optional"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 4/4)
defaultValue
Type:
xsd:string, predefined
Use:
optional
The default value used to enrich the message when the source value does not match the pattern. Useful only when failIfNoMatch is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="defaultValue" type="xsd:string" use="optional"/>

failIfNoMatch
Type:
Use:
optional
Determines if there should be an error in case the pattern is not matched by the source value.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="failIfNoMatch" type="substitutableBoolean"/>

pattern
Type:
xsd:string, predefined
Use:
optional
A regular expression used to match against a source value. The regular expression should contain a capture group which value will be returned.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pattern" type="xsd:string"/>

target
Type:
xsd:string, predefined
Use:
required
The enricher expression used to enrich the current message with the result the processing of the regular expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="target" type="xsd:string" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.