// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_ProductSoftwareComponent // ================================================================== [Association, Aggregation, Composition, Version ( "2.7.0" ), UMLPackagePath ( "CIM::Core::ProductFRU" ), Description ( "Indicates that the referenced SoftwareIdentity is acquired as " "part of a Product." )] class CIM_ProductSoftwareComponent : CIM_Component { [Override ( "GroupComponent" ), Max ( 1 ), Description ( "The Product." )] CIM_Product REF GroupComponent; [Override ( "PartComponent" ), Description ( "The software which is a part of the Product." )] CIM_SoftwareIdentity REF PartComponent; };