summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/TASCXMLUtils.h
diff options
context:
space:
mode:
authorrlm <rlm@techsat.com>2020-08-31 12:38:13 (GMT)
committerrlm <rlm@techsat.com>2020-08-31 12:38:13 (GMT)
commitc7558dcb7565b132b66ecd42922b3d9681805866 (patch)
tree674c0cd2c26ae2e8b3c1ae17ccf267a0c85b1a54 /src/uscxml/util/TASCXMLUtils.h
parent13f06a2b3b346b3e220de8ee4d37b0f67bcb7148 (diff)
downloaduscxml-c7558dcb7565b132b66ecd42922b3d9681805866.zip
uscxml-c7558dcb7565b132b66ecd42922b3d9681805866.tar.gz
uscxml-c7558dcb7565b132b66ecd42922b3d9681805866.tar.bz2
:Jira: ADSVHTNG-1276 - changes to tascxml:result custom action with additional attributes
Change-Id: I06dc42bebe538c643f0ed7fb6ea6461c4ae604e8
Diffstat (limited to 'src/uscxml/util/TASCXMLUtils.h')
-rw-r--r--src/uscxml/util/TASCXMLUtils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/uscxml/util/TASCXMLUtils.h b/src/uscxml/util/TASCXMLUtils.h
index 613e837..2c70fab 100644
--- a/src/uscxml/util/TASCXMLUtils.h
+++ b/src/uscxml/util/TASCXMLUtils.h
@@ -9,13 +9,15 @@ namespace tascxml {
static const uscxml::X NS_PREFIX = uscxml::X("tascxml:");
+ static const uscxml::X kXMLCharResultId = uscxml::X("resultid");
static const uscxml::X kXMLCharVerdict = uscxml::X("verdict");
static const uscxml::X kXMLCharTimestamp = uscxml::X("timestamp");
static const uscxml::X kXMLCharTestStep = uscxml::X("teststep");
static const uscxml::X kXMLCharDescription = uscxml::X("description");
- static const uscxml::X kXMLCharResultId = uscxml::X("resultid");
- static const uscxml::X kXMLChaRequirementId = uscxml::X("requirementid");
static const uscxml::X kXMLCharCurrentVaue = uscxml::X("currentvalue");
+ static const uscxml::X kXMLCharValueMapping = uscxml::X("valuemapping");
+ static const uscxml::X kXMLCharCondition = uscxml::X("condition");
+ static const uscxml::X kXMLChaRequirementId = uscxml::X("requirementid");
static const uscxml::X kXMLCharId = uscxml::X("id");
static const uscxml::X kXMLCharDataId = uscxml::X("dataid");