(file) Return to CIM_PolicyActionInPolicyAction.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, Aggregation, Version ( "2.6.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "PolicyActionInPolicyAction is used to represent the "
 6                  "compounding of policy actions into a higher-level policy "
 7                  "action." )]
 8           class CIM_PolicyActionInPolicyAction : CIM_PolicyActionStructure {
 9           
10                 [Aggregate, Override ( "GroupComponent" ), 
11                  Description ( 
12                     "This property represents the CompoundPolicyAction that "
13                     "contains one or more PolicyActions." )]
14              CIM_CompoundPolicyAction REF GroupComponent;
15           
16                 [Override ( "PartComponent" ), 
17                  Description ( 
18                     "This property holds the name of a PolicyAction contained "
19                     "by one or more CompoundPolicyActions." )]
20              CIM_PolicyAction REF PartComponent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2