// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Version ( "2.8.0" ), UMLPackagePath ( "PRS::Support" ), Description ( "Associates PRS_Administrative with PRS_Revision." )] class PRS_AdministrativeRevision : CIM_HostedDependency { [Aggregate, Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The PRS_Administrative." )] PRS_Administrative REF Antecedent; [Override ( "Dependent" ), Description ( "The PRS_Revision." )] PRS_Revision REF Dependent; };