summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-09-11 15:51:42 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-09-11 15:51:42 +0000
commit112ee37099e2291c416798bde343032da0016e86 (patch)
tree2d5566c5100259a90e89ef2a750979e1e233bceb
parentb5d58049f7d96c0111751e6d923973e58e81f455 (diff)
downloadlasso-112ee37099e2291c416798bde343032da0016e86.tar.gz
lasso-112ee37099e2291c416798bde343032da0016e86.tar.xz
lasso-112ee37099e2291c416798bde343032da0016e86.zip
XML SAML 1.1: fix schema figure for samlp:Request
-rw-r--r--lasso/xml/samlp_request.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/xml/samlp_request.c b/lasso/xml/samlp_request.c
index 16c457a6..42a4ad6a 100644
--- a/lasso/xml/samlp_request.c
+++ b/lasso/xml/samlp_request.c
@@ -29,7 +29,7 @@
* SECTION:samlp_request
* @short_description: &lt;samlp:Request&gt;
*
- * <figure><title>Schema fragment for lib:Scoping</title>
+ * <figure><title>Schema fragment for samlp:Request</title>
* <programlisting><![CDATA[
* <element name="Request" type="samlp:RequestType"/>
* <complexType name="RequestType">
@@ -48,7 +48,6 @@
* </complexContent>
* </complexType>
*
- * <element name="AssertionArtifact" type="string"/>
* ]]></programlisting>
* </figure>
*/