LassoIdWsf2DstRequest

LassoIdWsf2DstRequest — <dst:Request>

Synopsis

                    LassoIdWsf2DstRequest;
LassoIdWsf2DstRequest* lasso_idwsf2_dst_request_new     (void);

Description

Figure 182. Schema fragment for dst:Request


<xs:complexType name="RequestType">
  <xs:sequence>
    <xs:element ref="lu:Extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute ref="lu:itemID" use="optional"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>


Details

LassoIdWsf2DstRequest

typedef struct {
	LassoNode parent;

	/* elements */
	GList *Extension; /* of LassoIdWsf2Utilextension */
	/* attributes */
	char *itemID;
	GHashTable *attributes;
} LassoIdWsf2DstRequest;

lasso_idwsf2_dst_request_new ()

LassoIdWsf2DstRequest* lasso_idwsf2_dst_request_new     (void);

Creates a new LassoIdWsf2DstRequest object.

Returns :

a newly created LassoIdWsf2DstRequest object