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