diff options
Diffstat (limited to 'lasso/xml/soap_binding_usage_directive.c')
-rw-r--r-- | lasso/xml/soap_binding_usage_directive.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/soap_binding_usage_directive.c b/lasso/xml/soap_binding_usage_directive.c index a69dda6b..20e07c4c 100644 --- a/lasso/xml/soap_binding_usage_directive.c +++ b/lasso/xml/soap_binding_usage_directive.c @@ -24,8 +24,12 @@ #include <lasso/xml/soap_binding_usage_directive.h> -/* - * Schema fragments (liberty-idwsf-soap-binding-v1.1.xsd): +/** + * SECTION:soap_binding_usage_directive + * @short_description: <soapbinding:UsageDirectiveType> + * + * <figure><title>Schema fragment for soapbinding:UsageDirectiveType</title> + * <programlisting><![CDATA[ * <xs:complexType name="UsageDirectiveType"> * <xs:sequence> * <xs:any namespace="##other" processContents="lax" maxOccurs="unbounded"/> @@ -37,6 +41,8 @@ * </xs:complexType> * <xs:element name="UsageDirective" type="UsageDirectiveType"/> * + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |