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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_ElementSecuritySensitivity 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::User::SecurityLevel" ), 
 9                   Description ( 
10                      "This association relates a security sensitivity level to a "
11                      "ManagedElement. It describes the level assigned to the "
12                      "element." )]
13               class CIM_ElementSecuritySensitivity {
14               
15                     [Key, Description ( 
16                         "The security sensitivity level of the element." )]
17                  CIM_SecuritySensitivity REF SecurityLevel;
18               
19                     [Key, Description ( 
20                         "The element which is assigned a sensitivity level." )]
21                  CIM_ManagedElement REF ManagedElement;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2