(file) Return to PRS_ServiceResolutionSolution.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_ServiceResolutionSolution
 6               // ==================================================================
 7                  [Association, UMLPackagePath ( "PRS::Support" ), Aggregation,
 8                   Version ( "2.6.0" ), Description (
 9                      "Associates PRS_ServiceIncident to PRS_Solution to describe the "
10                      "Resolutions proposed by the Service Provider.")]
11               class PRS_ServiceResolutionSolution : CIM_Dependency {
12               
13                     [Aggregate, Override ( "Antecedent" ), Description (
14                         "The PRS_ServiceIncident.")]
15                  PRS_ServiceIncident REF Antecedent;
16               
17                     [Override ( "Dependent" ), Description (
18                         "The PRS_Solution. PRS_Solution must be associated with at "
19                         "least one Resolution.")]
20                  PRS_Solution REF Dependent;
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2