Snippet Types ============= { name, type, value }; assumes Name as name and Value as value in examples. SNIPPET_NODE SNIPPET_CONTENT Value SNIPPET_TEXT_CHILD Value SNIPPET_NAME_IDENTIFIER (same result as SNIPPET_NODE (with Value forced as a LassoSamlNameIdentifier)) SNIPPET_ATTRIBUTE SNIPPET_NODE_IN_CHILD SNIPPET_LIST_NODES [note: if there are no other nodes; it is possible to leave snippet name as the empty string; nodes will then be constructed looking at their names and namespaces (this is useful for xs:any)] SNIPPET_LIST_CONTENT Value-1 Value-2 Value-n [note: Name will be in the same namespace as Parent by default but it is possible to set 4th and 5th members of snippet to get a different namespace (name, uri).] SNIPPET_LIST_XMLNODES [note: if there are no other nodes; it is possible to leave snippet name as the empty string; nodes will then be constructed looking at their names and namespaces (this is useful for xs:any)] SNIPPET_XMLNODE SNIPPET_EXTENSION (for ) SNIPPET_SIGNATURE (for XMLDSig)