java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java
branchv_0
changeset 249 7655df0622ee
parent 245 b6ff5b7a8422
child 250 aae5009bd0af
equal deleted inserted replaced
248:7f81cfa150d0 249:7655df0622ee
    22  *
    22  *
    23  * @author Ing. František Kučera (frantovo.cz)
    23  * @author Ing. František Kučera (frantovo.cz)
    24  */
    24  */
    25 public class Xmlns {
    25 public class Xmlns {
    26 
    26 
    27 	public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration";
    27 	public static final String CONFIGURATION = "tag:globalcode.info,2018:sqldk/configuration";
    28 	public static final String RELPIPE = "tag:globalcode.info,2018:relpipe";
    28 	public static final String RELPIPE = "tag:globalcode.info,2018:relpipe";
    29 	public static final String SQLDK = "tag:globalcode.info,2018:sqldk";
    29 	public static final String SQLDK = "tag:globalcode.info,2018:sqldk";
    30 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    30 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    31 
    31 
    32 	private Xmlns() {
    32 	private Xmlns() {