complexType "scriptComponentType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 5 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?, script?, java-interface-binding*
</...>
Content Model Elements (5):
java-interface-binding,
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType),
script (type scriptType)
All Direct / Indirect Based Elements (1):
component
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractComponentType (extension)
          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 within this component only; 1/2)
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 within this component only; 2/5)
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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.