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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="SysDevCR00707.002" type ="add">CPUBS corrections to CoreCollection.mof</change>
 3           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 4           // qualifier values to CIM Schema.</change>
 5           // ==================================================================
 6           //  CIM_CollectedCollections 
 7           // ==================================================================
 8              [Association, Aggregation, Version ( "2.10.0" ), 
 9               UMLPackagePath ( "CIM::Core::Collection" ), 
10               Description ( 
11                  "CIM_CollectedCollections is an aggregation association "
12                  "representing that a CollectionOfMSEs can itself be contained "
13                  "in a CollectionOfMSEs." )]
14           class CIM_CollectedCollections {
15           
16                 [Key, Aggregate, Description ( 
17                     "The \'higher level\' or parent element in the aggregation."
18                      )]
19              CIM_CollectionOfMSEs REF Collection;
20           
21                 [Key, Description ( "The \'collected\' Collection." )]
22 marek 1.1    CIM_CollectionOfMSEs REF CollectionInCollection;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2