(file) Return to CIM_OrgStructure.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_OrgStructure 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::User::Org" ), 
 9                   Description ( 
10                      "CIM_OrgStructure is an association used to establish "
11                      "parent-child relationships between OrganizationalEntity "
12                      "instances. This is used to capture organizational "
13                      "relationships between object instances such as those that are "
14                      "imported from an LDAP-accessible directory." )]
15               class CIM_OrgStructure {
16               
17                     [Key, Aggregate, Max ( 1 ), 
18                      Description ( 
19                         "The organizational parent in this association." )]
20                  CIM_OrganizationalEntity REF Parent;
21               
22 karl  1.1.2.2       [Key, Description ( 
23                         "The organizational child in this association, i.e., the "
24                         "sub-unit or other owned object instance." )]
25                  CIM_OrganizationalEntity REF Child;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2