LassoIdWsf2UtilEmpty

LassoIdWsf2UtilEmpty — <util:Empty>

Synopsis

                    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

LassoIdWsf2UtilEmpty

typedef struct {
	LassoNode parent;
} LassoIdWsf2UtilEmpty;

lasso_idwsf2_util_empty_new ()

LassoIdWsf2UtilEmpty* lasso_idwsf2_util_empty_new       (void);

Creates a new LassoIdWsf2UtilEmpty object.

Returns :

a newly created LassoIdWsf2UtilEmpty object