complexType "xpathExtractorType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 2 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
 = 
("NODESET" | "NODE" | "STRING" | "BOOLEAN" | "NUMBER")
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, namespace*
</...>
Content Model Elements (2):
mule:annotations, namespace
All Direct / Indirect Based Elements (1):
xpath-extractor-transformer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonTransformerType (extension)
          mule:abstractTransformerType (extension)
              xpathExtractorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="xpathExtractorType">
<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="resultType" type="xpathResultType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/8)
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"/>

resultType
Type:
Use:
optional
The XPath result type (e.g. STRING or NODE).
Attribute Value
enumeration of xsd:string
Enumeration:
"NODESET", "NODE", "STRING", "BOOLEAN", "NUMBER"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resultType" type="xpathResultType"/>
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.