Make connection string optional.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jan 2006 01:17:51 +0000 (01:17 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jan 2006 01:17:51 +0000 (01:17 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1959 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 019955b..4e7975b 100644 (file)
@@ -97,7 +97,7 @@
        <element name="ODBCSessionCache">
                <complexType>
                        <sequence>
-                               <element name="ConnectionString" type="string"/>
+                               <element name="ConnectionString" type="string" minOccurs="0"/>
                        </sequence>
                        <attributeGroup ref="conf:SessionCacheProperties"/>
                        <attribute name="odbcTimeout" type="unsignedInt" use="optional" default="14400"/>
                                <element name="ODBCReplayCache">
                                        <complexType>
                                                <sequence>
-                                                       <element name="ConnectionString" type="string"/>
+                                                       <element name="ConnectionString" type="string" minOccurs="0"/>
                                                </sequence>
                                                <anyAttribute namespace="##other" processContents="lax"/>
                                        </complexType>