LassoIdWsf2UtilEmpty

LassoIdWsf2UtilEmpty — <util:Empty>

Synopsis

struct              LassoIdWsf2UtilEmpty;
LassoIdWsf2UtilEmpty * lasso_idwsf2_util_empty_new      (void);

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

struct LassoIdWsf2UtilEmpty

struct LassoIdWsf2UtilEmpty {
	LassoNode parent;
};

lasso_idwsf2_util_empty_new ()

LassoIdWsf2UtilEmpty * lasso_idwsf2_util_empty_new      (void);

Creates a new LassoIdWsf2UtilEmpty object.

Returns :

a newly created LassoIdWsf2UtilEmpty object