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

 1 karl  1.1.2.2 // Copyright (c) 2008 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.18.0" ), 
 3                   UMLPackagePath ( "CIM::Core::Collection" ), 
 4                   Description ( 
 5                      "OwningCollectionElement represents an association between a "
 6                      "Collection and the ManagedElement responsible for the control "
 7                      "or ownership of the Collection." )]
 8               class CIM_OwningCollectionElement {
 9               
10                     [Key, Max ( 1 ), 
11                      Description ( 
12                         "The ManagedElement acting as the \'owner\' or object "
13                         "that isresponsible for the control of the Collection." )]
14                  CIM_ManagedElement REF OwningElement;
15               
16                     [Key, Description ( 
17                         "The Collection owned or controlled by the ManagedElement." )]
18                  CIM_Collection REF OwnedElement;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2