java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java
branchv_0
changeset 245 b6ff5b7a8422
parent 238 4a1864c3e867
child 249 7655df0622ee
equal deleted inserted replaced
244:6bdb45af26d9 245:b6ff5b7a8422
    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 = "https://sql-dk.globalcode.info/xmlns/configuration";
    28 	public static final String BATCH_RESULT = "https://sql-dk.globalcode.info/xmlns/batchResult";
    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 XHTML = "http://www.w3.org/1999/xhtml";
    30 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    30 
    31 
    31 	private Xmlns() {
    32 	private Xmlns() {
    32 	}
    33 	}
    33 }
    34 }