complexType "customTransactionType"
Namespace:
Content:
empty, 4 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)
 = 
(xsd:string | xsd:string)
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
custom-transaction
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractTransactionType (extension)
  baseTransactionType (extension)
      customTransactionType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="customTransactionType">
<xsd:complexContent>
<xsd:extension base="baseTransactionType">
<xsd:attribute name="factory-class" type="substitutableClass"/>
<xsd:attribute name="factory-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/4)
factory-class
Type:
Use:
optional
A class that implements the TransactionFactory interface that will be instantiated and used to generate a transaction. This attribute and the 'factory-ref' attribute are mutually exclusive; one of the two is required.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="factory-class" type="substitutableClass"/>

factory-ref
Type:
xsd:string, predefined
Use:
optional
A bean that implements the TransactionFactory interface that will be used to generate a transaction. This attribute and the 'factory-class' attribute are mutually exclusive; one of the two is required.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="factory-ref" 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.