Added wildcards, made cred IDs optional.
authorScott Cantor <cantor.2@osu.edu>
Tue, 17 May 2005 20:48:33 +0000 (20:48 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 17 May 2005 20:48:33 +0000 (20:48 +0000)
schemas/shibboleth-targetconfig-1.0.xsd

index 65d39f8..1ce0fe3 100644 (file)
                        <attribute name="checkCDC" type="anyURI" use="optional"/>
                        <attribute name="isDefault" type="boolean" use="optional"/>
                        <attribute name="id" type="string" use="optional"/>
+                       <anyAttribute namespace="##any" processContents="lax"/>
                </complexType>
        </element>
        <element name="DiagnosticService">
                                        <list itemType="string"/>
                                </simpleType>
                        </attribute>
+                       <anyAttribute namespace="##any" processContents="lax"/>
                </complexType>
        </element>
 
        </element>
 
        <attributeGroup name="CredentialUseGroup">
-               <attribute name="TLS" type="string" use="required"/>
-               <attribute name="Signing" type="string" use="required"/>
+               <attribute name="TLS" type="string" use="optional"/>
+               <attribute name="Signing" type="string" use="optional"/>
                <attribute name="signRequest" type="boolean" use="optional" default="false"/>
                <attribute name="signedResponse" type="boolean" use="optional" default="false"/>
                <attribute name="signedAssertions" type="boolean" use="optional" default="false"/>