userSession element

Type: userSession
Namespace: (default namespace)
XML Schema: ns0.xsd

Class representing a user session in the SDC management application.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <userSession> <name>...</name> <attributes> <key>...</key> <value>...</value> </attributes> <attributes> <!--...--> </attributes> <!--...more "attributes" elements...--> </userSession>