Entr'ouvert Entr'ouvert Documentation

LassoIdWsf2DiscoServiceType

LassoIdWsf2DiscoServiceType — <disco:Service>

Description

Figure 138. Schema fragment for disco:Service

<xs:element name="ServiceType" type="xs:anyURI"/>



Details

struct LassoIdWsf2DiscoServiceType

struct LassoIdWsf2DiscoServiceType {
	LassoNode parent;

	/* elements */
	char *content;
};

lasso_idwsf2_disco_service_type_new ()

LassoIdWsf2DiscoServiceType *  lasso_idwsf2_disco_service_type_new
                                                        (void);

Creates a new LassoIdWsf2DiscoServiceType object.

Returns :

a newly created LassoIdWsf2DiscoServiceType object

lasso_idwsf2_disco_service_type_new_with_string ()

LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new_with_string
                                                        (const char *content);

Creates a new LassoIdWsf2DiscoServiceType object and initializes it with content as content.

content :

the content string

Returns :

a newly created LassoIdWsf2DiscoServiceType object