// Copyright (c) 2005 DMTF. All rights reserved.
// Update of
// descriptions based on Tech Edit review.
// Add UmlPackagePath
// qualifier values to CIM Schema.
// ==================================================================
// CIM_CollectionSetting
// ==================================================================
[Association, Version ( "2.10.0" ),
UMLPackagePath ( "CIM::Core::Settings" ),
Description (
"CollectionSetting represents the association between a "
"CollectionOfMSEs class and the Setting classes that are "
"defined for it." )]
class CIM_CollectionSetting {
[Key, Description ( "The CollectionOfMSEs." )]
CIM_CollectionOfMSEs REF Collection;
[Key, Description (
"The Setting object that is associated with the Collection."
)]
CIM_Setting REF Setting;
};