![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Figure 233. Schema fragment for sb2:Timeout
<xs:complexType name="TimeoutType"> <xs:attribute name="maxProcessingTime" type="xs:integer" use="required"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
typedef struct { LassoNode parent; /* attributes */ int maxProcessingTime; GHashTable *attributes; } LassoIdWsf2Sb2Timeout;
LassoIdWsf2Sb2Timeout* lasso_idwsf2_sb2_timeout_new (void);
Creates a new LassoIdWsf2Sb2Timeout object.
Returns : |
a newly created LassoIdWsf2Sb2Timeout object |