element <jndi-transaction-manager> (global)
Namespace:
Type:
anonymous complexType (extension of jndiTransactionManagerType)
Content:
complex, 1 attribute, attr. wildcard, 2 elements
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
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, environment?
</jndi-transaction-manager>
Content model elements (2):
annotations, environment
May be included in elements by substitutions (1):
mule
Annotation
Retrieves a named transaction manager factory from JNDI.
Anonymous Type Detail
Type Derivation Tree
annotatedType (extension)
      jndiTransactionManagerType (extension)
          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 within this component only; 1/2)
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 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.