aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-27 08:27:59 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-27 08:27:59 +0100
commitfbef393b54c7f320502ccd5b9fade8891fe5bb33 (patch)
treed3b0d3f62666648a121e28582d3cff09b10f6c4a /id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd
parent02134974770c3f868dd3df540362f50d0083d0ff (diff)
parentfbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32 (diff)
downloadmoa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.tar.gz
moa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.tar.bz2
moa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.zip
Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa2_0_tlenz
Diffstat (limited to 'id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd')
-rw-r--r--id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd18
1 files changed, 12 insertions, 6 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 af827210f..d7f48e51a 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
@@ -884,12 +884,18 @@
<xsd:element name="OA_STORK">
<xsd:complexType>
<xsd:sequence>
- <xsd:element name="StorkLogonEnabled" type="xsd:boolean" default="true"/>
- <xsd:element ref="Qaa" minOccurs="0" maxOccurs="1"/>
- <xsd:element ref="OAAttributes" minOccurs="0" maxOccurs="unbounded"/>
- <xsd:element name="VidpEnabled" type="xsd:boolean" default="false"/>
- <xsd:element ref="AttributeProviders" minOccurs="0" maxOccurs="unbounded"/>
- <xsd:element name="requireConsent" type="xsd:boolean" default="true"/>
+ <xsd:element name="StorkLogonEnabled" type="xsd:boolean"
+ default="true" />
+ <xsd:element ref="Qaa" minOccurs="0" maxOccurs="1" />
+ <xsd:element ref="OAAttributes" minOccurs="0"
+ maxOccurs="unbounded" />
+ <xsd:element name="VidpEnabled" type="xsd:boolean"
+ default="false" />
+ <xsd:element ref="AttributeProviders" minOccurs="0"
+ maxOccurs="unbounded" />
+ <xsd:element name="requireConsent" type="xsd:boolean"
+ default="true" />
+ <xsd:element ref="C-PEPS" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>