diff options
Diffstat (limited to 'lasso/xml/dst_data.c')
| -rw-r--r-- | lasso/xml/dst_data.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/dst_data.c b/lasso/xml/dst_data.c index ce98501a..549cc643 100644 --- a/lasso/xml/dst_data.c +++ b/lasso/xml/dst_data.c @@ -24,8 +24,12 @@ #include <lasso/xml/dst_data.h> -/* - * Schema fragments (liberty-idwsf-dst-v1.0.xsd): +/** + * SECTION:dst_data + * @short_description: <dst:Data> + * + * <figure><title>Schema fragment for dst:Data</title> + * <programlisting><![CDATA[ * * <xs:element name="Data" minOccurs="0" maxOccurs="unbounded"> * <xs:complexType> @@ -46,6 +50,8 @@ * </xs:annotation> * <xs:restriction base="xs:string"/> * </xs:simpleType> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
