diff options
Diffstat (limited to 'lasso/xml/soap_binding_processing_context.c')
| -rw-r--r-- | lasso/xml/soap_binding_processing_context.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/soap_binding_processing_context.c b/lasso/xml/soap_binding_processing_context.c index 56ea0ec8..397df4b8 100644 --- a/lasso/xml/soap_binding_processing_context.c +++ b/lasso/xml/soap_binding_processing_context.c @@ -24,8 +24,12 @@ #include <lasso/xml/soap_binding_processing_context.h> -/* - * Schema fragments (liberty-idwsf-soap-binding-v1.1.xsd): +/** + * SECTION:soap_binding_processing_context + * @short_description: <soapbinding:ProcessingContextType> + * + * <figure><title>Schema fragment for soapbinding:ProcessingContextType</title> + * <programlisting><![CDATA[ * * <xs:complexType name="ProcessingContextType"> * <xs:simpleContent> @@ -38,6 +42,8 @@ * </xs:complexType> * <xs:element name="ProcessingContext" type="ProcessingContextType"/> * + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
