LassoIdWsf2DiscoSvcMDAssociationAdd

LassoIdWsf2DiscoSvcMDAssociationAdd — <disco:SvcMDAssociationAdd>

Synopsis

                    LassoIdWsf2DiscoSvcMDAssociationAdd;
LassoIdWsf2DiscoSvcMDAssociationAdd * lasso_idwsf2_disco_svc_md_association_add_new
                                                        (void);

Description

Figure 147. Schema fragment for disco:SvcMDAssociationAdd


<xs:complexType name="SvcMDAssociationAddType">
  <xs:sequence>
    <xs:element ref="SvcMDID" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>


Details

LassoIdWsf2DiscoSvcMDAssociationAdd

typedef struct {
	LassoNode parent;

	/* elements */
	GList *SvcMDID; /* of strings */
	/* attributes */
	GHashTable *attributes;
} LassoIdWsf2DiscoSvcMDAssociationAdd;

lasso_idwsf2_disco_svc_md_association_add_new ()

LassoIdWsf2DiscoSvcMDAssociationAdd * lasso_idwsf2_disco_svc_md_association_add_new
                                                        (void);

Creates a new LassoIdWsf2DiscoSvcMDAssociationAdd object.

Returns :

a newly created LassoIdWsf2DiscoSvcMDAssociationAdd object