(file) Return to PRS_ServiceRequester.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_ServiceRequester 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "PRS_ServiceRequester associates a PRS_ServiceIncident with a "
11                      "PRS_Contact representing the entity requesting service. Note "
12                      "that the Contact class is used for both Requesters and "
13                      "Providers, the context is determined by which association "
14                      "exists." )]
15               class PRS_ServiceRequester : CIM_Dependency {
16               
17                     [Override ( "Antecedent" ), 
18                      Description ( "The PRS_ServiceIncident." )]
19                  PRS_ServiceIncident REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Min ( 1 ), 
23                      Max ( 1 ), 
24                      Description ( "The PRS_Contact." )]
25                  PRS_Contact REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2