Namespace: |
|
Content: |
complex, 4 attributes, attr. wildcard, 1 element |
Defined: |
globally in mule-jdbc.xsd; see XML source |
Includes: |
definitions of 4 attributes |
Used: |
at 2 locations |
XML Representation Summary |
|||||||||||||||
<... | |||||||||||||||
|
|||||||||||||||
{any attribute with non-schema namespace} | |||||||||||||||
> | |||||||||||||||
|
|||||||||||||||
</...> |
Type Derivation Tree ![]() ![]() |
<xsd:complexType name="baseDataSourceType"> <xsd:complexContent> <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> |
Type: |
xsd:int, predefined |
Use: |
optional |
<xsd:attribute name="loginTimeout" type="xsd:int" use="optional"/> |
Type: |
|
Use: |
required |
xsd:string | xsd:NMTOKEN |
<xsd:attribute name="name" type="mule:substitutableName" use="required"/> |
Type: |
|
Use: |
optional |
enumeration of xsd:NMTOKEN |
Enumeration: |
"UNSPECIFIED", "NONE", "READ_COMMITTED", "READ_UNCOMMITTED", "REPEATABLE_READ", "SERIALIZABLE" |
Default: |
"UNSPECIFIED" |
Type Derivation Tree xsd:NMTOKEN (restriction) ![]() |
Derivation: |
restriction of xsd:NMTOKEN |
|||
Facets: |
|
<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> |
Type: |
xsd:string, predefined |
Use: |
optional |
<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. |