diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-05-15 21:17:44 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-05-15 21:17:44 +0000 |
| commit | e5ba6151babcdfd0b4acb2749ae9478bf8983cba (patch) | |
| tree | 180a8ac2dd068dccd3423658616f0ada0f9c7831 /lasso/xml/lib_status_response.c | |
| parent | 23fdb5641e236171ac56af717f63df277948af3a (diff) | |
| download | lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.gz lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.xz lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.zip | |
moved gtk-doc inline as is better on so many points; also added schema
fragments to published doc
Diffstat (limited to 'lasso/xml/lib_status_response.c')
| -rw-r--r-- | lasso/xml/lib_status_response.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/lasso/xml/lib_status_response.c b/lasso/xml/lib_status_response.c index c63d8ce9..b6a0ff40 100644 --- a/lasso/xml/lib_status_response.c +++ b/lasso/xml/lib_status_response.c @@ -25,9 +25,12 @@ #include <lasso/xml/lib_status_response.h> #include <libxml/uri.h> -/* - * Schema fragment (liberty-idff-protocols-schema-v1.2.xsd): - * +/** + * SECTION:lib_status_response + * @short_description: <lib:StatusResponse> + * + * <figure><title>Schema fragment for lib:StatusResponse</title> + * <programlisting><![CDATA[ * <xs:complexType name="StatusResponseType"> * <xs:complexContent> * <xs:extension base="samlp:ResponseAbstractType"> @@ -43,13 +46,8 @@ * * <xs:element name="ProviderID" type="md:entityIDType"/> * <xs:element name="RelayState" type="xs:string"/> - * - * From liberty-metadata-v1.0.xsd: - * <xs:simpleType name="entityIDType"> - * <xs:restriction base="xs:anyURI"> - * <xs:maxLength value="1024" id="maxlengthid"/> - * </xs:restriction> - * </xs:simpleType> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
