![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2Sb2UserInteractionHeaderLassoIdWsf2Sb2UserInteractionHeader — <sb2:UserInteractionHeader> |
struct LassoIdWsf2Sb2UserInteractionHeader;
LassoIdWsf2Sb2UserInteractionHeader * lasso_idwsf2_sb2_user_interaction_header_new
(void
);
Figure 235. Schema fragment for sb2:UserInteractionHeader
<xs:complexType name="UserInteractionHeaderType"> <xs:sequence> <xs:element name="InteractionService" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="interact" type="xs:string" use="optional" default="interactIfNeeded"/> <xs:attribute name="language" type="xs:NMTOKENS" use="optional"/> <xs:attribute name="redirect" type="xs:boolean" use="optional" default="0"/> <xs:attribute name="maxInteractTime" type="xs:integer" use="optional"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
struct LassoIdWsf2Sb2UserInteractionHeader { LassoNode parent; /* elements */ GList *InteractionService; /* of LassoNode */ /* attributes */ char *interact; char *language; gboolean redirect; int maxInteractTime; GHashTable *attributes; };
LassoIdWsf2Sb2UserInteractionHeader * lasso_idwsf2_sb2_user_interaction_header_new
(void
);
Creates a new LassoIdWsf2Sb2UserInteractionHeader object.
Returns : |
a newly created LassoIdWsf2Sb2UserInteractionHeader object |