complexType "baseDataSourceType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:int
 = 
("UNSPECIFIED" | "NONE" | "READ_COMMITTED" | "READ_UNCOMMITTED" | "REPEATABLE_READ" | "SERIALIZABLE") : "UNSPECIFIED"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
Known Direct Subtypes (2):
abstractDataSourceMandatoryUserAndPasswordType, abstractDataSourceOptionalUserAndPasswordType
Known Indirect Subtypes (4):
derbyDataSourceType, mysqlDataSourceType, oracleDataSourceType, postgresqlDataSourceType
All Direct / Indirect Based Elements (4):
derby-data-source, mysql-data-source, oracle-data-source, postgresql-data-source
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      baseDataSourceType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="baseDataSourceType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:attribute name="name" type="mule:substitutableName" use="required"/>
<xsd:attribute name="url" type="xsd:string" use="optional"/>
<xsd:attribute name="loginTimeout" type="xsd:int" use="optional"/>
<xsd:attribute default="UNSPECIFIED" name="transactionIsolation">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="UNSPECIFIED"/>
<xsd:enumeration value="NONE"/>
<xsd:enumeration value="READ_COMMITTED"/>
<xsd:enumeration value="READ_UNCOMMITTED"/>
<xsd:enumeration value="REPEATABLE_READ"/>
<xsd:enumeration value="SERIALIZABLE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
loginTimeout
Type:
xsd:int, predefined
Use:
optional
Maximum time in seconds that this data source will wait while attempting to connect to a database. A value of zero specifies that the timeout is the default system timeout if there is one; otherwise, it specifies that there is no timeout.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="loginTimeout" type="xsd:int" use="optional"/>

name
Type:
Use:
required
Identifies the pool so that the connector can reference it.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="mule:substitutableName" use="required"/>

transactionIsolation
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
The transaction isolation level to set on the driver when connecting the database.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"UNSPECIFIED", "NONE", "READ_COMMITTED", "READ_UNCOMMITTED", "REPEATABLE_READ", "SERIALIZABLE"
Default:
"UNSPECIFIED"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"UNSPECIFIED", "NONE", "READ_COMMITTED", "READ_UNCOMMITTED", "REPEATABLE_READ", "SERIALIZABLE"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="UNSPECIFIED" name="transactionIsolation">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="UNSPECIFIED"/>
<xsd:enumeration value="NONE"/>
<xsd:enumeration value="READ_COMMITTED"/>
<xsd:enumeration value="READ_UNCOMMITTED"/>
<xsd:enumeration value="REPEATABLE_READ"/>
<xsd:enumeration value="SERIALIZABLE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

url
Type:
xsd:string, predefined
Use:
optional
The JDBC URL that is used for connecting the database.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="url" type="xsd:string" use="optional"/>

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.