// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_RelatedStatistics // ================================================================== [Association, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Core::Statistics" ), Description ( "CIM_RelatedStatistics is an association that defines " "hierarchies and/or dependencies of related CIM_Statistical " "Information classes." )] class CIM_RelatedStatistics { [Key, Description ( "The statistic information/object." )] CIM_StatisticalInformation REF Stats; [Key, Description ( "The related statistics or metrics." )] CIM_StatisticalInformation REF RelatedStats; };