(file) Return to CIM_SettingForSystem.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="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_SettingForSystem
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::Settings" ), 
11                   Description ( 
12                      "CIM_SettingForSystem defines a Setting in the context of the "
13                      "System on which it is located." )]
14               class CIM_SettingForSystem : CIM_HostedDependency {
15               
16                     [Override ( "Antecedent" ), 
17                      Min ( 1 ), 
18                      Max ( 1 ), 
19                      Description ( "The hosting System." )]
20                  CIM_System REF Antecedent;
21               
22 karl  1.1.2.2       [Override ( "Dependent" ), 
23                      Weak, Description ( "The Setting defined for the System." )]
24                  CIM_SystemSetting REF Dependent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2