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

 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_MonitorSetting 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::UserDevices" ), 
 9                   Description ( 
10                      "MonitorSetting associates the MonitorResolution Setting object "
11                      "with the DesktopMonitor to which it applies." )]
12               class CIM_MonitorSetting : CIM_ElementSetting {
13               
14                     [Override ( "Element" ), 
15                      Description ( "The DesktopMonitor." )]
16                  CIM_DesktopMonitor REF Element;
17               
18                     [Override ( "Setting" ), 
19                      Description ( 
20                         "The MonitorResolution associated with the DesktopMonitor." )]
21                  CIM_MonitorResolution REF Setting;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2