diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-01-19 08:35:02 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-01-19 08:35:02 +0000 |
commit | 31627d7b351c61d3c5cee0445770700efd0459e4 (patch) | |
tree | 0c6d344703db24d6541f680d8ae5e21c9defe814 /common/res/resources | |
parent | 5024734eb504a7a7ed362e14f93ab38ded4f36f9 (diff) | |
download | moa-id-spss-31627d7b351c61d3c5cee0445770700efd0459e4.tar.gz moa-id-spss-31627d7b351c61d3c5cee0445770700efd0459e4.tar.bz2 moa-id-spss-31627d7b351c61d3c5cee0445770700efd0459e4.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@794 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/res/resources')
-rw-r--r-- | common/res/resources/schemas/MOA-ID-Configuration-1.4.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/res/resources/schemas/MOA-ID-Configuration-1.4.xsd b/common/res/resources/schemas/MOA-ID-Configuration-1.4.xsd index 693492d89..c39c2845e 100644 --- a/common/res/resources/schemas/MOA-ID-Configuration-1.4.xsd +++ b/common/res/resources/schemas/MOA-ID-Configuration-1.4.xsd @@ -258,7 +258,7 @@ </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>
|