(file) Return to CIM_Dependency.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="SysDevCR00711.001" 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_Dependency
 8              // ==================================================================
 9                 [Association, Abstract, Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::CoreElements" ), 
11                  Description ( 
12                     "CIM_Dependency is a generic association used to establish "
13                     "dependency relationships between ManagedElements." )]
14              class CIM_Dependency {
15              
16                    [Key, Description ( 
17                        "Antecedent represents the independent object in this association."
18                         )]
19                 CIM_ManagedElement REF Antecedent;
20              
21                    [Key, Description ( 
22 krisbash 1.1           "Dependent represents the object that is dependent on the "
23                        "Antecedent." )]
24                 CIM_ManagedElement REF Dependent;
25              
26              
27              };

ViewCVS 0.9.2