(file) Return to CIM_SystemStatistics.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_SystemStatistics 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Core::Statistics" ), 
 9                   Description ( 
10                      "SystemStatistics relates the SystemStatisticalInformation "
11                      "class to the System to which it applies." )]
12               class CIM_SystemStatistics : CIM_Statistics {
13               
14                     [Override ( "Stats" ), 
15                      Weak, Description ( "The statistical object." )]
16                  CIM_SystemStatisticalInformation REF Stats;
17               
18                     [Override ( "Element" ), 
19                      Min ( 1 ), 
20                      Max ( 1 ), 
21                      Description ( "The System to which the statistics apply." )]
22 karl  1.1.2.2    CIM_System REF Element;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2