// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // PRS_AdministrativeRevision // ================================================================== [Association, UMLPackagePath ( "PRS::Support" ), Aggregation, Version ( "2.8.0" ), 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; };