// Copyright (c) 2005 DMTF. All rights reserved.
// CPUBS corrections to
// CoreCollection.mof
// Add UmlPackagePath
// qualifier values to CIM Schema.
// ==================================================================
// CIM_CollectedCollections
// ==================================================================
[Association, UMLPackagePath ( "CIM::Core::Collection" ),
Aggregation, Version ( "2.10.0" ), Description (
"CIM_CollectedCollections is an aggregation association "
"representing that a CollectionOfMSEs can itself be contained "
"in a CollectionOfMSEs.")]
class CIM_CollectedCollections {
[Key, Aggregate, Description (
"The 'higher level' or parent element in the aggregation.")]
CIM_CollectionOfMSEs REF Collection;
[Key, Description (
"The 'collected' Collection.")]
CIM_CollectionOfMSEs REF CollectionInCollection;
};