aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/resources
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-06-30 13:26:02 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-06-30 13:26:02 +0200
commit32f084659d5f2d855c32fa55613e1bb4e431dadf (patch)
tree945d7837ff010103b1467cd34026cf821dcb2b53 /id/server/moa-id-commons/src/main/resources
parent7830437391cf5fe927605e82492d79fdb872059e (diff)
downloadmoa-id-spss-32f084659d5f2d855c32fa55613e1bb4e431dadf.tar.gz
moa-id-spss-32f084659d5f2d855c32fa55613e1bb4e431dadf.tar.bz2
moa-id-spss-32f084659d5f2d855c32fa55613e1bb4e431dadf.zip
add checkbox to choose if all errors should be send back to online application
Diffstat (limited to 'id/server/moa-id-commons/src/main/resources')
-rw-r--r--id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd
index 2d5542b98..8bc532236 100644
--- a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd
+++ b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd
@@ -859,6 +859,7 @@
<xsd:element name="useCondition" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="conditionLength" type="xsd:integer" minOccurs="0" maxOccurs="1"/>
<xsd:element name="sourceID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
+ <xsd:element name="provideAllErrors" type="xsd:boolean" default="true" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>