(file) Return to CIM_SoftwareElementActions.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_SoftwareElementActions 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9                   Description ( 
10                      "This association identifies the Actions for a Software Element." )]
11               class CIM_SoftwareElementActions {
12               
13                     [Key, Aggregate, Min ( 1 ), 
14                      Max ( 1 ), 
15                      Description ( "The element that scopes the Action." )]
16                  CIM_SoftwareElement REF Element;
17               
18                     [Key, Weak, Description ( 
19                         "The software Action to move or uninstall a SoftwareElement."
20                          )]
21                  CIM_Action REF Action;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2