(file) Return to CIM_CollectionInOrganization.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_CollectionInOrganization 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::Org" ), 
 9               Description ( 
10                  "CIM_CollectionInOrganization is an association used to "
11                  "establish a parent-child relationship between a collection and "
12                  "an \'owning\' OrganizationalEntity. A single collection should "
13                  "not have both a CollectionInOrganization and a "
14                  "CollectionInSystem association." )]
15           class CIM_CollectionInOrganization {
16           
17                 [Key, Aggregate, Max ( 1 ), 
18                  Description ( 
19                     "The parent organization responsible for the collection." )]
20              CIM_OrganizationalEntity REF Parent;
21           
22 marek 1.1       [Key, Description ( "The collection." )]
23              CIM_Collection REF Child;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2