(file) Return to CIM_CollectionInSystem.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_CollectionInSystem 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::User::Org" ), 
 9                   Description ( 
10                      "CIM_CollectionInSystem is an association used to establish a "
11                      "parent-child relationship between a collection and an \'owning\' "
12                      "System such as an AdminDomain or ComputerSystem. A single "
13                      "collection should not have both a CollectionInOrganization and "
14                      "a CollectionInSystem association." )]
15               class CIM_CollectionInSystem {
16               
17                     [Key, Aggregate, Max ( 1 ), 
18                      Description ( 
19                         "The parent system responsible for the collection." )]
20                  CIM_System REF Parent;
21               
22 karl  1.1.2.2       [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