xml/config.xsd
branchv_0
changeset 198 03d8492e2ca8
parent 120 940681695aa4
child 203 504c4ba56d1c
     1.1 --- a/xml/config.xsd	Mon May 18 00:36:23 2015 +0200
     1.2 +++ b/xml/config.xsd	Sun May 24 17:35:37 2015 +0200
     1.3 @@ -39,6 +39,7 @@
     1.4  				<xs:element ref="c:url"/>
     1.5  				<xs:element minOccurs="0" ref="c:userName"/>
     1.6  				<xs:element minOccurs="0" ref="c:password"/>
     1.7 +				<xs:element minOccurs="0" ref="c:driver"/>
     1.8  				<xs:element minOccurs="0" maxOccurs="unbounded" ref="c:property"/>
     1.9  			</xs:sequence>
    1.10  		</xs:complexType>
    1.11 @@ -48,6 +49,7 @@
    1.12  	<xs:element name="url" type="xs:string"/>
    1.13  	<xs:element name="userName" type="xs:string"/>
    1.14  	<xs:element name="password" type="xs:string"/>
    1.15 +	<xs:element name="driver" type="xs:string"/>
    1.16  	
    1.17  	<xs:element name="property">
    1.18  		<xs:complexType mixed="true">