(file) Return to CIM_CollectedMSEs.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="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_CollectedMSEs 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::Collection" ), 
 9               Description ( 
10                  "CIM_CollectedMSEs is a generic association used to establish "
11                  "the members of the grouping object, CollectionOf MSEs." )]
12           class CIM_CollectedMSEs : CIM_MemberOfCollection {
13           
14                 [Aggregate, Override ( "Collection" ), 
15                  Description ( 
16                     "The grouping or \'bag\' object that represents the Collection."
17                      )]
18              CIM_CollectionOfMSEs REF Collection;
19           
20                 [Override ( "Member" ), 
21                  Description ( "The members of the Collection." )]
22 marek 1.1    CIM_ManagedSystemElement REF Member;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2