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

 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               //  PRS_ProductComponent 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "PRS_ProductComponent is used to describe \'has a\' "
11                      "relationships between Products and their components parts. See "
12                      "PRS_ProductParentChild for \'is a\' relationships." )]
13               class PRS_ProductComponent : CIM_Dependency {
14               
15                     [Aggregate, Override ( "Antecedent" ), 
16                      Description ( "The PRS_Product which contains the component." )]
17                  PRS_Product REF Antecedent;
18               
19                     [Override ( "Dependent" ), 
20                      Description ( "The component PRS_Product." )]
21                  PRS_Product REF Dependent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2