(file) Return to CIM_SystemAdministratorGroup.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

 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           //  CIM_SystemAdministratorGroup 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::Group" ), 
 9               Description ( 
10                  "CIM_SystemAdministratorGroup is an association used to "
11                  "identify a Group that has system administrator "
12                  "responsibilities for a CIM_System." )]
13           class CIM_SystemAdministratorGroup : CIM_Dependency {
14           
15                 [Override ( "Antecedent" ), 
16                  Description ( "The administered system." )]
17              CIM_System REF Antecedent;
18           
19                 [Override ( "Dependent" ), 
20                  Description ( "The Group of administrators." )]
21              CIM_Group REF Dependent;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2