Apache Camel

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

Properties
This component is not nillable.

Model
<script
  language = xs:string
  resource = xs:string>
string
</script>


Attribute Summary
 xs:stringlanguage
          
 xs:stringresource
          

Attribute Detail

language

Type:
xs:string
Use:
optional
Form:
unqualified

resource

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
predicate

Source
<xs:element name="script">
<xs:complexType>
<xs:complexContent>
<xs:extension base="c:scriptType">
<xs:attribute name="language" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</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.