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