(file) Return to CIM_SystemSettingContext.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="DMTFCR01378.002" type ="deprecate">Deprecate
 3               // class</change>
 4               // <change cr="SysDevCR00728.000" type ="change">Update of
 5               // descriptions based on Tech Edit review.</change>
 6               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 7               // qualifier values to CIM Schema.</change>
 8               // ==================================================================
 9               // CIM_SystemSettingContext
10               // ==================================================================
11                  [Association, Deprecated { "CIM_ConcreteComponent" }, 
12                   Aggregation, Version ( "2.10.0" ), 
13                   UMLPackagePath ( "CIM::Core::Settings" ), 
14                   Description ( 
15                      "Note: The Configuration and SystemConfiguration classes are "
16                      "deprecated in lieu of using a ConcreteComponent relationship "
17                      "to indicate a hierarchy of Settings or SettingData instances. "
18                      "Therefore, the aggregation of SystemSettings into System "
19                      "Configurations is replaced by the ConcreteComponent "
20                      "relationship between instances of Settings and SettingData. \n"
21                      "Deprecated description: This relationship associates "
22 karl  1.1.2.2        "System-specific Configuration objects with System-specific "
23                      "Setting objects, similar to the SettingContext association." )]
24               class CIM_SystemSettingContext {
25               
26                     [Deprecated { "CIM_ConcreteComponent.GroupComponent" }, 
27                      Key, Aggregate, Description ( 
28                         "Note: The use of this element is deprecated. Deprecated "
29                         "description: The Configuration object that aggregates "
30                         "the Setting." )]
31                  CIM_SystemConfiguration REF Context;
32               
33                     [Deprecated { "CIM_ConcreteComponent.PartComponent" }, 
34                      Key, Description ( 
35                         "Note: The use of this element is deprecated. Deprecated "
36                         "description: An aggregated Setting." )]
37                  CIM_SystemSetting REF Setting;
38               
39               
40               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2