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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Version ( "2.7.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "PolicyRoleCollectionInSystem is an association used to "
 6                  "establish a relationship between a collection and an \'owning\' "
 7                  "System such as an AdminDomain or ComputerSystem." )]
 8           class CIM_PolicyRoleCollectionInSystem : CIM_HostedCollection {
 9           
10                 [Override ( "Antecedent" ), 
11                  Min ( 1 ), 
12                  Max ( 1 ), 
13                  Description ( 
14                     "The parent system responsible for the collection." )]
15              CIM_System REF Antecedent;
16           
17                 [Override ( "Dependent" ), 
18                  Description ( "The Collection." )]
19              CIM_PolicyRoleCollection REF Dependent;
20           
21           
22 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2