complexType "jxpathExtractorType"
Namespace:
Content:
complex, 8 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 3 attributes, 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
 = 
("VALUE" | "XML" | "NODE")
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, namespace*
</...>
Content Model Elements (2):
mule:annotations, namespace
All Direct / Indirect Based Elements (1):
jxpath-extractor-transformer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonTransformerType (extension)
          mule:abstractTransformerType (extension)
              jxpathExtractorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jxpathExtractorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractTransformerType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>
</xsd:sequence>
<xsd:attribute name="expression" type="xsd:string"/>
<xsd:attribute name="outputType">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="VALUE"/>
<xsd:enumeration value="XML"/>
<xsd:enumeration value="NODE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="singleResult" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/9)
expression
Type:
xsd:string, predefined
Use:
optional
The XPath expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expression" type="xsd:string"/>

outputType
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
The type of output the extractor should use: VALUE, XML, or NODE. By default, it returns the VALUE of the node.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"VALUE", "XML", "NODE"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"VALUE", "XML", "NODE"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outputType">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="VALUE"/>
<xsd:enumeration value="XML"/>
<xsd:enumeration value="NODE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

singleResult
Type:
Use:
optional
Whether the extractor should return a single result instead of a list. Defaults to true.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="singleResult" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
namespace
Type:
namespaceType, empty content
A namespace declaration, expressed as {{prefix}} and {{uri}} attributes. The prefix can then be used inside the expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>

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.