Apache Camel

http://activemq.apache.org/camel/schema/camel-1.0.xsd
element to

Properties
This component is not nillable.

Model
<to
  ref = xs:string
  uri = xs:anyURI>
endpoint*
</to>


Nested Element Summary
 endpoint
          

Attribute Summary
 xs:stringref
          
 xs:anyURIuri
          

Attribute Detail

ref

Type:
xs:string
Use:
optional
Form:
unqualified

uri

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
otherwise, route, when

Source
<xs:element name="to">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="c:endpoint"/>
</xs:sequence>
<xs:attribute name="ref" type="xs:string"/>
<xs:attribute name="uri" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

Apache Camel

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