// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_UserEntity // ================================================================== [Abstract, Version ( "2.6.0" ), UMLPackagePath ( "CIM::User::Org" ), Description ( "UserEntity is an abstract class that represents users - their " "names, contact data and similar information.")] class CIM_UserEntity : CIM_OrganizationalEntity { };