(file) Return to CIM_InstalledSoftwareIdentity.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_InstalledSoftwareIdentity 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Core::Software" ), 
 9                   Description ( 
10                      "The InstalledSoftwareIdentity association identifies the "
11                      "System on which a SoftwareIdentity is installed. This class is "
12                      "a corollary to InstalledSoftwareElement, but deals with the "
13                      "asset aspects of software (as indicated by SoftwareIdentity), "
14                      "versus the deployment aspects (as indicated by "
15                      "SoftwareElement)." )]
16               class CIM_InstalledSoftwareIdentity {
17               
18                     [Key, Description ( 
19                         "The system on which the software is installed." )]
20                  CIM_System REF System;
21               
22 karl  1.1.2.2       [Key, Description ( "The SoftwareIdentity that is installed." )]
23                  CIM_SoftwareIdentity REF InstalledSoftware;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2