BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Core / CIM_DeviceStatistics.mof
diff --git a/Schemas/CIM225/DMTF/Core/CIM_DeviceStatistics.mof b/Schemas/CIM225/DMTF/Core/CIM_DeviceStatistics.mof
new file mode 100644 (file)
index 0000000..6a60ed9
--- /dev/null
@@ -0,0 +1,25 @@
+// Copyright (c) 2005 DMTF.  All rights reserved.
+// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
+// qualifier values to CIM Schema.</change>
+// ==================================================================
+//  CIM_DeviceStatistics 
+// ==================================================================
+   [Association, Version ( "2.6.0" ), 
+    UMLPackagePath ( "CIM::Core::Statistics" ), 
+    Description ( 
+       "DeviceStatistics relates the DeviceStatisticalInformation "
+       "class to the LogicalDevice to which it applies." )]
+class CIM_DeviceStatistics : CIM_Statistics {
+
+      [Override ( "Stats" ), 
+       Weak, Description ( "The statistical object." )]
+   CIM_DeviceStatisticalInformation REF Stats;
+
+      [Override ( "Element" ), 
+       Min ( 1 ), 
+       Max ( 1 ), 
+       Description ( "The Device to which the statistics apply." )]
+   CIM_LogicalDevice REF Element;
+
+
+};