| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct              LassoIdWsf2DstResultQueryBase;
LassoIdWsf2DstResultQueryBase *  lasso_idwsf2_dst_result_query_base_new
                                                        (void);
Description
Figure 183. Schema fragment for dst:ResultQueryBase
<xs:complexType name="ResultQueryBaseType">
  <xs:sequence>
    <xs:element ref="dst:ChangeFormat" minOccurs="0" maxOccurs="2"/>
  </xs:sequence>
  <xs:attributeGroup ref="dst:selectQualif"/>
  <xs:attribute ref="lu:itemIDRef" use="optional"/>
  <xs:attribute name="contingency" use="optional" type="xs:boolean"/>
  <xs:attribute name="includeCommonAttributes" use="optional" type="xs:boolean"
          default="0"/>
  <xs:attribute name="changedSince" use="optional" type="xs:dateTime"/>
  <xs:attribute ref="lu:itemID" use="optional"/>
</xs:complexType>
Details
struct LassoIdWsf2DstResultQueryBase
struct LassoIdWsf2DstResultQueryBase {
	LassoNode parent;
	/* elements */
	char *ChangeFormat;
	/* attributes */
	char *itemIDRef;
	gboolean contingency;
	gboolean includeCommonAttributes;
	char *changedSince;
	char *itemID;
	char *objectType;
	char *predefined;
};
lasso_idwsf2_dst_result_query_base_new ()
LassoIdWsf2DstResultQueryBase *  lasso_idwsf2_dst_result_query_base_new
                                                        (void);
Creates a new LassoIdWsf2DstResultQueryBase object.
Returns :  | 
a newly created LassoIdWsf2DstResultQueryBase object | 
