![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2DstResultQueryBase; LassoIdWsf2DstResultQueryBase* lasso_idwsf2_dst_result_query_base_new (void);
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>
typedef struct { LassoNode parent; /* elements */ char *ChangeFormat; /* attributes */ char *itemIDRef; gboolean contingency; gboolean includeCommonAttributes; char *changedSince; char *itemID; char *objectType; char *predefined; } LassoIdWsf2DstResultQueryBase;