From: cantor Date: Tue, 13 Apr 2004 02:30:58 +0000 (+0000) Subject: Had to hang AttributeValueType off the SAML hack. X-Git-Tag: 2.4~1899 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=828113def35c2ff844e9794cf5951a3f7b4d50de Had to hang AttributeValueType off the SAML hack. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@979 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/schemas/shibboleth.xsd b/schemas/shibboleth.xsd index d9f099f..4dd4cb9 100644 --- a/schemas/shibboleth.xsd +++ b/schemas/shibboleth.xsd @@ -4,13 +4,14 @@ xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:shib="urn:mace:shibboleth:1.0" + xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2"> - + @@ -21,16 +22,24 @@ Used with samlp:Requester, signals AA did not recognize handle as valid --> - + - By convention, all Shibboleth attribute values carry this unconstrained xsi:type. + + By convention, all Shibboleth 1.1 origin attribute values carry this unconstrained xsi:type. + - - - - + + +