aboutsummaryrefslogtreecommitdiff
path: root/common/src/at/gv/egovernment/moa/util/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/at/gv/egovernment/moa/util/Constants.java')
-rw-r--r--common/src/at/gv/egovernment/moa/util/Constants.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java
index 23a4e7913..5c1314296 100644
--- a/common/src/at/gv/egovernment/moa/util/Constants.java
+++ b/common/src/at/gv/egovernment/moa/util/Constants.java
@@ -262,7 +262,10 @@ public interface Constants {
/** URN prefix for context dependent id (bPK). */
public static final String URN_PREFIX_BPK = URN_PREFIX_CDID + "+bpk";
-
+
+ /** URN prefix for context dependent id (HPI). */
+ public static final String URN_PREFIX_HPI = URN_PREFIX_CDID + "+EHSP";
+
/** URN prefix for context dependent id (wbPK). */
public static final String URN_PREFIX_WBPK = URN_PREFIX + ":wbpk";