complexType "jdbcObjectStoreType"
Namespace:
Content:
complex, 5 attributes, 1 element
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 5 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
mule:abstract-transaction?
</...>
Content Model Elements (1):
mule:abstract-transaction
All Direct / Indirect Based Elements (1):
object-store
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:abstractObjectStoreType (extension)
  jdbcObjectStoreType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="jdbcObjectStoreType">
<xsd:complexContent>
<xsd:extension base="mule:abstractObjectStoreType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-transaction"/>
</xsd:sequence>
<xsd:attribute name="jdbcConnector-ref" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="insertQueryKey" type="xsd:string"/>
<xsd:attribute name="selectQueryKey" type="xsd:string"/>
<xsd:attribute name="deleteQueryKey" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/5)
deleteQueryKey
Type:
xsd:string, predefined
Use:
optional
The key for the delete query in the connector
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="deleteQueryKey" type="xsd:string"/>

insertQueryKey
Type:
xsd:string, predefined
Use:
optional
The key for the insert query in the connector
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="insertQueryKey" type="xsd:string"/>

jdbcConnector-ref
Type:
xsd:string, predefined
Use:
optional
The reference to the jdbcConnector
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jdbcConnector-ref" type="xsd:string"/>

name
Type:
xsd:string, predefined
Use:
optional
The name of the store
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string"/>

selectQueryKey
Type:
xsd:string, predefined
Use:
optional
The key for the select query in the connector
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="selectQueryKey" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
mule:abstract-transaction
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 6 elements
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-transaction"/>

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.