From 803cadd4b80a472a15202fded9e4ae3379a4beaf Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 2 Apr 2009 02:27:49 +0000 Subject: [PATCH] Add extension schemas. --- schemas/Makefile.am | 3 +++ schemas/saml20-catalog.xml.in | 3 +++ schemas/sstc-metadata-attr.xsd | 35 ++++++++++++++++++++++++++++++++ schemas/sstc-saml-attribute-ext.xsd | 25 +++++++++++++++++++++++ schemas/sstc-saml-delegation.xsd | 40 +++++++++++++++++++++++++++++++++++++ 5 files changed, 106 insertions(+) create mode 100644 schemas/sstc-metadata-attr.xsd create mode 100644 schemas/sstc-saml-attribute-ext.xsd create mode 100644 schemas/sstc-saml-delegation.xsd diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 1e29d4d..8148a2c 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -41,7 +41,10 @@ schemafiles = \ saml-schema-protocol-2.0.xsd \ saml-schema-x500-2.0.xsd \ saml-schema-xacml-2.0.xsd \ + sstc-metadata-attr.xsd \ sstc-saml1x-metadata.xsd \ + sstc-saml-attribute-ext.xsd \ + sstc-saml-delegation.xsd \ sstc-saml-metadata-ext-query.xsd \ sstc-saml-protocol-ext-thirdparty.xsd diff --git a/schemas/saml20-catalog.xml.in b/schemas/saml20-catalog.xml.in index c3aef7d..090795e 100644 --- a/schemas/saml20-catalog.xml.in +++ b/schemas/saml20-catalog.xml.in @@ -8,7 +8,10 @@ + + + diff --git a/schemas/sstc-metadata-attr.xsd b/schemas/sstc-metadata-attr.xsd new file mode 100644 index 0000000..a655d96 --- /dev/null +++ b/schemas/sstc-metadata-attr.xsd @@ -0,0 +1,35 @@ + + + + + + Document title: SAML V2.0 Metadata Extention for Entity Attributes Schema + Document identifier: sstc-metadata-attr.xsd + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (November 2008): + Initial version. + + + + + + + + + + + + + + + diff --git a/schemas/sstc-saml-attribute-ext.xsd b/schemas/sstc-saml-attribute-ext.xsd new file mode 100644 index 0000000..d4b7c1c --- /dev/null +++ b/schemas/sstc-saml-attribute-ext.xsd @@ -0,0 +1,25 @@ + + + + + + Document title: SAML V2.0 Attribute Extension Schema + Document identifier: sstc-saml-attribute-ext.xsd + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (October 2008): + Initial version. + + + + + + + + diff --git a/schemas/sstc-saml-delegation.xsd b/schemas/sstc-saml-delegation.xsd new file mode 100644 index 0000000..30c73dc --- /dev/null +++ b/schemas/sstc-saml-delegation.xsd @@ -0,0 +1,40 @@ + + + + Document identifier: sstc-saml-delegation + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (February 2009): + Initial version. + + + + + + + + + + + + + + + + + + + + + + + -- 2.1.4