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@113: default namespace = "https://sql-dk.globalcode.info/xmlns/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@113: element property { franta-hg@113: attribute name { text }, franta-hg@113: text franta-hg@113: }* 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: }