xml/config.rnc
branchv_0
changeset 203 504c4ba56d1c
parent 198 03d8492e2ca8
child 249 7655df0622ee
equal deleted inserted replaced
202:01078e09b85b 203:504c4ba56d1c
    26 			element password { text }?,
    26 			element password { text }?,
    27 			element driver { text }?,
    27 			element driver { text }?,
    28 			element property {
    28 			element property {
    29 				attribute name { text },
    29 				attribute name { text },
    30 				text
    30 				text
    31 			}*
    31 			}*,
       
    32 			element tunnel {
       
    33 				element command { text },
       
    34 				element argument {
       
    35 					attribute type { "literal" | "host" | "port" | "env" | "dbProperty" }?,
       
    36 					text
       
    37 				}*
       
    38 			}?
    32 		}*,
    39 		}*,
    33 		
    40 		
    34 		element defaultFormatter { text }?,
    41 		element defaultFormatter { text }?,
    35 		
    42 		
    36 		element formatter {
    43 		element formatter {