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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="SysDevCR00728.000" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_ElementSetting
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Settings" ), 
11               Description ( 
12                  "ElementSetting represents the association between "
13                  "ManagedSystemElements and the Setting classes defined for "
14                  "them." )]
15           class CIM_ElementSetting {
16           
17                 [Key, Description ( "The ManagedSystemElement." )]
18              CIM_ManagedSystemElement REF Element;
19           
20                 [Key, Description ( 
21                     "The Setting object that is associated with the "
22 marek 1.1           "ManagedSystemElement." )]
23              CIM_Setting REF Setting;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2