xml/config.rnc
branchv_0
changeset 198 03d8492e2ca8
parent 120 940681695aa4
child 203 504c4ba56d1c
equal deleted inserted replaced
197:7a2f535017e4 198:03d8492e2ca8
    22 		element database {
    22 		element database {
    23 			element name { text },
    23 			element name { text },
    24 			element url { text },
    24 			element url { text },
    25 			element userName { text }?,
    25 			element userName { text }?,
    26 			element password { text }?,
    26 			element password { text }?,
       
    27 			element driver { text }?,
    27 			element property {
    28 			element property {
    28 				attribute name { text },
    29 				attribute name { text },
    29 				text
    30 				text
    30 			}*
    31 			}*
    31 		}*,
    32 		}*,