Showing:

Annotations
Diagrams
Source
Used by
Main schema GUI_Window_Object.xsd
Namespace http://cybox.mitre.org/objects#GUIWindowObject-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 GUIWindowObj:GUI_Window
Namespace http://cybox.mitre.org/objects#GUIWindowObject-2
Annotations
The GUI_Window object is intended to characterize GUI windows.
Diagram
Diagram GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Owner_Window GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Parent_Window GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Window_Display_Name GUI_Window_Object_xsd.tmp#GUIWindowObjectType
Type GUIWindowObj:GUIWindowObjectType
Type hierarchy
Children GUIWindowObj:Owner_Window, GUIWindowObj:Parent_Window, GUIWindowObj:Window_Display_Name
Source
<xs:element name="GUI_Window" type="GUIWindowObj:GUIWindowObjectType">
  <xs:annotation>
    <xs:documentation>The GUI_Window object is intended to characterize GUI windows.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GUIWindowObj:GUIWindowObjectType / GUIWindowObj:Owner_Window
Namespace http://cybox.mitre.org/objects#GUIWindowObject-2
Annotations
The Owner_Window specifies the owner window of the window object.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Owner_Window" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Owner_Window specifies the owner window of the window object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GUIWindowObj:GUIWindowObjectType / GUIWindowObj:Parent_Window
Namespace http://cybox.mitre.org/objects#GUIWindowObject-2
Annotations
The Parent_Window field contains the parent window of the window object.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Parent_Window" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Parent_Window field contains the parent window of the window object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GUIWindowObj:GUIWindowObjectType / GUIWindowObj:Window_Display_Name
Namespace http://cybox.mitre.org/objects#GUIWindowObject-2
Annotations
The Window_Display_Name field specifies the display name or title bar text of the window object.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Window_Display_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Window_Display_Name field specifies the display name or title bar text of the window object.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type GUIWindowObj:GUIWindowObjectType
Namespace http://cybox.mitre.org/objects#GUIWindowObject-2
Annotations
The GUIWindowObjectType is intended to characterize GUI windows.
Diagram
Diagram GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Owner_Window GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Parent_Window GUI_Window_Object_xsd.tmp#GUIWindowObjectType_Window_Display_Name
Type extension of GUIObjectType
Type hierarchy
Used by
Children GUIWindowObj:Owner_Window, GUIWindowObj:Parent_Window, GUIWindowObj:Window_Display_Name
Source
<xs:complexType name="GUIWindowObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The GUIWindowObjectType is intended to characterize GUI windows.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GUIObj:GUIObjectType">
      <xs:sequence>
        <xs:element name="Owner_Window" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Owner_Window specifies the owner window of the window object.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Parent_Window" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Parent_Window field contains the parent window of the window object.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Window_Display_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Window_Display_Name field specifies the display name or title bar text of the window object.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>