Added default attribute lifetime.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 11 Feb 2004 04:14:28 +0000 (04:14 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 11 Feb 2004 04:14:28 +0000 (04:14 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@802 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 920dce1..34df45d 100644 (file)
@@ -86,8 +86,9 @@
                                <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
                        </sequence>
                        <attribute name="logger" type="anyURI" use="optional"/>
-                       <attribute name="AATimeout" type="integer" use="optional"/>
-                       <attribute name="AAConnectTimeout" type="integer" 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>