(file) Return to CIM_ProductParentChild.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_ProductParentChild 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Core::ProductFRU" ), 
 9                   Description ( 
10                      "The CIM_ProductParentChild association defines a parent child "
11                      "hierarchy among Products. For example, a Product may come "
12                      "bundled with other Products." )]
13               class CIM_ProductParentChild {
14               
15                     [Key, Aggregate, Description ( 
16                         "The parent Product in the association." )]
17                  CIM_Product REF Parent;
18               
19                     [Key, Description ( "The child Product in the association." )]
20                  CIM_Product REF Child;
21               
22 karl  1.1.2.2 
23               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2