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

 1 marek 1.1 // 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_AccountIdentity 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::User::Account" ), 
 9               Description ( 
10                  "CIM_AccountIdentity relates a system Account with the Identity "
11                  "that is established. Since Account also carries Identity "
12                  "semantics, the LogicalIdentity association is defined as the "
13                  "superclass of this association." )]
14           class CIM_AccountIdentity : CIM_LogicalIdentity {
15           
16                 [Override ( "SystemElement" ), 
17                  Description ( "The Account that establishes Identity." )]
18              CIM_Account REF SystemElement;
19           
20                 [Override ( "SameElement" ), 
21                  Description ( "The Identity established by the Account." )]
22 marek 1.1    CIM_Identity REF SameElement;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2