(file) Return to PRS_ServiceProvider.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_ServiceProvider 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "Associates PRS_ServiceIncident to PRS_Contact to describe the "
11                      "Service Provider." )]
12               class PRS_ServiceProvider : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Description ( "The PRS_ServiceIncident." )]
16                  PRS_ServiceIncident REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Min ( 1 ), 
20                      Max ( 1 ), 
21                      Description ( "The PRS_Contact." )]
22 karl  1.1.2.2    PRS_Contact REF Dependent;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2