complexType "groovyRefreshableType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
groovy-refreshable
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      groovyRefreshableType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="groovyRefreshableType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="refreshableBean-ref" type="xsd:string"/>
<xsd:attribute name="methodName" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
methodName
Type:
xsd:string, predefined
Use:
optional
The entrypoint method to invoke when a message is received for the object.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="methodName" type="xsd:string"/>

name
Type:
xsd:string, predefined
Use:
required
The name for this refreshable groovy bean wrapper.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>

refreshableBean-ref
Type:
xsd:string, predefined
Use:
optional
The reference to a {{groovy.lang.Groovy}} object to use for this component.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="refreshableBean-ref" type="xsd:string"/>

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.