| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Description
Figure 265. Schema fragment for util:Empty
<xs:complexType name="EmptyType">
  <xs:annotation>
    <xs:documentation> This type may be used to create an empty element </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:restriction base="xs:anyType"/>
    </xs:complexContent>
  </xs:complexType>
Details
lasso_idwsf2_util_empty_new ()
LassoIdWsf2UtilEmpty *  lasso_idwsf2_util_empty_new     (void);
Creates a new LassoIdWsf2UtilEmpty object.
Returns :  | 
a newly created LassoIdWsf2UtilEmpty object | 
