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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Policy" ), 
 4                   Description ( 
 5                      "The ReusablePolicy association provides for the reuse of any "
 6                      "subclass of Policy in a ReusablePolicyContainer." )]
 7               class CIM_ReusablePolicy : CIM_PolicyInSystem {
 8               
 9                     [Override ( "Antecedent" ), 
10                      Max ( 1 ), 
11                      Description ( 
12                         "This property identifies a ReusablePolicyContainer that "
13                         "provides the administrative scope for the reuse of the "
14                         "referenced policy element." )]
15                  CIM_ReusablePolicyContainer REF Antecedent;
16               
17                     [Override ( "Dependent" ), 
18                      Description ( "A reusable policy element." )]
19                  CIM_Policy REF Dependent;
20               
21               
22 karl  1.1.2.2 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2