Showing:

Annotations
Diagrams
Source
Used by
Main schema Win_Semaphore_Object.xsd
Namespace http://cybox.mitre.org/objects#WinSemaphoreObject-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 WinSemaphoreObj:Win_Semaphore
Namespace http://cybox.mitre.org/objects#WinSemaphoreObject-2
Annotations
Windows_Semaphore object is intended to characterize Windows Semaphore (synchronization) objects. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms685129(v=vs.85).aspx.
Diagram
Diagram Win_Semaphore_Object_xsd.tmp#WindowsSemaphoreObjectType_Handle Win_Semaphore_Object_xsd.tmp#WindowsSemaphoreObjectType_Security_Attributes Win_Semaphore_Object_xsd.tmp#WindowsSemaphoreObjectType
Type WinSemaphoreObj:WindowsSemaphoreObjectType
Type hierarchy
Children WinSemaphoreObj:Handle, WinSemaphoreObj:Security_Attributes
Source
<xs:element name="Win_Semaphore" type="WinSemaphoreObj:WindowsSemaphoreObjectType">
  <xs:annotation>
    <xs:documentation>Windows_Semaphore object is intended to characterize Windows Semaphore (synchronization) objects. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms685129(v=vs.85).aspx.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinSemaphoreObj:WindowsSemaphoreObjectType / WinSemaphoreObj:Handle
Namespace http://cybox.mitre.org/objects#WinSemaphoreObject-2
Annotations
The Handle field specifies the open Windows handle to the semaphore. It imports and uses the WindowsHandleObjectType from the CybOX Windows Handle Object.
Diagram
Diagram
Type WindowsHandleObjectType
Source
<xs:element name="Handle" minOccurs="0" type="WinHandleObj:WindowsHandleObjectType">
  <xs:annotation>
    <xs:documentation>The Handle field specifies the open Windows handle to the semaphore. It imports and uses the WindowsHandleObjectType from the CybOX Windows Handle Object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinSemaphoreObj:WindowsSemaphoreObjectType / WinSemaphoreObj:Security_Attributes
Namespace http://cybox.mitre.org/objects#WinSemaphoreObject-2
Annotations
The Security_Attributes field specifies the Windows security attributes for the semaphore.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Security_Attributes" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Security_Attributes field specifies the Windows security attributes for the semaphore.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WinSemaphoreObj:WindowsSemaphoreObjectType
Namespace http://cybox.mitre.org/objects#WinSemaphoreObject-2
Annotations
The WindowsSemaphoreObjectType is intended to characterize Windows semaphore (synchronization) objects.
Diagram
Diagram Win_Semaphore_Object_xsd.tmp#WindowsSemaphoreObjectType_Handle Win_Semaphore_Object_xsd.tmp#WindowsSemaphoreObjectType_Security_Attributes
Type extension of SemaphoreObjectType
Type hierarchy
Used by
Children WinSemaphoreObj:Handle, WinSemaphoreObj:Security_Attributes
Source
<xs:complexType name="WindowsSemaphoreObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The WindowsSemaphoreObjectType is intended to characterize Windows semaphore (synchronization) objects.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="SemaphoreObj:SemaphoreObjectType">
      <xs:sequence>
        <xs:element name="Handle" minOccurs="0" type="WinHandleObj:WindowsHandleObjectType">
          <xs:annotation>
            <xs:documentation>The Handle field specifies the open Windows handle to the semaphore. It imports and uses the WindowsHandleObjectType from the CybOX Windows Handle Object.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Security_Attributes" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Security_Attributes field specifies the Windows security attributes for the semaphore.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>