File: //usr/share/mof/cimv2.33.0/Support/PRS_AdministrativeContact.mof
// Copyright (c) 2005 DMTF. All rights reserved.
[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;
};