| Current Path : /usr/share/mof/cim-current/Support/ |
| Current File : //usr/share/mof/cim-current/Support/PRS_ActivityResource.mof |
// Copyright (c) 2005 DMTF. All rights reserved.
[Association, Aggregation, Version ( "2.6.0" ),
UMLPackagePath ( "PRS::Support" ),
Description ( "Associates PRS_Activity with PRS_Resource." )]
class PRS_ActivityResource : CIM_Dependency {
[Aggregate, Override ( "Antecedent" ),
Min ( 1 ),
Max ( 1 ),
Description ( "The PRS_Activity." )]
PRS_Activity REF Antecedent;
[Override ( "Dependent" ),
Description ( "The PRS_Resource." )]
PRS_Resource REF Dependent;
};