LassoIdWsf2DstRefItemData

LassoIdWsf2DstRefItemData — <dstref:ItemData>

Synopsis

                    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

LassoIdWsf2DstRefItemData

typedef struct {
	LassoIdWsf2DstRefAppData parent;

	/* attributes */
	char *itemIDRef;
	char *notSorted;
	char *changeFormat;
} LassoIdWsf2DstRefItemData;

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