(file) Return to CIM_InstalledSoftwareElement.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_InstalledSoftwareElement 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::SystemSoftware" ), 
 9                   Description ( 
10                      "The InstalledSoftwareElement association allows the "
11                      "identification of the ComputerSystem on which a particular "
12                      "SoftwareElement is installed." )]
13               class CIM_InstalledSoftwareElement {
14               
15                     [Key, Description ( 
16                         "Reference to the Software Element that is installed." )]
17                  CIM_SoftwareElement REF Software;
18               
19                     [Key, Max ( 1 ), 
20                      Description ( 
21                         "Reference to the ComputerSystem hosting a particular "
22 karl  1.1.2.2           "SoftwareElement." )]
23                  CIM_ComputerSystem REF System;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2