Added attribute caching options
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 1 Mar 2004 02:47:19 +0000 (02:47 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 1 Mar 2004 02:47:19 +0000 (02:47 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@821 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 34df45d..6bdeb03 100644 (file)
                                    </complexContent>
                                        </complexType>
                                </element>
+                               <element name="AttributeCache" minOccurs="0">
+                                       <complexType>
+                                   <complexContent>
+                                       <extension base="anyType">
+                                                               <attribute name="AAConnectTimeout" type="unsignedInt" use="optional"/>
+                                                               <attribute name="AATimeout" type="unsignedInt" use="optional"/>
+                                                               <attribute name="defaultLifetime" type="unsignedInt" use="optional"/>
+                                                               <attribute name="retryInterval" type="unsignedInt" use="optional"/>
+                                                               <attribute name="strictValidity" type="boolean" use="optional"/>
+                                                               <attribute name="propagateErrors" type="boolean" use="optional"/>
+                                       </extension>
+                                   </complexContent>
+                                       </complexType>
+                               </element>
                                <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
                        </sequence>
                        <attribute name="logger" type="anyURI" use="optional"/>
-                       <attribute name="AATimeout" type="unsignedInt" use="optional"/>
-                       <attribute name="AAConnectTimeout" type="unsignedInt" use="optional"/>
-                       <attribute name="defaultLifetime" type="unsignedInt" use="optional"/>
                        <anyAttribute namespace="##any" processContents="lax"/>
                </complexType>
        </element>