complexType "defaultJndiNameResolverType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Defined:
globally in mule-jms.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
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):
default-jndi-name-resolver
Known Usage Locations
Annotation
A deafult strategy to resolve JNDI names.
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      abstractJndiNameResolverType (extension)
          defaultJndiNameResolverType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="defaultJndiNameResolverType">
<xsd:complexContent>
<xsd:extension base="abstractJndiNameResolverType">
<xsd:attribute name="jndiInitialFactory" type="xsd:string" use="required"/>
<xsd:attribute name="jndiProviderUrl" type="xsd:string" use="required"/>
<xsd:attribute name="jndiProviderProperties-ref" type="xsd:string"/>
<xsd:attribute name="initialContextFactory-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
initialContextFactory-ref
Type:
xsd:string, predefined
Use:
optional
Reference to a javax.naming.spi.InitialContextFactory implementation that will be used to create the JDNI context.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="initialContextFactory-ref" type="xsd:string"/>

jndiInitialFactory
Type:
xsd:string, predefined
Use:
required
The initial factory class to use when connecting to JNDI.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiInitialFactory" type="xsd:string" use="required"/>

jndiProviderProperties-ref
Type:
xsd:string, predefined
Use:
optional
Reference to a Map that contains additional provider properties.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiProviderProperties-ref" type="xsd:string"/>

jndiProviderUrl
Type:
xsd:string, predefined
Use:
required
The URL to use when connecting to JNDI.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiProviderUrl" type="xsd:string" use="required"/>

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.