// Copyright (c) 2005 DMTF. All rights reserved.
// CPubs edits to the database software resource classes.
// Add UmlPackagePath
// qualifier values to CIM Schema.
// ==================================================================
// CIM_SWRDatabaseAspect
// ==================================================================
[Association, Experimental, Version ( "2.10.0" ),
UMLPackagePath ( "CIM::Database::SWResources" ),
Description (
"SWRDatabaseAspect is the association between multiple database "
"software resources (for instance, the aspects) and the one "
"database (mostly a couple of files) controlled by the "
"operating system." )]
class CIM_SWRDatabaseAspect : CIM_SWRManageableAspect {
[Override ( "SystemElement" ),
Description (
"The common database, which is viewed as software resource."
)]
CIM_CommonDatabase REF SystemElement;
[Override ( "SameElement" ),
Description (
"SameElement is the aspect: the software resource \'Database\'."
)]
CIM_SWRDatabase REF SameElement;
};