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

 1 marek 1.1 // 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_InstalledProductImage 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::InstalledProduct" ), 
 9               Description ( 
10                  "InstalledProductImage identifies the collection of Software "
11                  "Features and SoftwareElements that are the result of the "
12                  "installation of the referenced Product." )]
13           class CIM_InstalledProductImage {
14           
15                 [Key, Aggregate, Min ( 1 ), 
16                  Max ( 1 ), 
17                  Description ( "The product that has been installed." )]
18              CIM_Product REF Product;
19           
20                 [Key, Weak, Description ( 
21                     "The collection containing the set of SoftwareFeatures "
22 marek 1.1           "and SoftwareElements that are the result of installing "
23                     "the Product." )]
24              CIM_InstalledProduct REF Collection;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2