(file) Return to CIM_DefaultSetting.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.</change>
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_DefaultSetting
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Settings" ), 
11               Description ( 
12                  "DefaultSetting represents the association between a "
13                  "ManagedSystemElement and the single Setting class that is "
14                  "defined to be the default setting for this Element." )]
15           class CIM_DefaultSetting : CIM_ElementSetting {
16           
17                 [Override ( "Setting" ), 
18                  Max ( 1 ), 
19                  Description ( "The Setting object that is the default." )]
20              CIM_Setting REF Setting;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2