| Top |  |  |  |  | 
Figure 162. Schema fragment for disco:SvcMDRegister
<xs:complexType name="SvcMDRegisterType">
  <xs:sequence>
    <xs:element ref="SvcMD" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
LassoIdWsf2DiscoSvcMDRegister *
lasso_idwsf2_disco_svc_md_register_new
                               (void);
Creates a new LassoIdWsf2DiscoSvcMDRegister object.
LassoIdWsf2DiscoSvcMDRegister * lasso_idwsf2_disco_svc_md_register_new_full (const gchar *service_type,const gchar *abstract,const gchar *provider_id,const gchar *soap_endpoint);
Create and initialize a complete message for registering new metadatas at a discovery service.