Add back missing string type.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 6 Oct 2007 00:55:03 +0000 (00:55 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 6 Oct 2007 00:55:03 +0000 (00:55 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2531 cb58f699-b61c-0410-a6fe-9272a202ed29

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">