Schema "mule-sxc.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/sxc
Defined Components:
global elements, 1 local element, 2 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/sxc/3.3/mule-sxc.xsd; see XML source
Imports Schemas (5):
mule-schemadoc.xsd [src], mule-xml.xsd [src], mule.xsd [src], spring-beans-3.1.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
The SXC module contains an outbound router and a filter that use the SXC project for streaming XPath routing.
All Element Summary
filter
Type:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally; see XML source
Used:
never
filtering-router
Type:
Content:
complex, 3 attributes, attr. wildcard, 7 elements
Subst.Gr:
may substitute for element mule:abstract-outbound-router
Defined:
globally; see XML source
Used:
never
namespace
Type:
Content:
empty, 2 attributes
Defined:
Complex Type Summary
Content:
complex, 3 attributes, attr. wildcard, 7 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/sxc" xmlns="http://www.mulesoft.org/schema/mule/sxc" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:mule-xml="http://www.mulesoft.org/schema/mule/xml" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
The SXC module contains an outbound router and a filter that use the SXC project for streaming XPath routing.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>SXC</schemadoc:short-name>
<schemadoc:page-title>SXC Client</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="filter" substitutionGroup="mule:abstract-filter" type="sxcFilterType"/>
<xsd:complexType name="sxcFilterType">
<xsd:complexContent>
<xsd:extension base="mule:patternFilterType"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="filtering-router" substitutionGroup="mule:abstract-outbound-router" type="filteringOutboundRouterType"/>
<xsd:complexType name="filteringOutboundRouterType">
<xsd:complexContent>
<xsd:extension base="mule:filteringOutboundRouterType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="mule-xml:namespaceType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

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.