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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2