| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct              LassoIdWsf2DstRefItemData;
LassoIdWsf2DstRefItemData *  lasso_idwsf2_dstref_item_data_new
                                                        (void);
Description
Figure 173. Schema fragment for dstref:ItemData
<xs:complexType name="ItemDataType">
  <xs:complexContent>
    <xs:extension base="dstref:AppDataType">
      <xs:attributeGroup ref="dst:ItemDataAttributeGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Details
struct LassoIdWsf2DstRefItemData
struct LassoIdWsf2DstRefItemData {
	LassoIdWsf2DstRefAppData parent;
	/* attributes */
	char *itemIDRef;
	char *notSorted;
	char *changeFormat;
};
lasso_idwsf2_dstref_item_data_new ()
LassoIdWsf2DstRefItemData *  lasso_idwsf2_dstref_item_data_new
                                                        (void);
Creates a new LassoIdWsf2DstRefItemData object.
Returns :  | 
a newly created LassoIdWsf2DstRefItemData object | 
