| Top |  |  |  |  | 
Figure 145. Schema fragment for disco:EndpointContext
<xs:complexType name="EndpointContextType">
  <xs:sequence>
    <xs:element ref="Address"        maxOccurs="unbounded" />
    <xs:element ref="sbf:Framework"  maxOccurs="unbounded" />
    <xs:element ref="SecurityMechID" maxOccurs="unbounded" />
    <xs:element ref="Action"         minOccurs="0"
      maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
LassoIdWsf2DiscoEndpointContext *
lasso_idwsf2_disco_endpoint_context_new
                               (void);
Creates a new LassoIdWsf2DiscoEndpointContext object.
LassoIdWsf2DiscoEndpointContext *
lasso_idwsf2_disco_endpoint_context_new_full
                               (const gchar *address);