// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // PRS_ServiceActivity // ================================================================== [Association, Aggregation, Version ( "2.6.0" ), UMLPackagePath ( "PRS::Support" ), Description ( "Associates PRS_ServiceIncident to PRS_Activity.")] class PRS_ServiceActivity : CIM_Dependency { [Aggregate, Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The PRS_ServiceIncident.")] PRS_ServiceIncident REF Antecedent; [Override ( "Dependent" ), Description ( "The PRS_Activity.")] PRS_Activity REF Dependent; };