Apache Camel

http://activemq.apache.org/camel/schema/camel-1.0.xsd
complexType scriptType

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

Properties
This component is not nillable.

Model
<...
  resource = xs:string>
string
</...>


Attribute Summary
 xs:stringresource
          

Attribute Detail

resource

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
script

Source
<xs:complexType name="scriptType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="resource" type="xs:string"/>
</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.