(file) Return to PRS_ProductParentChild.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_ProductParentChild 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "Products may exist in a hierarchy of relationships with "
11                      "related Products. If a Producer deems these hierarchy "
12                      "relationships are relevant to the current Problem or "
13                      "Resolution, then the position of the Product in a hierarchy "
14                      "can be implied using one of two types of relationships: \'is "
15                      "a\' and \'has a\'. An \'is a\' relationship implies a "
16                      "classification, such as versioning or typing. A \'has a\' "
17                      "relationship implies that one product contains another. The "
18                      "PRS_ProductParentChild association is used to imply an \'is a\' "
19                      "hierarchy. Use the ProductComponent association to imply \'has "
20                      "a\' relationships." )]
21               class PRS_ProductParentChild : CIM_Dependency {
22 karl  1.1.2.2 
23                     [Aggregate, Override ( "Antecedent" ), 
24                      Description ( "The parent PRS_Product." )]
25                  PRS_Product REF Antecedent;
26               
27                     [Override ( "Dependent" ), 
28                      Description ( "The child PRS_Product." )]
29                  PRS_Product REF Dependent;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2