| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoIdWsf2DiscoSvcMDAssociationDeleteLassoIdWsf2DiscoSvcMDAssociationDelete — <disco:SvcMDAssociationDelete> |
Synopsis
struct LassoIdWsf2DiscoSvcMDAssociationDelete;
LassoIdWsf2DiscoSvcMDAssociationDelete * lasso_idwsf2_disco_svc_md_association_delete_new
(void);
Description
Figure 149. Schema fragment for disco:SvcMDAssociationDelete
<xs:complexType name="SvcMDAssociationDeleteType">
<xs:sequence>
<xs:element ref="SvcMDID" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Details
struct LassoIdWsf2DiscoSvcMDAssociationDelete
struct LassoIdWsf2DiscoSvcMDAssociationDelete {
LassoNode parent;
/* elements */
GList *SvcMDID; /* of strings */
/* attributes */
GHashTable *attributes;
};
lasso_idwsf2_disco_svc_md_association_delete_new ()
LassoIdWsf2DiscoSvcMDAssociationDelete * lasso_idwsf2_disco_svc_md_association_delete_new
(void);
Creates a new LassoIdWsf2DiscoSvcMDAssociationDelete object.
Returns : |
a newly created LassoIdWsf2DiscoSvcMDAssociationDelete object |
