complexType "valueExtractorTransformerType"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, extract+
</...>
Content Model Elements (2):
annotations, extract
All Direct / Indirect Based Elements (1):
value-extractor-transformer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      commonTransformerType (extension)
          abstractTransformerType (extension)
              valueExtractorTransformerType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="valueExtractorTransformerType">
<xsd:complexContent>
<xsd:extension base="abstractTransformerType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="extract" type="extractValueExtractorTemplateType"/>
</xsd:sequence>
<xsd:attribute name="source" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
source
Type:
xsd:string, predefined
Use:
optional
An evaluator expression used to extract the value that will be matched against each regular expression. If an expression is not specified then the payload of the message is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="source" type="xsd:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
extract
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="extract" type="extractValueExtractorTemplateType"/>

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.