| Top |  |  |  |  | 
Figure 271. Schema fragment for util:extension
<xs:complexType name="extensionType">
  <xs:annotation>
    <xs:documentation>
      A type for arbitrary content extensions from other namespaces
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" processContents="lax" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
LassoIdWsf2Utilextension *
lasso_idwsf2_util_extension_new (void);
Creates a new LassoIdWsf2Utilextension object.