https://issues.shibboleth.net/jira/browse/SSPCPP-312
authorScott Cantor <cantor.2@osu.edu>
Tue, 26 Oct 2010 15:55:53 +0000 (15:55 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 26 Oct 2010 15:55:53 +0000 (15:55 +0000)
doc/NOTICE.txt
schemas/shibboleth-2.0-attribute-map.xsd

index 8fe5fa7..1ff0bd2 100644 (file)
@@ -12,3 +12,5 @@ Source code for these libraries is available on request.
 
 This project includes software developed by the National Research Council 
 of Canada.
+
+This project includes software developed by the Danish CLARIN Consortium.
index bf95425..d119da3 100644 (file)
         </complexContent>
     </complexType>
 
+    <complexType name="Base64AttributeDecoder">
+        <annotation>
+            <documentation>
+                Decoder for attributes with base64-encoded string values.
+            </documentation>
+        </annotation>
+        <complexContent>
+            <extension base="am:AttributeDecoderType" />
+        </complexContent>
+    </complexType>
+
 </schema>