LassoIdWsf2DstRefModifyItem

LassoIdWsf2DstRefModifyItem — <dstref:ModifyItem>

Synopsis

struct              LassoIdWsf2DstRefModifyItem;
LassoIdWsf2DstRefModifyItem *  lasso_idwsf2_dstref_modify_item_new
                                                        (void);
LassoIdWsf2DstRefModifyItem *  lasso_idwsf2_dstref_modify_item_new_full
                                                        (const gchar *item_xpath,
                                                         const gchar *item_id,
                                                         xmlNode *new_data,
                                                         gboolean overrideAllowed);

Description

Figure 174. Schema fragment for dstref:ModifyItem


<xs:complexType name="ModifyItemType">
  <xs:sequence>
    <xs:element ref="dstref:Select" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="dstref:NewData" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
  <xs:attributeGroup ref="dst:ModifyItemAttributeGroup"/>
</xs:complexType>


Details

struct LassoIdWsf2DstRefModifyItem

struct LassoIdWsf2DstRefModifyItem {
	LassoNode parent;

	/* elements */
	char *Select;
	LassoIdWsf2DstRefAppData *NewData;
	/* attributes */
	char *notChangedSince;
	gboolean overrideAllowed;
	char *id;
	char *itemID;
};

lasso_idwsf2_dstref_modify_item_new ()

LassoIdWsf2DstRefModifyItem *  lasso_idwsf2_dstref_modify_item_new
                                                        (void);

Creates a new LassoIdWsf2DstRefModifyItem object.

Returns :

a newly created LassoIdWsf2DstRefModifyItem object

lasso_idwsf2_dstref_modify_item_new_full ()

LassoIdWsf2DstRefModifyItem *  lasso_idwsf2_dstref_modify_item_new_full
                                                        (const gchar *item_xpath,
                                                         const gchar *item_id,
                                                         xmlNode *new_data,
                                                         gboolean overrideAllowed);