![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2PsRequestAbstract; LassoIdWsf2PsRequestAbstract* lasso_idwsf2_ps_request_abstract_new (void);
Figure 219. Schema fragment for ps:RequestAbstract
<xs:complexType name="RequestAbstractType" abstract="true"> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
typedef struct { LassoNode parent; /* attributes */ GHashTable *attributes; } LassoIdWsf2PsRequestAbstract;
LassoIdWsf2PsRequestAbstract* lasso_idwsf2_ps_request_abstract_new (void);
Creates a new LassoIdWsf2PsRequestAbstract object.
Returns : |
a newly created LassoIdWsf2PsRequestAbstract object |