(file) Return to CIM_PhysicalStatistics.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_PhysicalStatistics 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Core::Statistics" ), 
 9                   Description ( 
10                      "PhysicalStatistics relates the PhysicalStatisticalInformation "
11                      "class to the PhysicalElement to which it applies." )]
12               class CIM_PhysicalStatistics : CIM_Statistics {
13               
14                     [Override ( "Stats" ), 
15                      Weak, Description ( "The statistical object." )]
16                  CIM_PhysicalStatisticalInformation REF Stats;
17               
18                     [Override ( "Element" ), 
19                      Min ( 1 ), 
20                      Max ( 1 ), 
21                      Description ( 
22 karl  1.1.2.2           "The PhysicalElement to which the statistics apply." )]
23                  CIM_PhysicalElement REF Element;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2