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

 1 marek 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_Resource 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( 
10                  "Each PRS_Resolution may have an associated cost of "
11                  "implementation. This cost may have several components such as "
12                  "time, material costs, labor cost, etc. To capture these costs, "
13                  "a PRS_Resouce is associated with a PRS_Resolution. For Service "
14                  "Incidents, one or more PRS_Resource objects may be associated "
15                  "with an Activity." )]
16           class PRS_Resource : PRS_ExchangeElement {
17           
18                 [Description ( "A string describing the type of resource." )]
19              string ResourceType;
20           
21                 [Description ( "Number of units of resource used." )]
22 marek 1.1    uint16 Quantity;
23           
24                 [Description ( "Unit of measure for this resource." )]
25              string Units;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2