Inheritance tree

└── CIM_Component
          ├── CIM_Container
          │        ├── LMI_SystemSlotContainer
          │        ├── LMI_DiskPhysicalPackageContainer
          │        ├── LMI_BaseboardContainer
          │        ├── LMI_PhysicalBatteryContainer
          │        ├── LMI_MemorySlotContainer
          │        ├── LMI_PortPhysicalConnectorContainer
          │        ├── LMI_ProcessorChipContainer
          │        └── LMI_PhysicalMemoryContainer
          └── CIM_SystemComponent
                    └── CIM_SystemDevice
                              ├── LMI_PCIDeviceSystemDevice
                              ├── LMI_MemorySystemDevice
                              ├── LMI_BatterySystemDevice
                              ├── LMI_ProcessorSystemDevice
                              ├── LMI_PCIBridgeSystemDevice
                              └── LMI_DiskDriveSystemDevice

├── CIM_Realizes
│        ├── LMI_PhysicalMemoryRealizes
│        ├── LMI_ProcessorChipRealizes
│        ├── LMI_PhysicalBatteryRealizes
│        └── LMI_DiskDriveRealizes
│        └── CIM_PackageInConnector
│                  └── LMI_MemoryPhysicalPackageInConnector
│        └── LMI_DiskDriveElementSoftwareIdentity
│        └── LMI_DiskDriveDeviceSAPImplementation
│        └── CIM_ComputerSystemPackage
│                  └── LMI_ChassisComputerSystemPackage
          └── CIM_AssociatedCacheMemory
                    └── LMI_AssociatedProcessorCacheMemory


│        ├── CIM_LogicalElement
│        │        ├── CIM_EnabledLogicalElement
│        │        │        ├── CIM_ServiceAccessPoint
│        │        │        │        └── CIM_ProtocolEndpoint
│        │        │        │                  └── CIM_ATAProtocolEndpoint
│        │        │        │                            └── LMI_DiskDriveATAProtocolEndpoint
│        │        │        ├── CIM_LogicalDevice
│        │        │        │        ├── CIM_UserDevice
│        │        │        │        │        └── CIM_PointingDevice
│        │        │        │        │                  └── LMI_PointingDevice
│        │        │        │        ├── CIM_StorageExtent
│        │        │        │        │        └── CIM_Memory
│        │        │        │        │                  ├── LMI_ProcessorCacheMemory
│        │        │        │        │                  └── LMI_Memory
│        │        │        │        ├── CIM_PowerSource
│        │        │        │        │        └── CIM_Battery
│        │        │        │        │                  └── LMI_Battery
│        │        │        │        ├── CIM_MediaAccessDevice
│        │        │        │        │        └── CIM_DiskDrive
│        │        │        │        │                  └── LMI_DiskDrive
│        │        │        │        ├── CIM_Controller
│        │        │        │        │        └── CIM_PCIController
│        │        │        │        │                  └── CIM_PCIDevice
│        │        │        │        │                            ├── CIM_PCIBridge
│        │        │        │        │                            │        └── LMI_PCIBridge
│        │        │        │        │                            └── LMI_PCIDevice
│        │        │        │        ├── CIM_Processor
│        │        │        │        │        └── LMI_Processor
│        │        │        │        └── CIM_LogicalPort
│        │        │        │                  └── CIM_ATAPort
│        │        │        │                            └── LMI_DiskDriveATAPort
│        │        │        └── CIM_System
│        │        │                  └── CIM_ComputerSystem
│        │        └── CIM_SoftwareIdentity
│        │                  └── LMI_DiskDriveSoftwareIdentity
│        └── CIM_PhysicalElement
│                  ├── CIM_PhysicalPackage
│                  │        ├── LMI_DiskPhysicalPackage
│                  │        ├── LMI_BatteryPhysicalPackage
│                  │        ├── CIM_Card
│                  │        │        └── LMI_Baseboard
│                  │        ├── CIM_PhysicalFrame
│                  │        │        └── CIM_Chassis
│                  │        │                  └── LMI_Chassis
│                  │        └── LMI_MemoryPhysicalPackage
│                  ├── CIM_PhysicalComponent
│                  │        └── CIM_Chip
│                  │                  ├── CIM_PhysicalMemory
│                  │                  │        └── LMI_PhysicalMemory
│                  │                  └── LMI_ProcessorChip
│                  └── CIM_PhysicalConnector
│                            ├── CIM_Slot
│                            │        ├── LMI_SystemSlot
│                            │        └── LMI_MemorySlot
│                            └── LMI_PortPhysicalConnector
          └── CIM_EnabledLogicalElementCapabilities
                    └── CIM_ProcessorCapabilities
                              └── LMI_ProcessorCapabilities


Previous topic

OpenLMI Hardware information

Next topic

Class reference

This Page