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

 1 marek 1.1 // 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_ReplaceableProductFRU 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::ProductFRU" ), 
 9               Description ( 
10                  "ReplaceableProductFRU is an association between Product and "
11                  "FRU that shows what Product components may be replaced. The "
12                  "association is one to many, conveying that a Product can have "
13                  "many FRUs, and that a particular instance of a FRU is only "
14                  "applied to one (instance of a) Product." )]
15           class CIM_ReplaceableProductFRU {
16           
17                 [Key, Max ( 1 ), 
18                  Description ( "The Product to which the FRU is applied." )]
19              CIM_Product REF Product;
20           
21                 [Key, Description ( "The FRU." )]
22 marek 1.1    CIM_FRU REF FRU;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2