(file) Return to PRS_AdministrativeContact.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_AdministrativeContact 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( "Associates PRS_Administrative and PRS_Contact." )]
10           class PRS_AdministrativeContact : CIM_Dependency {
11           
12                 [Aggregate, Override ( "Antecedent" ), 
13                  Min ( 1 ), 
14                  Description ( "The PRS_Administrative instance." )]
15              PRS_Administrative REF Antecedent;
16           
17                 [Override ( "Dependent" ), 
18                  Min ( 1 ), 
19                  Description ( "The PRS_Contact." )]
20              PRS_Contact REF Dependent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2