Attempt at a metadata generation handler.
[shibboleth/sp.git] / schemas / shibboleth.xsd
index 46f178e..307e3b6 100644 (file)
@@ -1,41 +1,41 @@
 <?xml version="1.0" encoding="US-ASCII"?>
-<schema targetNamespace="urn:mace:shibboleth:1.0" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:shib="urn:mace:shibboleth:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
-    <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
-    <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-    
+<schema targetNamespace="urn:mace:shibboleth:1.0"
+       xmlns="http://www.w3.org/2001/XMLSchema"
+       xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
+       xmlns:xml="http://www.w3.org/XML/1998/namespace"
+       xmlns:shib="urn:mace:shibboleth:1.0"
+       elementFormDefault="qualified"
+       attributeFormDefault="unqualified"
+       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"/>
     
     <!-- Status-Related Information -->
     
     <!--
     The following SAML sub-status codes are defined in this namespace:
     
-        "RealTimeRelease"
-            Used with samlp:Responder, signals user wants real-time attribute release
-        
         "InvalidHandle"
             Used with samlp:Requester, signals AA did not recognize handle as valid
     -->
-    
-    <element name="RealTimeReleaseURL" type="anyURI">
-        <annotation>
-               <documentation xml:lang="en">Used by AA in samlp:StatusDetail to signal user wants real-time attribute release.</documentation>
-        </annotation>
-    </element>
-    
 
-    <!-- Relaxes SAML AttributeValue type definition -->
+    <!--
+    Relaxes SAML AttributeValue type definition. Xerces-C has a bug that prevents
+    anyAttribute content appearing on anyType. It works in 2.2 but not in later versions.
+    -->
 
        <complexType name="AttributeValueType" mixed="true">
                <annotation>
-                       <documentation xml:lang="en">By convention, all Shibboleth attribute values carry this unconstrained xsi:type.</documentation>
+                       <documentation xml:lang="en">
+                       By convention, all Shibboleth 1.1 origin attribute values carry this unconstrained xsi:type.
+                       </documentation>
                </annotation>
-               <sequence>
-                       <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-               </sequence>
-               <anyAttribute namespace="##any" processContents="lax"/>
+               <complexContent>
+                       <extension base="anyType"/>
+               </complexContent>
        </complexType>
-
-
+    
     <!-- Attribute Acceptance Policies -->
        
     <simpleType name="AttributeRuleValueType">
@@ -54,6 +54,7 @@
                         <extension base="string">
                                <attribute name="Accept" type="boolean" use="optional" default="true"/>
                             <attribute name="Type" type="shib:AttributeRuleValueType" use="optional" default="literal"/>
+                            <anyAttribute namespace="##other" processContents="lax"/>
                         </extension>
                     </simpleContent>
                        </complexType>
                        <element name="AnyValue">
                                <complexType>
                                        <sequence/>
+                                       <anyAttribute namespace="##other" processContents="lax"/>
                                </complexType>
                        </element>
                    <element name="Value" maxOccurs="unbounded">
                        <complexType>
                            <simpleContent>
                                <extension base="string">
+                                                               <attribute name="Accept" type="boolean" use="optional" default="true"/>
                                    <attribute name="Type" type="shib:AttributeRuleValueType" use="optional" default="literal"/>
+                                   <anyAttribute namespace="##other" processContents="lax"/>
                                </extension>
                            </simpleContent>
                        </complexType>
@@ -83,6 +87,7 @@
             <complexContent>
                 <extension base="shib:SiteRuleType">
                     <attribute name="Name" type="string" use="required"/>
+                    <anyAttribute namespace="##other" processContents="lax"/>
                 </extension>
             </complexContent>
         </complexType>
         </sequence>
         <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"/>
+               <attribute name="Scoped" type="boolean" use="optional" default="false"/>
+               <attribute name="CaseSensitive" type="boolean" use="optional" default="true"/>
+               <anyAttribute namespace="##other" processContents="lax"/>
     </complexType>
 
     <element name="AttributeRule" type="shib:AttributeRuleType">
     <element name="AttributeAcceptancePolicy">
         <complexType>
             <sequence>
+                <element name="AnyAttribute" minOccurs="0">
+                    <complexType>
+                       <sequence/>
+                    </complexType>
+                </element>
                 <element ref="shib:AttributeRule" minOccurs="0" maxOccurs="unbounded"/>
             </sequence>
+            <anyAttribute namespace="##other" processContents="lax"/>
         </complexType>
     </element>
 
         </sequence>
         <attribute name="Name" type="string" use="required"/>
         <attribute name="ErrorURL" type="anyURI" use="optional"/>
+        <anyAttribute namespace="##any" processContents="lax"/>
     </complexType>
 
        <simpleType name="ContactTypeType">
                <restriction base="string">
             <enumeration value="technical"/>
+            <enumeration value="support"/>
             <enumeration value="administrative"/>
             <enumeration value="billing"/>
             <enumeration value="other"/>
         <sequence/>
         <attribute name="Name" type="string" use="required"/>
         <attribute name="Location" type="anyURI" use="required"/>
+        <anyAttribute namespace="##any" processContents="lax"/>
        </complexType>
 
     <complexType name="OriginSiteType">
         <annotation>
-               <documentation xml:lang="en">Origin sites add at least one handle service (with a name and optional KeyInfo), plus optional domains trusted for attribute scoping.</documentation>
+               <documentation xml:lang="en">
+               Origin sites add at least one handle service (with a name), plus optional domains trusted for attribute scoping.
+               </documentation>
         </annotation>
         <complexContent>
                <extension base="shib:SiteType">
                    <sequence>
                        <element name="HandleService" type="shib:AuthorityType" maxOccurs="unbounded"/>
                        <element name="AttributeAuthority" type="shib:AuthorityType" minOccurs="0" maxOccurs="unbounded"/>
