Top |
Figure 48. Schema fragment from saml-schema-assertion-2.0.xsd)
<element name="AttributeValue" type="anyType" nillable="true"/>
This object support a special of specifying its content. If the any
attribute is NULL
, then you can attach an xmlNode using
lasso_node_set_original_xmlnode()
and it will be used to generate the content of the serialized
node will be copied to the result node created by a call to lasso_node_get_xmlNode()
.
LassoSaml2AttributeValue *
lasso_saml2_attribute_value_new (void
);