complexType "springBeanLookupType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
    >
   
Content: 
property*, properties?
</...>
Content Model Elements (2):
properties, property
All Direct / Indirect Based Elements (1):
spring-object
Known Usage Locations
Annotation
Object factory used to obtain Spring bean instances. This object factory does not create any instances but rather looks them up from Spring.
Type Definition Detail
Type Derivation Tree
abstractObjectFactoryType (extension)
  springBeanLookupType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="springBeanLookupType">
<xsd:complexContent>
<xsd:extension base="abstractObjectFactoryType">
<xsd:attribute name="bean" type="substitutableName"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
bean
Type:
Use:
optional
Name of Spring bean to look up.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bean" type="substitutableName"/>

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.