-                       <element name="Domain" type="shib:regexp_string" minOccurs="0" maxOccurs="unbounded"/>
+                       <element ref="shib:Domain" minOccurs="0" maxOccurs="unbounded"/>
+                   </sequence>
+               </extension>
+        </complexContent>
+    </complexType>
+       
+       <element name="Domain" type="shib:regexp_string">
+               <annotation>
+                       <documentation xml:lang="en">A metadata extension used to regulate allowable attribute scopes.</documentation>
+               </annotation>
+       </element>
+
+    <complexType name="DestinationSiteType">
+        <annotation>
+               <documentation xml:lang="en">
+               Destination sites add at least one attribute requester (with a name).
+               </documentation>
+        </annotation>
+        <complexContent>
+               <extension base="shib:SiteType">
+                   <sequence>
+                       <element name="AssertionConsumerServiceURL" maxOccurs="unbounded">
+                               <complexType>
+                                       <attribute name="Location" type="string" use="required"/>
+                                               <attribute name="Id" type="string" use="optional"/>
+                                               <anyAttribute namespace="##any" processContents="lax"/>
+                               </complexType>
+                       </element>
+                       <element name="AttributeRequester" maxOccurs="unbounded">
+                               <complexType>
+                                       <attribute name="Name" type="string" use="required"/>
+                                               <anyAttribute namespace="##any" processContents="lax"/>
+                               </complexType>
+                       </element>
                    </sequence>
                </extension>
         </complexContent>
             <element ref="ds:Signature" minOccurs="0"/>
         </sequence>
         <attribute name="Name" type="string" use="required"/>
-        <attribute name="lastChanged" type="datetime" use="optional"/>
-        <attribute name="validUntil" type="datetime" use="optional"/>
+        <attribute name="lastChanged" type="dateTime" use="optional"/>
+        <attribute name="validUntil" type="dateTime" use="optional"/>
         <attribute name="cacheDuration" type="duration" use="optional"/>
-        <anyAttribute/>
+        <anyAttribute namespace="##any" processContents="lax"/>
     </complexType>    
 
     <element name="OriginSite" type="shib:OriginSiteType"/>
-    <element name="DestinationSite" type="shib:SiteType"/>
+    <element name="DestinationSite" type="shib:DestinationSiteType"/>
     <element name="SiteGroup" type="shib:SiteGroupType"/>
 
 
-       <!-- Trust Metadata -->
+       <!-- Old (pre 1.2) Trust Metadata -->
 
        <complexType name="KeyAuthorityType">
                <annotation>
                        <element ref="ds:KeyInfo"/>
                        <element name="Subject" type="shib:regexp_string" minOccurs="0" maxOccurs="unbounded"/>
                </sequence>
-               <attribute name="VerifyDepth" type="unsignedByte" use="optional"/>
-               <attribute name="Type" use="optional" default="authority">
-                       <restriction base="string">
-                               <enumeration value="authority"/>
-                               <enumeration value="entity"/>
-                       </restriction>
-               </attribute>
+               <anyAttribute namespace="##any" processContents="lax"/>
        </complexType>
        <element name="KeyAuthority" type="shib:KeyAuthorityType"/>
 
                                <element ref="shib:KeyAuthority" maxOccurs="unbounded"/>
                                <element ref="ds:Signature" minOccurs="0"/>
                        </sequence>
+               <attribute name="lastChanged" type="dateTime" use="optional"/>
+               <attribute name="validUntil" type="dateTime" use="optional"/>
+               <attribute name="cacheDuration" type="duration" use="optional"/>
+               <anyAttribute namespace="##any" processContents="lax"/>
                </complexType>
-        <attribute name="lastChanged" type="datetime" use="optional"/>
-        <attribute name="validUntil" type="datetime" use="optional"/>
-        <attribute name="cacheDuration" type="duration" use="optional"/>
-        <anyAttribute/>
        </element>
 
-       <complexType name="JavaKeyInfoType">
-               <annotation>
-                       <documentation xml:lang="en">Describes a credential in a Java keystore.</documentation>
-               </annotation>
-               <sequence/>
-               <attribute name="KeyStore" type="string" use="required"/>
-               <attribute name="KeyStoreType" type="string" use="optional" default="JKS"/>
-               <attribute name="KeyStorePassword" type="string" use="required"/>
-               <attribute name="Alias" type="string" use="required"/>
-               <attribute name="AliasPassword" type="string" use="optional"/>
-       </complexType>
-       <element name="JavaKeyValue" type="shib:JavaKeyInfoType"/>
-       <element name="JavaX509Data" type="shib:JavaKeyInfoType"/>
-       
-       <complexType name="KeyUseType">
-               <annotation>
-                       <documentation xml:lang="en">
-                       Binds a set of credentials to one or more named system entities with additional controls over
-                       which relying parties are capable of accepting them.
-                       </documentation>
-               </annotation>
-               <extension base="shib:KeyAuthorityType">
-                       <sequence>
-                               <element name="RelyingParty" type="shib:regexp_string" minOccurs="0" maxOccurs="unbounded"/>
-                       </sequence>
-               </extension>
-       </complexType>  
-       <element name="KeyUse" type="shib:KeyUseType"/>
-       
-       <element name="Credentials">
-               <annotation>
-                       <documentation xml:lang="en">A set of KeyUse data that provides local credentials.</documentation>
-               </annotation>
-               <complexType>
-                       <sequence>
-                               <element ref="shib:KeyUse" maxOccurs="unbounded"/>
-                       </sequence>
-               </complexType>
-        <anyAttribute/>
-       </element>
-       
 </schema>