aboutsummaryrefslogtreecommitdiff
path: root/id.server
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-01-19 10:01:21 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-01-19 10:01:21 +0000
commit9c5b22940c74b9c397024095f2f6b24f50d52212 (patch)
tree0d93f3bf0dd4e43bb4229527dec9252c847fef5f /id.server
parentfd061712168813934075fc0a1873176561aa4ec0 (diff)
downloadmoa-id-spss-9c5b22940c74b9c397024095f2f6b24f50d52212.tar.gz
moa-id-spss-9c5b22940c74b9c397024095f2f6b24f50d52212.tar.bz2
moa-id-spss-9c5b22940c74b9c397024095f2f6b24f50d52212.zip
Set IdentityLinkSigners element to minOccurs=0, because not needed when OID-check is performed.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@796 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server')
-rw-r--r--id.server/doc/MOA-ID-Configuration-1.4.xsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/id.server/doc/MOA-ID-Configuration-1.4.xsd b/id.server/doc/MOA-ID-Configuration-1.4.xsd
index 36f6ea2b3..c39c2845e 100644
--- a/id.server/doc/MOA-ID-Configuration-1.4.xsd
+++ b/id.server/doc/MOA-ID-Configuration-1.4.xsd
@@ -255,15 +255,10 @@
</xsd:sequence>
</xsd:complexType>
</xsd:element>
- <xsd:element name="VerifyInfoboxes" type="VerifyInfoboxesType" minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>enthält Defaultparameter für die Überprüfung weiterer Infoboxen</xsd:documentation>
- </xsd:annotation>
- </xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
- <xsd:element name="IdentityLinkSigners">
+ <xsd:element name="IdentityLinkSigners" minOccurs="0">
<xsd:annotation>
<xsd:documentation>enthält Informationen über akzeptierte Signers des
IdentityLinks</xsd:documentation>
@@ -279,6 +274,11 @@
</xsd:sequence>
</xsd:complexType>
</xsd:element>
+ <xsd:element name="VerifyInfoboxes" type="VerifyInfoboxesType" minOccurs="0">
+ <xsd:annotation>
+ <xsd:documentation>enthält Defaultparameter für die Überprüfung weiterer Infoboxen</xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TransformsInfoType">