LassoIdWsf2SubsRefNotify

LassoIdWsf2SubsRefNotify — <subsref:Notify>

Synopsis

struct              LassoIdWsf2SubsRefNotify;
LassoIdWsf2SubsRefNotify *  lasso_idwsf2_subsref_notify_new
                                                        (void);

Description

Figure 257. Schema fragment for subsref:Notify


<xs:complexType name="NotifyType">
  <xs:complexContent>
    <xs:extension base="dst:RequestType">
      <xs:sequence>
        <xs:element ref="subsref:Notification" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attributeGroup ref="subs:NotifyAttributeGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>


Details

struct LassoIdWsf2SubsRefNotify

struct LassoIdWsf2SubsRefNotify {
	LassoIdWsf2DstRequest parent;

	/* elements */
	GList *Notification; /* of LassoNode */
	/* attributes */
	char *timeStamp;
};

lasso_idwsf2_subsref_notify_new ()

LassoIdWsf2SubsRefNotify *  lasso_idwsf2_subsref_notify_new
                                                        (void);

Creates a new LassoIdWsf2SubsRefNotify object.

Returns :

a newly created LassoIdWsf2SubsRefNotify object