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

 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_Component 
 6           // ==================================================================
 7              [Association, Abstract, Aggregation, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Core::CoreElements" ), 
 9               Description ( 
10                  "CIM_Component is a generic association used to establish \'part "
11                  "of\' relationships between Managed Elements. For example, it "
12                  "could be used to define the components or parts of a System." )]
13           class CIM_Component {
14           
15                 [Key, Aggregate, Description ( 
16                     "The parent element in the association." )]
17              CIM_ManagedElement REF GroupComponent;
18           
19                 [Key, Description ( "The child element in the association." )]
20              CIM_ManagedElement REF PartComponent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2