(file) Return to CIM_AccountOnSystem.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_AccountOnSystem 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::Account" ), 
 9               Description ( 
10                  "A system (e.g., ApplicationSystem, ComputerSystem, "
11                  "AdminDomain) aggregates Accounts and scopes the uniqueness of "
12                  "the Account names (i.e., userids)." )]
13           class CIM_AccountOnSystem : CIM_SystemComponent {
14           
15                 [Aggregate, Override ( "GroupComponent" ), 
16                  Min ( 1 ), 
17                  Max ( 1 ), 
18                  Description ( 
19                     "The aggregating system also provides name scoping for the Account."
20                      )]
21              CIM_System REF GroupComponent;
22 marek 1.1 
23                 [Override ( "PartComponent" ), 
24                  Weak, Description ( "The subordinate Account." )]
25              CIM_Account REF PartComponent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2