complexType "derbyDataSourceType"
Namespace:
Content:
complex, 8 attributes, attr. wildcard, 1 element
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 2 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:boolean
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
derby-data-source
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      baseDataSourceType (extension)
          abstractDataSourceOptionalUserAndPasswordType (extension)
              derbyDataSourceType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="derbyDataSourceType">
<xsd:complexContent>
<xsd:attribute name="database" type="xsd:string" use="optional"/>
<xsd:attribute name="create" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
create
Type:
xsd:boolean, predefined
Use:
optional
If true, the database will be created upon first access to the database. See <a href="http://db.apache.org/derby/docs/10.6/ref/rrefattrib26867.html">the derby documentation</a>.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="create" type="xsd:boolean" use="optional"/>

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"/>

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.