complexType "messageSplitterType"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 7 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, mule:abstract-outbound-endpoint+, mule:reply-to?, mule:abstract-transaction?, mule:abstract-filter?, mule:abstract-transformer*, namespace*
</...>
Content Model Elements (7):
mule:abstract-filter, mule:abstract-outbound-endpoint, mule:abstract-transaction, mule:abstract-transformer, mule:annotations, mule:reply-to, namespace
Known Direct Subtypes (2):
filterBasedSplitterType, roundRobinSplitterType
All Direct / Indirect Based Elements (2):
filter-based-splitter, round-robin-splitter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
          mule:messageSplitterOutboundRouterType (extension)
              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 within this component only; 3/7)
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 within this component only; 1/7)
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.