(file) Return to CIM_CollectedSoftwareElements.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_CollectedSoftwareElements 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::InstalledProduct" ), 
 9                   Description ( 
10                      "CollectedSoftwareElements defines the SoftwareElements that "
11                      "are collected by InstalledProduct (ie, the installed image of "
12                      "a Product)." )]
13               class CIM_CollectedSoftwareElements : CIM_MemberOfCollection {
14               
15                     [Aggregate, Override ( "Collection" ), 
16                      Description ( 
17                         "The collection representing the installed image of a Product."
18                          )]
19                  CIM_InstalledProduct REF Collection;
20               
21                     [Override ( "Member" ), 
22 karl  1.1.2.2        Description ( 
23                         "A SoftwareElement that is a member of the "
24                         "InstalledProduct collection." )]
25                  CIM_SoftwareElement REF Member;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2