Fixed some ambiguities.
authorScott Cantor <cantor.2@osu.edu>
Fri, 16 Apr 2004 22:55:09 +0000 (22:55 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 16 Apr 2004 22:55:09 +0000 (22:55 +0000)
schemas/shibboleth-trust-1.0.xsd

index 1d147be..0e603a5 100644 (file)
                                <choice maxOccurs="unbounded">
                                        <element ref="ds:KeyInfo"/>
                                        <element ref="trust:KeyAuthority"/>
-                                       <any namespace="##other" processContents="lax"/>
                                </choice>
                                <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"/>
+               <anyAttribute namespace="##other" processContents="lax"/>
                </complexType>
        </element>
 
@@ -55,7 +54,7 @@
                        <element ref="ds:KeyInfo"/>
                </sequence>
                <attribute name="VerifyDepth" type="unsignedByte" use="optional"/>
-               <anyAttribute namespace="##any" processContents="lax"/>
+               <anyAttribute namespace="##other" processContents="lax"/>
        </complexType>
        
 </schema>