element <component> (global)
Namespace:
Type:
Content:
complex, 1 attribute, attr. wildcard, 5 elements
Subst.Gr:
Defined:
Used:
never
Content Model Diagram
XML Representation Summary
<component
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?, script?, java-interface-binding*
</component>
Content model elements (5):
java-interface-binding,
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType),
script (type scriptType)
May contain elements by substitutions (3):
mule:custom-interceptor, mule:logging-interceptor, mule:timer-interceptor
May be included in elements by substitutions (30):
mule:all, mule:poll,
Annotation
Defines a script component backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Ruby. Scripting allows you to either directly embed your script inside the XML config or reference a script using Spring's dynamic language support: http://static.springframework.org/spring/docs/2.5.x/reference/dynamic-language.html.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="component" substitutionGroup="mule:abstract-component" type="scriptComponentType"/>

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.