// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_LogicalDiskBasedOnExtent // ================================================================== [Association, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Device::StorageExtents" ), Description ( "LogicalDisks can be BasedOn a single StorageVolume, Memory (in " "the case of a RAM Disk), a DiskPartition or other " "StorageExtent. These relationships are made explicit in this " "association. Subclasses of the association, LogicalDiskBasedOn " "Partition and LogicalDiskBasedOnVolume, detail the \'typical\' " "semantics." )] class CIM_LogicalDiskBasedOnExtent : CIM_BasedOn { [Override ( "Antecedent" ), Max ( 1 ), Description ( "The StorageExtent." )] CIM_StorageExtent REF Antecedent; [Override ( "Dependent" ), Description ( "The LogicalDisk which is built on the StorageExtent." )] CIM_LogicalDisk REF Dependent; };