[shibboleth-sp2] 75/100: Backported anyType fix.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.
commit bac4eeb4153c4f99147b29bab9ce8334a5e1d916
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Oct 25 03:21:26 2004 +0000
Backported anyType fix.
---
schemas/shibboleth-targetconfig-1.0.xsd | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/schemas/shibboleth-targetconfig-1.0.xsd b/schemas/shibboleth-targetconfig-1.0.xsd
index 341fc8f..f49292e 100644
--- a/schemas/shibboleth-targetconfig-1.0.xsd
+++ b/schemas/shibboleth-targetconfig-1.0.xsd
@@ -101,9 +101,9 @@
</choice>
<choice>
<element name="MemorySessionCache">
- <complexType>
+ <complexType mixed="false">
<complexContent>
- <restriction base="anyType" mixed="false">
+ <restriction base="anyType">
<sequence/>
<attributeGroup ref="conf:SessionCacheProperties"/>
<anyAttribute namespace="##other" processContents="lax"/>
@@ -112,9 +112,9 @@
</complexType>
</element>
<element name="MySQLSessionCache">
- <complexType>
+ <complexType mixed="false">
<complexContent>
- <restriction base="anyType" mixed="false">
+ <restriction base="anyType">
<sequence>
<element name="Argument" type="string" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list