Backported anyType fix.
authorScott Cantor <cantor.2@osu.edu>
Mon, 25 Oct 2004 03:21:26 +0000 (03:21 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 25 Oct 2004 03:21:26 +0000 (03:21 +0000)
schemas/shibboleth-targetconfig-1.0.xsd

index 341fc8f..f49292e 100644 (file)
                                </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"/>
                                                </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>