// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_MorePersonInfo // ================================================================== [Association, Version ( "2.7.0" ), UMLPackagePath ( "CIM::User::Org" ), Description ( "CIM_MorePersonInfo is an association used to extend the " "information in a CIM_Person class instance." )] class CIM_MorePersonInfo : CIM_Dependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The Person which has more information." )] CIM_Person REF Antecedent; [Override ( "Dependent" ), Max ( 1 ), Description ( "Additional data concerning the Person." )] CIM_OtherPersonInformation REF Dependent; };