https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / UserSessionColumn Simple Type
In This Topic
    UserSessionColumn Simple Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Type
    Restriction of xs:string
    Overview
    UserSessionColumn Restriction of xs:string
    Facets
    EnumerationUserID
    EnumerationLogInTime
    EnumerationLogOutTime
    Source
    <xs:simpleType name="UserSessionColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="UserID">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1148</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LogInTime">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1149</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LogOutTime">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1150</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    See Also