Showing:

Annotations
Diagrams
Source
Used by
Main schema User_Session_Object.xsd
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element UserSessionObj:User_Session
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The User_Session object is intended to characterize user sessions.
Diagram
Diagram User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_Group User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_Group_ID User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_User User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_User_ID User_Session_Object_xsd.tmp#UserSessionObjectType_Login_Time User_Session_Object_xsd.tmp#UserSessionObjectType_Logout_Time User_Session_Object_xsd.tmp#UserSessionObjectType
Type UserSessionObj:UserSessionObjectType
Type hierarchy
Children UserSessionObj:Effective_Group, UserSessionObj:Effective_Group_ID, UserSessionObj:Effective_User, UserSessionObj:Effective_User_ID, UserSessionObj:Login_Time, UserSessionObj:Logout_Time
Source
<xs:element name="User_Session" type="UserSessionObj:UserSessionObjectType">
  <xs:annotation>
    <xs:documentation>The User_Session object is intended to characterize user sessions.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Effective_Group
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Effective_Group field specifies the name of the effective group used in the user session.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Effective_Group" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Effective_Group field specifies the name of the effective group used in the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Effective_Group_ID
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Effective_Group_ID field specifies the effective group ID of the group used in the user session.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Effective_Group_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Effective_Group_ID field specifies the effective group ID of the group used in the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Effective_User
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Effective_User field specifies the effective username used in the user session.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Effective_User" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Effective_User field specifies the effective username used in the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Effective_User_ID
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Effective_Group field specifies the effective user ID of the user used in the user session.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Effective_User_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Effective_Group field specifies the effective user ID of the user used in the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Login_Time
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Login_Time field specifies the date/time of the login for the user session.
Diagram
Diagram
Type DateTimeObjectPropertyType
Source
<xs:element name="Login_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Login_Time field specifies the date/time of the login for the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserSessionObj:UserSessionObjectType / UserSessionObj:Logout_Time
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The Logout_Time field specifies the date/time of the logout for the user session.
Diagram
Diagram
Type DateTimeObjectPropertyType
Source
<xs:element name="Logout_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Logout_Time field specifies the date/time of the logout for the user session.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type UserSessionObj:UserSessionObjectType
Namespace http://cybox.mitre.org/objects#UserSessionObject-2
Annotations
The UserSessionObjectType type is intended to characterize user sessions.
Diagram
Diagram User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_Group User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_Group_ID User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_User User_Session_Object_xsd.tmp#UserSessionObjectType_Effective_User_ID User_Session_Object_xsd.tmp#UserSessionObjectType_Login_Time User_Session_Object_xsd.tmp#UserSessionObjectType_Logout_Time
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children UserSessionObj:Effective_Group, UserSessionObj:Effective_Group_ID, UserSessionObj:Effective_User, UserSessionObj:Effective_User_ID, UserSessionObj:Login_Time, UserSessionObj:Logout_Time
Source
<xs:complexType name="UserSessionObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The UserSessionObjectType type is intended to characterize user sessions.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Effective_Group" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Effective_Group field specifies the name of the effective group used in the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Effective_Group_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Effective_Group_ID field specifies the effective group ID of the group used in the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Effective_User" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Effective_User field specifies the effective username used in the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Effective_User_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Effective_Group field specifies the effective user ID of the user used in the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Login_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Login_Time field specifies the date/time of the login for the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Logout_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Logout_Time field specifies the date/time of the logout for the user session.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>