complexType "abstractTransactionType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("NONE" | "ALWAYS_BEGIN" | "BEGIN_OR_JOIN" | "ALWAYS_JOIN" | "JOIN_IF_POSSIBLE" | "NOT_SUPPORTED")
 = 
(xsd:string | xsd:int)
/>
Known Direct Subtypes (1):
baseTransactionType
Known Indirect Subtypes (3):
customTransactionType, transactionType, xaTransactionType
All Direct / Indirect Based Elements (9):
abstract-multi-transaction, abstract-transaction, abstract-xa-transaction, client-ack-transaction, custom-transaction, transaction, transaction, transaction, xa-transaction
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="abstractTransactionType">
<xsd:attribute name="action" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="NONE"/>
<xsd:enumeration value="ALWAYS_BEGIN"/>
<xsd:enumeration value="BEGIN_OR_JOIN"/>
<xsd:enumeration value="ALWAYS_JOIN"/>
<xsd:enumeration value="JOIN_IF_POSSIBLE"/>
<xsd:enumeration value="NOT_SUPPORTED"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="timeout" type="substitutableInt"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
action
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
required
The type of action the transaction should take, one of the following: NONE - Never participate in a transaction. ALWAYS_BEGIN - Always start a new transaction when receiving a message. An exception will be thrown if a transaction already exists. BEGIN_OR_JOIN - If a transaction is already in progress when a message is received, join the transaction if possible. Otherwise, start a new transaction. ALWAYS_JOIN - Always expects a transaction to be in progress when a message is received. If there is no transaction, an exception is thrown. JOIN_IF_POSSIBLE - Join the current transaction if one is available. Otherwise, no transaction is created. NOT_SUPPORTED - Execute outside any existent transaction
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"NONE", "ALWAYS_BEGIN", "BEGIN_OR_JOIN", "ALWAYS_JOIN", "JOIN_IF_POSSIBLE", "NOT_SUPPORTED"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"NONE", "ALWAYS_BEGIN", "BEGIN_OR_JOIN", "ALWAYS_JOIN", "JOIN_IF_POSSIBLE", "NOT_SUPPORTED"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="action" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="NONE"/>
<xsd:enumeration value="ALWAYS_BEGIN"/>
<xsd:enumeration value="BEGIN_OR_JOIN"/>
<xsd:enumeration value="ALWAYS_JOIN"/>
<xsd:enumeration value="JOIN_IF_POSSIBLE"/>
<xsd:enumeration value="NOT_SUPPORTED"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

timeout
Type:
Use:
optional
Timeout for the transaction (ms).
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="substitutableInt"/>

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.