complexType "singletonObjectFactoryType"
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:string)
    >
   
Content: 
property*, properties?
</...>
Content Model Elements (2):
properties, property
All Direct / Indirect Based Elements (1):
singleton-object
Known Usage Locations
Annotation
Object factory that creates and always returns a singleton object instance.
Type Definition Detail
Type Derivation Tree
abstractObjectFactoryType (extension)
  singletonObjectFactoryType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="singletonObjectFactoryType">
<xsd:complexContent>
<xsd:extension base="abstractObjectFactoryType">
<xsd:attribute name="class" type="substitutableClass"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
class
Type:
Use:
optional
Class name
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass"/>

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.