complexType "scriptComponentType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    script-ref
 = 
xsd:string
    >
   
Content: 
((abstract-interceptor | interceptor-stack)+)?, script?, java-interface-binding*
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      scriptComponentType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="scriptComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="script" type="scriptType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="java-interface-binding" type="mule:pojoBindingType"/>
</xsd:sequence>
<xsd:attribute name="script-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
script-ref
Type:
xsd:string, predefined
Use:
optional
A reference to a script object bean, that is, a {{<script:script ...>}} definition.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="script-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 2/4)
java-interface-binding
Type:
mule:pojoBindingType, complex content
A binding associates a Mule endpoint with an injected Java interface (this is like using Spring to inject a bean, but instead of calling a method on the bean a message is sent to an endpoint). Script bindings will only work with Java-based scripting languages. Right now there is no validation on when languages support Java bindinngs because there are so many scripting languages.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="java-interface-binding" type="mule:pojoBindingType"/>

script
Type:
scriptType, mixed content
A script to be executed by a JSR-223 compliant script engine such as Groovy, JavaScript(Rhino), Python, Ruby, or Beanshell.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="script" type="scriptType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.