Missing complexType
authorScott Cantor <cantor.2@osu.edu>
Mon, 19 May 2003 15:18:47 +0000 (15:18 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 19 May 2003 15:18:47 +0000 (15:18 +0000)
schemas/shibboleth.xsd

index 95d07fe..856609b 100644 (file)
        
        <element name="Trust">
                <annotation>An optionally signed collection of KeyAuthority data.</annotation>
-               <sequence>
-                       <element ref="shib:KeyAuthority" maxOccurs="unbounded"/>
-                       <element ref="ds:Signature" minOccurs="0"/>
-               </sequence>
+               <complexType>
+                       <sequence>
+                               <element ref="shib:KeyAuthority" maxOccurs="unbounded"/>
+                               <element ref="ds:Signature" minOccurs="0"/>
+                       </sequence>
+               </complexType>
        </element>
        
 </schema>