complexType "messageSplitterType"
Namespace:
Content:
complex, 6 attributes, 6 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    enableCorrelation
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
    transformer-refs
 = 
xsd:NMTOKENS
    useTemplates
 = 
(xsd:string | xsd:boolean) : "true"
    splitExpression
 = 
xsd:string
    externalSchemaLocation
 = 
xsd:string
    validateSchema
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
abstract-outbound-endpoint+, reply-to?, abstract-transaction?, abstract-filter?, abstract-transformer*, namespace*
</...>
Content Model Elements (6):
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
          messageSplitterType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="messageSplitterType">
<xsd:complexContent>
<!-- these appear after endpoints, which is ugly. refactor? -->
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>
</xsd:sequence>
<xsd:attribute name="splitExpression" type="xsd:string" use="required"/>
<xsd:attribute name="externalSchemaLocation" type="xsd:string"/>
<xsd:attribute name="validateSchema" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/6)
externalSchemaLocation
Type:
xsd:string, predefined
Use:
optional
The location of a schema that should be used to validate the current message. This is not required if the message contains the location of the schema.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="externalSchemaLocation" type="xsd:string"/>

splitExpression
Type:
xsd:string, predefined
Use:
required
The XPath expression used to split the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="splitExpression" type="xsd:string" use="required"/>

validateSchema
Type:
Use:
optional
Whether to enable schema validation when processing the XML message. Note that this can have a serious performance hit on high-throughput systems.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="validateSchema" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined in this component only; 1/6)
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 SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.