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.
<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>
The Description field is intended for use in providing a brief description of the Device.
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>
The Device_Type field specifies the type of the device.
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>
The Manufacturer field specifies the manufacturer of the device.
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>
The Model field specifies the model identifier of the device.
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>
The Serial_Number field specifies the serial number of the Device.
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>
The Firmware_Version field specifies the version of the firmware running on the device.
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>
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
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.
<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>