element <jndi-transaction-manager>
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Subst.Gr:
may substitute for element abstract-transaction-manager
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<jndi-transaction-manager
    jndiName
 = 
xsd:string
    >
   
Content: 
environment?
</jndi-transaction-manager>
Content model elements (1):
May be included in elements by substitutions (1):
Annotation
Retrieves a named transaction manager factory from JNDI.
Anonymous Type Detail
Type Derivation Tree
      complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="jndi-transaction-manager" substitutionGroup="abstract-transaction-manager">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="jndiTransactionManagerType">
<xsd:attribute name="jndiName" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
jndiName
Type:
xsd:string, predefined
Use:
optional
The name of the manager factory to retrieve (such as java:/TransactionManager).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiName" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.