Apache Camel

http://activemq.apache.org/camel/schema/spring
complexType expressionType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/spring}expressionType (restriction)

Properties
This component is not nillable.

Model
<...
  id = xs:ID>
string
</...>


Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
elExpression, groovyExpression, headerExpression, javaScriptExpression, languageExpression, ognlExpression, phpExpression, pythonExpression, rubyExpression, simpleExpression, sqlExpression, xPathExpression, xQueryExpression

Source
<xs:complexType name="expressionType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.