diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-01-19 10:01:21 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-01-19 10:01:21 +0000 |
commit | 9c5b22940c74b9c397024095f2f6b24f50d52212 (patch) | |
tree | 0d93f3bf0dd4e43bb4229527dec9252c847fef5f /id.server/doc/MOA-ID-Configuration-1.4.xsd | |
parent | fd061712168813934075fc0a1873176561aa4ec0 (diff) | |
download | moa-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/doc/MOA-ID-Configuration-1.4.xsd')
-rw-r--r-- | id.server/doc/MOA-ID-Configuration-1.4.xsd | 12 |
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">
|