Adding case sensitivity flag to AAP rules.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 22 Jul 2004 17:37:15 +0000 (17:37 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 22 Jul 2004 17:37:15 +0000 (17:37 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1131 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth.xsd

index 392fed4..676aa26 100644 (file)
@@ -7,7 +7,7 @@
        xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
        elementFormDefault="qualified"
        attributeFormDefault="unqualified"
-       version="1.2">
+       version="1.3">
 
     <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
     <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
         <attribute name="Factory" type="string" use="optional"/>
         <attribute name="Alias" type="string" use="optional"/>
                <attribute name="Header" type="string" use="optional"/>
+               <attribute name="CaseSensitive" type="boolean" use="optional" default="true"/>
                <anyAttribute namespace="##other" processContents="lax"/>
     </complexType>