| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Description
Figure 169. Schema fragment for dstref:Data
<xs:complexType name="DataType">
  <xs:complexContent>
    <xs:extension base="dstref:ItemDataType">
      <xs:attributeGroup ref="dst:PaginationResponseAttributeGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Details
struct LassoIdWsf2DstRefData
struct LassoIdWsf2DstRefData {
	LassoIdWsf2DstRefItemData parent;
	/* attributes */
	int remaining;
	int nextOffset;
	char *setID;
};
lasso_idwsf2_dstref_data_new ()
LassoIdWsf2DstRefData *  lasso_idwsf2_dstref_data_new   (void);
Creates a new LassoIdWsf2DstRefData object.
Returns :  | 
a newly created LassoIdWsf2DstRefData object | 
