https://issues.shibboleth.net/jira/browse/SSPCPP-312
[shibboleth/cpp-sp.git] / schemas / shibboleth-2.0-attribute-map.xsd
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>