Added schema to support attribute config via AAP files.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jun 2003 21:03:36 +0000 (21:03 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jun 2003 21:03:36 +0000 (21:03 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@559 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth.xsd

index c80a8f8..cbf0ecb 100644 (file)
             <element ref="shib:AnySite" minOccurs="0"/>
             <element ref="shib:SiteRule" minOccurs="0" maxOccurs="unbounded"/>
         </sequence>
-        <attribute name="Name" type="anyURI"/>
+        <attribute name="Name" type="string" use="required"/>
+        <attribute name="Namespace" type="string" use="optional"/>
+        <attribute name="Factory" type="string" use="optional"/>
+        <attribute name="Alias" type="string" use="optional"/>
+               <attribute name="Header" type="string" use="optional"/>
     </complexType>
 
     <element name="AttributeRule" type="shib:AttributeRuleType">
                 <element ref="shib:AttributeRule" minOccurs="0" maxOccurs="unbounded"/>
             </sequence>
         </complexType>
-        <key name="AttributeNameKey">
-            <selector xpath="./shib:AttributeRule"/>
-            <field xpath="@Name"/>
-        </key>
     </element>