(file) Return to CIM_CompoundPolicyCondition.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                  [Version ( "2.7.0" ), 
 3                   UMLPackagePath ( "CIM::Policy" ), 
 4                   Description ( 
 5                      "CompoundPolicyCondition is used to represent compound "
 6                      "conditions formed by aggregating simpler policy conditions. "
 7                      "Compound conditions are constructed by associating subordinate "
 8                      "condition terms together using the "
 9                      "PolicyConditionInPolicyCondition aggregation." )]
10               class CIM_CompoundPolicyCondition : CIM_PolicyCondition {
11               
12                     [Description ( 
13                         "Indicates whether the list of CompoundPolicyConditions "
14                         "associated with this PolicyRule is in disjunctive normal "
15                         "form (DNF) or conjunctive normal form (CNF). The default "
16                         "value is 1 (\"DNF\")." ), 
17                      ValueMap { "1", "2" }, 
18                      Values { "DNF", "CNF" }]
19                  uint16 ConditionListType;
20               
21               
22 karl  1.1.2.2 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2