Update to latest draft and filenames.
[shibboleth/cpp-opensaml.git] / schemas / sstc-saml-metadata-ui-v1.0.xsd
similarity index 78%
rename from schemas/sstc-saml-metadata-ui.xsd
rename to schemas/sstc-saml-metadata-ui-v1.0.xsd
index 0cebfeb..a281227 100644 (file)
   <annotation>\r
     <documentation>\r
       Document title: Metadata Extension Schema for SAML V2.0 Metadata Extensions for Login and Discovery User Interface Version 1.0\r
-      Document identifier: sstc-saml-metadata-ui.xsd\r
+      Document identifier: sstc-saml-metadata-ui-v1.0.xsd\r
       Location: http://docs.oasis-open.org/security/saml/Post2.0/\r
       Revision history:\r
-      V1.0 (September 2010):\r
+      16 November 2010:\r
+        Added Keywords element/type.\r
+      01 November 2010\r
+        Changed filename.\r
+      September 2010:\r
         Initial version.\r
     </documentation>\r
   </annotation>\r
@@ -30,6 +34,7 @@
     <choice minOccurs="0" maxOccurs="unbounded">\r
       <element ref="mdui:DisplayName"/>\r
       <element ref="mdui:Description"/>\r
+      <element ref="mdui:Keywords"/>\r
       <element ref="mdui:Logo"/>\r
       <element ref="mdui:InformationURL"/>\r
       <element ref="mdui:PrivacyStatementURL"/>\r
   <element name="InformationURL" type="md:localizedURIType"/>\r
   <element name="PrivacyStatementURL" type="md:localizedURIType"/>\r
 \r
+  <element name="Keywords" type="mdui:KeywordsType"/>\r
+  <complexType name="KeywordsType">\r
+    <simpleContent>\r
+      <extension base="mdui:listOfStrings">\r
+        <attribute ref="xml:lang" use="required"/>\r
+      </extension>\r
+    </simpleContent>\r
+  </complexType>\r
+  \r
+  <simpleType name="listOfStrings">\r
+    <list itemType="string"/>\r
+  </simpleType>\r
+\r
   <element name="Logo" type="mdui:LogoType"/>\r
   <complexType name="LogoType">\r
     <simpleContent>\r