complexType "abstractObjectFactoryType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in mule.xsd; see XML source
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
property*, properties?
</...>
Content Model Elements (2):
properties, property
Known Direct Subtypes (3):
prototypeObjectFactoryType, singletonObjectFactoryType, springBeanLookupType
All Direct / Indirect Based Elements (4):
abstract-object-factory, prototype-object, singleton-object, spring-object
Known Usage Locations
Annotation
An object factory is used to obtain object instances. The object factory is responsible for object creation and can implement different patterns, such a singleton or prototype, or lookup an instance from other object containers.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="abstractObjectFactoryType">
<xsd:sequence>
<xsd:group ref="propertiesGroup"/>
</xsd:sequence>
</xsd:complexType>

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.