// Copyright (c) 2005 DMTF. All rights reserved. // Update of // descriptions based on Tech Edit review.Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_ScopedSetting // ================================================================== [Association, Version ( "2.10.0" ), UMLPackagePath ( "CIM::Core::Settings" ), Description ( "ScopedSetting defines a setting in the context of the " "ManagedElement in which it is located." )] class CIM_ScopedSetting : CIM_HostedDependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The scoping ManagedElement." )] CIM_ManagedElement REF Antecedent; [Override ( "Dependent" ), Description ( "The setting that is defined for the ManagedElement." )] CIM_ScopedSettingData REF Dependent; };