(file) Return to CIM_ServiceUsesSecurityService.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_ServiceUsesSecurityService 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::SecurityServices" ), 
 9               Description ( 
10                  "This relationship associates a Service with the Security "
11                  "Services that it uses." )]
12           class CIM_ServiceUsesSecurityService : CIM_ServiceServiceDependency {
13           
14                 [Override ( "Antecedent" )]
15              CIM_SecurityService REF Antecedent;
16           
17                 [Override ( "Dependent" )]
18              CIM_Service REF Dependent;
19           
20           
21           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2