| Top |  |  |  |  | 
Figure 44. Schema fragment for saml2:Action
<complexType name="ActionType">
  <simpleContent>
    <extension base="string">
      <attribute name="Namespace" type="anyURI" use="required"/>
    </extension>
  </simpleContent>
</complexType>
LassoNode *
lasso_saml2_action_new (void);
Creates a new LassoSaml2Action object.
LassoNode *
lasso_saml2_action_new_with_string (char *content);
Creates a new LassoSaml2Action object and initializes it
with content
.