complexType "mysqlDataSourceType"
Namespace:
Content:
complex, 9 attributes, attr. wildcard, 1 element
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 3 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"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:int
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
mysql-data-source
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      baseDataSourceType (extension)
          abstractDataSourceMandatoryUserAndPasswordType (extension)
              mysqlDataSourceType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="mysqlDataSourceType">
<xsd:complexContent>
<xsd:attribute name="database" type="xsd:string" use="optional"/>
<xsd:attribute name="host" type="xsd:string" use="optional"/>
<xsd:attribute name="port" type="xsd:int" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/10)
database
Type:
xsd:string, predefined
Use:
optional
The name of the database. Must be configured unless a full JDBC URL is configured.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="database" type="xsd:string" use="optional"/>

host
Type:
xsd:string, predefined
Use:
optional
Allows to configure just the host part of the JDBC URL (and leave the rest of the default JDBC URL untouched).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string" use="optional"/>

port
Type:
xsd:int, predefined
Use:
optional
Allows to configure just the port part of the JDBC URL (and leave the rest of the default JDBC URL untouched).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="xsd:int" 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.