http://activemq.apache.org/camel/schema/spring
complexType choiceType
- Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/spring}processorType (restriction)
|
+--{http://activemq.apache.org/camel/schema/spring}choiceType (extension)
- Properties
- This component is not nillable.
- Model
- <...
inheritErrorHandler = xs:boolean>
(interceptors*, when*, otherwise? )
</...>
inheritErrorHandler
- Type:
xs:boolean
- Use:
optional
- Form:
unqualified
- Source
<xs:complexType name="choiceType"> <xs:complexContent> <xs:extension base="tns:processorType"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="interceptors" type="tns:interceptorRef"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:when"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.