| Top |  |  |  |  | 
Figure 179. 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>
LassoIdWsf2DstRefModifyItem *
lasso_idwsf2_dstref_modify_item_new (void);
Creates a new LassoIdWsf2DstRefModifyItem object.
LassoIdWsf2DstRefModifyItem * lasso_idwsf2_dstref_modify_item_new_full (const gchar *item_xpath,const gchar *item_id,xmlNode *new_data,gboolean overrideAllowed);