Schema "mule-ognl.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/ognl
Defined Components:
global element, 1 local element, 2 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/ognl/3.3/mule-ognl.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
OGNL is a simple yet very powerful expression language for plain Java objects. Similar to JXPath, it works on object graphs, and thus the corresponding filter enables simple and efficient content routing for payloads.
All Element Summary
expression
Type:
xsd:string
Content:
simple
Defined:
locally witnin OGNLComplexType complexType; see XML source
filter
Type:
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally; see XML source
Used:
never
Complex Type Summary
Content:
simple
Defined:
globally; see XML source
Used:
never
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
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/ognl" xmlns="http://www.mulesoft.org/schema/mule/ognl" xmlns:mule="http://www.mulesoft.org/schema/mule/core" 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>
OGNL is a simple yet very powerful expression language for plain Java objects. Similar to JXPath, it works on object graphs, and thus the corresponding filter enables simple and efficient content routing for payloads.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>OGNL</schemadoc:short-name>
<schemadoc:page-title>OGNL Module</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="filter" substitutionGroup="mule:abstract-filter" type="OGNLComplexType"/>
<xsd:complexType name="OGNLComplexType">
<xsd:complexContent>
<xsd:extension base="mule:abstractFilterType">
<xsd:sequence>
<xsd:element name="expression" type="xsd:string"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="expressionType">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</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.