(file) Return to CIM_PolicyContainerInPolicyContainer.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                  "A relationship that aggregates one or more lower-level "
 6                  "ReusablePolicyContainer instances into a higher-level "
 7                  "ReusablePolicyContainer." )]
 8           class CIM_PolicyContainerInPolicyContainer : CIM_SystemComponent {
 9           
10                 [Aggregate, Override ( "GroupComponent" ), 
11                  Description ( 
12                     "A ReusablePolicyContainer that aggregates other "
13                     "ReusablePolicyContainers." )]
14              CIM_ReusablePolicyContainer REF GroupComponent;
15           
16                 [Override ( "PartComponent" ), 
17                  Description ( 
18                     "A ReusablePolicyContainer aggregated by another "
19                     "ReusablePolicyContainer." )]
20              CIM_ReusablePolicyContainer REF PartComponent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2