(file) Return to CIM_FRUPhysicalElements.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_FRUPhysicalElements 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Core::ProductFRU" ), 
 9                   Description ( "Indicates the PhysicalElements that make up a FRU." )]
10               class CIM_FRUPhysicalElements {
11               
12                     [Key, Aggregate, Max ( 1 ), 
13                      Description ( "The FRU." )]
14                  CIM_FRU REF FRU;
15               
16                     [Key, Description ( 
17                         "The PhysicalElement which is a part of the FRU." )]
18                  CIM_PhysicalElement REF Component;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2