Showing:

Annotations
Diagrams
Source
Used by
Main schema Device_Object.xsd
Namespace http://cybox.mitre.org/objects#DeviceObject-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 DeviceObj:Device
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Device_Object object is intended to characterize a specific Device.
Diagram
Diagram Device_Object_xsd.tmp#DeviceObjectType_Description Device_Object_xsd.tmp#DeviceObjectType_Device_Type Device_Object_xsd.tmp#DeviceObjectType_Manufacturer Device_Object_xsd.tmp#DeviceObjectType_Model Device_Object_xsd.tmp#DeviceObjectType_Serial_Number Device_Object_xsd.tmp#DeviceObjectType_Firmware_Version Device_Object_xsd.tmp#DeviceObjectType_System_Details Device_Object_xsd.tmp#DeviceObjectType
Type DeviceObj:DeviceObjectType
Type hierarchy
Children DeviceObj:Description, DeviceObj:Device_Type, DeviceObj:Firmware_Version, DeviceObj:Manufacturer, DeviceObj:Model, DeviceObj:Serial_Number, DeviceObj:System_Details
Source
<xs:element name="Device" type="DeviceObj:DeviceObjectType">
  <xs:annotation>
    <xs:documentation>The Device_Object object is intended to characterize a specific Device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Description
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Description field is intended for use in providing a brief description of the Device.
Diagram
Diagram
Type StructuredTextType
Source
<xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Description field is intended for use in providing a brief description of the Device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Device_Type
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Device_Type field specifies the type of the device.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Device_Type" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Device_Type field specifies the type of the device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Manufacturer
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Manufacturer field specifies the manufacturer of the device.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Manufacturer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Manufacturer field specifies the manufacturer of the device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Model
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Model field specifies the model identifier of the device.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Model" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Model field specifies the model identifier of the device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Serial_Number
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Serial_Number field specifies the serial number of the Device.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Serial_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Serial_Number field specifies the serial number of the Device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:Firmware_Version
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The Firmware_Version field specifies the version of the firmware running on the device.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Firmware_Version" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Firmware_Version field specifies the version of the firmware running on the device.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DeviceObj:DeviceObjectType / DeviceObj:System_Details
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The System_Details field captures the details of the system that may be present on the device. It uses the abstract ObjectPropertiesType which permits the specification of any Object; however, it is strongly recommended that the System Object or one of its subtypes be used in this context.
Diagram
Diagram
Type ObjectPropertiesType
Source
<xs:element minOccurs="0" name="System_Details" type="cyboxCommon:ObjectPropertiesType">
  <xs:annotation>
    <xs:documentation>The System_Details field captures the details of the system that may be present on the device. It uses the abstract ObjectPropertiesType which permits the specification of any Object; however, it is strongly recommended that the System Object or one of its subtypes be used in this context.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DeviceObj:DeviceObjectType
Namespace http://cybox.mitre.org/objects#DeviceObject-2
Annotations
The DeviceObjectType type is intended to characterize a specific Device.
Diagram
Diagram Device_Object_xsd.tmp#DeviceObjectType_Description Device_Object_xsd.tmp#DeviceObjectType_Device_Type Device_Object_xsd.tmp#DeviceObjectType_Manufacturer Device_Object_xsd.tmp#DeviceObjectType_Model Device_Object_xsd.tmp#DeviceObjectType_Serial_Number Device_Object_xsd.tmp#DeviceObjectType_Firmware_Version Device_Object_xsd.tmp#DeviceObjectType_System_Details
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children DeviceObj:Description, DeviceObj:Device_Type, DeviceObj:Firmware_Version, DeviceObj:Manufacturer, DeviceObj:Model, DeviceObj:Serial_Number, DeviceObj:System_Details
Source
<xs:complexType name="DeviceObjectType">
  <xs:annotation>
    <xs:documentation>The DeviceObjectType type is intended to characterize a specific Device.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Description field is intended for use in providing a brief description of the Device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Device_Type" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Device_Type field specifies the type of the device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Manufacturer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Manufacturer field specifies the manufacturer of the device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Model" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Model field specifies the model identifier of the device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Serial_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Serial_Number field specifies the serial number of the Device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Firmware_Version" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Firmware_Version field specifies the version of the firmware running on the device.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="System_Details" type="cyboxCommon:ObjectPropertiesType">
          <xs:annotation>
            <xs:documentation>The System_Details field captures the details of the system that may be present on the device. It uses the abstract ObjectPropertiesType which permits the specification of any Object; however, it is strongly recommended that the System Object or one of its subtypes be used in this context.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>