aboutsummaryrefslogtreecommitdiff
path: root/moaSig/common/src
diff options
context:
space:
mode:
authorThomas <>2023-10-10 16:06:46 +0200
committerThomas <>2023-10-10 16:06:46 +0200
commitdb05500759e0d62424bcee43e01a95392c68d408 (patch)
treeae62a2ce4f73e57c3095e39dc178851cd7dd772a /moaSig/common/src
parent57098c2d96a0aa39bb9c919bbb73b6857e74dc7f (diff)
downloadmoa-sig-db05500759e0d62424bcee43e01a95392c68d408.tar.gz
moa-sig-db05500759e0d62424bcee43e01a95392c68d408.tar.bz2
moa-sig-db05500759e0d62424bcee43e01a95392c68d408.zip
fix(core): add missing configuraton element into XML schema of MOA-Sig configuration
Diffstat (limited to 'moaSig/common/src')
-rw-r--r--moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd
index cb405c3..986903d 100644
--- a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd
+++ b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd
@@ -140,6 +140,7 @@
<xs:element name="CertificateValidation">
<xs:complexType>
<xs:sequence>
+ <xs:element name="ConnectionTimeout" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="ReadTimeout" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="PathConstruction">
<xs:complexType>