complexType "xaTransactionType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("NONE" | "ALWAYS_BEGIN" | "BEGIN_OR_JOIN" | "ALWAYS_JOIN" | "JOIN_IF_POSSIBLE" | "NOT_SUPPORTED")
 = 
(xsd:string | xsd:int)
 = 
xsd:boolean
/>
All Direct / Indirect Based Elements (1):
xa-transaction
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractTransactionType (extension)
  baseTransactionType (extension)
      xaTransactionType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="xaTransactionType">
<xsd:complexContent>
<xsd:extension base="baseTransactionType">
<xsd:attribute name="interactWithExternal" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/3)
interactWithExternal
Type:
xsd:boolean, predefined
Use:
optional
If this is set to "true", Mule interacts with transactions begun outside of Mule. E.g. if an external transaction is active, then BEGIN_OR_JOIN wil join it, and ALWAYS_BEGIN will cause an exception to be thrown.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interactWithExternal" type="xsd:boolean"/>

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.