Add back missing string type.
authorScott Cantor <cantor.2@osu.edu>
Sat, 6 Oct 2007 00:55:03 +0000 (00:55 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 6 Oct 2007 00:55:03 +0000 (00:55 +0000)
schemas/shibboleth-2.0-sp-notify.xsd

index 4994461..6a46bfb 100644 (file)
 
     <import namespace="urn:oasis:names:tc:SAML:2.0:protocol"
         schemaLocation="saml-schema-protocol-2.0.xsd"/>
+
+    <simpleType name="string">
+        <restriction base="string">
+            <minLength value="1"/>
+        </restriction>
+    </simpleType>
     
     <element name="OK" type="notify:OKType"/>
     <complexType name="OKType">