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