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

 1 s.manicka 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               //  PRS_ProductAsset
 6               // ==================================================================
 7                  [Association, UMLPackagePath ( "PRS::Support" ), Version ( "2.6.0" ), 
 8                   Description (
 9                      "PRS_ProductAsset is used to provide specific information about "
10                      "a PRS_Product. PRS_ProductAsset associates this information to "
11                      "a PRS_Product using one or more Statements associated to a "
12                      "PRS_Expression.")]
13               class PRS_ProductAsset : CIM_Dependency {
14               
15                     [Override ( "Antecedent" ), Description (
16                         "The product.")]
17                  PRS_Product REF Antecedent;
18               
19                     [Override ( "Dependent" ), Description (
20                         "The expression.")]
21                  PRS_Expression REF Dependent;
22 s.manicka 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2