userSessionID

The userSessionID type defines a string of up to 1024 characters.

Example:

<userSessionID>123</userSessionID>

XML Schema:

<s:simpleType name="userSessionID">
  <s:restriction base="secureString">
    <s:maxLength value="1024"/>
  </s:restriction>
</s:simpleType>