(file) Return to PRS_AdminAssociation.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_AdminAssociation 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( 
10                  "Associates PRS_Administrative data with any object derived "
11                  "from PRS_ExchangeElement." )]
12           class PRS_AdminAssociation : CIM_Dependency {
13           
14                 [Override ( "Antecedent" ), 
15                  Min ( 1 ), 
16                  Description ( "The PRS_ExchangeElement." )]
17              PRS_ExchangeElement REF Antecedent;
18           
19                 [Override ( "Dependent" ), 
20                  Description ( "The PRS_Administrative object." )]
21              PRS_Administrative REF Dependent;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2