Fixed errors in restriction elements.
authorScott Cantor <cantor.2@osu.edu>
Wed, 30 Jun 2004 03:21:35 +0000 (03:21 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 30 Jun 2004 03:21:35 +0000 (03:21 +0000)
schemas/shibboleth-targetconfig-1.0.xsd

index 512d0e6..0021c77 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>