franta-hg@120: # SQL-DK franta-hg@120: # Copyright © 2013 František Kučera (frantovo.cz) franta-hg@120: # franta-hg@120: # This program is free software: you can redistribute it and/or modify franta-hg@120: # it under the terms of the GNU General Public License as published by franta-hg@120: # the Free Software Foundation, either version 3 of the License, or franta-hg@120: # (at your option) any later version. franta-hg@120: # franta-hg@120: # This program is distributed in the hope that it will be useful, franta-hg@120: # but WITHOUT ANY WARRANTY; without even the implied warranty of franta-hg@120: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the franta-hg@120: # GNU General Public License for more details. franta-hg@120: # franta-hg@120: # You should have received a copy of the GNU General Public License franta-hg@120: # along with this program. If not, see . franta-hg@120: franta-hg@249: default namespace = "tag:globalcode.info,2018:sqldk/configuration" franta-hg@113: franta-hg@113: start = franta-hg@113: element configuration { franta-hg@113: franta-hg@113: element database { franta-hg@113: element name { text }, franta-hg@113: element url { text }, franta-hg@113: element userName { text }?, franta-hg@113: element password { text }?, franta-hg@198: element driver { text }?, franta-hg@113: element property { franta-hg@113: attribute name { text }, franta-hg@113: text franta-hg@203: }*, franta-hg@203: element tunnel { franta-hg@203: element command { text }, franta-hg@203: element argument { franta-hg@203: attribute type { "literal" | "host" | "port" | "env" | "dbProperty" }?, franta-hg@203: text franta-hg@203: }* franta-hg@203: }? franta-hg@113: }*, franta-hg@113: franta-hg@113: element defaultFormatter { text }?, franta-hg@113: franta-hg@113: element formatter { franta-hg@113: element name { text }, franta-hg@113: element class { text }, franta-hg@113: element property { franta-hg@113: attribute name { text }, franta-hg@113: text franta-hg@113: }* franta-hg@113: }* franta-hg@113: }