(file) Return to CIM_ProductPhysicalElements.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_ProductPhysicalElements 
 6               // ==================================================================
 7                  [Association, Deprecated { "CIM_ProductPhysicalComponent" }, 
 8                   Aggregation, Composition, Version ( "2.7.0" ), 
 9                   UMLPackagePath ( "CIM::Core::ProductFRU" ), 
10                   Description ( 
11                      "Indicates the PhysicalElement(s) that make up a Product. This "
12                      "association is deprecated in order to correctly place it in "
13                      "the inheritance hierarchy and align the definition with other "
14                      "new classes that are being added to the model, such as "
15                      "CIM_ProductServiceComponent. ProductPhysicalElements was "
16                      "defined in the original CIM V2.0 release, when a Managed "
17                      "Element and a Component relationship between ManagedElements "
18                      "did not exist." )]
19               class CIM_ProductPhysicalElements {
20               
21                     [Deprecated { "CIM_ProductPhysicalComponent.GroupComponent" }, 
22 karl  1.1.2.2        Key, Aggregate, Max ( 1 ), 
23                      Description ( "The Product." )]
24                  CIM_Product REF Product;
25               
26                     [Deprecated { "CIM_ProductPhysicalComponent.PartComponent" }, 
27                      Key, Description ( 
28                         "The PhysicalElement which is a part of the Product." )]
29                  CIM_PhysicalElement REF Component;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2