From 3bbe03bd23be66cdbd8b2238b080303c209dd4d1 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 14 Sep 2010 01:57:40 +0000 Subject: [PATCH] Add algsupport extension schema. --- schemas/Makefile.am | 1 + schemas/saml20-catalog.xml.in | 1 + schemas/sstc-saml-metadata-algsupport.xsd | 41 +++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 schemas/sstc-saml-metadata-algsupport.xsd diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 8148a2c..7e3cfc8 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -46,6 +46,7 @@ schemafiles = \ sstc-saml-attribute-ext.xsd \ sstc-saml-delegation.xsd \ sstc-saml-metadata-ext-query.xsd \ + sstc-saml-metadata-algsupport.xsd \ sstc-saml-protocol-ext-thirdparty.xsd pkgxml_DATA = \ diff --git a/schemas/saml20-catalog.xml.in b/schemas/saml20-catalog.xml.in index 090795e..8a4e8ba 100644 --- a/schemas/saml20-catalog.xml.in +++ b/schemas/saml20-catalog.xml.in @@ -13,5 +13,6 @@ + diff --git a/schemas/sstc-saml-metadata-algsupport.xsd b/schemas/sstc-saml-metadata-algsupport.xsd new file mode 100644 index 0000000..e99a24a --- /dev/null +++ b/schemas/sstc-saml-metadata-algsupport.xsd @@ -0,0 +1,41 @@ + + + + + + Document title: Metadata Extension Schema for SAML V2.0 Metadata Profile for Algorithm Support Version 1.0 + Document identifier: sstc-saml-metadata-algsupport.xsd + Location: http://docs.oasis-open.org/security/saml/Post2.0/ + Revision history: + V1.0 (June 2010): + Initial version. + + + + + + + + + + + + + + + + + + + + + + + -- 2.1.4