Schema "mule-pattern.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/pattern
Defined Components:
global elements, 1 complexType
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/pattern/3.3/mule-pattern.xsd; see XML source
Imports Schemas (4):
mule-schemadoc.xsd [src], mule-ws.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
Mule Configuration Patterns.
All Element Summary
bridge A bridge with a single inbound endpoint and a single outbound endpoint.
Type:
Content:
complex, 12 attributes, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
http-proxy A simple HTTP proxy that supports transformation and caching.
Type:
Content:
complex, 11 attributes, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
simple-service A simple request-response service, with no outbound router.
Type:
Content:
complex, 11 attributes, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
validator A validator with a single request-response inbound endpoint and a single outbound endpoint.
Type:
Content:
complex, 12 attributes, attr. wildcard, 6 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
web-service-proxy A simple web-service proxy, which handles WSDL rewriting.
Type:
Content:
complex, 12 attributes, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
Complex Type Summary
A simple HTTP proxy that supports transformation and caching.
Content:
complex, 11 attributes, attr. wildcard, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 7 attributes, 3 elements
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/pattern" xmlns="http://www.mulesoft.org/schema/mule/pattern" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:ws="http://www.mulesoft.org/schema/mule/ws" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
Mule Configuration Patterns.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>MCP</schemadoc:short-name>
<schemadoc:page-title>MCP Module</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<!--==============================================================-->
<!-- Flow Constructs -->
<!--==============================================================-->
<xsd:element name="web-service-proxy" substitutionGroup="mule:abstract-flow-construct" type="ws:proxyType">
<xsd:annotation>
<xsd:documentation>
A simple web-service proxy, which handles WSDL rewriting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="simple-service" substitutionGroup="mule:abstract-flow-construct" type="mule:simpleServiceType">
<xsd:annotation>
<xsd:documentation>
A simple request-response service, with no outbound router.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bridge" substitutionGroup="mule:abstract-flow-construct" type="mule:bridgeType">
<xsd:annotation>
<xsd:documentation>
A bridge with a single inbound endpoint and a single outbound endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="validator" substitutionGroup="mule:abstract-flow-construct" type="mule:validatorType">
<xsd:annotation>
<xsd:documentation>
A validator with a single request-response inbound endpoint and a single outbound endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="http-proxy" substitutionGroup="mule:abstract-flow-construct" type="httpProxyType">
<xsd:annotation>
<xsd:documentation>
A simple HTTP proxy that supports transformation and caching.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="httpProxyType">
<xsd:annotation>
<xsd:documentation>
A simple HTTP proxy that supports transformation and caching.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="mule:baseFlowConstructType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-inbound-endpoint">
<xsd:annotation>
<xsd:documentation>
The endpoint on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-outbound-endpoint">
<xsd:annotation>
<xsd:documentation>
The endpoint of the proxied web resource.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:legacy-abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute name="inboundAddress" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The address on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The endpoint on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outboundAddress" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The address of the proxied web resource.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The endpoint of the proxied web resource.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
A list of the transformers that will be applied (in order) to the message before it is delivered to the proxied web resource.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
A list of the transformers that will be applied (in order) to the synchronous response of the proxied web resource before it is returned via the transport.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cachingStrategy-ref" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
A caching strategy to provide cached access to the proxied web resource.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</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.