de.sekmi.li2b2.hive.I2b2Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of li2b2-xml Show documentation
Show all versions of li2b2-xml Show documentation
Message structures and code for parsing.
Used by client and server.
The newest version!
package de.sekmi.li2b2.hive;
public class I2b2Constants {
public static final String PM_NS = "http://www.i2b2.org/xsd/cell/pm/1.1/";
public static final String ONT_NS = "http://www.i2b2.org/xsd/cell/ont/1.1/";
public static final String CRC_PSM_NS = "http://www.i2b2.org/xsd/cell/crc/psm/1.1/";
public static final String RESULT_NS = "http://www.i2b2.org/xsd/hive/msg/result/1.1/";
public static final String WORK_NS = "http://www.i2b2.org/xsd/cell/work/1.1/";
}