// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_DependencyContext // ================================================================== [Association, Aggregation, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Core::Settings" ), Description ( "This relationship associates a Dependency with one or more " "Configuration objects. For example, a ComputerSystem's " "dependencies could change based on the site/network to which " "the System is attached.")] class CIM_DependencyContext { [Key, Aggregate, Description ( "The Configuration object that aggregates the Dependency.")] CIM_Configuration REF Context; [Key, Description ( "An aggregated Dependency.")] CIM_Dependency REF Dependency; };