(file) Return to PRS_SolutionCategory.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_SolutionCategory 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "PRS_SolutionCategory associates PRS_Solution with a "
11                      "PRS_Category for classification purposes." )]
12               class PRS_SolutionCategory : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Min ( 1 ), 
16                      Description ( "The PRS_Solution being classified." )]
17                  PRS_Solution REF Antecedent;
18               
19                     [Override ( "Dependent" ), 
20                      Description ( 
21                         "The specific PRS_Category being used to classify the Solution."
22 karl  1.1.2.2            )]
23                  PRS_Category REF Dependent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2